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 | : 18.222.166.127
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 /
bagha /
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
.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-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
744
B
-rwxr-xr-x
error_log
18.84
KB
-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
11.43
KB
-rwxr-xr-x
index.php
3.93
KB
-rwxr-xr-x
log.php
1.15
KB
-rwxr-xr-x
login.php
5.8
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
pwnkit
0
B
-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
wp-blog-header.php
4.57
KB
-r--r--r--
wp-cron.php
4.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tc.php
<?php include('header.php');?> <!-- =============================================== --> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> TC </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">TC</a></li> <li class="active">View</li> </ol> </section> <!-- Main content --> <div class="callout callout-info"> <h4>Tip!</h4> <p>This page will show you all the TC upload by the Admin.</p> </div> <a href="add-tc.php" class="btn btn-info" style="margin-left:15px;">Add New</a> <!-- Default box --> <?php if (isset($_GET['pageno'])) { $pageno = $_GET['pageno']; } else { $pageno = 1; } $no_of_records_per_page = 10; $offset = ($pageno-1) * $no_of_records_per_page; $total_pages_sql = "SELECT COUNT(*) FROM tc WHERE status='active'"; $result = mysqli_query($mysql_con, $total_pages_sql); $total_rows = mysqli_fetch_array($result)[0]; $total_pages = ceil($total_rows / $no_of_records_per_page); $sql = "SELECT * FROM tc WHERE status= 'active' LIMIT $offset, $no_of_records_per_page"; $result = mysqli_query($mysql_con, $sql); if (isset($_GET['delete_id'])){ $page_id = $_GET['delete_id']; $sql = "UPDATE tc SET status='inactive' WHERE id = '$page_id' "; $query = mysqli_query($mysql_con, $sql); header ('location: tc.php'); } $counter=$offset+1; ?> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-xs-12"> <!-- /.box --> <div class="box"> <div class="box-header"> <h3 class="box-title">Data Table With Full Features</h3> </div> <!-- /.box-header --> <div class="box-body"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr> <th>Sr.No.</th> <th>Name</th> <th>Add. No.</th> <th>PDF</th> <th>Action</th> </tr> </thead> <tbody> <?php $sr_no = 1; while($row = mysqli_fetch_array($result)) {?> <tr> <td><?php echo $sr_no ; ?></td> <td><?php echo $row['title'] ; ?></td> <td><?php echo $row['add_no'] ; ?></td> <td> <a target="_blank" href="../myadmin/tc/<?php echo $row['file'] ;?>" > <i class="fa fa-download" aria-hidden="true" style="font-size: 35px;" ></i> </a> </td> <td> <a href="tc.php?delete_id=<?php echo $row["id"] ; ?> " class="btn btn-danger">Delete</a> </td> </tr> <?php $sr_no ++; }?> </tbody> </table> </div> <!-- /.box-body --> <!--Paging Start--> <ul class="pagination"> <li><a href="?pageno=1">First</a></li> <li class="<?php if($pageno <= 1){ echo 'disabled'; } ?>"> <a href="<?php if($pageno <= 1){ echo '#'; } else { echo "?pageno=".($pageno - 1); } ?>">Prev</a> </li> <li class="<?php if($pageno >= $total_pages){ echo 'disabled'; } ?>"> <a href="<?php if($pageno >= $total_pages){ echo '#'; } else { echo "?pageno=".($pageno + 1); } ?>">Next</a> </li> <li><a href="?pageno=<?php echo $total_pages; ?>">Last</a></li> </ul> <!--Paging End--> </div> <!-- /.box --> <!-- /.col --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include("footer.php"); ?>
Close