View Single Post
  #5  
Old 8th November 2013, 21:24
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by hatijahat View Post
hello guys,

need a little help here, i have try to install geopip in my vps,
but still in the site didn't mention from what country the IP Address from.
is there any code needed for this?
Save the two atached files to www root and then save this in bittorrent.php

PHP Code:
function cipf($ipf) {
    
    include (
"geoip.inc");

    
$handle geoip_open("GeoIP.dat"GEOIP_STANDARD);

    switch (
geoip_country_code_by_addr($handle$ipf)) {
        case 
"UK" :
            
$flag_out "<img src='/pic/flag/uk.gif'>";
            break;
        case 
"USA" :
            
$flag_out "<img src='/pic/flag/.gif'>";
            break;
        case 
"ZA" :
            
$flag_out "<img src='/pic/flag/southafrica.gif'>";
            break;
        default :
            
$flag_out "not defined!";
    }

    Return 
"IP address $ipf located in " geoip_country_name_by_addr($handle$ipf) . " (country code " geoip_country_code_by_addr($handle$ipf) . ") $flag_out";

    
geoip_close($handle);

Then replace your current Ip address line in userdetails.php with this

PHP Code:
print ("<tr><td class=rowhead>Country</td><td align=left>".Cipf($user["ip"])."</td></tr>\n"); 
You will need to add more flags in the switch Ive only added three..
Attached Thumbnails
Untitled.png  
Attached Files
File Type: rar geo.rar (311.1 KB, 63 views)
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
The Following 2 Users Say Thank You to firefly007 For This Useful Post:
hatijahat (9th November 2013), lacos (24th December 2014)