GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   script show the city the surfer is from? (https://gfy.com/showthread.php?t=852646)

xxweekxx 09-04-2008 04:08 AM

script show the city the surfer is from?
 
anyone know a simple script that'll show where the surfer is from.

Example: You are from New York City

AdultTrafficMedia 09-04-2008 06:58 AM

http://maxmind.com/

DutchTeenCash 09-04-2008 07:00 AM

maxmind does that a lotta programs use it for the geo ip fansigns "I love to show my tits to all guys from France" for instance

if you wanna see how it works click the sig, the fansign generator is on the site

theres a free mm dbase I think the better paid one is way more detailed, we use that one

Martin Luther Ping 09-04-2008 07:06 AM

using maxmind

Code:

<?php
include("geoipcity.inc");
include("geoipregionvars.php");
$gi = geoip_open("GeoLiteCity.dat",GEOIP_STANDARD);

$record = geoip_record_by_addr($gi, $_SERVER['REMOTE_ADDR'] );

if ( $record ) {
  print $record->city . "\n";
  print $record->region . "\n";
} else {
  print "My other city\n";
}

geoip_close($gi);
?>



All times are GMT -7. The time now is 04:27 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc