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");
?>
|
|
AnimadVersion |
|
The Patient War
A Electronic Foundation For Life
AnimadVersion
|
Back to the AnimadVersion Site
or you can go here
Dies Irae ! US Archive
Join the AnimadVersion e-mail list
E-mail AnimadVersion
©2000
AnimadVersion
|
|
AnimadVersion Guestbook
include ("connect.inc.php3");
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 "$no_entry";
}
elseif ($number > 0) {
print "$total_entries: $total
";
while ($i < $number){
$row = mysql_fetch_array($result);
$name = stripslashes($row[name]);
$email = $row[email];
$url = $row[url];
$titel = stripslashes($row[titel]);
$kommentar = stripslashes(nl2br($row[kommentar]));
$host = $row[host];
$zeit = $row[zeit];
$email = str_replace("@","%40",$email);
print "";
if( $email == "" ) {
print "$name1: $name ";
}
else {
print "$name1: $name ";
}
if ($host == ""){
print "";
}
else {
print " $from_host $host";
}
print " $am $zeit";
if( $url != "http://" && $url != "" ) {
if( $titel == "" ) $titel = $url;
print "$hp1: $titel | ";
}
print "$comment: $kommentar | ";
print " ";
print "
";
$i++;
}
}
include ("pages.inc.php3");
?>
|
|
|
AnimadVersion |