Loading...
{ if(isset($_GET['error'])) { $thingy = "No cookie!"; } else { setcookie("TagIt_Guest_Name", rand(0,999), time()+60*60*24*31); $data .= ""; $thingy = "Loading..."; } } else { $thingy = _VSBGUEST . $_COOKIE['TagIt_Guest_Name']; } $data .= "\n\n" . "\n\n" . "
". $thingy . "
" . "\n\n\n"; echo($data); ?>