UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
mst_users.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">Manage Users</h2> <!--/forms--> <div class="forms-main_agileits"> <!--/forms-inner--> <div class="forms-inner"> <!--/set-1--> <div class="set-1_w3ls"> <div class="col-md-4 button_set_one agile_info_shadow graph-form"> <h3 class="w3_inner_tittle two">Users </h3> <div class="form-body"> <form> <div class="form-group"> <label for="userName">User Name</label> <input type="text" class="form-control" id="txtusername" placeholder="Please enter user name here..."> </div> <div class="form-group"> <label for="userPassword">User Name</label> <input type="text" class="form-control" id="txtuserpassword" placeholder="Please enter user password here..."> </div> <div class="form-group"> <label for="userRole">User Role</label> <select name="selector1" id="selector1" class="form-control1"> <option>User</option> <option>Admin</option> </select> </div> <button type="submit" class="btn btn-default">Submit</button> <button type="submit" class="btn btn-default">Submit</button> </form> </div> </div> <div class="col-md-8 graph-form general agile_info_shadow"> <h3 class="w3_inner_tittle two">Users List </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> <th></th> <th></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> <td><a class='agile-icon' href='#'><i class='fa fa-edit'></i> </a></td> <td><a class='agile-icon' href='#'><i class='fa fa-trash-o'></i> </a></td> </tr> "; } ?> </tbody> </table> </div> </div> <div class="clearfix"> </div> </div> <!--//set-1--> </div> <!--//forms-inner--> </div> <!--//forms--> </div> <!-- //inner_content_w3_agile_info--> </div> <!-- //inner_content--> <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