guestbook

say hi!

"; } ?> "; } ?> "; } ?> "; } ?> "; } ?> "; } ?>
Name required!
Name*
Invalid URL!
Website
Invalid URL!
Link something cool
How did you find me?
Message required!
Message*
You failed the bot check!
Bot test (type isopod)*
Successfully posted!
date); $name = $post->name; $message = $post->message; $found = $post->found; $website = $post->website; $cool = $post->cool; $coolsanitized = htmlentities(preg_replace("/https?:\/\//i", "", $cool)); $reply = htmlentities($post->reply); $output = $output."
"; if($cool) { $output = $output.""; } if($found) { $output = $output.""; } $output = $output.""; if($reply) { $output = $output.""; } $output = $output."
"; if($website) { $output = $output."$name"; } else { $output = $output.$name; } $output = $output."Entry #$index
cool thing: $coolsanitized
How did you find me?
$found
$message
Reply:
$reply
"; $index++; $totaloutput = $output.$totaloutput; } echo $totaloutput; ?>