/ext/phpbbservices/filterbycountry/event/main_listener.php
at line 481 find:Code: Select all
if (isset($insert_sql_ary) && count($insert_sql_ary) > 0)
{
Code: Select all
$insert_sql_ary = array_unique($insert_sql_ary);
phpbb_fbc_stats
table.common.php
language file. So if you have a language translation, note these changes and update your translation accordingly.<head>
tag) is now correct for the Settings and Stats ACP pages.services.yml
file now correctly passes the phpbb_fbc_stats
table name to two services.while the english file which has the same code is working :Parse error: syntax error, unexpected ''ACP_FBC_COUNTRY_A_Z'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in C:\Wamp.NET\sites\encreuse.local\forum\ext\phpbbservices\filterbycountry\language\fr\common.php on line 303
Code: Select all
'ACP_FBC_COUNTRY_A_Z' => 'Pays, A-Z',
Code: Select all
'ACP_FBC_COUNTRY_A_Z' => 'Country, A-Z',
yesSo you want a feature if the traffic is blocked to send to another page?
OK, but how to do it?So you want a feature if the traffic is blocked to send to another page?
and I thinks it's the same guy with an VPNFilter by country: Anonymous was denied board access from IP(s) 127.0.0.1 because access from country/countries “Unknown“ is not allowed.
constants/constants.php
: Code: Select all
const FBC_COUNTRY_CODES = ['AF', 'AX', 'AF', 'AX',...