Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.217.96.88
Cant Read [ /etc/named.conf ]
8.1.13
www
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
/
www /
wwwroot /
jdcpatala.org /
payroll /
reports /
[ HOME SHELL ]
Name
Size
Permission
Action
logo
[ DIR ]
drwxr-xr-x
8A_report.php
2.92
KB
-rw-r--r--
bankTransfer_reports.php
2.88
KB
-rw-r--r--
gIDeductions_reports.php
3.08
KB
-rw-r--r--
gpf_reports.php
2.89
KB
-rw-r--r--
incomeTax_reports.php
2.92
KB
-rw-r--r--
lic_reports.php
2.68
KB
-rw-r--r--
npsGovtcontribution_report.php
4.16
KB
-rw-r--r--
nps_reports.php
2.85
KB
-rw-r--r--
payBill_reports.php
6.71
KB
-rw-r--r--
salarDefference_report.php
2.67
KB
-rw-r--r--
societyLoan_reports.php
2.69
KB
-rw-r--r--
totalSalary_reports.php
16.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 8A_report.php
<?php error_reporting(1); include('../include/config.php'); require_once("../functions.php"); global $db; ?> <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> table { border-collapse: collapse; border-spacing: 0; width: 100%; border: 1px solid #000; font-size:12px } th, td { text-align: left; padding: 4px; } </style> </head> <body> <script> function myFunction() { window.print(); } </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <div style="text-align:left"> <button onclick="myFunction()">Print Report</button> </div> <table style="border:none"> <tr> <td collspan="5" style="text-align: center;"><span style="color:#903; font-family:Tahoma, Geneva, sans-serif"><img src="logo/mcmlogo.png" height="50" width="400" align="absmiddle" /> </span></td> </tr> <tr> <td style="text-align:center;"><b>प्रपत्र - घ</b></td> </tr> <tr> <td style="text-align: center;"><b>घोषणा अनुदान की ग णना</b></td> </tr> </table> <br> <div style="overflow-x:auto;"> <table class="tftable" border="1"> <thead> <tr> <th>विवरण</th> <th>महा का नाम जिसके वेतन विवरण हेतु धन की मांग की गयी हं</th> <th>वेतन बिल का कुल योग </th> <th>प्राप्त शुल्काय का योग</th> <th></th> <th>Pay Diff</th> <th>Remark</th> </tr> </thead> <tbody> <?php $data= $db->query("select * from pay_slip group by emply_code order by emply_code asc"); while($row=$db->fetch_array($data)) { $january = $db->fetch_array($db->query("select * from pay_slip where emply_code = '".$row['emply_code']."' AND payrollprds = '2021-January' ")); $december = $db->fetch_array($db->query("select * from pay_slip where emply_code = '".$row['emply_code']."' AND payrollprds = '2020-December' ")); ///$data=$db->fetch_array($db->query("select* from employee_entry where emplyoee_code = '".$row['emply_code']."' ")); ?> <tr> <td><?php echo $count++; ?></td> <td><?php echo $row['emply_code']; ?></td> <td><?php echo $row['Name']; ?></td> <td><?php echo $december['net_salary']; ?></td> <td><?php echo $january['net_salary']; ?></td> <td><?php echo $december['net_salary']-$january['net_salary']; ?></td> <td><?php echo $row['remarks']; ?></td> </tr> <?php } ?> </tbody> </table> </div> </body> </html>
Close