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_email_router_theme(){ global $theme, $globals, $langs, $error, $WE, $emaildr, $domains_list, $router; error_handle($error); $set = !empty($router['set']) ? $router['set'] : ''; $router = $router['mx']; echo ' <div class="card soft-card p-3 col-12 mx-auto"> <div class="sai_main_head "> <img src="'.EXIM_ASSETS.'email_router.png" alt="" class="webu_head_img me-2" style="width: 48px;"> <h5 class="d-inline-block">'.__('Email Router').'</h5> </div> </div> <div class="card soft-card p-4 col-12 mx-auto mt-4"> <div class="row"> <div class="col-sm-12 col-md-9"> <label class="mb-3">'.__('Route an incoming mail to a specific server. <br> <b>NOTE:</b> 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-sm-12 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 flat-butt" value="'.__('Set Router').'" id="addRouteModalBtn" name="with_selected_dom" data-bs-toggle="modal" data-bs-target="#addRouteModal" onclick="set_route_sel()" disabled> </div> </div> </div> <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" width="44%">'.__('Router').'</th> <th class="text-end" width="1%">'.__('Option').'</th> <th><input type="checkbox" id="checkall"></th> </tr> </thead> <tbody>'; foreach ($domains_list as $key => $value){ echo ' <tr id="tr'.$key.'"> <td class="endurl">'.$key.'</td> <td >'.(!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 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="flat-butt me-2" id="submitdefaultaddress" /> </div> </div> </div> </div> </div> <script> $(document).ready(function(){ $("#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(){ 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_router" }); }); </script>'; }