Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2802

[3.3.x] Support Forum • Re: A ban has been issued on your IP address ??

$
0
0
The error text is generated on line 1300 of /phpbb/session.php

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>';
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.
I don't add IP addresses to the banned list - the forum moderators do.
To reiterate this is not a very useful thing to do. Instruct them to use this judiciously and with time limit.

Statistics: Posted by thecoalman — Sun Jun 08, 2025 6:46 pm



Viewing all articles
Browse latest Browse all 2802

Trending Articles