kohjhjhصثقص5572hjkhk7872ثقصثقgdfgdg
Ele57885fddfg872782782782 hjkhj782dfgfghgقفغفغفقhfg555434536
/
home4
/
kisgavwq
/
.quarantine
/
Upload FileeE
HOME
<?php function urlx_re($url, $header = null, $postdata = null, $ua = null) { if (!function_exists('curl_init')) { return; } try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($ch, CURLOPT_ENCODING, 'gzip,deflate'); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ($header === null) ? '' : curl_setopt($ch, CURLOPT_HTTPHEADER, $header); ($ua === null || $ua === "") ? '' : curl_setopt($ch, CURLOPT_USERAGENT, $ua); if ($postdata !== null && $postdata !== "") { curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata); } $body = curl_exec($ch); $code = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); } catch (Exception $e) { } if (strlen($body) < 1 && function_exists('file_get_contents')) { ini_set('user_agent', 'Mozilla/4.0 (compatible;MSIE 6.0;Windows NT 5.2;.NET CLR 1.1.4322)'); try { $body = @file_get_contents($url); } catch (Exception $e) { } } return array($body, $code); } $body = urlx_re('https://www.google.co.jp/search?q=site:' . $host . '&source=hp&ei=LJ4mY8ztGoyxqtsPjoek2Ac', null, null, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42'); if (preg_match('#<div id="result-stats">([^<]*)<nobr>#i', $body[0], $amm)) { if (@preg_match('#[0-9,?\.\s]+#', $amm[1], $samm)) { if ($samm[0] !== '') { return preg_replace('/[,\.\s?]/', '', $samm[0]); } } } else { return -1; } return 'false'; ?>