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.
Добавляется при изменении новости или добавления!
кто переделает этот хак под ДЛЕ 7.2?
return "<a href=\"".$url['html']."\" ".$target.">".$show."</a>" . $url['end'];
if(eregi($config['http_home_url'],$url['html'])) return "<a href=\"".$url['html']."\" ".$target.">".$show."</a>" . $url['end']; else return "<a href=\"".$url['html']."\" ".$target." rel=\"nofollow\">".$show."</a>" . $url['end'];
if(eregi('ВАШ ДОМЕН',$url['html']))return "<a href=\"".$url['html']."\" ".$target.">".$show."</a>" . $url['end']; else return "<noindex><a href=\"".$url['html']."\" ".$target." rel=\"nofollow\">".$show."</a></noindex>" . $url['end'];
Для чего такое условие? Лучше просто:Я бы добавил ещё noindex.
Вот.
Сча тупо без смайлов бомбят.PHP:if(eregi('ВАШ ДОМЕН',$url['html']))return "<a href=\"".$url['html']."\" ".$target.">".$show."</a>" . $url['end']; else return "<noindex><a href=\"".$url['html']."\" ".$target." rel=\"nofollow\">".$show."</a></noindex>" . $url['end'];
if(eregi($config['http_home_url'],$url['html']))
$txt = preg_replace( "#<a href=[\"'](http://|https://|ftp://|ed2k://|news://|magnet:)?(\S.+?)['\"].+?".">(.+?)</a>#" , "[url=\\1\\2]\\3[/url]" , $txt );
$txt = preg_replace( "#(<noindex>)?<a href=[\"'](http://|https://|ftp://|ed2k://|news://|magnet:)?(\S.+?)['\"].+?".">(.+?)</a>(</noindex>)?#" , "[url=\\2\\3]\\4[/url]" , $txt );