//determining if there is a page if (!$page) { $page = "splash"; } if(strstr($page, '/')){ $fp = fopen("exploits.txt","a"); if($fp){ fputs($fp, date("Y/m/d H:i:s")." $REMOTE_ADDR:$REMOTE_PORT ($HTTP_USER_AGENT) - $REQUEST_URI\n"); fclose($fp); } include "exploit.php"; exit; } else if ($page) { include("pages/".$page.".php"); } ?>
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||