VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
if you dont fix it yet replace all vFCoders - Hide Hack [Hide button in Editor] content with this
Code:
if (vB::$vbulletin->options['hide_hack_sett_main'] && (in_array(THIS_SCRIPT, array('editpost', 'newthread', 'newreply')) OR (THIS_SCRIPT == 'ajax' AND $_POST['do'] == 'quickedit') OR (THIS_SCRIPT == 'showthread' AND vB::$vbulletin->options['quickreply'])))
{
// Add Hide buttons to the extra plugins loaded
$this->config['_extraPlugins'] .= ',hidetags';
if (vB::$vbulletin->options['vfc_hide_hack_hide'] == 'HIDE-POSTS')
{
$this->config['vbulletin']['vfc_hide_hack_hide_option'] = 1;
}
else if (vB::$vbulletin->options['vfc_hide_hack_hide'] == 'SHOWTOGROUPS')
{
$this->config['vbulletin']['vfc_hide_hack_hide_option'] = 2;
}
else if (vB::$vbulletin->options['vfc_hide_hack_hide'] == 'STU')
{
$this->config['vbulletin']['vfc_hide_hack_hide_option'] = 3;
}
$this->config['vbulletin']['phrase']['hide_post_button'] = $this->vbphrase['vfc_hide_hack_hp_button_msg'];
$this->config['vbulletin']['phrase']['vfc_hide_hack_select_usergroup'] = $this->vbphrase['vfc_hide_hack_select_usergroup'];
$this->config['vbulletin']['phrase']['vfc_hide_hack_stu_tip'] = $this->vbphrase['vfc_hide_hack_stu_tip'];
$this->config['vbulletin']['phrase']['vfc_hide_hack_stu_enteruserid'] = $this->vbphrase['vfc_hide_hack_stu_enteruserid'];
global $foruminfo, $vfc_hide;
$permission = $vfc_hide->check_permission($foruminfo);
if ($permission[stg] OR (vB::$vbulletin->options['vfc_hide_hack_hide'] == 'SHOWTOGROUPS' AND $permission[hide]))
{
$usergrouplist = '';
$usergrouplist = array();
foreach(vB::$vbulletin->usergroupcache AS $usergroupid => $usergroup)
{
if (!in_array($usergroupid, array(1, 3, 4, 8)))
{
$title = $usergroup['title'];
$usergrouplist[] = array($title, $usergroupid);
}
}
$this->config['vbulletin']['vfc_hide_hack_uglist_editor'] = $usergrouplist;
}
if (($this->editor_type == 'qr' && THIS_SCRIPT=='showthread') || $this->editor_type == 'qe' && vB::$vbulletin->options[vfc_hide_hack_hidebuttons])
{
$hidetags = $vfc_hide->fetch_tags($foruminfo);
$this->config['toolbar'][] = $hidetags;
}
}
milad1904 добавил 04-26-2020 в 06:10 AM
for
operator not supported for strings on line 182 in /home/p30man/public_html/includes/functions_post_thanks.php
#0 /home/p30man/public_html/includes/functions_post_thanks.php(137): fetch_thanks('96', '', false)
#1 /home/p30man/public_html/post_thanks.php(60): thanked_already(Array)
#2 {main}
error that make thanks plugin unuseable in includes\functions_post_thanks.php
find