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_forward_theme(){ global $user, $globals, $theme, $softpanel, $WE, $catwise, $error, $done, $domain_list, $email_forward_list, $domain_name, $email_list; // Email Forward list if(!empty($done)){ $email_forward_list = $WE->exim_reademailforward($domain_name); } // To update domains links if(optGET('ajaxdom')){ show_email_users(); return true; } echo ' <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>'; echo ' <div class="card soft-card p-3"> <div class="sai_main_head"> <img src="'.EXIM_ASSETS.'email_forward.png" alt="" class="webu_head_img me-2"/> <h5 class="d-inline-block">'.__('Email Forwarder').'</h5> <button type="button" class="flat-butt float-end" data-bs-toggle="modal" data-bs-target="#add-emailForward">'.__('Create Forwarder').'</button> </div> </div> <div class="card soft-card p-4 mt-4"> <div class="modal fade" id="add-emailForward" tabindex="-1" aria-labelledby="add-emailForwardLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="add-emailForwardLabel">'.__('Add Email Forwarder').'</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body p-4"> <form accept-charset="'.$globals['charset'].'" action="" method="post" name="eforward" id="eforward_add" class="form-horizontal" onsubmit="return submitit(this)"> <label for="email" class="sai_head">'.__('Select email account').'</label> <div class="row"> <div class="col-8"> <div class="input-group mb-3"> <input type="text" name="email" id="login" class="form-control" /> <span class="input-group-text">@</span> </div> </div> <div class="col-4"> <select class="form-control form-select" name="domain" id="domain" >'; foreach ($domain_list as $key => $value){ echo ' <option value="'.$key.'" >'.$key.'</option>'; } echo ' </select> </div> </div> <div class="accordion mb-4" id="accordionEmailForward"> <div class="accordion-item"> <h2 class="accordion-header" id="headingEFOne"> <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> <label><input type="radio" name="forwarder" value="email" checked> '.__('To Email Address').'</label> </button> </h2> <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingEFOne" data-bs-parent="#accordionEmailForward"> <div class="accordion-body"> <input type="text" name="femail" id="femail" class="form-control mb-3" value="" /> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="headingEFTwo"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo"> <label><input type="radio" name="forwarder" value="fail"> '.__('Fail with message').'</label> </button> </h2> <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingEFTwo" data-bs-parent="#accordionEmailForward"> <div class="accordion-body"> <input type="text" name="fail" id="fail" class="form-control mb-3" value="" /> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="headingEFThree"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="true" aria-controls="collapseThree"> <label><input type="radio" name="forwarder" value="sys"> '.__('Forward to your system account').'</label> </button> </h2> <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingEFThree" data-bs-parent="#accordionEmailForward"> <div class="accordion-body"> '.__('The mail will be forwarded to system mail').' </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="headingEFFour"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="true" aria-controls="collapseFour"> <label><input type="radio" name="forwarder" value="pipe"> '.__('Pipe to a Program').'</label> </button> </h2> <div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingEFFour" data-bs-parent="#accordionEmailForward"> <div class="accordion-body"> <div class="input-group mb-3" > <span class="input-group-text">'.$WE->user['homedir'].'/</span> <input type="text" name="pipe_path" id="pipe_path" class="form-control" value="" /> </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="headingEFFive"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="true" aria-controls="collapseFive"> <label><input type="radio" name="forwarder" value="discard"> '.__('Discard (Not Recommended)').'</label> </button> </h2> <div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingEFFive" data-bs-parent="#accordionEmailForward"> <div class="accordion-body"> '.__('The mail will be discarded and you will not be updated').' </div> </div> </div> </div> <center> <input type="submit" class="flat-butt me-2 text-center" value="'.__('Create Forwarder').'" name="add" id="submiteforward" /> </center> <img id="createimg" src="'.$theme['images'].'progress.gif" style="display:none"> </form> </div> </div> </div> </div> <div class="record-table mb-3 text-center"> <h4 class="sai_sub_head d-inline-block me-1">'.__('Email Forwarders of').'</h4> <select id="selectdomain" class="mw-100">'; foreach ($domain_list as $key => $value){ if($domain_name == $key){ echo '<option value='.$key.' selected=selected >'.$key.'</option>'; }else{ echo '<option value='.$key.'>'.$key.'</option>'; } } echo ' </select> </div> <div id="showrectab" class="table-reponsive">'; show_email_users(); echo ' </div> </div> <script language="javascript" type="text/javascript"> $("#selectdomain").change(function(){ $(".loading").show(); var domain = $(this).val(); $.ajax({ type: "POST", url: window.location+"&ajaxdom=1&domain="+domain+"&jsnohf=1", success: function(data){ $(".loading").hide(); $("#showrectab").html(data); } }); }); // Reload the data on add $("#eforward_add").on( "done", function(){ $("#selectdomain").trigger("change"); }); function disp_type(str){ $("#domain_name").html(str); } var select2prop = { // val: "'.optGET('user').'", placeholder: "'.__js('Select email account').'", allowClear: true, dropdownParent:$("#add-emailForward"), ajax: { url:"'.$globals['index'].'act=email_account&api=json", dataType: "json", type: "post", data: function(params) { $(".loading").show(); var query = { email: params.term, } return query; }, processResults: function(data){ var items = data.email_list; $(".loading").hide(); var ret = {}; ret.results = []; ret.results.push({text:"'.__js('All').'", id: "0", "selected": true}); var obj = []; if(items){ var obj = $.map(items, function(item){ return { text: item.email, id: item.email, } }); } ret.results = [{text:"'.__js('All').'", id: "0", "selected": true}, ...obj]; // console.log(ret); return ret; }, cache: false, }, escapeMarkup: function(m){ return m; } } $("#email").select2(select2prop); </script>'; } function show_email_users(){ global $globals, $softpanel, $WE, $error, $email_forward_list, $domain_name, $theme; echo ' <div class="table-responsive"> <table class="table align-middle table-nowrap mb-0 webuzo-table"> <thead class="sai_head2"> <tr> <th class="align-middle">'.__('Address').'</th> <th class="align-middle">'.__('Forwarded to').'</th> <th class="align-middle" width="1%">'.__('Options').'</th> </tr> </thead> </tbody>'; if(empty($email_forward_list)){ echo ' <tr> <td class="text-center" colspan=3>'.__('No Email Forwarder Configured').'</td> </tr>'; }else{ foreach ($email_forward_list as $key => $value){ foreach($value as $k => $v ){ if(!empty($v)){ echo ' <tr id="tr'.$key.'-'.$k.'" > <td>'.$key.'@'.$domain_name.'</td> <td>'.$v.'</td> <td class="text-center"> <i class="fas fa-trash delete delete-icon" title="'.__('Delete').'" id="did'.$key.'-'.$k.'" onclick="delete_record(this)" data-euser="'.$key.'" data-domain="'.$domain_name.'" data-delete="'.$v.'"></i> </td> </tr>'; } } } } echo ' </tbody> </table> </div>'; }