UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
datatest.php
<?php include "top1.php";?> <!-- /inner_content--> <div class="inner_content"> <!-- /inner_content_w3_agile_info--> <!-- breadcrumbs --> <div class="w3l_agileits_breadcrumbs"> <div class="w3l_agileits_breadcrumbs_inner"> <ul> <li><a href="main-page.html">Home</a><span>«</span></li> <li>Forms <span>«</span></li> <li>Inputs</li> </ul> </div> </div> <!-- //breadcrumbs --> <div class="inner_content_w3_agile_info two_in"> <h2 class="w3_inner_tittle">Inputs</h2> <!--/forms--> <div class="forms-main_agileits"> <div class="graph-form agile_info_shadow"> <h3 class="w3_inner_tittle two">Basic Form </h3> <div class="form-body"> <?php include './names.php'; ?> <table id="studtable" class="table table-striped table-bordered"> <thead> <tr> <th>No.</th> <th>Name</th> <th>Age</th> </tr> </thead> <tbody> <?php for($i=0;$i<count($last_names);$i++) { echo " <tr> <th>".($i+1)."</th> <th>".$last_names[$i]."</th> <th>".rand(12, 60)."</th> </tr> "; } ?> </tbody> </table> </div> </div> <!--/forms-inner--> </div> <!--//forms--> <!-- /social_media--> <!-- //social_media--> </div> <!-- //inner_content_w3_agile_info--> </div> <!-- //inner_content--> <!-- create datatables --> <!-- <script type="text/javascript"> $(document).ready(function(){ $('#studtable').DataTable(); }); </script> --> <script type="text/javascript"> $(document).ready(function(){ $("#studtable").DataTable({ bLengthChange: true, "iDisplayLength": 10, bInfo: false, responsive: true, "bAutoWidth": false }); }); </script> <?php include "footer.php";?>
Copyright © 2025 - UnknownSec