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_add_email_account_theme(){ global $user, $globals, $theme, $softpanel, $WE, $error, $done, $email_list, $mail_settings, $max_email_account, $domain_list, $_email, $domain_name, $max_quota_email, $cur_mail, $suspend, $wms_arr; $incoming = $suspend['incoming']; $outgoing = $suspend['outgoing']; $loginin = $suspend['login']; if($suspend['restrict'] == 'admin') { $dis_s = 'disabled'; } echo ' <div class="card soft-card p-3 col-12 col-md-10 col-lg-6 mx-auto">'; if($globals['DISABLE_EMAIL'] || $globals['DISABLE_EMAILADD']){ echo ' <div class="alert alert-danger text-center p-2"> <i class="fas fa-ban me-2"></i>'. __('You have no access to create email account').' </div>'; }else{ echo ' <div class="sai_main_head"> <img src="'.EXIM_ASSETS.'email_account.png" alt="" class="webu_head_img me-2"/> <h5 class="d-inline-block">'.(!empty($_email['domain']) ? __('Edit Email Account') : __('Add Email Account')).'</h5> <div class="float-end"> <span id="lblAvailable" class="sai_head">'.($max_email_account != 'unlimited' ? $max_email_account : '∞').'</span> <span class="stats-title">'. __('Available').'</span> <span id="lblUsed" class="sai_head">'.$globals['total_emails'].'</span> <span class="title">'. __('Used').'</span> </div> </div> </div> <div class="card soft-card p-4 col-12 col-md-10 col-lg-6 mx-auto mt-4">'; if($WE->user['status'] == 'suspended' || $WE->user['suspend_emails'] == 'all'){ echo '<div class="alert alert-danger" role="alert"> <center>'.__('You are suspended to create an email').'</center> </div>'; } echo ' <div class="toggle_create_email" style=""> <form accept-charset="'.$globals['charset'].'" action="" method="post" name="emailAccount" id="emailAccount_add" class="form-horizontal" onsubmit="return submitit(this)" data-donereload="1"> <label class="sai_head" for="login">'. __('Email').'</label> <div class="row mb-3"> <div class="col-6"> <div class="input-group mb-3"> <input type="text" name="login" id="login" class="form-control" value="'.(!empty($_email['emailuser']) ? $_email['emailuser'] : aPOSTval('login', $_email['emailuser'])).'" '.(!empty($_email['emailuser']) ? 'disabled' : '').' /> <span class="input-group-text">@</span> </div> </div> <div class="col-6"> <select class="form-control form-select" name="domain" id="domain" '.(!empty($_email['domain']) ? 'disabled' : '').'>'; foreach ($domain_list as $key => $value){ echo ' <option value="'.$key.'" '.POSTselect('domain', $key, $key==$domain_name).' >'.$key.'</option>'; } echo ' </select> <img id="changedom" src="'.$theme['images'].'progress.gif" style="display:none"> </div> </div> <div> <label class="form-label sai_head" for="newpass">'. __('Password').'</label> <span class="sai_exp">'.__('Password strength must be greater than or equal to $pass', ['pass' => pass_score_val('email')]).'</span> </div> <div class="input-group password-field"> <input type="password" name="newpass" id="newpass" class="form-control" onkeyup="check_pass_strength($(\'#newpass\'), $(\'#pass-prog-bar\'))" value="" /> <span class="input-group-text" onclick="change_image(this, \'newpass\')"> <i class="fas fa-eye"></i> </span> <a href="javascript: void(0);" onclick="rand_val=randstr(10,'.pass_score_val('email').');$_(\'newpass\').value=rand_val;$_(\'conf\').value=rand_val;check_pass_strength($(\'#newpass\'), $(\'#pass-prog-bar\'));return false;" title="'. __('Generate a Random Password').'" class="random-pass"> <i class="fas fa-key"></i> </a> </div> <div class="progress pass-progress mb-3"> <div class="progress-bar bg-danger" id="pass-prog-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0"> <span>0</span> </div> </div> <label class="form-label" for="conf">'. __('Password (Again)').'</label> <input type="password" name="conf" id="conf" class="form-control mb-3" value="" /> <label class="form-label d-block" for="quota">'.__('Email quota').'</label> <label for="radio1" class="form-label me-2"> <input type="radio" name="quota" id="radio1" value="unlimited" '.(!empty($_email) ? ($_email['quota_limit'] == $max_quota_email ? 'checked' : '') : (empty($wms_arr['general']['default_quota']) ? 'checked' : '')).' onchange="toggleinput(this)" /> '.($max_quota_email == 'unlimited' ? __('Unlimited') : bytes_to_human($max_quota_email)).' </label> <input type="radio" name="quota" id="radio2" value="limited" onchange="toggleinput(this)" '.(!empty($_email) ? ($_email['quota_limit'] != $max_quota_email ? 'checked' : '') :(!empty($wms_arr['general']['default_quota']) ? 'checked' : '')).' /> <input type="text" name="quota_limit" class="mw-100" id="quota_limit" value="'.aPOSTval('quota_limit', (!empty($_email) && $_email['quota_limit'] != $max_quota_email ? round($_email['quota_limit']/1048576,2) : ($max_quota_email != 'unlimited' ? (!empty($wms_arr['general']['default_quota_val']) ? $wms_arr['general']['default_quota_val'] : 1024) : 1024))).'" '.($_email['quota_limit'] != $max_quota_email ? '' : 'disabled').' > <label for="radio2" class="form-label">'.__('MB').'</label>'; if(empty($wms_arr['mail']['disable_email_restriction'])){ echo ' <div class="accordion my-4"> <div class="accordion-item"> <h2 class="accordion-header" id="addEmailAcc"> <button class="panel-head accordion-button '.(!empty($_email) ? '' : 'collapsed').'" type="button" data-bs-toggle="collapse" data-bs-target="#restrictions" aria-expanded="false" aria-controls="restrictions"> '.__('Email Restriction').' </button> </h2> <div id="restrictions" class="accordion-collapse collapse '.(!empty($_email) ? 'show' : '').'" aria-labelledby="addEmailAcc"> <div class="accordion-body" id="restriction"> <label class="form-label d-block mt-4">'.__('Restrict Receiving Incoming Mail').'</label> <label class="form-label me-2"> <input type="radio" name="incoming" value="allow" '.(!empty($incoming) ? (($incoming == 'allow') ? 'checked' : '') : 'checked').' '.$dis_s.'/> '.__('Allow').' </label> <label class="form-label me-2"> <input type="radio" name="incoming" value="suspend" '.(!empty($incoming == 'suspend') ? 'checked' : '').' '.$dis_s.'/> '.__('Suspend').' </label> <label class="form-label d-block mt-4">'.__('Restrict Sending Outgoing Mail').'</label> <label class="form-label me-2"> <input type="radio" name="outgoing" value="allow" '.(!empty($outgoing) ? (($outgoing == 'allow') ? 'checked' : '') : 'checked').' '.$dis_s.'/> '.__('Allow').' </label> <label class="form-label me-2"> <input type="radio" name="outgoing" value="suspend" '.(!empty($outgoing) ? (($outgoing == 'suspend') ? 'checked' : '') : '').' '.$dis_s.'/> '.__('Suspend').' </label> <label class="form-label me-2"> <input type="radio" name="outgoing" value="hold" '.(!empty($outgoing) ? (($outgoing == 'hold') ? 'checked' : '') : '').' '.$dis_s.'/> '.__('Hold').' </label> <label class="form-label d-block mt-4">'.__('Restrict Logging In').'</label> <label class="form-label me-2"> <input type="radio" name="allowlogin" value="allow" '.(!empty($loginin) ? (($loginin == 'allow') ? 'checked' : '') : 'checked').' '.$dis_s.'/> '.__('Allow').' </label> <label class="form-label me-2"> <input type="radio" name="allowlogin" value="suspend" '.(!empty($loginin == 'suspend') ? 'checked' : '').' '.$dis_s.'/> '.__('Suspend').' </label> </div> </div> </div> </div>'; } echo' <div class="text-center mt-5"> <input type="submit" name="add" style="cursor:pointer" value="'.__('Save Account').'" class="flat-butt me-2" id="submitemailaccount" /> </div> </form> </div>'; $mailclient_settings_theme = '<div class="accordion my-4"> <div class="accordion-item"> <h2 class="accordion-header" id="addEmailAcc"> <button class="panel-head accordion-button show" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> '.__('Mail Client Settings').' </button> </h2> <div id="collapseOne" class="accordion-collapse show" aria-labelledby="addEmailAcc"> <div class="accordion-body"> <label class="form-label">'.__('Primary IP - ').'</label> <span class="mb-3">'.$mail_settings['primary_ip'].'</span><br/><br/> <div class="card"> <h6 class="card-header">'.__('Secure SSL/TLS Settings').'</h6> <div class="card-body table-responsive"> <table class="table justify-content-center"> <tbody class=""> <tr> <th>'.__('Username').'</th> <td class="email_user">'.__('Email ID').'</td> </tr> <tr> <th>'.__('Password').'</th> <td>'.__('Use email account\'s password').'</td> </tr> <tr> <th rowspan="2" style="padding-top: 15px;">'.__('Incoming').'<br>'.__('Server').'</th> <td class="selected_domain"></td> </tr> <tr> <td>'.__('IMAP Port: ').$mail_settings['imap']['ssl'].' '.__('POP3 Port : ').$mail_settings['pop3']['ssl'].'</td> </tr> <tr> <th rowspan="2" style="padding-top: 15px;">'.__('Outgoing ').'<br>'.__('Server').'</th> <td class="selected_domain"></td> </tr> <tr> <td>'.__('SMTP Port: ').$mail_settings['smtp']['ssl'].'</td> </tr> <tr> <td colspan="2">'.__('IMAP, POP3, and SMTP require authentication.').'</td> </tr> </tbody> </table> </div> </div> <div class="card mt-3"> <h6 class="card-header">'.__('Non-SSL Settings').'</h6> <div class="card-body table-responsive"> <table class="table justify-content-center"> <tbody class=""> <tr> <th>'.__('Username').'</th> <td class="email_user">'.__('Email ID').'</td> </tr> <tr> <th>'.__('Password').'</th> <td>'.__('Use email account\'s password').'</td> </tr> <tr> <th rowspan="2" style="padding-top: 15px;">'.__('Incoming').'<br>'.__('Server').'</th> <td class="selected_domain"></td> </tr> <tr> <td>'.__('IMAP Port: ').$mail_settings['imap']['nonssl'].' '.__('POP3 Port : ').$mail_settings['pop3']['nonssl'].'</td> </tr> <tr> <th rowspan="2" style="padding-top: 15px;">'.__('Outgoing ').'<br>'.__('Server').'</th> <td class="selected_domain"></td> </tr> <tr> <td>'.__('SMTP Port: ').$mail_settings['smtp']['nonssl'].'</td> </tr> <tr> <td colspan="2">'.__('IMAP, POP3, and SMTP require authentication.').'</td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div>'; $mailclient_settings_theme = apply_filters('mailclient_settings_theme', $mailclient_settings_theme); if(!empty($mailclient_settings_theme)){ echo $mailclient_settings_theme; } } echo ' </div> <script language="javascript" type="text/javascript"> function toggleinput(ele){ var jEle = $(ele); if(jEle.val() == "limited"){ $("#quota_limit").removeAttr("disabled"); }else{ $("#quota_limit").attr("disabled", "true"); } } $("#domain,#login").on("change keyup", function(){ email_settings(); }) function email_settings(){ $(".email_user").each(function(key, val){ if(!empty($("#login").val())){ $(val).html($("#login").val()+"@"+$("#domain").val()); } }) $(".selected_domain").each(function(key, val){ $(val).html("mail."+$("#domain").val()); }) } email_settings(); </script>'; }