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_calendar_events.feature
@mod @mod_chat Feature: Chat calendar entries In order to notify students of upcoming chat sessons As a teacher I need to create a chat activity and publish the event times 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 | Scenario: Create a chat activity and do not publish the start date to the calendar Given the following "activities" exist: | activity | name | intro | course | idnumber | schedule | | chat | Test chat name | Test chat description | C1 | chat1 | 0 | And I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on # TODO MDL-57120 site "Calendar" link not accessible without navigation block. And I add the "Navigation" block if not present Given I click on "Calendar" "link" in the "Navigation" "block" Then I should not see "Test chat name" Scenario: Create a chat activity and publish the start date to the calendar Given the following "activities" exist: | activity | name | intro | course | idnumber | schedule | | chat | Test chat name | Test chat description | C1 | chat1 | 1 | And I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on # TODO MDL-57120 site "Calendar" link not accessible without navigation block. And I add the "Navigation" block if not present Given I click on "Calendar" "link" in the "Navigation" "block" Then I should see "Test chat name"
Close