[Include] GetPlayerGeoIP
#1

GetPlayerGeoIP 1



Essa funзгo pega os dados GEO IP de um determinado jogador.

Lб os dados estгo processados e prontinhos para ser usados, as informaзхes que sгo pegas atualmente sгo:
Provedora, Cidade, Estado, Pais


Para usa-la й bastante fбcil! Basta fazer
PHP код:
GetPlayerGeoIP(playerid
e os dados do jogador serгo recebidos dentro de alguns segundos na callback OnPlayerGeoIP

Download!

http://pastebin.com/BVCQmGkf
(salve como geoip.inc)



Exemplo!





pawn Код:
#include geoip

public OnPlayerConnect(playerid) {

    GetPlayerGeoIP( playerid ) ;

    return true;
}
 
public OnPlayerGeoIP(playerid, ip[], cidade[], estado[], pais[], provedora[])
{
        printf(
                "\
                Jogador ID: %d\n\
                Jogador IP: %s\n\
                Cidade: %s\n\
                Estado: %s\n\
                Pais: %s\n\
                Provedora: %s\n\
                "
,
                playerid, ip, cidade,estado, pais, provedora
        );
       
        return true;
}

Criado por Bruno da Silva. Equipe [iPs]TeaM



Espero que gostem
Reply


Messages In This Thread
GetPlayerGeoIP - by ipsBruno - 02.12.2012, 04:30
Re: GetPlayerGeoIP - by Schocc - 02.12.2012, 04:50
Re : Re: GetPlayerGeoIP - by ipsBruno - 02.12.2012, 04:51
Re: GetPlayerGeoIP - by Schocc - 02.12.2012, 05:05
Re: GetPlayerGeoIP - by leonardo1434 - 02.12.2012, 05:12
Re : GetPlayerGeoIP - by ipsBruno - 02.12.2012, 05:16
Re: Re : GetPlayerGeoIP - by Schocc - 02.12.2012, 05:30
Re: GetPlayerGeoIP - by humildadeforever - 02.12.2012, 09:57
Re: Re : GetPlayerGeoIP - by Don_Speed - 02.12.2012, 14:59
Re: GetPlayerGeoIP - by JapaN* - 02.12.2012, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)