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 /
temppayment /
pg /
[ HOME SHELL ]
Name
Size
Permission
Action
fees
[ DIR ]
drwxr-xr-x
fees-old
[ DIR ]
drwxr-xr-x
ldaplogin
[ DIR ]
drwxr-xr-x
studentsfee
[ DIR ]
drwxr-xr-x
FailedTRAN.php
4.52
KB
-rw-r--r--
ForgetPassword.php
3.09
KB
-rw-r--r--
GetHandleRES.php
11.12
KB
-rw-r--r--
StatusTRAN.php
4.89
KB
-rw-r--r--
donationmail.php
5.71
KB
-rw-r--r--
giveback.php
10.15
KB
-rw-r--r--
index.html
773
B
-rwxrwxrwx
info.php
33
B
-rw-r--r--
libraryfaq.html
16.56
KB
-rw-r--r--
misp.html
14.15
KB
-rw-r--r--
misptest.html
14.15
KB
-rw-r--r--
pay.php
2.46
KB
-rw-r--r--
paybilldesk.php
2.51
KB
-rw-r--r--
payhdfc.php
11.8
KB
-rw-r--r--
payhdfctest.php
8.42
KB
-rw-r--r--
pma.zip
6.17
MB
-rw-r--r--
policyterms.html
6.67
KB
-rw-r--r--
recounsiliation.php
5.52
KB
-rw-r--r--
studentsfee.tar
15.22
MB
-rw-r--r--
test.php
131
B
-rw-r--r--
vendor.php
10.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : studentsfee.tar
studentsfee/ 0000755 � � 00000000000 13570566330 014676 5 ustar IIITD\ankit IIITD\domain users studentsfee/page-top.php 0000644 � � 00000013704 13571157154 017131 0 ustar IIITD\ankit IIITD\domain users <?php session_start(); require_once 'class.user.php'; $user_home = new USER(); if(!$user_home->is_logged_in()) { $user_home->redirect('index.php'); } $stmt = $user_home->runQuery("SELECT * FROM studentregistration WHERE studentID=:studentID"); $stmt->execute(array(":studentID"=>$_SESSION['userSession'])); $row = $stmt->fetch(PDO::FETCH_ASSOC); ?> <!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>IIIT-DELHI FEE PORTAL | User Dashboard</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"> <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css"> <!-- DataTables --> <link rel="stylesheet" href="bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css"> <!-- Morris chart --> <link rel="stylesheet" href="bower_components/morris.js/morris.css"> <!-- jvectormap --> <link rel="stylesheet" href="bower_components/jvectormap/jquery-jvectormap.css"> <!-- Date Picker --> <link rel="stylesheet" href="bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css"> <!-- Daterange picker --> <link rel="stylesheet" href="bower_components/bootstrap-daterangepicker/daterangepicker.css"> <!-- bootstrap wysihtml5 - text editor --> <link rel="stylesheet" href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> <!-- 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 skin-blue sidebar-mini"> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="dashboard.php" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>IIIT-D</b></span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>IIIT-D</b>FEE PORTAL</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button"> <span class="sr-only">Toggle navigation</span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Welcome <?php echo $row['studentName']; ?></span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> <?php echo $row['studentName']; ?> <small><?php echo $row['regDate']; ?></small> </p> </li> <!-- Menu Body --> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="logout.php" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Welcome <?php echo $row['studentName']; ?></p> </div> </div> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu" data-widget="tree"> <!--<li class="header">MAIN NAVIGATION</li> --> <li class="active"> <a href="home.html"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> </a> </li> <li><a href="tutionFee.html"><i class="fa fa-circle-o text-red"></i> <span>Pay Tution Fee</span></a></li> <!--<li><a href="hostelFee.html"><i class="fa fa-circle-o text-yellow"></i> <span>Pay Hostel Fee</span></a></li> <li><a href="alumni.html"><i class="fa fa-circle-o text-aqua"></i> <span>Alumni Fees</span></a></li> <li><a href="printInvoice.html"><i class="fa fa-circle-o text-orange"></i> <span>Print Invoice</span></a></li> --> <li><a href="changePassword.html"><i class="fa fa-circle-o text-green"></i> <span>Change Password</span></a></li> </ul> </section> <!-- /.sidebar --> </aside> studentsfee/invoice.php 0000644 � � 00000014700 13567502041 017040 0 ustar IIITD\ankit IIITD\domain users <?php ob_start(); require __DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "config.php"; // HTML require PATH_LIB . "page-top.php"; //$Token=$_GET['in']; $Token = base64_decode($_GET['in']); $tokenAuth=$_GET['authToken']; //$Auth = hash('sha256',$student]); $result = $DB_con->prepare("SELECT tf.*,asu.*,pr.program, bt.batch FROM tutionfee tf,authsession asu,programname pr, batchupdate bt where pr.id = tf.programID and bt.batchID = tf.batchID and pr.id = bt.programID and tutionfeeID='$Token' and authtokenid='$tokenAuth'"); $result->execute(); $rows = $result->fetch(); ?> <!-- 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> <!-- Main content --> <section class="invoice"> <!-- title row --> <div class="row"> <div class="col-xs-12"> <h2 class="page-header"> <!--<i class="fa fa-globe"></i> --><img src="https://iiitd.ac.in/sites/default/files/images/logo/style3colorsmall.png" alt="IIIT-Delhi Fee Receipt" width="300"/> <small class="pull-right">IIIT-Delhi's Fee Receipt </small> <!--<small class="pull-right"><?php echo $rows['makerstamp']; ?></small> --> </h2> </div> <!-- /.col --> </div> <!-- info row --> <div class="row invoice-info"> <div class="col-sm-4 invoice-col"> From <address> <strong><?php echo $rows['studentName']; ?></strong><br> <strong>Roll Number</strong>: <?php echo $rows['rollNumber']; ?><br> Phone: <?php echo $rows['studentMobile']; ?><br> Email: <?php echo $rows['studentEmail']; ?> </address> </div> <!-- /.col --> <div class="col-sm-4 invoice-col"> To <address> <strong>Indraprastha Institute of Information Technology</strong><br> Delhi, Okhla Industrial Estate, Phase III<br> (Near Govind Puri Metro Station)<br> New Delhi, India - 11002<br> <!--Phone No: 91-11-26907400-7404 (5 lines)<br> Fax: 91-11-26907405<br> Email: info@iiitd.ac.in --> </address> </div> <!-- /.col --> <div class="col-sm-4 invoice-col"> <br><b>Receipt No. # <?php echo $rows['tutionfeeID']; ?></b><br> <!--<br> --> <!--<b>Order ID:</b> 4F3S8J<br> --> <!--<b>Payment Date :</b> <?php echo $rows['makerstamp']; ?><br/>--> <b>Payment Date :</b> <?php echo $rows['subDate']; ?><br/> <b>Payment Mode :</b> <?php echo $rows['paymentmode']; ?><br/> <b>Total Payment :</b> <?php echo $rows['totalfee']; ?> </div> <!-- /.col --> </div> <!-- /.row --> <!-- Table row --> <div class="row"> <div class="col-xs-12 table-responsive"> <table class="table table-striped"> <thead> <tr> <th>S.No.</th> <th>Program</th> <th>Semester</th> <th>Branch</th> <th>Batch</th> <th>Tution Fee</th> <th>Caution Fee</th> <th>Alumni Fee</th> <th>Fine</th> <th>Total Fee (In Rs.)</th> </tr> </thead> <tbody> <tr> <td>1</td> <td><?php echo $rows['program']; ?></td> <td><?php echo $rows['semester']; ?></td> <td><?php echo $rows['branch']; ?></td> <td><?php echo $rows['batch']; ?></td> <td><?php echo $rows['tutionFee']; ?></td> <td><?php echo $rows['cautionFee']; ?></td> <td><?php echo $rows['alumnifee']; ?></td> <td><?php echo $rows['fine']; ?></td> <td><?php echo $rows['totalfee']; ?></td> </tr> </tbody> </table> </div> <!-- /.col --> </div> <!-- /.row --> <div class="row"> <!-- accepted payments column --> <div class="col-xs-12"> <!--<p class="lead">Payment Methods:</p> --> <!--<img src="dist/img/credit/visa.png" alt="Visa"> <img src="dist/img/credit/mastercard.png" alt="Mastercard"> <img src="dist/img/credit/american-express.png" alt="American Express"> <img src="dist/img/credit/paypal2.png" alt="Paypal">--> <p style="margin-top: 10px;"> This is digitally signed receipt and does not require physical signature. </p> <button onclick="myFunction()" id="pp" style="float:right;">Print</button> <script> function myFunction() { window.print(); } </script> <style type="text/css"> @media print { #pp { display : none; } } </style> </div> <!-- /.col --> <div class="col-xs-6"> <!--<p class="lead">Amount Due <?php echo $rows['makerstamp']; ?></p> --> <!--<div class="table-responsive"> <table class="table"> <tr> <th style="width:50%">Subtotal:</th> <td><?php echo $rows['totalfee']; ?></td> </tr> <tr> <th>Tax (9.3%)</th> <td>0.34</td> </tr> <tr> <th>Shipping:</th> <td>5.80</td> </tr> <tr> <th>Total:</th> <td>45000</td> </tr> </table> </div> --> </div> <!-- /.col --> </div> <!-- /.row --> <!-- this row will not appear when printing --> <!--<div class="row no-print"> <div class="col-xs-12"> <a href="#" target="_blank" class="btn btn-default"><i class="fa fa-print"></i> Print</a> <button type="button" class="btn btn-primary pull-right" style="margin-right: 5px;"> <i class="fa fa-download"></i> Generate PDF </button> </div> </div>--> </section> <!-- /.content --> </div> <?php ob_end_flush(); require PATH_LIB . "page-bottom.php"; ?>