UnknownSec Bypass
403
:
/
var
/
www
/
santgyaneshwarji
/
cpanel
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
list_slider.php
<?php include "top.php"; include "header.php"; include "menu.php"; ?> <div class="table-agile-info"> <div class="panel panel-default"> <div class="panel-heading"> Slider List </div> <div class="table-responsive"> <?php $sql="SELECT * FROM slidertb ORDER BY id ASC"; $result=mysqli_query($conn,$sql) or die("Query Failed."); if(mysqli_num_rows($result)>0){ ?> <table class="table table-striped b-t b-light"> <thead> <tr> <th style="width:20px;"> S.No. </th> <th>Image</th> <th style="width:30px;"></th> <th style="width:30px;"></th> </tr> </thead> <tbody> <?php while ($row = mysqli_fetch_assoc($result)) { ?> <tr> <td><?php echo $row["id"]; ?></td> <td><img src='slider/<?php echo $row['post_img']; ?>' width="700px" height="100px"></td> <td><a href='slider.php?id=<?php echo $row["id"]; ?>'><i class=" glyphicon glyphicon-pencil"></i></a></td> </tr> <?php }?> </tbody> </table> <?php }else {?> <tr> <td colspan="6">No Record Found.</td> <tr> <?php }?> </div> </div> </div> <?php include "footer.php"; ?>
Copyright © 2025 - UnknownSec