ip logged php code location
jack3935 Offline
Junior Member
**
Posts: 7
Joined: Oct 2012
Post: #3
RE: ip logged php code location
hi thanks 4 rply but i want php function code means in which .php file it is located
actually i want to use this function

if($user['lastip'])
{
        $api_result = @file_get_contents('http://freegeoip.net/json/'.$user['lastip']);
        $api_result = json_decode($api_result);
        $lastip_location = '<br />'.$api_result->city.': '.$api_result->country_name;
}

it shows ip address and using this function i want to show location
mybb forum is http://www.visionarysoft.com
(This post was last modified: 10-17-2012 05:15 PM by jack3935.)
10-17-2012 05:12 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
ip logged php code location - jack3935 - 10-16-2012, 04:36 PM
RE: ip logged php code location - leefish - 10-16-2012, 11:08 PM
RE: ip logged php code location - jack3935 - 10-17-2012 05:12 PM
RE: ip logged php code location - RateU - 10-18-2012, 01:47 AM
RE: ip logged php code location - jack3935 - 10-18-2012, 03:42 PM
RE: ip logged php code location - jack3935 - 10-22-2012, 02:16 PM

 Standard Tools
Forum Jump: