Как скрыть текст сообщений от гостей и ботов, по количеству сообщений, группе/ID пользователя, репутации, поинтам, количеству или наличию благодарностей, наличии ответа в теме, оплате по сумме поддержки или поинтам
Код: Выделить всё
General Error
SQL ERROR [ mysqli ]
Unknown column 'f.forum_id' in 'where clause' [1054]
SQL
SELECT topic_id, post_id, poster_id FROM phpbb_posts p WHERE p.post_id = 26559 AND (f.forum_id NOT IN (3, 4, 5, 6, 7, 9, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 39, 40, 41, 42, 48, 49, 50, 51, 52, 53, 54, 55, 60, 63, 68, 86, 87, 88, 92, 93, 95, 98, 99, 100, 101, 102, 104, 105, 106, 117, 120, 134, 135, 136, 137, 138, 140, 146, 152, 158, 164, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178) OR f.forum_id IS NULL) AND ((p.forum_id NOT IN (3, 9, 15, 16, 12, 101, 102, 63, 13, 104, 105, 106, 17, 18, 19, 20, 21, 68, 22, 4, 23, 169, 25, 26, 87, 27, 28, 170, 29, 30, 88, 52, 53, 171, 54, 55, 92, 39, 40, 172, 41, 42, 93, 48, 49, 173, 50, 51, 95, 134, 135, 174, 136, 137, 138, 140, 146, 175, 152, 158, 164, 98, 99, 176, 177, 100, 178, 117, 120, 5, 6, 7, 60, 86) AND p.post_visibility = 1) OR p.forum_id = 24)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 997
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 196
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/ppk/bb3hide/event/listener.php
LINE: 133
CALL: phpbb\db\driver\factory->sql_query()
FILE: (not given by php)
LINE: (not given by php)
CALL: ppk\bb3hide\event\listener->bb3hide_get_topic_ids()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 184
CALL: call_user_func()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 46
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()
FILE: [ROOT]/search.php
LINE: 785
CALL: phpbb\event\dispatcher->trigger_event()
globalnoises
/ext/ppk/bb3hide/event/listener.php
заменить
Код: Выделить всё
$sql = 'SELECT topic_id, post_id, poster_id
FROM ' . POSTS_TABLE . ' p
WHERE ' . $sql_array['WHERE'];
Код: Выделить всё
$sql = 'SELECT topic_id, post_id, poster_id
FROM ' . POSTS_TABLE . ' p, '.FORUMS_TABLE .' f
WHERE p.forum_id=f.forum_id AND ' . $sql_array['WHERE'];
PPK
Код: Выделить всё
Fatal error: Class 's9e_renderer_dc412e45f9923b03941a75f0326b12d1299d1445' not found in /home/klientai/globalnoises/vendor/s9e/text-formatter/src/Configurator.php on line 5206
Код: Выделить всё
General Error
SQL ERROR [ mysqli ]
MySQL server has gone away [2006]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Код: Выделить всё
public function getRenderer(Rendering $rendering)
{
$php = $this->generate($rendering);
if (isset($this->filepath))
$filepath = $this->filepath;
else
$filepath = $this->cacheDir . '/' . \str_replace('\\', '_', $this->lastClassName) . '.php';
\file_put_contents($filepath, "<?php\n" . $php);
$this->lastFilepath = \realpath($filepath);
if (!\class_exists($this->lastClassName, \false))
include $filepath;
return new $this->lastClassName;
}
Код: Выделить всё
return new $this->lastClassName;
globalnoises
Код: Выделить всё
[ROOT]/ext/ppk/bb3hide/event/listener.php:133)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/core/functions.php on line 359: Cannot modify header information - headers already sent by (output started at [ROOT]/ext/ppk/bb3hide/event/listener.php:133)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/ext/ppk/bb3hide/event/listener.php:133)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/ext/ppk/bb3hide/event/listener.php:133)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/ext/ppk/bb3hide/event/listener.php:133)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/ext/ppk/bb3hide/event/listener.php:133)
SMERCH
PPK
SMERCH
Код: Выделить всё
[hide=5]любой текст[/hide]
Код: Выделить всё
[i]Скрытый текст[/i]
Код: Выделить всё
[hide][/hide]
Код: Выделить всё
[i]Скрытый текст[/i]
Код: Выделить всё
[i]Скрытый текст[/i]
globalnoises
Код: Выделить всё
[thide]текст[/thide]
globalnoises
PPK
Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ppk/bb3hide/event/listener.php on line 911: Illegal string offset 'hide'
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ppk/bb3hide/event/listener.php on line 951: Illegal string offset 'ghide='
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ppk/bb3hide/event/listener.php on line 854: Illegal string offset 'hide'
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/core/functions.php on line 358: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/core/functions.php on line 359: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4306: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
SMERCH