Активация модуля Переходы 8.4
Хак Активация модуля Переходы 8.4.
Установка:
Переходим в директорию engineincincludereferer.init.php и в самом начале после:
<?php
Вставляем:
include_once (ENGINE_DIR.'/data/referer.conf.php');
$site_key = str_replace("www.","",strtolower($config['http_home_url']));
$site_key = md5(md5(base64_encode(md5($site_key."[8049]"))));
$confms['key'] = $site_key;
$handler = fopen(ENGINE_DIR.'/data/referer.conf.php',"w");
fwrite($handler,"");
fclose($handler);