Reputation:
For anyone who uses this addon with Sucuri...
I have been testing the addon with Sucuri and noted that the following code needs to be added to config.php to prevent users from being blocked:
if(isset($_SERVER['HTTP_X_SUCURI_CLIENTIP']))
{
$_SERVER["REMOTE_ADDR"] = $_SERVER['HTTP_X_SUCURI_CLIENTIP'];
}
Sucuri itself will still be blocked but the XF listener seems to be ahead of the addon listener so users are not blocked if this code is added.
Reputation:
Hi @BattleKing
I am still having issues with your add-ons
Here a screenshot of the one of the error related to your add-on!
View attachment 37224
This seems to be not an issue with the addon, sounds like different problem.
Reputation:
When I disable your add-on it’s working but when I enable your add-on its has loading issues
which options you have enabled?
which options you have enabled?
Reputation:
Reputation:
The unnecessary ">
" has been removed from the contact email, which was causing it to be an invalid email address.
View attachment 40712
Reputation:
Hello,
Admin bypass check and Moderator bypass check not working
I think it’s a bug in my case it’s not working only for the /admin.php but in fronted it’s working fine.
You can try 1.4.1 https://enxf.cc/resources/proxy-check.2520/history
Reputation:
Hi,
it's the same with version 1.4.1
Try this if you don't need guest and mods bypass https://enxf.cc/resources/proxy-check.2520/version/12175/download
Reputation:
Hi,
works well with version 1.3.0
thanks