If you feel like sending a comment, a suggestion, or say you liked the program, use the form below! You must enter a valid email address or the message will not be sent.
$agent = $_SERVER["HTTP_USER_AGENT"]; if (trim($agent) == "") { die("Sorry, no scripts."); } function isonline($ip) { $tmpfile = "/Utils/tmp/ipbased.soft.dat"; $stats = file("$tmpfile"); foreach($stats as $log) { $log_arr = explode("|>|", $log); $host = $log_arr[0]; if ($host==$ip) { return true; } } return false; } function blockdummy() { $refArray=parse_url($_SERVER["HTTP_REFERER"]); $ref = $refArray['host']; $ip = $_SERVER["REMOTE_ADDR"]; if ($ref == 'soft.zoneo.net') { if (!(isset($_COOKIE['phpTrafficA']))) { if (!isonline($ip)) { die("Server error"); } } } } blockdummy(); ?>
If you feel like sending a comment, a suggestion, or say you liked the program, use the form below! You must enter a valid email address or the message will not be sent.