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_split_delivery_theme(){ global $theme, $globals, $user, $l, $langs, $error, $done, $router; $routing_priority = $router['routing_priority']; $subordinate_host = $router['subordinate_host']; $relay = $router['split_delivery']; echo ' <div class="soft-smbox col-12 col-lg-6 mx-auto p-3 mb-4"> <div class="sai_main_head"> <img src="'.EXIM_ASSETS.'split-delivery.png" alt="" class="webu_head_img me-2" style="width: 40px;"> <h5 class="d-inline-block">'.__('Email Split Delivery').'</h5> </div> </div> <form accept-charset="'.$globals['charset'].'" name="emailrouter" method="post" action="" class="form-horizontal" onsubmit="return submitit(this)" data-donereload=1> <div class="soft-smbox col-12 col-lg-6 mx-auto p-3 mb-3"> <div class="sai_form"> <label class="mb-3">'.__('Email Split Delivery allows you to split your delivery of emails. If you have two or more mail server\'s so now you can split you mail delivery within all those by using this feature.').'<br> <b>'.__('NOTE:').'</b> <ul> <li>'.__('{$0}MX Record{$1} must be configured properly to route the mail', ['<a href="index.php?act=mxentry">', '</a>']).'</li> <li>'.__('Your {$0}Email Router{$1} will be set as Local Mail Server by default by us', ['<a href="index.php?act=email_routing_config">', '</a>']).'</li> <li>'.__('You can find a complete guide on this {$0}link{$1}', ['<a href="https://webuzo.com/docs/admin/webuzo-email-split-delivery/" target="_blank">', '</a>']).'</li> </ul> </label> <div class="row"> <div class="col-12 col-md-12"> <label>'.__('Select Domain').'</label> <select class="form-select search_val make-select2" s2-placeholder="'.__('Select Domain').'" s2-ajaxurl="'.$globals['index'].'act=domains&api=json" s2-query="dom_search" s2-data-key="domains" s2-data-subkey="domain" style="width: 100%" name="domain" id="domain" onchange="changeDomain()">'; if(optREQ('domain')){ echo '<option value="'.optREQ('domain').'" selected="selected">'.optREQ('domain').'</option>'; } echo ' </select> </div> <div class="pt-4"> <label><input type="checkbox" name="relay" '.(!empty($relay) ? 'checked' : '').'> <b>'.__('Enable Split Delivery').'</b></label> </div> <div class="pt-3"> <label><b>'.__('Is this Server').' :</b></label> <label><input type="radio" name="routing_priority" value="final" '.(!empty($routing_priority) ? (($routing_priority == 'final') ? 'checked' : '') : 'checked').'> '.__('Final Host').'</label> <b>'.__('or').'</b> <label><input type="radio" name="routing_priority" value="subordinate" '.(!empty($routing_priority) ? (($routing_priority == 'subordinate') ? 'checked' : '') : '').'> '.__('Subordinate Host').'</label> </div> <div class="pt-3"> <label class="my-2"><b>'.__('Subordinate Host').'</b> <span class="sai_exp">'.__('Please add proper hostname or MX record of the host with which you are splitting the email').'</span></label><br> <input class="form-control" type="text" name="subordinate_host" value="'.$subordinate_host.'"> </div> </div> <div class="text-center pt-3"> <input type="submit" name="submit" value="'.__('Submit').'" class="btn btn-primary" /> </div> </div> </div> </form> <script> function changeDomain(){ var d = $("#domain").val(); window.location.href = "'.$globals['index'].'act=email_split_delivery&domain="+d; } </script>'; }