Proxy Check

xF2 Add-on Proxy Check 1.4.1

No permission to download

CSAdmin

Member
Registered
Joined
Jun 2, 2022
Messages
14
Points
13

Reputation:

(y) for the latest version. Works great.

IMG_5260.jpeg
 
Last edited:

CSAdmin

Member
Registered
Joined
Jun 2, 2022
Messages
14
Points
13

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.
 

ilona

Collaborate
Collaborate
Registered
Joined
Mar 15, 2023
Messages
93
Points
28

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.
CSAdminDo u know what to add or what to change in cloudflare panel? Because cf is blocking all users when plugin is enabled
 

nicktoons

Member
Registered
Joined
Oct 28, 2019
Messages
13
Points
13

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!
IMG_0374.jpeg
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

View previous replies…

nicktoons

Member
Registered
Joined
Oct 28, 2019
Messages
13
Points
13

Reputation:

which options you have enabled?
BattleKingUnfortunately if I enabled your add-on the site doesn’t load and it’s not responding at all unless I disable your add-on

also as well I don’t have the guest option enabled because I ran into other issues related to your add-on!
 

CSAdmin

Member
Registered
Joined
Jun 2, 2022
Messages
14
Points
13

Reputation:

This might be a glitch. If the "check guest" option is enabled, and a member inserts a link to another page on the site in their post, the link is given the name of "SECURITY" due to the URL unfurling. The name "SECURITY" is being pulled from the highlighted code.

1697394987829.png

Update...

Xenforo will not unfurl a link pasted into a post unless the page being linked to is accessible to the public and not just logged in members. That's a known quirk in Xenforo. When the "check guest" option is enabled, the addon must be doing something to make Xenforo think that no pages are accessible to guests for purposes of unfurling even if a VPN is not being used.
 
Last edited:

ka4p3

Member
Registered
Joined
Feb 27, 2020
Messages
12
Points
13

Reputation:

How can I customize/translate block page?
 

CSAdmin

Member
Registered
Joined
Jun 2, 2022
Messages
14
Points
13

Reputation:

The add-on works very well, but it appears that users of Express VPN are not being blocked. Is there any way to plug that hole? TIA.
 

CSAdmin

Member
Registered
Joined
Jun 2, 2022
Messages
14
Points
13

Reputation:

Since there are options for admin bypass and for moderator bypass, it would be nice to have add an option for "registered user" bypass. That way we could allow members to use a VPN but still block guests (which are the largest source of bots, spam, etc.).
 
Top