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 /
report /
[ HOME SHELL ]
Name
Size
Permission
Action
backups
[ DIR ]
drwxrwxrwx
completion
[ DIR ]
drwxrwxrwx
configlog
[ DIR ]
drwxrwxrwx
courseoverview
[ DIR ]
drwxrwxrwx
log
[ DIR ]
drwxrwxrwx
loglive
[ DIR ]
drwxrwxrwx
outline
[ DIR ]
drwxrwxrwx
participation
[ DIR ]
drwxrwxrwx
performance
[ DIR ]
drwxrwxrwx
progress
[ DIR ]
drwxrwxrwx
questioninstances
[ DIR ]
drwxrwxrwx
security
[ DIR ]
drwxrwxrwx
stats
[ DIR ]
drwxrwxrwx
upgrade.txt
1.58
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes in /report/* - plugins, information provided here is intended especially for developers. === 2.2 === API changes: * reports were moved from /admin/report/ to /report/ * new support for report settings How to migrate existing admin reports: # move all files to new /report/yourplugin/ location # if settings.php exists add $settings=null; # if settings.php does not exist create it and link the report, index.php is not linked automatically any more # update require('../../config.php'); - remove one ../ # update all others includes and requires # update all links to report pages by removing /admin/ or /$CFG->admin/ # add language pack with at least 'pluginname' string # update CSS selectors How to migrate existing course reports (optional): # move all files to new /report/yourplugin/ location # update require('../../config.php'); - remove one ../ # update all others includes and requires # update all links to report pages by removing /course/ part # update all language strings (use 'report_yourplugin' instead of 'coursereport_yourplugin') - use AMOS hints in commit message # update all capability names # grep the plugin codebase and look for any remaining 'coursereport' occurrences # add new navigation hooks in lib.php - ex: report_stats_extend_navigation_course(), report_stats_extend_navigation_user() # add new page types in lib.php # create db/install.php migration script - delete old settings and capabilities (see converted plugins for examples) # update CSS selectors See http://docs.moodle.org/dev/General_report_plugins for more details and explanation.
Close