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_220424 /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxrwx
edg
[ DIR ]
drwxrwxrwx
edg_200430
[ DIR ]
drwxrwxrwx
edg_20200630
[ DIR ]
drwxrwxrwx
edg_o
[ DIR ]
drwxrwxrwx
edg_old
[ DIR ]
drwxrwxrwx
extension
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
inc
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
kod
[ DIR ]
drwxrwxrwx
upload
[ DIR ]
drwxrwxrwx
utility
[ DIR ]
drwxrwxrwx
!test.php
17
B
-rw-rw-rw-
Nota14102020.docx
22.8
KB
-rw-rw-rw-
access.php
253
B
-rw-rw-rw-
access2.php
245
B
-rw-rw-rw-
account_recovery.php
6.56
KB
-rw-rw-rw-
ajax.php
2.43
KB
-rw-rw-rw-
custom.css
3.35
KB
-rw-rw-rw-
custom.js
7.03
KB
-rw-rw-rw-
custom200630.js
6.46
KB
-rw-rw-rw-
custom_200630.css
1.04
KB
-rw-rw-rw-
custom_200705.js
6.82
KB
-rw-rw-rw-
custom_210125.css
2.22
KB
-rw-rw-rw-
dashboard.php
21.63
KB
-rw-rw-rw-
dashboard_old.php
51
B
-rw-rw-rw-
dglist.php
3.97
KB
-rw-rw-rw-
err_404.php
75
B
-rw-rw-rw-
index.php
2.49
KB
-rw-rw-rw-
licenses.php
103
B
-rw-rw-rw-
login.php
9.8
KB
-rw-rw-rw-
login_o.php
9.81
KB
-rw-rw-rw-
main.php
584
B
-rw-rw-rw-
microsoft.php
214.77
KB
-rw-rw-rw-
odbc.php
12.43
KB
-rw-rw-rw-
odbc_212801.php
12.77
KB
-rw-rw-rw-
recover_msg.php
806
B
-rw-rw-rw-
reset_password.php
8.84
KB
-rw-rw-rw-
sessions.php
2.04
KB
-rw-rw-rw-
sessions_200705.php
1.4
KB
-rw-rw-rw-
sessions_200721.php
1.75
KB
-rw-rw-rw-
test_sess.php
1.35
KB
-rw-rw-rw-
testinput.php
6.7
KB
-rw-rw-rw-
~$ta14102020.docx
162
B
-rw-rw-rw-
~WRL0738.tmp
23.29
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dglist.php
<?php include 'inc/config.php'; $template['header_link'] = 'PAGES'; ?> <?php include 'inc/template_start.php'; ?> <? $x=$_GET['x']; ?> <!-- Page content --> <div id="page-content"> <div class="row"> <div class="col-sm-12"> <div class="widget-image widget-image-xs"> <img src="img/lpkmn/bg.jpg" alt="image"> <div class="widget-image-content"> <div class="pull-right text-light-op"> <strong> <div class="form-group form-actions"> <a href="login.php"><button type="button" class="btn btn-effect-ripple btn-sm btn-primary"><i class="fa fa-home"></i> Home</button></a> </div> </strong> </div> <h2 class="widget-heading text-light"><strong>eDGPENS LPKMn</strong></h2> <h3 class="widget-heading text-light-op">Lembaga Pelabuhan Kemaman</h3> </div> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <BR> </div> </div> <div class="row"> <div class="col-sm-12"> <BR> </div> </div> <div class="row"> <div class="col-sm-12"> <!-- Block --> <div class="block"> <!-- Block Title --> <div class="block-title themed-background-dark-amethyst text-center"> <h2><strong class="text-light-op"><i class="fa fa-exclamation-triangle"></i> Dangerous Goods</strong></h2> </div> <!-- END Block Title --> <!-- Block Content --> <div class="row"> <!-- Get Started Block --> <div class="block full"> <!-- Get Started Title --> <div class="block-title"> <!--h2>Block Title</h2--> </div> <!-- END Get Started Title --> <!-- Get Started Content --> <div class="table-responsive"> <table id="datatable-dg<?=$x?>" class="table table-striped table-bordered table-condensed table-vcenter table-hover"> <thead> <tr> <th class="text-center" style="width: 400px;">PROPER SHIPPING NAME</th> <th class="text-center" style="width: 100px;">IMO CLASS</th> <th class="text-center" style="width: 100px;">UN NUMBER</th> <th class="text-center">PROPERTIES</th> </tr> </thead> <tbody> <?php $labels['Y']['class'] = "label-success"; $labels['Y']['text'] = "Active"; $labels['T']['class'] = "label-danger"; $labels['T']['text'] = "Inactive"; ?> <?php switch ($x) { case "1": //proper shipping name $smbg=" ORDER BY nama"; break; case "2": //imo class $smbg=" ORDER BY IMOClass"; break; case "3": //un no $smbg=" ORDER BY UNNumber"; break; default: $smbg=""; } $qKod="SELECT * FROM kod_dg $smbg"; $resKod=mysqli_query($mysqli_link, $qKod) or die(mysqli_connect_error()); while($rowKod=mysqli_fetch_array($resKod)){ ?> <tr> <td><strong><?=$rowKod['nama']?></strong></td> <td class="text-center"><?=$rowKod['IMOClass']?></td> <td class="text-center"><?=$rowKod['UNNumber']?></td> <td><?=nl2br($rowKod['properties'])?></td> </tr> <?php }mysqli_free_result($resKod); ?> </tbody> </table> </div> <!-- END Get Started Content --> </div> <!-- END Get Started Block --> </div> <!-- END Page Content --> <?php include 'inc/template_scripts.php'; ?> <script src="js/pages/uiTables.js"></script> <script>$(function(){ UiTables.init(); });</script> <!--script type="text/javascript"> $(document).ready(function() { $('#datatable-dg').DataTable( { "order": [[ 3, "desc" ]] } ); } ); </script--> <?php include 'inc/template_end.php'; ?>
Close