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 | : 52.14.209.100
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 /
boparaikalan /
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
slider
[ DIR ]
drwxr-xr-x
sym
[ DIR ]
drwxr-xr-x
tc
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
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-fee.php
3.9
KB
-rwxr-xr-x
add-gallery.php
3.1
KB
-rwxr-xr-x
add-news.php
2.68
KB
-rwxr-xr-x
add-pages.php
2.17
KB
-rwxr-xr-x
add-pdf.php
2.19
KB
-rwxr-xr-x
add-slide.php
2.22
KB
-rwxr-xr-x
add-tc.php
2.43
KB
-rwxr-xr-x
album.php
3.98
KB
-rwxr-xr-x
cbse-corner.php
4.02
KB
-rwxr-xr-x
config.php
742
B
-rwxr-xr-x
error_log
597
B
-rw-r--r--
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
9.46
KB
-rwxr-xr-x
index.php
3.93
KB
-rwxr-xr-x
log.php
1.15
KB
-rwxr-xr-x
login.php
5.73
KB
-rw-r--r--
logout.php
132
B
-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
pwnkit
0
B
-rwxr-xr-x
register.php
3.09
KB
-rwxr-xr-x
slide.php
4.03
KB
-rwxr-xr-x
tc.php
4.04
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 : index.php
<?php include('header.php'); ?> <!-- 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="content"> <!-- Small boxes (Stat box) --> <div class="row"> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-aqua"> <div class="inner"> <h3>News </h3> <p>View Page</p> </div> <a href="news.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-green"> <div class="inner"> <h3>Gallery</h3> <p>View Page</p> </div> <a href="gallery.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-red"> <div class="inner"> <h3>Album</h3> <p>View Page</p> </div> <a href="album.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-yellow"> <div class="inner"> <h3>Pages</h3> <p>View Page</p> </div> <a href="pages.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> </div> <!-- /.row --> </section> <section class="content"> <!-- Small boxes (Stat box) --> <div class="row"> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-yellow"> <div class="inner"> <h3>Slide</h3> <p>View Page</p> </div> <a href="slide.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-red"> <div class="inner"> <h3>PDF</h3> <p>View Page</p> </div> <a href="pdf.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-green"> <div class="inner"> <h3>CBSE Corner</h3> <p>View Page</p> </div> <a href="cbse-corner.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> <div class="col-lg-3 col-xs-6"> <!-- small box --> <div class="small-box bg-aqua"> <div class="inner"> <h3>TC </h3> <p>View Page</p> </div> <a href="tc.php" class="small-box-footer">More info <i class="fa fa-arrow-circle-right"></i></a> </div> </div> <!-- ./col --> </div> <!-- /.row --> </section> </div> <?php include("footer.php");?>
Close