Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: header_new.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title><?php echo stripslashes($this->data['rsStngs']->AdminTitle); ?></title> <?php switchlanguage(); ?> <?php if ($this->session->userdata('AdminFavIcon') != '') { ?> <link rel="shortcut icon" href="<?php echo $this->session->userdata('AdminFavIcon'); ?>" type="image/x-icon" /> <?php }else{?> <link rel="shortcut icon" href="<?php echo base_url('assets/images/logos/6.png')?>" type="image/x-icon" /> <?php } ?> <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" rel="stylesheet" /> <!-- Global stylesheets --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/css/font-awesome.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/global_assets/css/icons/icomoon/styles.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/global_assets/css/bootstrap.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/global_assets/css/colors.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/AstuteSol.css?v='.$this->config->item('assets_version')) ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/AstuteSol_admin.css?v='.$this->config->item('assets_version')) ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/global_assets/css/bootstrap_limitless.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/global_assets/css/layout.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/global_assets/css/components.min.css') ?>" rel="stylesheet" type="text/css"> <link href="<?php echo base_url('assets/plugins/jquery-multi-select/css/multi-select.css');?>" rel="stylesheet" type="text/css"/> <link href="<?php echo base_url('assets/css/jquery.easy-pie-chart.css') ?>" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url('assets/css/news.css') ?>" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url('assets/plugins/jquery-easy-pie-chart/jquery.easy-pie-chart.css');?>" rel="stylesheet" type="text/css"/> <link href="<?php echo base_url('assets/plugins/bootstrap-toastr/toastr.min.css')?>" rel="stylesheet" type="text/css" > <link href="<?php echo base_url('assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css'); ?>" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" /> <link rel="stylesheet" href="<?= base_url('assets/css/sweetalert.css'); ?>" /> <!-- include cutom.css --> <link href="<?php echo base_url('assets/css/custom.css?v='.$this->config->item('assets_version')) ?>" rel="stylesheet" type="text/css"> <!-- /global stylesheets --> <!-- Core JS files --> <!-- <script src="--><?php //echo base_url('assets/global_assets/js/main/jquery.min.js') ?><!--"></script>--> <script src="<?php echo base_url('assets/global_assets/js/main/jquery-1.7.js') ?>"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script> <script src="<?php echo base_url('assets/global_assets/js/main/bootstrap.bundle.min.js') ?>"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script> <script src="<?php echo base_url('assets/global_assets/js/plugins/loaders/blockui.min.js') ?>"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.full.js"></script> <script src="<?php echo base_url('assets');?>/global_assets/js/plugins/buttons/hover_dropdown.min.js"></script> <script src="<?php echo base_url('assets');?>/global_assets/js/plugins/ui/prism.min.js"></script> <script src="<?php echo base_url('assets')?>/global_assets/js/demo_pages/form_checkboxes_radios.js"></script> <script src="<?php echo base_url('assets')?>/global_assets/js/plugins/forms/styling/switchery.min.js"></script> <script src="<?php echo base_url('assets')?>/global_assets/js/plugins/forms/styling/switch.min.js"></script> <script src="<?php echo base_url('assets/js/functions.js?v='.$this->config->item('assets_version')) ?>"></script> <!-- /core JS files --> <!-- /DatePicker --> <script> $( function() { $( ".from_date" ).datepicker(); $( ".to_date" ).datepicker(); } ); </script> <!-- / --> <script> var base_url = '<?php echo base_url(); ?>'; var baseurl = '<?php echo base_url(); ?>'; var apanel_name = '<?php echo $this->config->item('apanel_name'); ?>'; $(document).ready(function() { $('.fancybox').fancybox(); $(".select2me").select2(); $(".js-select2-multi").select2(); $(".large").select2({ dropdownCssClass: "big-drop", scrollAfterSelect: true }); }); </script> <script> $(document).ready(function(){ $.ajaxSetup({ beforeSend:function(jqXHR, Obj){ var value = "; " + document.cookie; var parts = value.split("; csrf_cookie_name="); if(parts.length == 2) Obj.data += '&csrf_test_name='+parts.pop().split(";").shift(); }, complete:function(){ var value = "; " + document.cookie; var parts = value.split("; csrf_cookie_name="); if(parts.length == 2){ $('form [name="csrf_test_name"]').val(parts.pop().split(";").shift()); } } }); }); </script> <style> .whatsapp::before { font: var(--fa-font-brands); content: ' \f232'; } #VersionLoader{ position: absolute; top:0; z-index: 999; background: rgba(255,255,255, 0.8) !important; width: 100%; height: 100vh; text-align: center; } .version--loader{ display: flex; align-items: center; height: 100%; justify-content: center; } .version--loader img{ max-width: 100px; } .fancybox-custom .fancybox-skin { box-shadow: 0 0 50px #222; } #suggestions a.navbar-nav-link{ color:#324148; } #suggestions a.navbar-nav-link:hover{ background-color:#324148; color: #fff; } #suggestions{ overflow-y: scroll; max-height: 335px; width: 219px; overflow-x: hidden; background-color: #fff; } .Smallsuggestions{ z-index: 1; overflow-y: scroll; max-height: 335px; width: 219px; overflow-x: hidden; background-color: #fff; position: absolute; margin-top: 36px; } .dropdown-menu > a:hover{ background-color: #DDDDDD; } a.fix-color { color: #2196f3; } a.fix-color:hover { color: #0a6ebd; } .SideBarSearch{ width: 219px; } .SmallSideBarSearch{ width: 45px !important; } .BigSideBarSearch{ width: 219px !important; position: absolute; z-index: 1; } #loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 99999998; display: none; } #loader .loader-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99999999; } .lds-facebook { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-facebook div { display: inline-block; position: absolute; left: 8px; width: 16px; background: #fff; animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; } .lds-facebook div:nth-child(1) { left: 8px; animation-delay: -0.24s; } .lds-facebook div:nth-child(2) { left: 32px; animation-delay: -0.12s; } .lds-facebook div:nth-child(3) { left: 56px; animation-delay: 0; } .header__news{ text-align: center; padding: 5px 0; } .header__news h5{ color: red; font-weight: bold; } .blink-soft { animation: blinker 1.5s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } .header__news h5, .header__news p{ margin-bottom: 0 !important; } @keyframes lds-facebook { 0% { top: 8px; height: 64px; } 50%, 100% { top: 24px; height: 32px; } } .as434 { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAA7AAAAOwBeShxvQAAAfhQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yXwPmwAAAKh0Uk5TAEF8seUWrvm9i1lP68UqGk56Kfd+qf/sxPCqA8qrJukwATN13xLGs7DJgVzvEzh5rFQYBfg9mo39y5/7nQumMkXY8zk123dyJAnUzGDg0XsjcMLPvLqXpUz0mEbquR+MCkPQmRwCbSLT3p6Q16JXkVCvu25b2Ss0ksDhYy6UmzaT6Kgn/GY//vZAoM7SFbQOO/WC1sg+B+TH5xEUUgZpDUQ65hkvDPqG/p8LUwAAAilJREFUeJx1kOlfElEYhV8VHFERQbqBsi8CAlY6GDq5YBFqQpm2gFFB0l4EFRBagmKERamVZpZYufybzSAyDdD5cs+5z/Ph/i7AP6mqrmGxaqqroHLYtVgdp76eU4fVsivxhkZuE6+Zz2/mNXEbG8q5oEXIPoaOi7hi1MoWtghKeZtEKpOLFGRTqiRymVTSViKoNdp2nbIg69u1GnWJYOgwmsydJ06eokaXydhhYPJu3NLTetra20ec6SfnQI8F72YIg8SQbVh+FuCczX5eAA7bEDHIEIwIIdMI1UaFY8h+gZxGhjDuBNfFo3Fp4vIkOMdLhSkOPYVXKggDUnpevVYqXHcrPBJ66j0K9zRDGDUgdIOe5CO9SoYAN9EtdBt8Xv+dGYDA8N17UJr7D9DDR2LdxOMnAE8JbRmHkaDGrcc9z0QhAH+4nJNREM9fvBR7I0oHFq0oQMwa5AHIXiFOZa50YYgQiwkUdykr8ll8zuVWv0ZvZvDZcmM+wUJ+ME/6kwsBcCFWYp6BF0Op8NLbdBQU6Xc8iKYzS+FUaJHm05guQh665S771PsP2eWP8CkQ0WHFz15ZXcufFvzzl36zfwzPAP8rwNrqyiFf30gUzG+b3wG2Nnup/iP8M7Gxnr/eTuYKQmdqB2An9YvqW5q+XHI7f61xFB8TjOdy8dhhn/v9x6GhShbtFoU9ZzDm3Dv6GNhFWepp+75MMQdW6wG9fPsWUlDh6L/BVfAXxOCANh0hpC8AAAAASUVORK5CYII=); background-repeat: no-repeat; background-size: 24px; background-position: 13px center; } .as434 a { padding-left: 39px !important; } @media(max-width: 1199px) { .as434 { background-position: left center; } .as434 a { padding-left: 51px !important; } } .color_change { animation: color-change 10s infinite; } @keyframes color-change { 0% {color: red;} 10%{color:orange;} 20%{color:green;} 30%{color:blue;} 40%{color:brown;} 50% {color: #8B008B;} 60% {color: darkcyan;} 70% {color: #9EFD38;} 80% {color: #15F4EE;} 90% {color: #8F00FF;} 100% {color:#00009C;} } </style> </head> <?php $data=ticketsData(); $onlineUsers=onlineUsers(); ?> <body> <div style="display:none;" id="VersionLoader"> <div class="version--loader" > <div class="loading-assests"> <img src="<?php echo base_url('assets/images/spin--2.gif'); ?>" border="0" alt="Please wait..."/> <h2 style="margin-bottom: 0">GSM Tools</h2> <p>Version is Updating Please Wait...</p> </div> </div> </div> <!-- Main navbar --> <div class="navbar navbar-expand-xl navbar-dark bg-body navbar-static align-items-center"> <!-- Header with logos --> <div class="navbar-header sidebar-dark bg-indigo-400 d-md-flex align-items-center" style="background-color: #324148;"> <div class="navbar-brand navbar-brand-md"> <a href="<?php echo base_url($this->config->item('apanel_name').'/dashboard') ?>" class="d-inline-block"> <img src="<?php echo $AdminLogo; ?>" alt=""> </a> </div> </div> <!-- /header with logos --> <!-- Mobile controls --> <div class="d-flex d-xl-none"> <button class="navbar-toggler d-xl-none" type="button" data-toggle="collapse" data-target="#navbar-mobile"> <i class="icon-tree5"></i> </button> <button class="navbar-toggler d-xl-none sidebar-mobile-main-toggle af54dv" type="button"> <i class="icon-paragraph-justify3"></i> </button> </div> <!-- /mobile controls --> <!-- Navbar content --> <div class="collapse navbar-collapse justify-content-end" id="navbar-mobile"> <ul class="navbar-nav"> <li class="ml-4"></li> <li><div> <?php echo $strTopMenu;?> <li class="nav-item position-relative ticketsMenu"> <a href="#" class="navbar-nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="icon-warning22"></i> <span class="d-xl-none ml-2">Tickets</span> <span class="badge badge-pill bg-info ml-auto ml-xl-2"><?php if($data) echo $data['newTickets'];?></span> </a> <div class="dropdown-menu dropdown-menu-left TopNavMenu"> <a style="width: 100%;" href="<?php echo base_url($this->config->item('apanel_name').'/tickets/tickets?sId=1&frmId=52&fTypeId=12');?>" class="dropdown-item"><i style="padding: 3px;color: #00bcd4;" class="fa fa-bullhorn" ></i> <div style="width: 100%">New Tickets: </div><span class="pull-right"><?php echo $data['newTickets'];?></span></a> <a style="width: 100%;" href="<?php echo base_url($this->config->item('apanel_name').'/tickets/tickets?sId=5&frmId=52&fTypeId=12');?>" class="dropdown-item"><i style="padding: 5px;color: #3bb81c;" class="fa fa-plus" ></i> <div style="width: 100%">Waiting: </div><span class="pull-right"><?php echo $data['waitingTickets'];?></span></a> <a style="width: 100%;" href="<?php echo base_url($this->config->item('apanel_name').'/tickets/tickets?sId=3&frmId=52&fTypeId=12');?>" class="dropdown-item"><i style="padding: 5px;color: #3bb81c;" class="fa fa-plus" ></i> <div style="width: 100%">Answered By Admin: </div><span class="pull-right"><?php echo $data['answeredTickets'];?></span></a> <a style="width: 100%;" href="<?php echo base_url($this->config->item('apanel_name').'/tickets/tickets?sId=4&frmId=52&fTypeId=12');?>" class="dropdown-item"><i style="padding: 5px;color: #e91414;" class="fa fa-bolt" ></i> <div style="width: 100%">Replied By Customers: </div><span class="pull-right"><?php echo $data['customRTickets'];?></span></a> <a style="width: 100%;" href="<?php echo base_url($this->config->item('apanel_name').'/tickets/tickets?frmId=52&fTypeId=12');?>" class="dropdown-item"><i style="padding: 5px;" class="fa fa-arrow-right"></i> <div style="width: 100%">See All Tickets: </div><span class="pull-right"><?php echo$data['totalTickets'];?></span></a> </div> </li> <li class="nav-item position-relative ticketsMenu"> <a href="#" class="navbar-nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="icon-user"></i> <span class="d-xl-none ml-2">Online Users</span> <span class="badge badge-pill bg-info ml-auto ml-xl-2"><?php echo $onlineUsers;?></span> </a> <div class="dropdown-menu dropdown-menu-right"> <p style="background-color: #dddddd" class="dropdown-item">You have <?php echo $onlineUsers;?> Customers online </p> <a href="<?php echo base_url($this->config->item('apanel_name').'/dashboard/onlinecustomers') ?>" class="dropdown-item"><i style="padding: 5px;color: #00bcd4;" class="fa fa-bullhorn" ></i><div>Online Customers:</div> <span class="pull-right"><?php echo $onlineUsers;?></span> </a> </div> </li> </ul> <ul class="navbar-nav ml-xl-auto"> <?php if($rsStngs->UpdateAvailable==1) { ?> <li class="nav-item align-items-center d-flex"> <a href="<?php echo base_url($this->config->item('apanel_name') . "/clients/updateGSMTool") ?>" onclick="document.getElementById('VersionLoader').style.display='block'"><div </li> <?php } else { ?> <li class="nav-item align-items-center d-flex"> <div>v <?php echo $rsStngs->CurrentVersion ?></div></a> </li> <?php } ?> <li class="nav-item align-items-center d-flex"> <a class="navbar-nav-link" target="_blank" href="https://wa.me/+818091191114"><svg style="fill: #fff;width: 19px;float: left;margin-right: 5px;" class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/></svg> <?php echo $this->lang->line('TALK_WITH_US'); ?></a> </li> <li class="nav-item dropdown dropdown-user"> <a href="#" class="navbar-nav-link d-flex align-items-center dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <img alt="" src="<?php echo base_url('assets/global_assets/images') ?>/placeholders/placeholder.jpg" class="rounded-circle mr-2" height="34" /> Welcome </a> <div class="dropdown-menu dropdown-menu-right"> <a href="<?php echo base_url($this->config->item('apanel_name').'/dashboard/changepassword'); ?>" class="dropdown-item"><i class="icon-person"></i> <?php echo $this->lang->line('BE_LBL_872b'); ?></a> <a target="_blank" href="<?php echo base_url(); ?>" class="dropdown-item"><i class="icon-windows"></i> <?php echo $this->lang->line('BE_LBL_873b'); ?></a> <a href="javascript:void(0);" onclick="toggleFullScreen(document.body)" class="dropdown-item"><i class="icon-screen-full"></i> <?php echo $this->lang->line('BE_LBL_874b'); ?></a> <a href="<?php echo base_url($this->config->item('apanel_name').'/Settings/settings?frmId=57&fTypeId=13'); ?>" class="dropdown-item"><i class="icon-cogs"></i> <?php echo $this->lang->line('BE_LBL_875b'); ?></a> <a href="<?php echo base_url($this->config->item('apanel_name').'/dashboard/logout'); ?>" class="dropdown-item"><i class="icon-switch2"></i> <?php echo $this->lang->line('BE_LBL_66'); ?></a> </div> </li> </ul> </div> <!-- /navbar content --> </div> <!-- /main navbar --> <!-- Page content --> <div class="page-content"> <!-- Main sidebar --> <div class="sidebar sidebar-dark sidebar-main sidebar-expand-md d-flex flex-column justify-content-between"> <!-- Sidebar mobile toggler --> <div class="sidebar-mobile-toggler text-center"> <a href="#" class="sidebar-mobile-main-toggle"> <i class="icon-arrow-left8"></i> </a> Navigation <a href="#" class="sidebar-mobile-expand"> <i class="icon-screen-full"></i> <i class="icon-screen-normal"></i> </a> </div> <!-- /sidebar mobile toggler --> <!-- Sidebar content --> <div class="sidebar-content"> <!-- Main navigation --> <div class="card card-sidebar-mobile"> <ul class="nav nav-sidebar" data-nav-type="accordion"> <?php echo $strLeftMenu; ?> </ul> </div> <!-- /main navigation --> </div> <!-- /sidebar content --> <?php if(!(!isset($rsStngs->Brnd) || empty($rsStngs->Brnd))) {?> <div style="padding: 10px;background: #324148; z-index: 999"> © <?php echo date('Y'); ?> - <?php echo date('Y', strtotime('+1 years')); ?>. <a href="<?php echo base_url(); ?>" class="fix-color">afghan4n.com</a> </div> <?php } ?> </div> <!-- /main sidebar --> <!-- Main content --> <div class="content-wrapper"> <?php $InvoiceLink = "https://wa.me/+818091191114"; if($supportExpired == 1){ ?> <div class="header__news"> <?php if($InvoiceLink) { ?> <?php } else { ?> <h4>You would NOT get the latest updates and security patches. Please ASAP.</h4> <?php } ?> </div> <?php } else { if($daysLeftInSupport <= 31) { ?> <div class="header__news"> <h5 class="blink-soft">Notice: Your Support is expiring in <?php echo $daysLeftInSupport; ?> days. You Support renewal date is <?php echo $SupportDate; ?>.</h5> <h4>Please <a href="<?php echo $InvoiceLink; ?>" target="_blank"><span class="color_change">click here</span></a> to renew your Support. You would NOT get the latest updates and security patches until Support is renewed. </h4> </div> <?php } } ?>