diff --git a/ipsearch.php b/ipsearch.php
index 3d2edc8..7d0d879 100644
--- a/ipsearch.php
+++ b/ipsearch.php
@@ -92,7 +92,7 @@
$tccellc>Last IP
";
for($c=0;$c<500 && $user=$sql->fetch($users);$c++)
- if ($users['id'] != 428) print "
+ print "
$tccell2>$user[id]
$tccell1>$user[name]
@@ -115,7 +115,6 @@
$tccellc>IP
";
for($c=0;$c<500 && $post=$sql->fetch($posts);$c++)
- if ($post['user'] != 428)
print "
$tccell2>$post[id]
@@ -138,7 +137,6 @@
$tccellc>IP
";
for($c=0;$c<500 && $pmsg=$sql->fetch($pmsgs);$c++)
- if ($pmsg['userfrom'] != 428 && $pmsg['userto'] != 428)
print "
$tccell2>$pmsg[id]
@@ -154,4 +152,4 @@
}
print $tblend.$footer;
printtimedif($startingtime);
-?>
\ No newline at end of file
+?>