View Single Post
Old 11-04-2003, 12:39 PM  
4Pics
Confirmed User
 
Industry Role:
Join Date: Dec 2001
Posts: 7,952
Did anyone write a php script that imports the csv file to
a mysql database then have a redirect script?

Data for csv looks like

33996344 33996351 GB GBR UNITED KINGDOM



Then you can convert the surfers ip to that format via

$dotted_ip_address = long2ip($ip_number);

and see where the ip matches up.

I didn't want to duplicate work if someone already had something they'd share.
4Pics is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote