[Ajuda] Anti-Proxy/VPN nгo funciona
#1

Olб, eu estava a procura de um Anti-Proxy quando vi esse aqui, sу que ele nгo funciona, nгo manda debug dizendo se estб com Anit-Proxy, se nгo estб em fim... serб que й a include a_http? Se for e alguйm tiver ela atualizada e quiser mandar pra mim, agradeзo.

PHP код:
new ip[16], string[59];
GetPlayerIp(playeridipsizeof ip);
format(stringsizeof string"http://proxy.mind-media.com/block/proxycheck.php?ip=%s"ip);
HTTP(playeridHTTP_GETstring"""MyHttpResponse");
forward MyHttpResponse(playeridresponse_codedata[]);
public 
MyHttpResponse(playeridresponse_codedata[])
{
    new 
name[MAX_PLAYERS],string[256];
    new 
ip[16];
    
GetPlayerName(playeridnamesizeof(name));
    
GetPlayerIp(playeridipsizeof ip);
    if(
strcmp(ip"127.0.0.1"true) == 0)
    {
        
format(string256"[LOCALHOST] %s(%d) has joined the server."nameplayerid);
        
SendClientMessageToAll0x09F7DFC8string);
        return 
1;
    }
    if(
response_code == 200)
    {
        if(
data[0] == 'Y')
        {
            
SendClientMessage(playeridCOLOR_LIGHTRED"[ANTI-PROXY]: Proxy Detectado, desligue seu Proxy/VPN senao ira ser kickado !");
            
format(stringsizeof(string), "[ANTI-PROXY] Player %s foi kickado por suspeita de Proxy/VPN"pName[playerid]);
            
ABroadCast(COLOR_LIGHTREDstring1);
            
printf("Proxy Detectado !");
            
SetTimerEx("DelayedKick"100false"i"playerid);
        }
        if(
data[0] == 'N')
        {
            
printf("Proxy nao detectado !");
        }
        if(
data[0] == 'X')
        {
            
printf("WRONG IP FORMAT");
        }
        else
        {
            
printf("The request failed! The response code was: %d"response_code);
        }
    }
    return 
1;
}
forward DelayedKick(playerid);
DelayedKick(playerid)
{
    
Kick(playerid);
    return 
1;

Reply


Messages In This Thread
Anti-Proxy/VPN nгo funciona - by WiliHacking - 12.02.2019, 19:32
Re: Anti-Proxy/VPN nгo funciona - by ipsLuan - 12.02.2019, 19:52
Re: Anti-Proxy/VPN nгo funciona - by WiliHacking - 12.02.2019, 20:47
Re: Anti-Proxy/VPN nгo funciona - by ipsLuan - 12.02.2019, 20:52
Re: Anti-Proxy/VPN nгo funciona - by WiliHacking - 12.02.2019, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)