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_system_mail_theme(){ global $globals, $theme, $sys_mails; echo ' <div class="soft-smbox p-3 col-12 col-md-10 mx-auto"> <div class="sai_main_head"> <i class="fas fa-cog fa-xl me-2"></i>'.__('Edit System Mail Preferences').' </div> </div> <div class="soft-smbox p-4 col-12 col-md-10 mx-auto mt-4"> <div class="row mt-4"> <form accept-charset="'.$globals['charset'].'" name="editwebuzo" method="post" data-donereload="1" action="" class="form-horizontal" onsubmit="return submitit(this)"> <div class="card mt-2 mb-2"> <div class="card-header"> '.(!empty($sys_mails['webuzo']) ? __('The system currently forwards mail for $0 $host $1 to $0 $mail $1', ['host' => 'webuzo', 'mail' => $sys_mails['webuzo'], '<b>', '</b>']) : __('The system does not currently forward mail for $0 $host $1', ['host' => 'Webuzo', '<b>', '</b>'])).' </div> <div class="card-body"> <label for="webuzo_mail" class="sai_head">Forward mail for Webuzo to:</label> <input class="form-control mb-2" id="webuzo_mail" type="text" name="webuzo_mail" style="width: 50%;" value="'.$sys_mails['webuzo'].'"/> <label class="sai_exp2 me-3 mb-4" id="">'.__('To forward email to one or more users on the server, or email addresses, enter them in a comma-separated list').'</label><br> <input type="submit" name="editwebuzo" value="Update" class="btn btn-primary " /> </div> </div> </form> <form accept-charset="'.$globals['charset'].'" name="editwebuzo" method="post" data-donereload="1" action="" class="form-horizontal" onsubmit="return submitit(this)"> <div class="card mt-2 mb-2"> <div class="card-header"> '.(!empty($sys_mails['nobody']) ? __('The system currently forwards mail for $0 $host $1 to $0 $mail $1', ['host' => 'nobody', 'mail' => $sys_mails['nobody'], '<b>', '</b>']) : __('The system does not currently forward mail for $0 $host $1', ['host' => 'nobody', '<b>', '</b>'])).' </div> <div class="card-body"> <label for="nbdy_mail" class="sai_head">Forward mail for nobody to:</label> <input class="form-control mb-2" id="nbdy_mail" type="text" name="nbdy_mail" style="width: 50%;" value="'.$sys_mails['nobody'].'"/> <label class="sai_exp2 me-3 mb-4" id="">'.__('To forward email to one or more users on the server, or email addresses, enter them in a comma-separated list').'</label><br> <input type="submit" name="editnobody" value="Update" class="btn btn-primary" /> </div> </div> </form> <form accept-charset="'.$globals['charset'].'" name="editwebuzo" method="post" data-donereload="1" action="" class="form-horizontal" onsubmit="return submitit(this)"> <div class="card mt-2 mb-2"> <div class="card-header"> '.(!empty($sys_mails['root']) ? __('The system currently forwards mail for $0 $host $1 to $0 $mail $1', ['host' => 'root', 'mail' => $sys_mails['root'], '<b>', '</b>']) : __('The system does not currently forward mail for $0 $host $1', ['host' => 'Root', '<b>', '</b>'])).' </div> <div class="card-body"> <label for="root_mail" class="sai_head">Forward mail for Root to:</label> <input class="form-control mb-2" id="root_mail" type="text" name="root_mail" style="width: 50%;" value="'.$sys_mails['root'].'"/> <label class="sai_exp2 me-3 mb-4" id="">'.__('To forward email to one or more users on the server, or email addresses, enter them in a comma-separated list').'</label><br> <input type="submit" name="editroot" value="Update" class="btn btn-primary" /> </div> </div> </form> <form accept-charset="'.$globals['charset'].'" name="editwebuzo" method="post" data-donereload="1" action="" class="form-horizontal" onsubmit="return submitit(this)"> <div class="card mt-2 mb-2"> <div class="card-header"> '.(!empty($sys_mails['smmsp']) ? __('The system currently forwards mail for $0 $host $1 to $0 $mail $1', ['host' => 'smmsp', 'mail' => $sys_mails['smmsp'], '<b>', '</b>']) : __('The system does not currently forward mail for $0 $host $1', ['host' => 'smmsp', '<b>', '</b>'])).' </div> <div class="card-body"> <label for="smmsp_mail" class="sai_head">Forward mail for smmsp to:</label> <input class="form-control mb-2" id="smmsp_mail" type="text" name="smmsp_mail" style="width: 50%;" value="'.$sys_mails['smmsp'].'"/> <label class="sai_exp2 me-3 mb-4" id="">'.__('To forward email to one or more users on the server, or email addresses, enter them in a comma-separated list').'</label><br> <input type="submit" name="editsmmsp" value="Update" class="btn btn-primary" /> </div> </div> </form> </div> </div>'; }