if(empty($GBName)) { setcookie( "GBName", $name, time()+99999999); $GBName=$name; } if(empty($GBEmail)) { setcookie( "GBEmail", $email, time()+99999999); $GBEmail=$email; } include ("./connect.inc.php3"); include("$header"); include ("./lang/$lang.inc.php3"); if ($show < 1) { include ("./form.inc.php3"); } else { print "$submit "; } if (!isset($show)) $show=0; { $result1 = mysql_query("select Count(*) as total from $userstable") or die(mysql_error()); $row=mysql_fetch_Array($result1); $total=$row[total]; } if ($show < $total){ $query = "select * from $userstable order by id desc limit $show, $limit"; $result = mysql_query($query); $number = mysql_numrows($result); } elseif ($show = all){ $query = "select * from $userstable order by id desc"; $result = mysql_query($query); $number = mysql_numrows($result); } $i = 0; if ($number == 0){ print "
$total_entries: $total
| $name1: $name "; if ($host == ""){ print ""; } else { print " $from_host $host"; } print " $am $zeit | $hp1: $titel | "; print "$comment: $kommentar | ";
print "