Home
Submit
Free Hosting
Link To Us
Contacts
PHP Reffers detection
PHP
Download
(.zip)
<?
if(isset($_SERVER['HTTP_REFERER'])) {
$refer = $_SERVER['HTTP_REFERER'];
if (($refer)) {
$date = date("d F Y");
$fail = fopen("refer.txt", "a");
fputs($fail, "$refer|$date\");
fclose($fail);
}
}
?>
PHP
Reffers detection
HTTPd Software Version Detection
Checkbox Mark and detection
PHP
Proxy Detection
PHP Reffers detection