Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.12.152.100
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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 /
baltic /
web /
themes /
stark /
[ HOME SHELL ]
Name
Size
Permission
Action
README.txt
1004
B
-rw-r--r--
layout.css
1.18
KB
-rw-r--r--
logo.png
2.27
KB
-rw-r--r--
screenshot.png
11.39
KB
-rw-r--r--
stark.info
440
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : layout.css
/** * @file * Stark layout method * * To avoid obscuring CSS added to the page by Drupal or a contrib module, the * Stark theme itself has no styling, except just enough CSS to arrange the page * in a traditional "Header, sidebars, content, and footer" layout. * * This layout method works reasonably well, but shouldn't be used on a * production site because it can break. For example, if an over-large image * (one that is wider than 20% of the viewport) is in the left sidebar, the * image will overlap with the #content to the right. The exception to this * is IE6 which will just hide the navigation block completely in these * instances due to a positioning bug. */ #content, #sidebar-first, #sidebar-second { float: left; display: inline; position: relative; } #content { width: 100%; } body.sidebar-first #content { width: 80%; left: 20%; /* LTR */ } body.sidebar-second #content { width: 80%; } body.two-sidebars #content { width: 60%; left: 20%; } #sidebar-first { width: 20%; left: -80%; /* LTR */ } body.two-sidebars #sidebar-first { left: -60%; /* LTR */ } #sidebar-second { float: right; /* LTR */ width: 20%; } .section { margin: 10px; }
Close