Autor Zpráva
gajdynator
Profil
Myslím tým nejaké funkcie ktoré zistia o ip napr. vysielatela internetu,mesto a tak...
gajdynator
Profil
nieco mam ale nechapem tomu:


<?php
include("geoipcity.inc");

$gi = geoip_open("GeoIPCity.dat",GEOIP_STANDARD);

$record = geoip_record_by_addr($gi,$REMOTE_ADDR);

print $record->country_code . " " . $record->country_code3 . " " .
$record->country_name . "<br/>";

print $record->city . "<br/>";
print $record->latitude . "<br/>";
print $record->longitude . "<br/>";

geoip_close($gi);
?>
hugo_jinde
Profil *
gajdynator

No, pokud sem nedas i ten includovany soubor, tak se asi rady nedockas.
xixli
Profil
gajdynator> myslel si túto knižnicu http://www.maxmind.com/download/geoip/api/php/geoipcity.inc ?
hugo_jinde> to radšej nech nedáva, tie súbory sú obrovské :-)
gajdynator
Profil
dik to som teraz hladal,ano je to ono
gajdynator
Profil
možete mi to teda niekto vysvetliť, prosím?
Toto téma je uzamčeno. Odpověď nelze zaslat.

0