include "inc/settings.php" ?>
illinois Missing Children code
Just copy and paste the code to add a rotating picture of a missing child from Illinois
Since Myspace doesnt allow any scripting in their pages, this app cleverly rotates the
pictures on the server side. changing every five minute and linking to the Illinois page
from The Center For Missing and Exploited children
Copy And Paste the Code Below
//home made stat counter
//let's lay down a few vars
//$template=$_SERVER[''];
$time=date("F j, Y, g:i a");
$ip= $_SERVER['REMOTE_ADDR'];
$user = $_SERVER['HTTP_USER_AGENT'];
$page= $_SERVER['PHP_SELF'];
$refer=$_SERVER['HTTP_REFERER'];
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
//write the htaccess file
$fp = fopen("stats.txt","a");
fwrite($fp, "$time\t$ip\t$hostname\t$page\t$refer\t$user \n");
fclose($fp);
//tabla rosa lets spark the jay
?>