Géolocalisation
|
Ip : 107.22.127.92 Pays : Région : Ville : Latitude : Longitude : Host Name : ISP : Organisation : |
Géolocalisation API pour webmasters
Code Source PHP Géolocalisation
Entre <head> et </head>
<script type="text/javascript" src="http://www.editeurscripts.com/ressources/geolocalisation/api.php?email=&type=js&ip=<?php echo($_SERVER["REMOTE_ADDR"]); ?>"></script>
Entre <body> et </body>
<?php
$geo = file("http://www.editeurscripts.com/ressources/geolocalisation/api.php?email=&ip=".$_SERVER["REMOTE_ADDR"]);
$pays = $geo[0];
$region = $geo[1];
$ville = $geo[2];
$latitude = $geo[3];
$longitude = $geo[4];
$hostname = $geo[5];
$isp = $geo[6];
$organisation = $geo[7];
echo("Pays : ".$pays."<br />");
echo("Région : ".$region."<br />");
echo("Ville : ".$ville."<br />");
echo("Latitude : ".$latitude."<br />");
echo("Longitude : ".$longitude."<br />");
echo("Host Name : ".$hostname."<br />");
echo("ISP : ".$isp."<br />");
echo("Organisation : ".$organisation."<br />");
?>
Résultat :
Région :
Ville :
Latitude :
Longitude :
Host Name :
ISP :
Organisation :
Dernières actualités
- 14 Mai 2013
- 27 Décembre 2012
- 01 Octobre 2012
- 15 Mars 2012
- 14 Mars 2012
Calculer votre pagerank
www.editeurscripts.com
www.turfomania.fr
www.banques-en-ligne.fr
www.esfacturesdevis.com


