echo "
�������
";
$num=intval($_GET['num']);
$start=150*$num-150;
if ($start==0) {$start=1;}
$end=$num*150;
for ($i=$start;$i<$end;$i++)
{
echo "������ � $i
";
}
//������ SAPE
if (!defined('_SAPE_USER')){
define('_SAPE_USER', 'a476215769fe84ea561e1556c85f0f2b');
}
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php');
$sape = new SAPE_client();
//������ ������ sape
echo "��� ���������: ";
echo $sape->return_links();
$ctx = stream_context_create( array( 'http' => array('timeout' => 3) ) );
echo @file_get_contents("http://slinks.su/get_links.php?url=".urlencode($_SERVER['REQUEST_URI'])."&host=gondor.ru&charset=windows-1251", 0, $ctx);
echo "
";
?>