0 Members and 1 Guest are viewing this topic.
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.
<?php$files = glob('*.jpg');$file = $files[rand(0, count($files) - 1)];header('Cache-Control: no-cache, must-revalidate');header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');header('Content-type: image/jpeg');echo file_get_contents($file);?>