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($website) { $output = $output."$name"; } else { $output = $output.$name; } $output = $output."
$date
Entry #$index
"; if($cool) { $output = $output."
cool thing: $coolsanitized
"; } if($found) { $output = $output."
How did you find me?
$found
"; } $output = $output."
$message
"; if($reply) { $output = $output."
Reply:
$reply
"; } $output = $output."
"; $index++; $totaloutput = $output.$totaloutput; } echo $totaloutput; ?>