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.
не помню где подсмотрел
вставить перед сапой
Код:$_SERVER['REQUEST_URI']=preg_replace("/\?(.*)$/",'',$_SERVER['REQUEST_URI']);
считаю остальное от лукавого
site.com/index.php?page=main
site.com/index.php?page=demo
site.com/index.php?page=mail
site.com/index.php?page=main
site.com/index.php?page=demo
site.com/index.php?page=mail
site.com/main.html
site.com/demo.html
site.com/mail.html
site.com/index.php?page=main
site.com/index.php?page=main&blabla=12345
а где проверить есть ли продажные ссылки или нет???
не помню где подсмотрел
вставить перед сапой
Код:$_SERVER['REQUEST_URI']=preg_replace("/\?(.*)$/",'',$_SERVER['REQUEST_URI']);
считаю остальное от лукавого
define('_SAPE_USER', 'мощныйсекретныйкод');
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php');
$sape_context = new SAPE_context();
ob_start(array(&$sape_context,'replace_in_page'));
$o['host'] = '********.ru';
unset($o);
$sape = new SAPE_client($o);
$tpl->set('{sape_links}', $sape->return_links(2));
$tpl->set('{sape_links1}', $sape->return_links(2));
$tpl->set('{sape_links2}', $sape->return_links());