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 /
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.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.29
KB
-rw-r--r--
error_log
2.03
KB
-rw-r--r--
exportStudentDetails.php
855
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--
viewApplicatonDetails.php
6.16
KB
-rw-r--r--
viewPaymentDetails.php
4.86
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--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : adminDashboard.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> Admin Dashboard <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active"> Admin Dashboard</li> </ol> </section> <!-- Main content --> <?php //$query = "SELECT COUNT(*) FROM users_registration"; /*$aplication=$DB_con->prepare("SELECT count(*) FROM personalinformation"); $aplication->execute(); $aplicationrow = $aplication->fetch(PDO::FETCH_NUM); $aplicationcount = $aplicationrow[0];*/ ?> <!-- /.content --> <section class="content"> <div class="row"> <!--<div class="col-lg-3 col-xs-6"> <div class="small-box bg-aqua"> <div class="inner"> <h3><?php echo $aplicationcount; ?></h3> <p>Total Application Form</p> </div> <div class="icon"> <i class="fa fa-wpforms" aria-hidden="true"></i> </div> <a href="viewApplicatonDetails.php?authToken=<?php echo $tokenAuth;?>" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div>--> <!-- ./col --> <?php //$query = "SELECT COUNT(*) FROM users_registration"; /*$staffaf=$DB_con->prepare("SELECT count(*) FROM applicationfees"); $staffaf->execute(); $staffrowaf = $staffaf->fetch(PDO::FETCH_NUM); $staffcountaf = $staffrowaf[0];*/ ?> <!--<div class="col-lg-3 col-xs-6"> <div class="small-box bg-yellow"> <div class="inner"> <h3><?php echo $staffcountaf; ?></h3> <p>Total Payment Received</p> </div> <div class="icon"> <i class="fa fa-users" aria-hidden="true"></i> </div> <a href="viewPaymentDetails.php?authToken=<?php echo $tokenAuth;?>" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div>--> <!-- ./col --> <?php //$query = "SELECT COUNT(*) FROM users_registration"; $staff=$DB_con->prepare("SELECT count(*) FROM studentregistration where userStatus='Y' "); $staff->execute(); $staffrow = $staff->fetch(PDO::FETCH_NUM); $staffcount = $staffrow[0]; ?> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-yellow"> <div class="inner"> <h3><?php echo $staffcount; ?></h3> <p>Total Registered Candidates</p> </div> <div class="icon"> <i class="fa fa-users" aria-hidden="true"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <?php /*$admin=$DB_con->prepare("SELECT count(*) FROM adminlogin"); $admin->execute(); $adminrow = $admin->fetch(PDO::FETCH_NUM); $admincount = $adminrow[0];*/ ?> <!--<div class="col-lg-3 col-xs-6"> <div class="small-box bg-red"> <div class="inner"> <h3><?php echo $admincount; ?></h3> <p>Admin Users</p> </div> <div class="icon"> <i class="fa fa-user" aria-hidden="true"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> --> <!-- ./col --> <!-- ./col --> <?php /*<!--$admin=$DB_con->prepare("SELECT count(*) FROM adminlogin"); $admin->execute(); $adminrow = $admin->fetch(PDO::FETCH_NUM); $admincount = $adminrow[0];-->*/ ?> <!--<div class="col-lg-3 col-xs-6"> <div class="small-box bg-green"> <div class="inner"> <h3><?php echo $admincount; ?></h3> <p>Admin Users</p> </div> <div class="icon"> <i class="ion ion-stats-bars"></i> </div> <a href="#" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> --> </div> <!-- /.row --> </section> <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>Registered Candidates List</strong></center></h3> </div> <!-- /.box-header --> <div class="box-body"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr> <!--<th>Transaction ID</th> --> <th>Name</th> <th>Mobile Number</th> <th>Email Id</th> <th>Position</th> <th>Organization</th> <th>AoI</th> <th>AoIHE</th> <th>Website</th> <th>Photo</th> <th>Registration Date</th> <!--<th>Status</th>--> <!--<th>View Application</th>--> </tr> </thead> <tbody> <?php $result = $DB_con->prepare("SELECT * FROM studentregistration where userStatus='Y' order by studentID desc "); $result->execute(); for($i=0; $row = $result->fetch(); $i++){ ?> <tr> <!-- <td><?php echo $row ['transactionID']; ?></td> --> <td><?php echo $row ['studentName']; ?></td> <td><?php echo $row ['studentMobile']; ?></td> <td><?php echo $row ['studentEmail']; ?></td> <td><?php echo $row ['yourTitle']; ?></td> <td><?php echo $row ['institutionName']; ?></td> <td><?php echo $row ['areasofinterest']; ?></td> <td><?php echo $row ['areasofinteresthe']; ?></td> <td><strong><a href='<?php echo $row ['url']; ?>' target="_blank">Click Here</a></strong></td> <td><img class="profile-user-img img-responsive img-circle-" src="../uploadDoc/<?php echo $row['photo']; ?>" alt="User profile picture"></td> <td><?php echo $row ['regDate']; ?></td> <!--<td><?php echo $row ['userStatus']; $id = base64_encode( $row['studentID']); ?></td>--> <?php /*?><td><a href="viewStudentDetails.php?in=<?php echo $id; ?>&authToken=<?php echo $tokenAuth; ?>"><i class="fa fa-eye" style="font-size: 25px;"></i></a> </td><?php */?> </tr> <?php } ?> </tfoot> </table> <div class="form-group"> <form class="form-horizontal" action="exportStudentDetails.php" method="post" name="upload_excel" enctype="multipart/form-data"> <div class="form-group"> <input type="submit" name="Export" onclick="Export()" style="margin-left: 20px;" class="btn btn-success" value="Export to Excel"/> </div> </form> </div> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> <!-- /.row --> </section> </div> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>
Close