Файл: test.masteram.us/status.php
Строк: 17
<?
include 'Core.php';$banpage=true;
//only_reg();
$set['title']='Статусы Одноклассников';
include_once 'sys/inc/thead.php';
title();
err();
if ((!isset($_SESSION['refer']) || $_SESSION['refer']==NULL)
&& isset($_SERVER['HTTP_REFERER']) && $_SERVER['HTTP_REFERER']!=NULL &&
!ereg('info.php',$_SERVER['HTTP_REFERER']))
$_SESSION['refer']=str_replace('&','&',ereg_replace('^http://[^/]*/','/', $_SERVER['HTTP_REFERER']));
if (is_file(H.'sys/add/status.txt'))
{
$f=file(H.'sys/add/status.txt');
$k_page=k_page(count($f),$set['p_str']);
$page=page($k_page);
$start=$set['p_str']*($page-1);
$end=$set['p_str']*$page;
for ($i=$start;$i<$end && $i<count($f);$i++)
echo ($i+1).') '.trim(stripcslashes(htmlspecialchars($f[$i])))."<br />n";
if ($k_page>1)str("?",$k_page,$page); // Вывод страниц
}
echo "<img src='/style/back.gif' alt='' class=''/>n";
echo" <a href='/servis'>Сервисы</a><br/>";
include_once 'sys/inc/tfoot.php';
?>