Pogledajte određenu poruku
Staro 26. 09. 2010.   #7
webarto
expert
Grand Master
 
Avatar webarto
 
Datum učlanjenja: 11.04.2010
Poruke: 998
Hvala: 141
959 "Hvala" u 153 poruka
webarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished road
Default

Ovako nešto...

PHP kôd:
function udri(){
    
$ip $_SERVER["REMOTE_ADDR"];

    
$ch curl_init();
    
curl_setopt($chCURLOPT_URL,'http://www.geoplugin.net/php.gp?ip='.$ip);
    
curl_setopt($chCURLOPT_RETURNTRANSFER,1);
    
$curl curl_exec($ch);
    
curl_close($ch);
    
    
$geoip unserialize($curl);
    
    if(
in_array($geoip["geoplugin_countryCode"], array("CN""IN"))){
        die(
"Die mother****er!");
    }

http://sorskod.com/qnRSnQlo
webarto je offline   Odgovorite uz citat