Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
exim /
themes /
enduser /
Delete
Unzip
Name
Size
Permission
Date
Action
add_email_account_theme.php
12.54
KB
-rw-r--r--
2025-11-17 07:49
add_email_autoresponder_theme.php
11.93
KB
-rw-r--r--
2025-01-13 08:52
address_importer_theme.php
6.47
KB
-rw-r--r--
2024-05-02 06:56
boxtrapper_theme.php
25.58
KB
-rw-r--r--
2024-04-30 09:23
configure_greylisting_theme.php
6.45
KB
-rw-r--r--
2024-04-17 09:30
create_email_filter_theme.php
20.91
KB
-rw-r--r--
2025-01-13 08:52
default_address_theme.php
4.9
KB
-rw-r--r--
2024-05-02 06:10
edit_email_autoresponder_theme.php
6.17
KB
-rw-r--r--
2025-01-13 08:52
email_account_theme.php
11.13
KB
-rw-r--r--
2026-01-22 06:40
email_deliverability_theme.php
23.14
KB
-rw-r--r--
2025-08-13 08:32
email_filter_theme.php
6.64
KB
-rw-r--r--
2024-05-02 06:56
email_forward_theme.php
10.1
KB
-rw-r--r--
2025-03-28 03:34
email_queue_theme.php
4.32
KB
-rw-r--r--
2024-05-02 06:10
email_relayers_theme.php
4.11
KB
-rw-r--r--
2024-05-02 06:10
email_router_theme.php
5.93
KB
-rw-r--r--
2024-05-02 06:10
email_sent_summary_theme.php
5.02
KB
-rw-r--r--
2024-05-02 06:10
email_settings_theme.php
2.32
KB
-rw-r--r--
2023-10-27 04:12
email_split_delivery_theme.php
4.09
KB
-rw-r--r--
2024-04-30 08:12
encryption_theme.php
11.61
KB
-rw-r--r--
2024-05-02 06:10
track_email_delivery_theme.php
17.39
KB
-rw-r--r--
2025-08-29 09:11
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== // WEBUZO CONTROL PANEL // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Pulkit // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: https://webuzo.com/ (WEBUZO) // ---------------------------------------------------------- // Please Read the Terms of Use at https://webuzo.com/terms // ---------------------------------------------------------- //=========================================================== // (c) Softaculous Ltd. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } function exim_configure_greylisting_theme(){ global $theme, $globals, $l, $langs, $error, $WE, $domains_list, $dom_data, $GREC; error_handle($error); $gettab = !empty(optREQ('gettab')) ? optREQ('gettab') : ""; echo ' <style> .report .webuzo-table th, .report .webuzo-table td { font-size: 11px !important; } </style> <div class="card soft-card p-3"> <div class="sai_main_head"> <img src="'.EXIM_ASSETS.'configure_greylisting.png" alt="" class="webu_head_img me-2" style="width: 48px;"> <h5 class="d-inline-block">'.__('Configure Greylisting').'</h5> </div> </div> <div class="card soft-card p-4 mt-4"> <!--- tab start --> <ul class="nav nav-tabs mb-3 webuzo-tabs" id="pills-tab" role="tablist" id="tablist"> <li class="nav-item" role="presentation"> <button class="nav-link heading_a '.(!empty($gettab) ? ($gettab == 'conf' ? 'active' : '') : 'active').'" id="conf" data-bs-toggle="tab" data-bs-target="#tab-conf" onclick="updateTab(\'conf\')" type="button" role="tab">'.__('Configure Greylisting').'</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link heading_a '.($gettab == 'report' ? 'active' : '').'" id="report" data-bs-toggle="tab" data-bs-target="#tab-report" onclick="updateTab(\'report\')" type="button" role="tab">'.__('Reports').'</button> </li> </ul> <!--- tab end --> <!--- tab Content start --> <div class="tab-content" id="pills-tabContent"> <div class="tab-pane '.(!empty($gettab) ? ($gettab == 'conf' ? 'active' : '') : 'active').'" id="tab-conf" role="tabpanel" aria-labelledby="conf"> <h5>'.__('Configure Greylisting').'</h5> <label class="mb-3">'.__('Enable Greylisting on your domains. Use this feature to reduce incoming spam').'</label> <div class="table-responsive"> <table class="table align-middle table-nowrap mb-0 webuzo-table"> <thead class="sai_head2"> <tr> <th class="align-middle" width="30%">'.__('Domain').'</th> <th class="align-middle" width="1%">'.__('Status').'</th> </tr> </thead> <tbody>'; foreach ($domains_list as $key => $value){ echo ' <tr id="tr'.$key.'"> <td class="endurl"><a target="_blank" href="http'.(!empty($value['force_https']) ? 's' : '').'://' . $key . '"> '.$key.'</a></td> <td style="text-align: center"> <label class="switch"> <input type="checkbox" class="checkbox" data-donereload="1" value="'.$key.'" data-do="'.((in_array($key, $dom_data)) ? 'del' : 'add').'" '.((!in_array($key, $dom_data)) ? 'checked' : '').' data-domain='.$key.' onclick="return enable_disable_toggle(this)"> <span class="slider"></span> </label>'; echo' </td> </tr>'; } echo ' </tbody> </table> </div> </div> <div class="tab-pane '.($gettab == 'report' ? 'active' : '').'" id="tab-report" role="tabpanel" aria-labelledby="report"> <h5>'.__('Reports').'</h5> <label class="mb-3">'.__('The Greylist Report displays the current state of triplets in the system. A triplet consists of a sender IP address, From address, and To address.').'</label>'; page_links(); echo ' <div class="table-responsive report"> <table border="0" cellpadding="8" class="table sai_form webuzo-table"> <thead class="sai_head2"> <tr> <th>'.__('Sender IP').'</th> <th>'.__('From Address').'</th> <th>'.__('To Address').'</th> <th class="text-center">'.__('Deferred').'</th> <th class="text-center">'.__('Accepted').'</th> <th class="text-center">'.__('Create Time').'</th> <th class="text-end">'.__('Block Expire Time').'</th> <th class="text-end">'.__('Must Retry Time').'</th> <th class="text-end">'.__('Record Expire Time').'</th> </tr> </thead> <tbody>'; if(empty($GREC)){ echo ' <td class="text-center" colspan="100"> <span>'.__('No data available').'</span> </td> '; }else{ foreach($GREC as $key => $val){ echo ' <tr> <td>'.$val['senderip'].'</td> <td>'.$val['fromaddress'].'</td> <td>'.$val['toaddress'].'</td> <td class="text-center">'.$val['deferred'].'</td> <td class="text-center">'.$val['accepted'].'</td> <td class="text-center">'.gmdate("Y-m-d H:i", $val['createtime']).'</td> <td class="text-end">'.time_since($val['blockextime']).'</td> <td class="text-end">'.time_since($val['retrytime']).'</td> <td class="text-end">'.time_since($val['recextime']).'</td> </tr> '; } } echo ' </tbody> </table> </div>'; page_links(); echo ' </div> </div> <!--- tab Content end --> </div> <script> function enable_disable_toggle(ele){ var jEle = $(ele); var d = jEle.data(); // console.log(d); var a, lan; if(d.do == "add"){ lan = "'.__js('Are you sure you want to $0 Disable $1 Greylisting for domain ', ['<b>', '</b>']).'<b>"+d.domain+"</b>"; }else{ lan = "'.__js('Are you sure you want to $0 Enable $1 Greylisting for domain ', ['<b>', '</b>']).'<b>"+d.domain+"</b>"; } a = show_message_r(l.warning, lan); a.alert = "alert-warning"; var no = function(){ var status = d.do ? false : true; jEle.prop("checked", status); } // Submit the data a.confirm.push(function(){ submitit(d, { done_reload : window.location.href, error: no }); }); // If user closes or chooses no a.no.push(no); a.onclose.push(no); //console.log(a);//return; show_message(a); } function updateTab(tab){ var queryParams = new URLSearchParams(window.location.search); queryParams.set("gettab", tab); history.replaceState(null, null, "?"+queryParams.toString()); } </script>'; }