Файл: inc/up.php
Строк: 21
<?php
define('DATALIFEENGINE', true);
define('ROOT_DIR', '../..');
define('ENGINE_DIR', '..');
require_once ENGINE_DIR.'/data/config.php';
$open = @file_get_contents("http://cy-pr.com/", "r");
$rand = ('#<td class="alt2" align="center">(.*?)</td>#is');
preg_match_all($rand,$open,$out);
for($i = 0; $i < count($out[1]); $i++)
{$up1 = "".$out[1][$i]."";}
$up = $up1.$up;
@header("HTTP/1.0 200 OK");
@header("HTTP/1.1 200 OK");
@header("Cache-Control: no-cache, must-revalidate, max-age=0");
@header("Expires: 0");
@header("Pragma: no-cache");
@header("Content-type: text/css; charset=".$config['charset']);
echo $up;
?>