Демо на рабочий каталог киньте кто-нибудь, а то те ссылки что на первых страницах уже сдохли. Посмотреть охота пользовательскую часть.
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Демо на рабочий каталог киньте кто-нибудь, а то те ссылки что на первых страницах уже сдохли. Посмотреть охота пользовательскую часть.
В оригинале, по моему, ни как. Может в декодированной версии можно. Но мне она недоступнаНо вот как убрать подкаталоги с главной страницы и сделать их вывод в окне раздела?
Если кто знает, подскажите.
Заранее спасибо Сергей.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_FUNCTION in /home/santeor/public_html/linksdir/codes/func.php(1) : eval()'d code on line 220
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/santeor/public_html/linksdir/codes/func.php(1) : eval()'d code:220) in /home/santeor/public_html/linksdir/codes/code.php(1) : eval()'d code on line 9
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/santeor/public_html/linksdir/codes/func.php(1) : eval()'d code:220) in /home/santeor/public_html/linksdir/codes/code.php(1) : eval()'d code on line 9
Народ поделитись не закодированным файлом с данным фиксом func.php с папки codesА я заменил в файле func.php функцию get_cy на этот код и cy начал определяться
PS. пробовал менять код как делал автор преведущих постов - не получилось
function get_cy($url)
{
$url = preg_replace("/www\./i","",$url);
$url = preg_replace("/^http:\/\//i","",$url);
$parsed_url = parse_url("http://".$url);
$host = $parsed_url["host"];
$yandex_url = 'http://bar-navig.yandex.ru/u?ver=2&show=32&url=http://www.'.$host.'/';
$this->file_cont = file_get_contents($yandex_url);
$this->cy = $this->file_cont ? (int) substr(strstr($this->file_cont, 'value="'), 7) : 0;
$yandex_url = 'http://search.yaca.yandex.ru/yca/cy/ch/'.$host.'/';
$this->file_cont = file_get_contents($yandex_url);
if ($this->file_cont)
{
if (strpos($this->file_cont,"ресурс не описан в") === false)
{
preg_match('/arr-hilite\.gif.+ci=(.+)\"/iU', $this->file_cont, $matches); // Ориентируемся на картинку
$this->if_yaca($url);
$this->yaca = 1;
}
else
{
preg_match('/<a href\=\"http\:\/\/www\.yandex\.ru\/yandsearch\/\?text\=\&Link\=http\:\/\/w*\.'.preg_quote($cyurl).'.*?\&ci=(\d{2,7})/i', $this->file_cont, $matches);
$this->yaca = 0;
}
}
}
# Проверяем, чтоб баннер был и его размер не превышал заданного размера #
if ($src)
{
$fp = @file_get_contents('http://'.$src);
if ($fp)
{
if (strlen($fp) > get_key('bansize')*1024)
{
$err_msg .= '<br><li class=er>'.$err[16];
}
}
else
{
$err_msg .= '<br><li class=er>'.setvariable($err[17]);
}
}
$link_info->get_cy($url_1);
$link_info->get_pr($url_1);
$cy = $link_info->cy;
$pr = $link_info->pr;
unset($link_info);
регистрацыя проходит и банер появляется в каталоге.$err_msg .= '<br><li class=er>'.setvariable($err[17]);
Может быть тем что там код открытый.А чем отличается нулленый скрипт от обычного?
Ведь автор теперь стал бесплатно его распространять?