/* Decoded by unphp.net */ $certify_file = "http://certifys.cafe24.com/certify/mobileshop/certify.txt"; $certify = "no"; if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $certify_file); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'); $certifys = curl_exec($ch); curl_close($ch); $certify_array = explode(" ",$certifys); if (in_array($_SERVER['HTTP_HOST'], $certify_array)) { $certify = "yes"; } if ($certify == "no") { if (in_array($_SERVER['SERVER_NAME'], $certify_array)) { $certify = "yes"; } } } else { echo ""; } if ($certify == "yes") { ?>