Tn Jones Shell Bypass
:
3.145.63.95
:
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/checkfee.php
<?php OB_START(); include("../connection.php"); session_start(); //setcookie("registrationid", "$ripl", time()+30*24*60*60,false,true); if (!isset($_SESSION['registrationid'])) { header("location:fee.php"); } else { $now = time(); // Checking the time now when home page starts. if ($now > $_SESSION['expire']) { session_destroy(); echo "Your session has expired! <a href='fee.php'>click here</a>"; } else { //Starting this else one [else1] if(isset($_SESSION['registrationid'])) { $ripl=$_SESSION['registrationid']; } $user_query = mysql_query("SELECT * FROM application where md5(registrationid)='$ripl'")or die(mysql_error()); $r = mysql_fetch_array($user_query); $iddata = $r['registrationid']; ?> <?php $msg=""; //include('../connection.php'); if(isset($_REQUEST['submit'])) { $ref_no=$_POST['ref_no']; $name=$_POST['name']; $father=$_POST['father']; $dob=$_POST['dob']; $mobile_no=$_POST['mobile_no']; $sbi_ref_no=$_POST['sbi_ref_no']; $status=$_POST['status']; $status_desc=$_POST['status_desc']; $amount=$_POST['amount']; $merchant_code=$_POST['merchant_code']; $feetype=$_POST['feetype']; $payment_id=$_POST['payment_id']; $Fee_sub_valid_date=$_POST['Fee_sub_valid_date']; $Fee=$_POST['amount']; $sql=mysql_query("insert into dudetail(sbirefno, Fee_sub_valid_date, feetype , payment_id,ref_no, name, father,mobile_no, amount,status,desc1,ttype,transaction_date,fee) values ('$sbi_ref_no','$Fee_sub_valid_date','$feetype','$payment_id','$ref_no','$name','$father','$mobile_no','$amount','$status','$status_desc','$ttype','$txndate','$Fee');") or die("insert into dudetail(sbirefno, Fee_sub_valid_date, feetype , payment_id,ref_no, name, father,mobile_no, amount,status,desc1,ttype,transaction_date,fee) values ('$sbi_ref_no','$Fee_sub_valid_date','$feetype','$payment_id','$ref_no','$name','$father','$mobile_no','$amount','$status','$status_desc','$ttype','$txndate','$Fee');"); $sql=mysql_query("update application set totalfee='$totalfee' where registrationid='$iddata'"); if($sql==true) { $msg="Record Saved"; echo "<script>"; echo "location.href='check_amount.php?amount=$amount&ref_no=$ref_no&name=$name&father=$father&mobile_no=$mobile_no&feetype=$feetype&payment_id=$payment_id&Fee_sub_valid_date=$Fee_sub_valid_date'"; echo "</script>"; } else { $msg="Invalid Registration Id"; } } ?> <html> <head> <title>RAMA INFOTECH PVT LTD</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="../layout/styles/layout.css" rel="stylesheet" type="text/css" media="all"> <script type="text/javascript"> function blink() { var blinks = document.getElementsByTagName('blink'); for (var i = blinks.length - 1; i >= 0; i--) { var s = blinks[i]; s.style.visibility = (s.style.visibility === 'visible') ? 'hidden' : 'visible'; } window.setTimeout(blink, 400); } if (document.addEventListener) document.addEventListener("DOMContentLoaded", blink, false); else if (window.addEventListener) window.addEventListener("load", blink, false); else if (window.attachEvent) window.attachEvent("onload", blink); else window.onload = blink; </script> <script type="text/javascript"> var specialKeys = new Array(); specialKeys.push(8); //Backspace specialKeys.push(9); //Tab specialKeys.push(46); //Delete specialKeys.push(36); //Home specialKeys.push(35); //End specialKeys.push(37); //Left specialKeys.push(39); //Right function IsAlphaNumeric(e) { var keyCode = e.keyCode == 0 ? e.charCode : e.keyCode; var ret = ((keyCode >= 48 && keyCode <= 57) || (keyCode >= 65 && keyCode <= 90) || (keyCode >= 97 && keyCode <= 122) || (specialKeys.indexOf(e.keyCode) != -1 && e.charCode != e.keyCode)); document.getElementById("error").style.display = ret ? "none" : "inline"; return ret; } </script> </head> <body id="top"> <div class="wrapper row0"> <div id="topbar" class="clear"> <nav> <b><font size="3"> हेल्पलाइन न० - 0522-4074241 </font> <br><font size="2">(कार्य दिवस में प्रातः 10 बजे से सायंकाल 6 बजे तक)</font></b> </nav> </div> </div> <div class="wrapper row1"> <header id="header" class="clear"> <div id="logo" class="fl_left"> <h1><a href="../index.html">RAMA INFOTECH PVT LTD</a></h1> </div> <div class="fl_right"> </div> </header> </div> <div class="wrapper row2"> <div class="rounded"> <nav id="mainav" class="clear"> <ul class="clear"> <li><a href="../index.html">Home</a></li> <li><a href="about.php" >ABOUT US</a></li> <li class="active"><a class="drop" href="#">REGISTRATION</a> <ul> <li class="active"><a href="registrationdet.php">Part - I</a></li> <li><a href="feedetail.php">Fee Payment</a></li> <li><a href="vacancies.php">Part - II</a></li> <li><a href="findid.php">Find Your Registration No.</a></li> <li><a href="https://www.onlinesbi.com/prelogin/suvidhapaymenthistory.htm">Find Your Bank Reference No.</a></li> <li><a href="instruction.php">Instructions & Guidlines</a></li> </ul> </li> <li><a href="vacancies.php" >VACANCY</a> </li> <li><a href="news.php">NEWSLETTER</a> </li> <li><a href="contact.php" >CONTACT US</a></li> </ul> </nav> </div> </div> <div class="wrapper row3"> <div class="rounded"> <main class="container clear"> <!-- main body --> <!--################################################################################################ --> <?php function createID() { for ($i = 1; $i <=5; $i++) { $id .= rand(0,9); } return $id; } $id =createID(); ?> <font size="+0"><font color="#FF0000" size="3"><b><blink>आवश्यक सूचना :-</blink></font><font color="#006600" face='times new roman' style="text-decoration:blink;"> अभ्यर्थी का आवेदन रजिस्ट्रेशन शुल्क दिए बिना मान्य नहीं होगा एवं रजिस्ट्रेशन शुल्क की वैधता 31 मार्च 2019 तक मान्य होगी</font></b> <br><br> <form name="birthday" method="POST" id="birthday" > <!--<input type="hidden" name="encdata" id='encdata' value="<?php echo $encrypted;?>"/>--> <input type="hidden" name="merchant_code" id='merchant_code' value="RAM_INFO"/> <input type="hidden" name="ref_no" value="<?php echo $id?>"/> <div id="gallery"> <?php echo $msg; ?> <?php if(isset($error)) { ?> <center><font size="+2" color="red"><?php echo $error; ?></font></center> <?php } ?> <figure> <table width="100%" > <tr> <tr> <td colspan="2" align="center" style="background-color:#2A5CAA;color:white;height:20px;"> <span ><font color="white" size="3" face="Times New Roman, Times, serif"><b> Registration Fee Payment Process</b></font></span> <br /> </td> </tr> <td valign="top" width="1000"> <table style=" border-width: 0px; border-color: #666; border-style: solid"> <tr> <td align='center' style="font-size: small; font-weight: bold; color: navy" > Registration Id: </td> <td class="style10" align="center"> <input name="payment_id" type="text" id="payment_id" value="<?php echo $r['registrationid'];?>" autocomplete="OFF" maxlength="50" readonly style="color:#0066FF;font-size:Small;font-weight:bold;width:200px;height:25px;font-family:times new roman;" /> </td> <td > </td> </tr> <tr> <td align='center' style="font-size: small; font-weight: bold; color: navy" > Name: </td> <td class="style10" align="center"> <input name="name" type="text" value="<?php echo $r['name'];?>" autocomplete="OFF" maxlength="50" id="name" readonly style="color:#0066FF;font-size:Small;font-weight:;width:200px;height:25px;" /> </td> <td > </td> </tr> <tr> <td align='center' style="font-size: small; font-weight: bold; color: navy" > FatherName: </td> <td class="style10" align="center"> <input name="father" type="text" value="<?php echo $r['fathername'];?>" autocomplete="OFF" maxlength="50" id="father" readonly style="color:#0066FF;font-size:Small;font-weight:;width:200px;height:25px;" /> </td> <td> </td> </tr> <tr> <td align='center' style="font-size: small; font-weight: bold; color: navy" > Mobile No: </td> <td class="style10" align="center"> <input name="mobile_no" type="text" autocomplete="OFF" value="<?php echo $r['mobile'];?>" maxlength="50" id="mobile_no" readonly style="color:#0066FF;font-size:Small;font-weight:bold;width:200px;height:25px;font-family:times new roman;" /> </td> </tr> <tr> <td align='center' style="font-size: small; font-weight: bold; color: navy" > Date </td> <td class="style10" align="center"> <input type="text" readonly name="Fee_sub_valid_date" id='Fee_sub_valid_date' style="color:#0066FF;font-size:Small;font-weight:bold;width:200px;height:25px;font-family:times new roman;" value="<?php echo date('d-M-y');?>"/> </td> </tr> <tr> <td align='center' style="font-size: small; font-weight: bold; color: navy" > Fee type </td> <td class="style10" align="center"> <select name="feetype" type="text" autocomplete="OFF" id="feetype" required="required" style="color:#0066FF;font-size:Small;font-weight:bold;width:200px;height:25px;font-family:times new roman;" > <option value=''></option> <option value='Registration Fee'>Registration Fee</option> </select> </td> </tr> </table> <table> <tr> <td colspan="3"> <font color="red" face='Times new roman' size="2"><b>आवेदन शुल्क वस्तु एवं सेवा कर (18%) के साथ 1180 रु० जमा करें <br> आवेदन शुल्क रु० 1180 से कम की धनराशि जमा करने की दशा में अभ्यर्थी का आवेदन मान्य नहीं होगा एवं अभ्यर्थी को आवेदन हेतु पुनः 1180 र० की धनराशि जमा करनी होगी </b></font><br> </td> </tr> <tr> <td align='center'> <font color="navy" face="Times New Roman, Times, serif">Registration Amount +</font> </td> <td align='center'> <font color="navy" face="Times New Roman, Times, serif">GST (18%) = </font> </td> <td align='center'><font color="navy" ><b> Registration Fee</b></font> </td></tr> <tr> <td style="text-align:center;color:#0066FF;font-size:Medium;font-weight:bold;width:150px;height:25px;font-family:times new roman;"> 1000 </td> <td style="text-align:center;color:#0066FF;font-size:Medium;font-weight:bold;width:150px;height:25px;font-family:times new roman;"> 180 </td> <td align='center'> <input name="amount" type="text" maxlength="50" autocomplete="OFF" id="amount" value='1' readonly style="text-align:center;color:#0066FF;font-size:Medium;font-weight:bold;width:150px;height:25px;font-family:times new roman;" /> </td></tr> </tr> <td colspan="3" align="right"> <input type="submit" name="submit" value="Proceed To Payment" id="submit" style="height:30px;width:180px;background-color:#2A5CAA;color:#FFF" /> </td></tr> </table> </form> </td> </tr> </table> <table border='1px' style='color:black;border:2px soild navy;font-family:times new roman;align:center;'> <tr> <td align="center" colspan='8'><font color="navy"><b>PAYMENT HISTROY DETAILS</b></font></td> </tr> <tr style="background-color:#2A5CAA;color:white;height:10px;font-size:18px;"> <td align="center">Sno.</td> <td align="center">Registration No </td> <td align="center">Name</td> <td align="center">SBI Transaction No</td> <td align="center">Transaction Date</td> <td align="center">Fee Amount</td> <td align="center">Status</td> <td align="center">Click</td> </tr> <?php $result = mysql_query("SELECT * FROM dudetail where payment_id='$iddata' and status <> '' and status is not null"); $count1=0; for($i=0;$r=mysql_fetch_assoc($result);$i++) { $count1=$i+1; ?> <!-- main body --> <tr><td colspan='6'></td></tr> <tr style="background-color:color:black;height:10px;"> <td align="center"><?php echo $count1;?></td> <td align="center"><?php echo $r['payment_id'];?></td> <td align="center"><?php echo $r['name'];?></td> <td align="center"><?php echo $r['sbirefno'];?></td> <td align="center"><?php echo $r['transaction_date'];?></td> <td align="center"><?php echo $r['fee'];?></td> <td align="center"><?php echo $r['status'];?></td> <?php $att6=$r['status']; if($att6 !='PENDING') { ?> <td align='center' height="25px" style="color:black;border:2px soild navy;font-family:times new roman;align:center;"><font size='2'><b><a style="color:red;" href="sbi_print.php?regid=<?php echo $r['payment_id'];?>&txn_no=<?php echo $r['ref_no'];?>&sta=<?php echo $r['status'];?>">PRINT RECEIPT</a></b></font></td> <?php } else if($att6 !='FAILED') { ?> <td align='center' height="25px" style="color:black;border:2px soild navy;font-family:times new roman;align:center;"><font size='2'><b></b></font></td> <?php } else { ?> <td align='center' height="25px" style="color:black;border:2px soild navy;font-family:times new roman;align:center;"><font size='2'><b><a style="color:red;" href="dv_request.php?refno=<?php echo $r['ref_no'];?>&amt=<?php echo $r['amount'];?>">UPDATE TRANSACTION</a></b></font></td> <?php } ?> </tr> <?php } ?> <tr><td colspan='8'><br></td></tr> </table> <font color="green" size="3"><b><blink>आवश्यक सूचना :-</blink></font><br><br> <h3> <font color="red" face='Times new roman' size="3"><b> सभी आवेदकों को सूचित किया जाता है कि 24/06/2017 से 30/01/2018 तक तकनीकी कारणों से ऑनलाइन रजिस्ट्रेशन शुल्क का भुगतान बंद किया जा रहा है | <br> अतः आवेदकों को सूचित किया जाता है दिनांक 24/06/2017 से रजिस्ट्रेशन शुक्ल का भुगतान केवल डी० डी० / बैंकर्स चेक के द्वारा किया जायेगा | जिसको आप कार्यालय में सीधे अथवा डाक द्वारा भिजवा सकते है, डी० डी० / बैंकर्स चेक "रामा इंफोटेक प्रा० लि०" के पक्ष में बनवाकर ,डी० डी० के पीछे आवेदक का नाम ,पिता का नाम , मोबाइल न० एवं रजिस्ट्रेशन न० जरूर अंकित करें | <br><br> <font color='black'>डी० डी० डाक द्वारा भेजने का पता :<br> रामा इंफोटेक प्रा० लि० ?<br> ऑफिस न० ५ ,द्वितीय तल ,<br> राजा राम कुमार प्लाजा हज़रतगंज <br> लखनऊ -226001 फ़ोन न० -0522-4074241</font> </b></font> </h3> </div> <!-- / main body --> </div> </div> <div class="wrapper row4"> <div class="rounded"> <footer id="footer" class="clear"> <div class="one_third first"> <figure class="center"><img class="btmspace-15" src="../images/map.jpg" alt=""> <figcaption><a href="https://www.google.co.in/maps/place/Rama+Infotech+Pvt+Ltd/@26.8458629,80.9446928,15z/data=!4m2!3m1!1s0x0:0x104c31df62c49f8">Find Us With Google Maps »</a></figcaption> </figure> </div> <div class="one_third"> <address> RAMA INFOTECH PVT LTD<br> HAZRATGANJ <br> LUCKNOW<br> 226001<br> <br> <i class="fa fa-phone pright-10"></i>0522-4074241<br> <i class="fa fa-envelope-o pright-10"></i> <a href="#">care@ramaipl.com</a> </address> </div> <div class="one_third"> <p class="nospace btmspace-10">Stay Up to Date With What's Happening</p> <ul class="faico clear"> <li><a class="faicon-twitter" href="https://twitter.com/ramaipl"><i class="fa fa-twitter"></i></a></li> <li><a class="faicon-facebook" href="https://www.facebook.com/UPSIC-Rama-Infotech-PVT-LTD-224478434606422/"><i class="fa fa-facebook"></i></a></li> </ul> </div> </footer> </div> </div> <div class="wrapper row5"> <div id="copyright" class="clear"> <p class="fl_left"> Copyright @ 1998-2016 Rama Infotech Pvt.Ltd. </p> <p class="fl_right">Designed By <a target="_blank" href="http://ramaipl.com/" >Rama Infotech Pvt.Ltd.</a></p> </div> </div> <!-- JAVASCRIPTS --> <script src="../layout/scripts/jquery.min.js"> </script> <script src="../layout/scripts/jquery.fitvids.min.js"></script> <script src="../layout/scripts/jquery.mobilemenu.js"></script> <script src="../layout/scripts/nivo-lightbox/nivo-lightbox.min.js"></script> <?php }}?> </body> </html>