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_remote_smtp_servers_theme(){ global $user, $globals, $theme, $softpanel, $error, $done, $countries_list, $blockdata, $smtp_data; $provider = !empty($smtp_data['provider']) ? $smtp_data['provider'] : ''; echo ' <div class="row"> <div class="soft-smbox col-12 col-md-7 p-3 mx-auto"> <div class="sai_main_head"> <i class="fa fa-envelope fa-lg me-2"></i>'.__('Remote SMTP Servers').' </div> </div> <div class="soft-smbox col-12 col-md-7 p-4 mt-4 mx-auto"> <div id="form-container"> <form accept-charset="'.$globals['charset'].'" id="remotesmtp" method="post" action="" class="form-horizontal" onsubmit="return submitit(this)" data-donereload=1>'; if(!empty($provider) && !empty($smtp_data['data'][$provider]['connection']['status'])){ $msg = 'Remote SMTP server connection established successfully !'; $cls = 'alert-success'; if($smtp_data['connection']['status'] === 'failure'){ $msg = !empty($smtp_data['connection']['error']) ? $smtp_data['connection']['error'] : 'Error Occured !'; $cls = 'alert-warning'; } echo '<div class="row"> <div class="col-12"> <div class="alert '.$cls.' d-flex" role="alert"> '.__($msg).' </div> </div> </div>'; } echo '<div class="row"> <div class="col-12"> <label class="form-label">'.__('Select Remote SMTP Server').'</label> <select class="form-select" name="provider" id="provider" onchange="updateFields(this.value)">'; foreach($smtp_data['providers'] as $key => $smtp){ echo '<option value="'.$key.'" '.POSTselect('type', $key, ($provider === $key)).'>'.__($smtp).'</option>'; } echo '</select> </div> </div> <div class="row mt-2 d-none smtp-fields"> <div class="col-12 mb-2"> <label class="form-label">'.__('API KEY').'</label> <div class="input-group"> <input type="text" id="apikey" class="form-control w-25 float-left" name="apikey"/> </div> </div> <div class="col-12 mb-2"> <label class="form-label">'.__('SMTP Host').'</label> <div class="input-group"> <input type="text" id="smtp_host" class="form-control w-25 float-left" name="smtp_host"/> </div> </div> <div class="col-12 mb-2"> <label class="form-label">'.__('SMTP Port').'</label> <div class="input-group"> <input type="number" min="0" id="smtp_port" class="form-control w-25 float-left" value="465" name="smtp_port"/> </div> </div> <div class="col-12 mb-2"> <label class="form-label">'.__('Username / Email Id').'</label> <div class="input-group"> <input type="text" id="uname" class="form-control w-25 float-left" name="uname"/> </div> </div> <div class="col-12 mb-2"> <label class="form-label">'.__('Password').'</label> <div class="input-group password-field w-100"> <input id="passwd" type="password" name="passwd" class="form-control" value=""> <span class="input-group-text passwd_btn" onclick="change_image(this, \'passwd\')"> <i class="fa fa-eye"></i> </span> </div> </div> <div class="col-12"> <div class="input-group"> <input type="checkbox" id="inc_dkim" value="1" name="inc_dkim"/> <label class="m-2" for="inc_dkim">'.__('Include DKIM Entry ?').'</label> </div> </div> <div class="col-12"> <div class="input-group"> <input type="checkbox" id="inc_auth_header" value="1" name="inc_auth_header"/> <label class="m-2" for="inc_auth_header">'.__('Include Auth Header ?').'</label> </div> </div> <div class="col-12 mb-2"> <label class="form-label">'.__('Send Test Email To').'</label> <div class="input-group"> <input type="text" id="test_email" class="form-control w-25 float-left" name="test_email"/> </div> </div> <div class="col-12"> <div class="input-group"> <input type="checkbox" id="send_mail" value="1" name="send_mail" onchange="toggle_email()"/> <label class="m-2" for="send_mail">'.__('Send Test Email ?').'</label> </div> </div> <div class="col-12"> <div class="input-group"> <input type="checkbox" id="encrypt_passwd" value="1" name="encrypt_passwd" /> <label class="m-2" for="encrypt_passwd">'.__('Save SMTP Password / API key in Encrypted format ?').'</label> </div> </div> </div> <div class="text-center mt-3"> <input type="submit" name="setservice" class="btn btn-primary" value="'.__('Save').'" /> </div> </form> </div> </div> </div> <script> function toggle_email(){ $("#test_email").closest(".col-12").hide(); if($("#send_mail").prop("checked") === true){ $("#test_email").closest(".col-12").show(); } } try { var server_arr = \''.json_encode(!empty($smtp_data['data']) ? $smtp_data['data'] : []).'\'; server_arr = JSON.parse(server_arr); } catch (error) { console.log("Error processing data !"); } function updateFields(provider){ // Update data var mappings = { "apikey" : "#apikey", "user" : "#uname", "pass" : "#passwd", "host" : "#smtp_host", "port" : "#smtp_port", "send_mail" : "#send_mail", "enc_pass" : "#encrypt_passwd", "test_email" : "#test_email", "inc_dkim" : "#inc_dkim", "inc_auth_header" : "#inc_auth_header" }; var all_fields = Object.values(mappings).join(","); $(all_fields).closest(".col-12").hide(); $("#form-container input[type=text],input[type=password]").val(""); $("#form-container input[type=checkbox]").prop("checked", false); if(typeof(server_arr === "object" && provider in server_arr)){ var data = server_arr[provider]; $.each(data, function(field, value) { if(field in mappings){ var ele = $(mappings[field]); if(ele.is("input[type=checkbox]")){ if(value === 1){ ele.prop("checked", true); } return; } ele.val(value); } }); } // Show/Hide fields according to provider var providers = { "sendgrid" : "#apikey", "turbosmtp" : "#uname, #passwd", "mailchannels" : "#uname, #passwd", "smtp2go" : "#apikey, #uname, #passwd", "custom_smtp" : "#smtp_host, #smtp_port, #uname, #passwd, #inc_dkim, #inc_auth_header" }; if(provider in providers){ $(providers[provider] + ", #send_mail, #encrypt_passwd, #test_email").closest(".col-12").show(); } var passwd_btn = $("#passwd[type=\'text\'] ~ .passwd_btn"); // Hide password once change the provider if(passwd_btn.length > 0){ passwd_btn.find("i").removeClass("fa-eye-slash").addClass("fa-eye"); passwd_btn.click(); } // Handle test email field toggle_email(); } $(document).ready(function(){ var provider = $("#provider").val(); $(".smtp-fields").removeClass("d-none"); updateFields(provider); }); </script>'; }