chixuaxuyna 1 Posted June 4, 2015 Report Share Posted June 4, 2015 Помогите установить Sape на DLE Quote Link to post Share on other sites
SeoNulleD 6 Posted June 4, 2015 Report Share Posted June 4, 2015 Там же есть модуль, всё просто как некогда, вы чего? Quote Link to post Share on other sites
chixuaxuyna 1 Posted June 4, 2015 Author Report Share Posted June 4, 2015 Там же есть модуль, всё просто как некогда, вы чего? Мой сайт выдает такую ошибку Parse error: syntax error, unexpected '<' in /home/janep771/public_html/new01.ru/index.php on line 358 Quote Link to post Share on other sites
Dr_Tapac 5 Posted June 24, 2015 Report Share Posted June 24, 2015 TC, возможно вам поможет ветка на тематическом форуме: ссылка Quote Link to post Share on other sites
TemKa_SD 106 Posted June 28, 2015 Report Share Posted June 28, 2015 Закачиваете папку из SAPE в корень. Создаете в корне файл sape.php Содержимое: <?php if (!defined('_SAPE_USER')){ define('_SAPE_USER', 'ВАШ_ХЕШ_ИД');} require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'); echo "<!--check code-->"; $sape = new SAPE_client(); echo $sape->return_links(); echo "<!--check code-->"; ?> Вместо ВАШ_ХЕШ_ИД пишите название папки которую вы скачали из SAPE. Вставляете в шаблон строку: {include file="sape.php"} Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.