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 /
admin /
Delete
Unzip
Name
Size
Permission
Date
Action
country_email_filter_theme.php
5.99
KB
-rw-r--r--
2024-05-02 06:10
domain_email_filter_theme.php
4.52
KB
-rw-r--r--
2024-05-02 06:10
email_deliverability_theme.php
15.04
KB
-rw-r--r--
2025-08-13 08:32
email_delivery_report_theme.php
13.02
KB
-rw-r--r--
2025-08-29 09:11
email_disk_usage_theme.php
6.83
KB
-rw-r--r--
2024-04-17 09:30
email_greylisting_theme.php
14.12
KB
-rw-r--r--
2024-04-30 08:23
email_logs_theme.php
2.59
KB
-rw-r--r--
2025-10-09 09:48
email_queue_manager_theme.php
18.8
KB
-rw-r--r--
2024-05-02 06:10
email_queue_theme.php
4.58
KB
-rw-r--r--
2024-09-20 08:35
email_relayers_theme.php
4.37
KB
-rw-r--r--
2024-04-17 09:30
email_routing_config_theme.php
7.91
KB
-rw-r--r--
2024-05-02 06:10
email_sent_summary_theme.php
5.24
KB
-rw-r--r--
2024-04-17 09:30
email_split_delivery_theme.php
4.12
KB
-rw-r--r--
2024-09-20 08:35
email_troubleshooter_theme.php
2.01
KB
-rw-r--r--
2024-04-17 09:30
emails_theme.php
11.23
KB
-rw-r--r--
2026-01-22 06:40
emailstats_theme.php
2.24
KB
-rw-r--r--
2024-04-17 09:30
mail_settings_theme.php
31.64
KB
-rw-r--r--
2025-08-29 09:11
manage_rbl_theme.php
4.35
KB
-rw-r--r--
2024-04-17 09:30
mxentry_theme.php
11.15
KB
-rw-r--r--
2023-10-27 04:12
remote_smtp_servers_theme.php
7.74
KB
-rw-r--r--
2025-01-17 08:10
smtp_restrictions_theme.php
2.34
KB
-rw-r--r--
2024-04-17 09:30
system_mail_theme.php
5.43
KB
-rw-r--r--
2025-12-15 02:44
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_email_router_config_theme(){ global $theme, $globals, $user, $langs, $error, $done, $router, $domains_list; error_handle($error); $set = !empty($router['set']) ? $router['set'] : ''; $router = $router['mx']; echo ' <div class="soft-smbox col-12 mx-auto p-3 mb-3"> <div class="sai_main_head"> <i class="fa fa-envelope me-2"></i>'.__('Email Routing Configuration').' <span class="search_btn float-end mx-2"> <a href="javascript:void(0);" class="text-dark" data-bs-toggle="collapse" data-bs-target="#search_queue" aria-expanded="true" aria-controls="search_queue" title="'.__('Search').'"><i class="fas fa-search"></i></a> </span> </div> <div style="background-color:#e9ecef;" class="mt-1"> <div class="collapse" id="search_queue"> <div class="row"> <div class="p-3 col-md-6"> <div class="col-12"> <label class="sai_head">'.__('Search By Domain Name').'</label></br> <input id="search_dom" type="text" class="sai_inputs w-100" autofocus placeholder="'.__('Search Domain').'" autocomplete="off" > </div> </div> <div class="p-3 col-md-6 "> <div class="col-12"> <label class="sai_head">'.__('Search By User Name').'</label></br> <input id="search_user" type="text" class="sai_inputs w-100" autofocus placeholder="'.__('Search User').'" autocomplete="off" > </div> </div> </div> </div> </div> </div> <div class="soft-smbox col-12 mx-auto p-4 mb-3 mt-4"> <div class="sai_form"> <div class="row"> <div class="col-md-9"> <label class="mb-3">'.__('Route an incoming mail to a specific server </br> <b>NOTE :</b> $1 MX Record must be configured properly to route the mail $0 Click here $1 to configure MX Records', ['<a href="index.php?act=mxentry">', '</a>']).'</label> </div> <div class="col-md-3"> <div class="sai_sub_head record-table mb-2 position-relative" style="text-align:right;"> '.__('For Selected').' : <input type="button" class="btn btn-primary" id="addRouteModalBtn" value="'.__('Set Router').'" name="with_selected_dom" data-bs-toggle="modal" data-bs-target="#addRouteModal" onclick="set_route_sel()" disabled> </div> </div> </div> <div class="row"> <div class="table-responsive"> <table class="table align-middle table-nowrap mb-0 webuzo-table" > <thead class="sai_head2"> <tr> <th class="text-start" width="45%">'.__('Domain').'</th> <th class="text-start d-none" width="45%">'.__('User').'</th> <th class="text-start" width="44%">'.__('Router').'</th> <th class="text-end" width="1%">'.__('Option').'</th> <th><input type="checkbox" id="checkall"></th> </tr> </thead> <tbody id="domain_list">'; foreach ($domains_list as $key => $value){ echo ' <tr id="tr'.$key.'"> <td class="domain"><span>'.$key.'</span> <td class="user d-none"><span>'.$value['user'].'</span></td> <td class="route">'.(!empty($value['route']) ? ucfirst($value['route']) : __('Local')).__(' Mail Server').' </td> <td class="text-center"> <i class="fas fa-pencil-alt edit-icon" data-bs-toggle="modal" data-bs-target="#addRouteModal" onclick="set_route(\''.$key.'\',\''.$value['route'].'\')"></i> </td> <td width="1%"> <input type="checkbox" name="check_dom" id ="check_dom_'.$key.' "value="'.$key.'" class="check_dom"> </td> </tr>'; } echo ' </tbody> </table> </div> </div> </div> </div> <div class="modal fade" id="addRouteModal" tabindex="-1" aria-labelledby="addRecordLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="addRecordLabel">'.__('Set Email Router').'</h5> <button type="button" class="btn-close add_record_close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div> '.__('Domains').' : <b><p class="m-0" id="dom_for_route"></p></b> </div> <div class="pt-4"> <label><input type="radio" name="email_router" value="local" id="route_local"> '.__('Local Mail Server').'</label> <i class="fa fa-info-circle sai-info" data-bs-html="true" data-bs-toggle="tooltip" title="" data-bs-original-title="'.__('This option will route all your mails to local mail server').'"></i> </div> <div class="pt-4"> <label><input type="radio" name="email_router" value="backup" id="route_backup"> '.__('Backup Mail Server').'</label> <i class="fa fa-info-circle sai-info" data-bs-html="true" data-bs-toggle="tooltip" title="" data-bs-original-title="'.__('This option will act like a backup mail server incase if remote mail server is unavailable it will route all emails back to the local mail server').'"></i> </div> <div class="pt-4"> <label><input type="radio" name="email_router" value="remote" id="route_remote"> '.__('Remote Mail Server').'</label> <i class="fa fa-info-circle sai-info" data-bs-html="true" data-bs-toggle="tooltip" title="" data-bs-original-title="'.__('This option will route all your mail to remote mail server').'"></i> </div> <div class="pt-4 text-center"> <input type="submit" name="change" style="cursor:pointer" value="'.__('Change').'" class="btn btn-primary" id="submitdefaultaddress" /> </div> </div> </div> </div> </div> <script> $(document).ready(function(){ var search_dom_string; $("#search_dom").on("keyup", function() { search_dom_string = $(this).val().toLowerCase(); $(".domain span").filter(function() { $(this).toggle($(this).text().toLowerCase().indexOf(search_dom_string) > -1); if($(this).css("display") == "none"){ $(this).parent().parent().hide(); }else{ $(this).parent().parent().show(); } }); }); var search_user_string; $("#search_user").on("keyup", function() { search_user_string = $(this).val().toLowerCase(); $(".user span").filter(function() { $(this).toggle($(this).text().toLowerCase().indexOf(search_user_string) > -1); if($(this).css("display") == "none"){ $(this).parent().parent().hide(); }else{ $(this).parent().parent().show(); } }); }); $("#checkall").change(function(){ $(".check_dom").prop("checked", $(this).prop("checked")); }); $("input:checkbox").change(function() { if($(".check_dom:checked").length){ $("#addRouteModalBtn").removeAttr("disabled"); }else{ $("#addRouteModalBtn").prop("disabled", true); } }); }); var domains = []; function set_route_sel() { domains = []; $("input:checkbox[name=check_dom]:checked").each(function(){ if($(this).is(":visible") == true){ domains.push($(this).val()); } }); $("#dom_for_route").text(domains.join(", ")); } function set_route(dom, route) { domains = [dom]; $("#dom_for_route").text(domains); if(!empty(route)){ $("#route_"+route).prop("checked", true); }else{ $("#route_auto").prop("checked", true); } } $("#submitdefaultaddress").click(function(){ var email_router = $("input[name=email_router]:checked").val(); var data = {"domain" : domains, "email_router" : email_router}; submitit(data,{ done_reload : "'.$globals['index'].'act=email_routing_config" }); }); </script>'; }