Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $nats_ip = '0x4dd8650a';
- if (strpos($nats_ip, '0x') === 0)
- {
- $ip = hexdec($nats_ip);
- }
- $new_ip = long2ip($ip);
- echo geoip_country_code3_by_name($new_ip);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement