XenForo 2.0 Proxy Check- Style PHP/CSS?

PuTyTy

Active member
Registered
Joined
Dec 16, 2019
Messages
34
Points
18

Reputation:

Hello,
You can create a .php page, and then you put it on public_html where the files of your site are.
then you go in, src/addons/XFDev/ProxyCheck/Listener.php
and you replace
Code:
echo "Proxy, VPN or Data center IP are not allowed here";
by
Code:
include_once "exemple.php";
change "example.php" by the name of the PHP page you created before

If you do not arrive contact me by private message and I will help you
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,372
Points
523

Reputation:

Sample for you


https://www.mc-market.org/blockscript/


Blocked
Your network has been detected as originating from a VPN or proxy server.
Please disable it temporarily and upgrade to vip to continue browsing with it enabled. If this is a mistake, please contact support.

.
You can edit phrases and add html and css to make your own page for - noobs friendly
 
Top