Web Site Not Found

Invalid Game ID
"); print('
'); include("../inc/apodfoot2.php"); exit; } require("../inc/db.php"); $db = mysql_connect($dbserver,$dbuser,$dbpw); mysql_select_db($dbname,$db); //-- GET GAME NAME ---------------------------- if( ($result = mysql_query("select title,url from ap_site_data where data_id=".$HTTP_GET_VARS['id'],$db)) ){ if( ($rs= mysql_fetch_array($result)) ){ $url=$rs['url']; $title=$rs['title']; } mysql_free_result($result); } if(isset($url)){mysql_query("update ap_site_data set hit_cnt=hit_cnt+1,last_dt=now(),last_ip='".$HTTP_SERVER_VARS['REMOTE_ADDR']."' where data_id=".$HTTP_GET_VARS['id']." and last_ip<>'".$HTTP_SERVER_VARS['REMOTE_ADDR']."'",$db);} mysql_close($db); if(!isset($url)){ include("../inc/apodhead.php"); print("

Web Site Not Found

Invalid Web Site ID
"); print('
'); include("../inc/apodfoot2.php"); exit; } if(strpos($url,"arcadepod.com")){ print(""); exit; } else{ print('ArcadePod.Com'. ''. ''. ''. ''. ''. ' '. ' '. ''. ''. '









[ENTER]
'. '
'. ''); } ?>