VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
Site error: the file ../includes/visionscripts/psionic_hide/global_start.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
I cant change anything, complete Board is down.
Can some please tell me how to reset all templatechanges i did for this plugin ?
I have mysqldumper installed but i cant change the whole templates, dont work..
I hate this hack, 3rd time this crap kills my whole board.
Please help, i dont know what to do.
If i can get to adminpanel i could change this stuff by myselfe but it wont work,
cant acess anything without getting the message above
You installed not nulled version, which require ioncube loader.
Open your includes/config.php and after
PHP Code:
<?php
add
PHP Code:
define("DISABLE_HOOKS", true);
Then go to your AdminCP, delete this product. Then remove added line from your config.php.
@lordsyntax
Продвинутый
Join Date: Sep 2005
Posts: 62
Reputation:
Опытный 21
Репутация в разделе: 21
1
1. Replace any File you modified with the original from the vBulletin Archive
2. Disable Hook System by adding the following line to your config.php
Just below
Code:
<?php
enter
Code:
define('DISABLE_HOOKS', true);
and save the file. Then try logging in to your AdminCP again.
3. Upload tools.php to either your admincp or install directory, then reimport the Default Style, see if that makes a change. But i think after disabling the HOOK-System as described in Step 2 should do the job.