The error text is generated on line 1300 of /phpbb/session.php
A little below that is trigger_error which will cause the error to output and the script to exit. I don't have example but you can use some custom code to log to phpBB's error log.
I'd double check user isn't using VPN or some other IP when getting error. The only thing that seems out of the ordinary is that IP would follow the last one in your list which is pretty big coincidence.
Code:
$contact_link = phpbb_get_board_contact_link($config, $phpbb_root_path, $phpEx);$message = sprintf($this->lang[$message], $till_date, '<a href="' . $contact_link . '">', '</a>');$message .= ($ban_row['ban_give_reason']) ? '<br /><br />' . sprintf($this->lang['BOARD_BAN_REASON'], $ban_row['ban_give_reason']) : '';$message .= '<br /><br /><em>' . $this->lang['BAN_TRIGGERED_BY_' . strtoupper($ban_triggered_by)] . '</em>';I'd double check user isn't using VPN or some other IP when getting error. The only thing that seems out of the ordinary is that IP would follow the last one in your list which is pretty big coincidence.
To reiterate this is not a very useful thing to do. Instruct them to use this judiciously and with time limit.I don't add IP addresses to the banned list - the forum moderators do.
Statistics: Posted by thecoalman — Sun Jun 08, 2025 6:46 pm