<?php
// API URL and parameters
$url = "https://evolution-host.com/api/proxy-blocker.php";
$params = [
'account' => 'ypG8c7mXVvr9n4wctbcgdxMjd6PK2uNkQALhqf3YRBFDHd',
'service_key' => 'figSb6hLiCkJbmwdqsBEOpNh0Nyd6IdLx',
'ip' => '51.161.50.218',
'action' => 'check'
];
// cURL request
$ch = curl_init($url . '?' . http_build_query($params));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
// Output response
echo '<pre>' . json_encode(json_decode($response), JSON_PRETTY_PRINT) . '</pre>';
?>
How does the proxy checker work?
Once your order has been placed, you'll receive a unique set of easy to implement API credentials and instructions that'll allow you to programmatically check for proxies or VPN's in your applications or game servers.
You will also be able to check manually for proxies and VPN's via the control panel at any time.
Evolution Host use the latest available network data to ensure that the proxy lookup results remain accurate and up to date.
|
Use as a VPN checker to identify banned players
The growing usage of Virtual Private Networks (VPNs) has become a challenge for gameserver owners, as banned players increasingly exploit these services to evade their bans.
By utilizing a VPN, these individuals can mask their IP addresses, making it difficult for server owners and administrators to enforce permanent bans.
This not only undermines the authority of the server but also creates an unfair environment for legitimate players who adhere to the rules.
To combat this issue, the Evolution Host proxy checker and blocker service can be employed to identify and block players attempting to connect to the server via a VPN or proxy thus ensuring that bans remain in place and a fair and
safe environment persists for the innocent and genuine members of your gameservers community.
|