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 : tutionFee.php
<?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; //session_start(); require_once 'common.php'; $studentID= $row['studentID']; $tution_fee = new STUDENT(); $email = $row['studentEmail']; $stmt2 = $tution_fee->runQuery("SELECT * FROM feesubmitdate "); $stmt2->execute(); $rows2 = $stmt2->fetch(PDO::FETCH_ASSOC); $sysdate = strtotime(date("m/d/Y")) ; $aaa =strtotime($rows2['firstDate']); $sec = strtotime($rows2['secondDate']); $third = strtotime($rows2['thirdDate']); $forth = strtotime($rows2['forthDate']); if(isset($_POST['btn-submit'])) { $studentName = trim($_POST['studentName']); $studentMobile = trim($_POST['studentMobile']); $program = trim($_POST['program']); $semester = trim($_POST['semester']); $branch = trim($_POST['branch']); $studentEmail = trim($_POST['studentEmail']); $tutionFee = trim($_POST['tutionFee']); $cautionFee = trim($_POST['cautionFee']); $fine = trim($_POST['fine']); $totalfee = trim($_POST['totalfee']); $alumni = trim($_POST['alumni']); $paymentMode = trim($_POST['paymentMode']); $studentID = trim($_POST['studentID']); $ddNumber = trim($_POST['ddNumber']); $ddAmount = trim($_POST['ddAmount']); $ddIssuingBank = trim($_POST['ddIssuingBank']); $ddIssueDate = trim($_POST['ddIssueDate']); $utrNumber = trim($_POST['utrNumber']); $neftRtgsDate = trim($_POST['neftRtgsDate']); $utrBankNumber = trim($_POST['utrBankNumber']); $bankDate = trim($_POST['bankDate']); $feetype = 'TUTIONFEE'; $authsession = hash('sha256',$studentID); $rollNumber =trim($_POST['rollNumber']); $otherDetails =trim($_POST['otherDetails']); $remitterBank =trim($_POST['remitterBank']); $bRemitterBank =trim($_POST['bRemitterBank']); $subDate =trim($_POST['subDate']); $batch =trim($_POST['batch']); if(empty($studentName)){ $errMSG = "Please Enter student name."; } else if(empty($studentMobile)){ $errMSG = "Please Enter student mobile no."; } else if(empty($program)){ $errMSG = "Please select program."; } else if(empty($semester)){ $errMSG = "Please select semester."; } else if(empty($branch)){ $errMSG = "Please select branch."; } else if(empty($studentEmail)){ $errMSG = "Please Enter student email."; } else if(empty($tutionFee)){ $errMSG = "Please Enter tution Fee."; } else if(empty($paymentMode)){ $errMSG = "Please select payment mode."; } if(!isset($errMSG)) { if($paymentMode =='Online'){ $stmt = $tution_fee->runQuery("SELECT * FROM tutionfee WHERE semester=:semester1 and studentEmail='$email'"); $stmt->execute(array(":semester1"=>$semester)); $rows = $stmt->fetch(PDO::FETCH_ASSOC); $a = $rows['semester']; $b = $rows['makerstamp']; if($stmt->rowCount() > 0) { $errMSG = "You have already submited your fee for $a on $b"; } else { if($tution_fee->tutionfee($studentID,$studentName,$studentMobile,$program,$semester,$branch,$studentEmail,$tutionFee,$cautionFee,$fine,$totalfee,$alumni,$paymentMode,$ddNumber,$ddAmount,$ddIssuingBank,$ddIssueDate,$utrNumber,$neftRtgsDate,$utrBankNumber,$bankDate,$feetype,$rollNumber,$otherDetails,$remitterBank,$bRemitterBank,$subDate,$batch)) { $successMSG = "Redirect to payment gateway..."; ?> <script type="text/javascript"> alert("Redirect to payment gateway"); </script> <?php //Url redirection Start function Redirect($url, $code = 302) { if (strncmp('cli', PHP_SAPI, 3) !== 0) { if (headers_sent() !== true) { if (strlen(session_id()) > 0) // If using sessions { session_regenerate_id(true); // Avoids session fixation attacks session_write_close(); // Avoids having sessions lock other requests } if (strncmp('cgi', PHP_SAPI, 3) === 0) { header(sprintf('Status: %03u', $code), true, $code); } header('Location: ' . $url, true, (preg_match('~^30[1237]$~', $code) > 0) ? $code : 302); } exit(); } } Redirect('https://netbanking.hdfcbank.com/netbanking/?_ga=2.129553164.1279222229.1570294985-396863742.1570294985', false); } else { echo "sorry , Query could no execute..."; } } } else { $stmt = $tution_fee->runQuery("SELECT * FROM tutionfee WHERE semester=:semester1 and studentEmail='$email'"); $stmt->execute(array(":semester1"=>$semester)); $rows = $stmt->fetch(PDO::FETCH_ASSOC); $a = $rows['semester']; $b = $rows['makerstamp']; if($stmt->rowCount() > 0) { $errMSG = "You have already submited your fee for $a on $b"; } else { if($tution_fee->tutionfee($studentID,$studentName,$studentMobile,$program,$semester,$branch,$studentEmail,$tutionFee,$cautionFee,$fine,$totalfee,$alumni,$paymentMode,$ddNumber,$ddAmount,$ddIssuingBank,$ddIssueDate,$utrNumber,$neftRtgsDate,$utrBankNumber,$bankDate,$feetype,$rollNumber,$otherDetails,$remitterBank,$bRemitterBank,$subDate,$batch)) { $successMSG = "Your fee has been submited 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> User Dashboard <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">User Dashboard</li> </ol> </section> <!-- Main content --> <section class="content"> <?php if ($forth < $sysdate){ ?> <p>Last date has been expired as: <?php echo $rows2['secondDate']; ?>. You have exceeded the date of fee payment with penalty. Please Contact relevant academic officer for further process...</p> <?php } else {?> <form id="tutionFee" name="tutionFee" action="tutionFee.php?authToken=<?php echo $tokenAuth;?>" method="post"> <!-- SELECT2 EXAMPLE --> <div class="box box-default"> <div class="box-header with-border"> <h3 class="box-title">Tution Fee Form</h3> </div> <div class="box-body"> <?php if($sysdate <= $aaa) { ?> <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! Last date of fee submit date is <?php echo $rows2['firstDate']; ?></h4> </div> <?php } else if ($sec >= $aaa && $sec < $third ){ ?> <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! Last date has been expired as: <?php echo $rows2['secondDate']; ?>. Institute will charge 1000/ per day till next last date.</h4> </div> <?php } else if ($third >= $sec ){ ?> <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! Again last date has been expired as: <?php echo $rows2['thirdDate']; ?>. Institute will charge 10000/ fixed charge as penalty.</h4> </div> <?php } ?> </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>Student Name</label> <input type="text" name="studentName" id="studentName" class="form-control" value="<?php echo $row['studentName']; ?>" readonly> <input type="hidden" name="studentID" class="form-control" value="<?php echo $row['studentID']; ?>"> <input type="hidden" name="subDate" class="form-control" value="<?php echo date("m/d/Y"); ?>"> </div> <!-- /.form-group --> <div class="form-group"> <label>Roll No. (Existing Student) / Application No. (New Student)</label> <input type="text" class="form-control" id="rollNumber" name="rollNumber" required > </div> <div class="form-group form-grp"> <label>Tution Fee (INR/USD)</label> <input type="text" name="tutionFee" id="tutionFee" class="form-control fee" placeholder="Enter Amount ..." required> </div> <!-- /.form-group --> <div class="form-group form-grp"> <label>Caution Fee</label> <input type="text" name="cautionFee" class="form-control fee" placeholder="Caution Fee ..."> </div> <div class="form-group form-grp"> <label>Alumni Fee</label> <input type="text" name="alumni" class="form-control fee" placeholder="Enter Alumni Amount ..."> </div> <!-- /.form-group --> <div class="form-group form-grp"> <label>Fine</label> <?php if($sysdate <= $aaa) { ?> <input type="text" name="fine" class="form-control fee" value="0" readonly> <?php } else if ($sec >= $aaa && $sec < $third ){ $fine1 = $rows2['firstFineamount'] ; $difference = $sysdate - $sec ; $datediff = floor($difference / 86400); $totalfine = $fine1 * $datediff; ?> <input type="text" name="fine" class="form-control fee" value="<?php echo $totalfine; ?>" readonly> <?php } else if ($third >= $sec ){ ?> <input type="text" name="fine" class="form-control fee" value="<?php echo $rows2['secondFineAmount'] ;; ?>" readonly> <?php }?> </div> <!-- /.form-group --> <div class="form-group form-grp"> <label>Total Fee</label> <textarea id="result" name="totalfee" class="form-control" style="height: 35px;" readonly></textarea> </div> </div> <!-- /.col --> <div class="col-md-6"> <div class="form-group"> <label>Student Email Id</label> <input type="text" name="studentEmail" id="studentEmail" class="form-control" value="<?php echo $row['studentEmail']; ?>" readonly> </div> <!-- /.form-group --> <div class="form-group"> <label>Student Mobile No.</label> <input type="text" class="form-control" id="studentMobile" name="studentMobile" value="<?php echo $row['studentMobile']; ?>" readonly> </div> <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"> <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> <!-- /.form-group --> <div class="form-group"> <label>Branch</label> <select class="form-control select2" style="width: 100%;" name="branch" id="branch" required > <option value="" selected >-- Select Branch--</option> <option value="CSE">CSE</option> <option value="ECE">ECE</option> <option value="CB">CB</option> <option value="MATH">MATH</option> <option value="CSD">CSD</option> <option value="CSAI">CSAI</option> <option value="CSSS">CSSS</option> <option value="CSB">CSB</option> </select> </div> <!-- /.form-group --> <div class="form-group"> <label>Batch</label> <select class="form-control select2" style="width: 100%;" name="batch" id="batch" required > <option value="" selected >-- Select Batch--</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> <option value="2020">2020</option> </select> </div> <!-- /.form-group --> <div class="form-group"> <label>Payment Mode</label> <select class="form-control select2" data-placeholder="Select a Payment Mode" style="width: 100%;" name="paymentMode" id="paymentMode" required> <option value="" selected >-- Select Payment Mode--</option> <option value="Online">Online</option> <option value="Demand-Draft">Demand Draft</option> <option value="NEFT-RTGS">NEFT/RTGS</option> <option value="Direct-Bank-Transfer">Direct Bank Transfer (Loan)</option> </select> </div> </div> <!-- /.col --> </div> <!-- /.row --> <div class="row output"> <div class="col-md-12"> <div id="Demand-Draft" class="payment Demand-Draft"> <h4><em><strong>Demand Draft Details</strong></em></h4> <div class="col-md-6" > <div class="form-group"> <label>DD Number</label> <input type="text" class="form-control paymentv" name="ddNumber" placeholder="Demand Draft details ..."> </div> <div class="form-group"> <label>DD Amount</label> <input type="text" class="form-control paymentv" name="ddAmount" placeholder="Enter DD Amount ..."> </div> </div> <div class="col-md-6" > <div class="form-group"> <label>DD Issuing Bank</label> <input type="text" class="form-control paymentv" name="ddIssuingBank" placeholder="Enter DD Issuing Bank ..."> </div> <div class="form-group"> <label>DD Issue Date</label> <!--<input type="date" class="form-control paymentv" name="ddIssueDate">--> <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="datepicker" name="ddIssueDate" placeholder="MM/DD/YYYY"> </div> </div> </div> </div> </div> <div class="col-md-12"> <div id="NEFT-RTGS" class="payment NEFT-RTGS"> <h4><em><strong>NEFT/RTGS Details</strong></em></h4> <div class="col-md-6" > <div class="form-group"> <label>UTR Number</label> <input type="text" class="form-control paymentv" name="utrNumber" placeholder="Enter UTR Number ..."> </div> <div class="form-group"> <label>Remitter Bank</label> <input type="text" class="form-control paymentv" name="remitterBank" placeholder="Enter Remitter Bank ..."> </div> </div> <div class="col-md-6" > <div class="form-group"> <label>NEFT/RTGS Date</label> <!-- <input type="date" class="form-control paymentv" name="neftRtgsDate">--> <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="neftRtgsDate" placeholder="MM/DD/YYYY"> </div> </div> </div> </div> </div> <div class="col-md-12"> <div id="Direct-Bank-Transfer" class="payment Direct-Bank-Transfer"> <h4><em><strong>Direct Bank Transfer (Loan)</strong></em></h4> <div class="col-md-6" > <div class="form-group"> <label>Remarks</label> <input type="text" class="form-control paymentv" name="otherDetails" placeholder="Enter Remarks ..."> </div> <div class="form-group"> <label>UTR Number</label> <input type="text" class="form-control paymentv" name="utrBankNumber" placeholder="Enter UTR Number ..."> </div> </div> <div class="col-md-6" > <div class="form-group"> <label>Bank Transfer Date</label> <!-- <input type="date" class="form-control paymentv" name="bankDate">--> <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="bankDate" placeholder="MM/DD/YYYY"> </div> <!-- /.input group --> </div> <div class="form-group"> <label>Remitter Bank</label> <input type="text" class="form-control paymentv" name="bRemitterBank" placeholder="Enter Remitter Bank ..."> </div> </div> </div> </div> </div> <!-- /.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> <?php } ?> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>
Close