greenops011 Posted October 20, 2017 Share Posted October 20, 2017 does anyone know if there is any way to make a server refuse connections from any client who's IP address is listed on a blacklist like spamhaus zen? Link to comment
Administrators Lpsd Posted October 20, 2017 Administrators Share Posted October 20, 2017 Here's an example of a PHP script I found with a quick google search https://gist.github.com/tbreuss/74da96ff5f976ce770e6628badbd7dfc Combine this with the PHP SDK (https://development.mtasa.com/wiki/PHP_SDK) and the callRemote function (https://development.mtasa.com/wiki/CallRemote) to send the Player's IP to the php script and return a result. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now