Tn Jones Shell Bypass
:
18.118.95.178
:
160.187.54.56 / upgov.net
:
Linux 160-187-54-56.cprapid.com 4.18.0-553.22.1.lve.1.el7h.x86_64 #1 SMP Tue Oct 8 14:36:03 UTC 2024 x86_64
:
/
home
/
upgov
/
www
/
rmpyrll
/
Upload File:
files >> /home/upgov/www/rmpyrll/Lunch_Female.php
<?php date_default_timezone_set("Asia/Kolkata"); include("connection.php"); ?> <!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 id="Head1"><title> Application Form </title> <meta charset="utf-8"> <style type="text/css"> .styleMPTable { margin: 0 auto 0 auto; width: 840px; border: 1px solid black; background-color: white; font-size:95%; color:black; font-family:Calibri; } body { margin:0; padding:0; border:none; } .style1 { margin:2px; width: 850px; } </style> <script> function myfunction() { window.print(); } </script> </head> <body style="background:#CCCCCC; background-size=100% 100%;"> <form name="form1" method="post" id="form1" > <div> </div> <table style="background-color:;" border='1' align="center" width="700" height="800" cellpadding="2px" cellspacing="2px" class="styleMPTable"> <tr valign="top"> <td colspan="4" align="center" style="background-color:; height:30px;"> <img id="ImgPhoto" alt="PHOTO." src="images/133.jpg" style="height:110px;width:860px;border-width:1px;border-color:black;" /> </td> </tr> <tr> <td align="center" colspan="6"> <span id="Label2" style="font-size:30px;font-weight:bold;text-decoration:underline;"><b>CHECK LIST (FOOD TIME)</b></span> </td> </tr> <tr> <td align="left" colspan="4"> <table class="style1" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <span style="font-size:25px;font-weight:bold;">S.no</span> </td> <td> <span style="font-size:25px;font-weight:bold;">Name</span> </td> <td> <span style="font-size:25px;font-weight:bold;">Gender</span> </td> <td> <span style="font-size:25px;font-weight:bold;">Morning Tea</span> </td> <td> <span style="font-size:25px;font-weight:bold;">Lunch</span> </td> <td> <span style="font-size:25px;font-weight:bold;">Evening Tea</span> </td> <td> <span style="font-size:25px;font-weight:bold;">Dinner</span> </td> </tr> <?php $sql=mysql_query("select * from registraion_ddu where Gender='Female' order by sno") or die(mysql_error()); $count1=0; for($i=0;$r=mysql_fetch_array($sql);$i++) { $count1=$i+1; ?> <tr> <td> <span><?php echo $count1;?> </span> </td> <td> <span><?php echo $r['First_name'];?> <?php echo $r['Middle_name'];?> <?php echo $r['Last_name'];?></span> </td> <td> <span><?php echo $r['Gender'];?></span> </td> <td> <span><br><br></span> </td> <td> <span><br><br></span> </td> <td> <span><br><br></span> </td> <td> <span><br><br></span> </td> </tr> <?php } ?> </table> </td> </tr> <tr> <td align="center" colspan='4'> <table style="color:navy;width:180px;" align="center"><tr><td> <input style="font-weight:bold;width:100px;height:30px;font-family:times new roman;" type="submit" name="btn2" value="Print" onClick="myfunction()"/> </td> <td><a href="http://ddugky.upgov.net/ddugky_admin/tables2.php"><input type="button" name="logout" id="logout" value="BACK" style="font-weight:bold;width:100px;height:30px;font-family:times new roman;color:navy" /></a> </td> </tr></table></td> </tr> </table> <script type="text/javascript"> //<![CDATA[ theForm.oldSubmit = theForm.submit; theForm.submit = WebForm_SaveScrollPositionSubmit; theForm.oldOnSubmit = theForm.onsubmit; theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit; //]]> </script> </form> </body> </html>