V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
public_html
/
dashboard
/
Viewing: registered-users.php
<?php include "include/connection.php"; include "include/top-meta.php"; include "include/header.php"; include "include/left.php"; $sql = "SELECT * FROM admin order by id desc"; $res = $db->query($sql); $arr = array(); while ($row = $res->fetch_assoc()) { $arr[] = $row; } ?> <!-- Main content --> <section class="content"> <div class="page-header"> <h3>All Users </h3> </div> <form method="get" action=""> <div class="row form-search"> <div class="col-sm-6"> </div> <div class="col-sm-6"> <a href="add-users.php" class="btn btn-sm btn-primary pull-right"><i class="fa fa-plus-circle"></i> Add User</a> </div> </div> </form> <table id="mytable" class="table table-bordered table-striped"> <tr> <th>Username</th> <th>Email ID</th> <th>Phone No</th> <th>Action</th> </tr> <tbody> <?php if (is_array($arr) && count($arr) > 0) { foreach ($arr as $row) { ?> <tr> <td><?php echo $row['username']; ?></td> <td><?php echo $row['email_id']; ?></td> <td><?php echo $row['phone']; ?></td> <td> <div class="pull-right btn-group"> <a href="delete.php?id=<?php echo $row['id'];?>&type=user" class="btn btn-danger btn-sm delete"><i class="fa fa-trash"></i> </a> </div> </td> </tr> <?php } } ?> </tbody> </table> <div class="pagination"> </div> </div> </section> </div> <?php include "include/footer.php"; include "include/footer-meta.php"; ?>
Coded With 💗 by
HanzOFC