Greetings -
I used this code on the link below to trap IP addresses, it worked very nicely.
http://www.scandicweb.com/coldfusion...tutorial45.cfm
Here is a sample output of my report: (note: I removed the real data in purpose)
Tracking_Client_Address: 999.99.99.99
Tracking_Client_Host: www.xyz.com Tracking_Referrer: http://www.xyz.com/myfeedback.cfm?ID=531 Tracking_Date: 15-Jun-09
Now, I have to manually use the IP@ I trapped and browse google to find its related country. But since I already have the IP saved on my database, I’d like to integrate to search within my Query so I can display the IP as well as its related Country on my report above.
Any assistance as to how to implement the IP search within my code, would be very appreciated.
And if anyone needs help as to what I did to trap IPs, please don’t hesitate to let me know, I’ll be happy to post my code online for your convenience.
Regards,
-AJ