Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: xiaomi.php
<style> .featured-box-primary .box-content { border-top-color: #00ae00 !important; } figure { display: flex; } figure img { width: 8rem; height: 8rem; filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(58deg) brightness(26%) contrast(39%); border-radius: 15%; /* border: 1.5px solid #00ae00; */ margin-right: 1.5rem; padding:1rem; } figure figcaption { display: flex; flex-direction: column; justify-content: space-evenly; } figure figcaption h4 { font-size: 1.4rem; font-weight: 500; color: #00ae00 !important; } figure figcaption h6 { font-size: 1rem; font-weight: 300; } figure figcaption h2 { font-size: 1.6rem; font-weight: 500; } .submit-btn { font-size: 15px; border-radius: 25px; font-weight: bold; border: 0; background: #5cb85c; margin-top: 10px; color: #FFF; padding: 8px 22px; border: 1px solid #5cb85c !important; } .submit-btn:hover{ background-color: white !important; border: 1px solid #5cb85c !important; color: #5cb85c !important; } .font-20{ font-size: 20px; } .borderd-dashes{ border-bottom: 1px dashed lightgray } .table-striped tbody tr:nth-of-type(odd) { background-color: rgb(0 0 0 / 11%); } </style> <div role="main" class="main"> <div class="container"> <div class="row"> <div class="col-md-12"> <p class="borderd-dashes font-20 pb-2" style="color: var(--site-main-color) !important; text-align:center;">Xiaomi Check</p> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <form style="justify-content: center;" class="form-inline" method="post" action="<?php echo base_url('home/xiaomi');?>"> <div class="form-group col-md-12 mb-2" style="justify-content:center;"> <label for="inputPassword2" class="sr-only">Enter Here And Wait The Magic... <3</label> <input style="width:60%;" type="text" name="imei" class="form-control" id="inputimei2" placeholder="Enter Here And Wait The Magic... <3"> </div> <button type="submit" class="btn btn-success mb-2 col-md-3" style="background-color: #ed8446; border-color:#ed8446;">Submit</button> </form> <?php if($this->data['result']){ ?> <table class="table table-striped"> <thead> <tr> <th scope="col">Check</th> <th scope="col">Result</th> </tr> </thead> <tbody> <tr> <td>Emai</td> <td><?php echo $this->data['result']->email; ?></td> </tr> <tr> <td>Phone</td> <td><?php echo $this->data['result']->phone; ?></td> </tr> <tr> <td>Lock</td> <td><?php echo $this->data['result']->lock; ?></td> </tr> </tbody> </table> <?php } ?> <p style="padding: 30px 0; text-align: center;">If you got any service or access, please contact the administrator.</p> </div> </div> </div> </div> <script language="JavaScript"> $(function(){ var current = location.pathname; $('.navbar-nav li a').each(function(){ var $this = $(this); // if the current path is like this link, make it active if($this.attr('href').indexOf(current) !== -1){ $this.parent().addClass('active'); }else{ $this.parent().removeClass('active'); } }); }); </script>