My Space Search Box Codes
Just copy and paste the code for which ever search engine you would like to place on your myspace page and into any
of the places where you can enter info for your bio. All serps (Search Engine Result PageS) will open up in a
new window so no one has to leave your page...
//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
?>