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 /
mod /
assign /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxrwxrwx
db
[ DIR ]
drwxrwxrwx
feedback
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
pix
[ DIR ]
drwxrwxrwx
submission
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
yui
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
adminlib.php
16.95
KB
-rwxrwxrwx
adminmanageplugins.php
1.33
KB
-rwxrwxrwx
assignmentplugin.php
21.03
KB
-rwxrwxrwx
extensionform.php
4.25
KB
-rwxrwxrwx
externallib.php
32.3
KB
-rwxrwxrwx
feedbackplugin.php
5.52
KB
-rwxrwxrwx
gradeform.php
3.66
KB
-rwxrwxrwx
gradingbatchoperationsform.php
3.51
KB
-rwxrwxrwx
gradingoptionsform.php
3.24
KB
-rwxrwxrwx
gradingtable.php
43.97
KB
-rwxrwxrwx
index.php
1.78
KB
-rwxrwxrwx
lib.php
40.91
KB
-rwxrwxrwx
locallib.php
245.54
KB
-rwxrwxrwx
mod_form.php
12.86
KB
-rwxrwxrwx
module.js
7.58
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
quickgradingform.php
2.02
KB
-rwxrwxrwx
renderable.php
30.38
KB
-rwxrwxrwx
renderer.php
51.11
KB
-rwxrwxrwx
settings.php
4.47
KB
-rwxrwxrwx
styles.css
5.14
KB
-rwxrwxrwx
submission_form.php
1.73
KB
-rwxrwxrwx
submissionconfirmform.php
2.33
KB
-rwxrwxrwx
submissionplugin.php
3.45
KB
-rwxrwxrwx
upgrade.txt
2.53
KB
-rwxrwxrwx
upgradelib.php
19.22
KB
-rwxrwxrwx
version.php
1.16
KB
-rwxrwxrwx
view.php
1.89
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes in the assign code. === 2.5 === * New feature - Attempt History This adds settings so that a student can have build up a history of separate submission attempts and grades for the same assignment. Extra settings on the assign table are: attemptreopenmethod - The way attempts can be reopened. One of: ASSIGN_ATTEMPT_REOPEN_METHOD_NONE - Attempts cannot be reopened (default) ASSIGN_ATTEMPT_REOPEN_METHOD_UNTIL_PASS - Attempts are reopened on grading until the gradebook indicates this student has passed. ASSIGN_ATTEMPT_REOPEN_METHOD_MANUAL - Attempts are reopened on manually by the grader. maxattempts - The maximum allowed number of attempts per student for this assign instance. Extra settings on the submission and grade records: attemptnumber - Starting from 0 until the latest attempt. New table assign_user_flags holds user specific flags that were stored in the assign_grade table. (contains assignment, userid, extensionduedate, mailed and locked) assign changes: "get_user_grade" function has an extra optional parameter to retrieve a specific attempt number. "get_user_submission" function has an extra optional parameter to retrieve a specific attempt number. "get_group_submission" function has an extra optional parameter to retrieve a specific attempt number. new "get_user_flags" function can retrieve the user flags for a specific user (extensionduedate, mailed and locked). new "update_user_flags" function can update the user flags for a specific user (extensionduedate, mailed and locked). assign_submission_plugin changes: "precheck_submission" function now takes a submission record so you can determine which submission is being checked. "submit_for_grading" function now takes a submission record so you can determine which submission is being submitted. new function "copy_submission" can be implemented to copy submission data from one submission to a new one. New renderable object "assign_attempt_history" for rendering the list of previous submissions. New renderable object "assign_gradingmessage" for rendering a generic grading message. assign_grading_table changes: get_group_and_submission is now protected and should not be called from outside this class. === Earlier changes === * Were not documented in this way. Sorry.
Close