1
...is this thing on?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


http://upasave.anyspieceofinter.net/
<head>
<title>broser - not a typo</title>
</head>
<center>
<div id="container" style="height:auto;width:400px;">
<?
$list = file('ids.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
if(empty($i)) {
$i = 0;
}
for($a = 0; $a != 20; $a++) {
echo '<div style="float:left;display:block;background-image: url(http://forum.blockland.us/index.php?action=dlattach;attach=' . $list[$i] . ';type=avatar);height:100px;width:100px;background-repeat:no-repeat;background-position:center;"></div>';
$i++;
}
if($i == 20) {
echo '<br><a href="http://users.turkuai.fi/users/km0013/Avatars/index.php?i=20">next ></a>';
}
else {
$i40 = $i - 40;
echo '<br><a href="http://users.turkuai.fi/users/km0013/Avatars/index.php?i=' . $i40 . '">< previous</a> | <a href="http://users.turkuai.fi/users/km0013/Avatars/index.php?i=' . $i .'">next ></a>';
}
?>
</div>
</center>
<?
$source = explode(";",$source);
$source = $source[1];
//echo $source;
$source = explode("=",$source);
$source = $source[1];
//echo $source;
$ids = file('ids.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
foreach($ids as $line => $id) {
if($id == $source) {
$line = $line - ($line % 20);
header("location: http://users.turkuai.fi/users/km0013/Avatars/index.php?i=$line");
}
}
?>