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 /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
ablog-content.php
15.55
KB
-rwxr-x--x
ablog-list.php
4.11
KB
-rwxr-x--x
ablog.php
9.8
KB
-rwxr-x--x
cat-content.php
14.67
KB
-rwxr-x--x
cat-list.php
4.41
KB
-rwxr-x--x
cat.php
11.79
KB
-rwxr-x--x
corse-content.php
24.91
KB
-rwxr-x--x
corse-list.php
5.01
KB
-rwxr-x--x
corse.php
11.97
KB
-rwxr-x--x
dashboard-content.php
7.49
KB
-rwxr-x--x
dashboard.php
4.9
KB
-rwxr-x--x
evnt-content.php
22.8
KB
-rwxr-x--x
evnt-list.php
5.78
KB
-rwxr-x--x
evnt.php
13.14
KB
-rwxr-x--x
item-content.php
29.69
KB
-rwxr-x--x
item-list.php
5.48
KB
-rwxr-x--x
item.php
14.06
KB
-rwxr-x--x
jobc-content.php
24.4
KB
-rwxr-x--x
jobc-list.php
5
KB
-rwxr-x--x
jobc.php
11.97
KB
-rwxr-x--x
mdc-content.php
14.59
KB
-rwxr-x--x
mdc-list.php
5.61
KB
-rwxr-x--x
mdc.php
10.77
KB
-rwxr-x--x
mems-content.php
16.55
KB
-rwxr-x--x
mems-list.php
4.44
KB
-rwxr-x--x
mems.php
10.73
KB
-rwxr-x--x
pages-content.php
11.04
KB
-rwxr-x--x
pages-list.php
2.57
KB
-rwxr-x--x
pages.php
10.41
KB
-rwxr-x--x
proj-content.php
24.42
KB
-rwxr-x--x
proj-list.php
5.85
KB
-rwxr-x--x
proj.php
12.63
KB
-rwxr-x--x
projt-content.php
5.66
KB
-rwxr-x--x
projt-list.php
3.84
KB
-rwxr-x--x
projt.php
8.67
KB
-rwxr-x--x
puba-content.php
5.66
KB
-rwxr-x--x
puba-list.php
3.87
KB
-rwxr-x--x
puba.php
8.67
KB
-rwxr-x--x
publ-content.php
27.35
KB
-rwxr-x--x
publ-list.php
6.23
KB
-rwxr-x--x
publ.php
12.66
KB
-rwxr-x--x
pubv-content.php
5.66
KB
-rwxr-x--x
pubv-list.php
3.87
KB
-rwxr-x--x
pubv.php
8.67
KB
-rwxr-x--x
udig-content.php
5.62
KB
-rwxr-x--x
udig-list.php
3.59
KB
-rwxr-x--x
udig.php
8.67
KB
-rwxr-x--x
user-content.php
32.34
KB
-rwxr-x--x
user-list.php
5.77
KB
-rwxr-x--x
user.php
13.49
KB
-rwxr-x--x
wrks-content.php
24.38
KB
-rwxr-x--x
wrks-list.php
5
KB
-rwxr-x--x
wrks.php
11.84
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pages-content.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); if($PRSNT_BLK ==BLK_LIST){ ?> <div class="row"> <div class="col-md-12"> <section class="panel"> <header class="panel-heading" style="border-bottom:2px solid #00a65a;"> </header> <div class="panel-body" style="border-bottom:2px solid #00a65a;"> <div class="row formRow"> <div class="col-sm-5"> <div class="form-group"> <label class="control-label">Page Name</label> <select name="pgNme" id="pgNme" data-plugin-selectTwo class="form-control populate"> <option value="">---Select Page Name---</option> <?php foreach($pgeList as $key=>$pgVal) { echo '<option value="'.$pgVal['ALIAS'].'">'.$pgVal['NAME'].'</option>'; } ?> </select> </div> </div> <div class="col-sm-5"> <div class="form-group"> <label class="control-label">Page Heading</label> <input type="text" class="form-control" name="SrchKey" id="SrchKey" value="" placeholder="Search Page Heading..." /> </div> </div> <div class="col-sm-1"> <div class="form-group"><br/> <button type="button" class="btn btn-block btn-success reset_btn" id="SearchId"><?=$this->lang->line('BTN_FLTR');?></button> </div> </div> </div> </div> <input type="hidden" name="sortName" id="sortName" value="<?=$SORT_NAME;?>"/> <input type="hidden" name="sortBy" id="sortBy" value="<?=$SORT_TYPE;?>"/> <div class="panel-body" id="RecordList"><?=$cList;?></div> <div class="loading" style="display:none;" id="srchLoading"> <div class="content"><img src="<?=$this->config->item('img_url');?>loader.gif"/></div> </div> <div style="text-align:center;display:none;" id="srchingMsg" class="headRed"></div> </section> </div> </div> <?php }elseif($PRSNT_BLK ==BLK_PAGE){ ?> <?=$cList;?> <?php }elseif($PRSNT_BLK ==BLK_UPDATE){ $ImgShow='#';$ImgWdth=''; if($Dtls['BANER']!=''){$ImgShow=base_url().DIR_CMS.'/'.$Dtls['BANER'];$ImgWdth='800';} ?> <form id="signupForm" action="<?=site_url($PAGE_CL.'/'.MTHD_UPDATED);?>" method="post" enctype="multipart/form-data"> <input type="hidden" name="Id" id="Id" value="<?=$Id;?>"/> <input type="hidden" name="oldPic" id="oldPic" value="<?=$Dtls['BANER'];?>"/> <div class="row"> <div class="col-md-12"> <section class="panel"> <div class="panel-body"> <h5 class="headRed"><?=validation_errors(); ?></h5> <div class="row formRow"> <div class="col-sm-4"> <div class="form-group"> <label class="control-label">Page Name<p class="headRed"><?=$Dtls['NAME'];?></p></label> </div> </div> <div class="col-sm-4"> <div class="form-group"> <label class="control-label">Page Url<p><a href="<?=base_url().$Dtls['ALIAS'];?>" target="_blank"><?=base_url().$Dtls['ALIAS'];?></a></p></label> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UP_PIC_');?>(<?=$Dtls['NAME'];?> Page Banner (<span class="headRed"><?=($Id==1)?'full hd 1920px X 1080px':'1200px X 860px';?></span>))<span class="headRed">*</span></label> <div class="col-md-12"> <div class="fileupload fileupload-new" data-provides="fileupload"> <div class="input-append"> <div class="uneditable-input"> <i class="fa fa-file fileupload-exists"></i> <span class="fileupload-preview"></span> </div> <span class="btn btn-default btn-file"> <span class="fileupload-exists">Change</span> <span class="fileupload-new">Select file</span> <input type="file" name="prPic" id="prPic" multiple accept="image/*" /> </span> <a href="#" class="btn btn-default fileupload-exists" data-dismiss="fileupload">Remove</a> </div> </div> </div> </div> </div> <div class="col-sm-12"><div class="form-group"><img id="PreviewPic" src="<?=$ImgShow;?>" alt="your image" width="<?=$ImgWdth;?>" /></div></div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Page Top Heading<span class="headRed">*</span></label> <input type="text" class="form-control input-char-count" name="FldName" id="FldName" value="<?=set_value('FldName',$Dtls['PTITLE']);?>" placeholder="" maxlength="<?=LNGTH_A;?>" required/> <span id="error_fld1" class="headRed"></span> </div> </div> </div> <div class="row formRow"> <div class="col-sm-6"> <div class="form-group"> <label class="control-label">Page Top Heading Color <span class="headRed">(</span><b>Click on color box to change the color</b><span class="headRed">)</span></label> <input type="color" class="form-control" name="phclr" id="phclr" style="height:100px;" value="<?=$Dtls['PHCLR'];?>"/> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="control-label">Page Top Heading background Color <span class="headRed">(</span><b>Click on color box to change the color</b><span class="headRed">)</span></label> <input type="color" class="form-control" name="phsclr" id="phsclr" style="height:100px;" value="<?=$Dtls['PHDCLR'];?>"/> </div> </div> <div class="col-sm-12">after color change if you face any color regarding issue( not find out desired color) then simply leave color as <span class="headRed"><b>BLACK(R==0, G==0, B==0)</b></span>, system will automatically take the default set color </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Page Top Description<span class="headRed">*</span></label> <textarea class="form-control" name="pdesc" id="pdesc" required/><?=set_value('pdesc',$Dtls['PDESC']);?></textarea> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Page Upper section Description<span class="headRed">*</span></label> <textarea class="form-control" name="udesc" id="udesc" required/><?=set_value('udesc',$Dtls['UDESC']);?></textarea> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Page Middle section Description<span class="headRed">*</span></label> <textarea class="form-control" name="mdesc" id="mdesc" required/><?=set_value('mdesc',$Dtls['MDESC']);?></textarea> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Page Lower section Description<span class="headRed">*</span></label> <textarea class="form-control" name="ldesc" id="ldesc" required/><?=set_value('ldesc',$Dtls['LDESC']);?></textarea> </div> </div> </div> </div> </section> </div> </div> <div class="row"> <div class="col-md-12"> <section class="panel"> <div class="panel-body" style="border-top:2px solid #00a65a;"> <h5 class="headRed"><?=$this->lang->line('GL_SEO');?></h5> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label><?=$this->lang->line('GL_SEO_TL');?><span class="headRed">*</span></label> <input type="text" class="form-control" name="SeoTl" id="SeoTl" value="<?=set_value('SeoTl',$Dtls['SEOT']);?>" placeholder="<?=$this->lang->line('GL_SEO_TL');?>" required> </div> </div> <div class="col-sm-12"> <div class="form-group"> <label><?=$this->lang->line('GL_SEO_KEY');?><span class="headRed">*</span></label> <input type="text" class="form-control" name="Seokey" id="Seokey" value="<?=set_value('Seokey',$Dtls['SEOK']);?>" placeholder="<?=$this->lang->line('GL_SEO_KEY');?>" required> </div> </div> <div class="col-sm-12"> <div class="form-group"> <label><?=$this->lang->line('GL_SEO_DESC');?></label> <textarea name="SeoDesc" id="SeoDesc" class="form-control" placeholder="<?=$this->lang->line('GL_SEO_DESC');?>"><?=set_value('SeoDesc',$Dtls['SEOD']);?></textarea> </div> </div> </div> </div> <footer class="panel-footer"> <button class="btn btn-primary" type="submit"><?=$this->lang->line('BTN_SUBMIT');?></button> <a id="backId" class="btn btn-default"><?=$this->lang->line('BTN_CANCEL');?></a> </footer> </section> </div> </div> </form> <?php }else{} ?>
Close