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_address_importer_theme(){ global $theme, $globals, $langs, $done, $error, $emaildr, $domains_list; error_handle($error); echo ' <style> .discard-width{ width:50% !important; } @media only screen and (max-width:556px){ .discard-width{ width:100% !important; } } a{ text-decoration:none; } textarea { font-size: 12px !important; } table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td { border: 1px solid #dddddd; padding: 4px; } </style> <div class="card soft-card p-3 col-12 col-md-10 col-lg-6 mx-auto" > <div class="sai_main_head"> <img src="'.EXIM_ASSETS.'address_importer.png" alt="" class="webu_head_img me-2" style="width: 48px;"> <h5 class="d-inline-block">'.__('Address Importer').'</h5> <span class=" float-end"> <i class="fa fa-info-circle sai-info" data-bs-html="true" data-bs-toggle="tooltip" title="" data-bs-original-title="'.__('Here you can upload a ').'<b>'.__('CSV').'</b>'.__(' file with multiple email to create and forward').'"></i> </span> </div> </div> <div class="card soft-card p-4 col-12 col-md-10 col-lg-6 mx-auto mt-4" > <a href="javascript:void(0);" class="mb-4" data-bs-toggle="collapse" data-bs-target="#show_example" aria-expanded="true" aria-controls="show_example" title="'.__('Click here to view the example').'">'.__('Click here to view the example').' <i class="fa fa-caret-down"></i></a> <div id="show_example" class="collapse pb-4"> <label>'.__('Example for Email').'</label> <div class="table-responsive"> <table> <tr> <td><b>'.__('User').'</b></td> <td><b>'.__('Domain').'</b></td> <td class="text-end"><b>'.__('Password').'</b></td> <td class="text-end"><b>'.__('Email quota').'</b></td> </tr> <tr> <td>'.__('jack').'</td> <td>'.__('domain.com').'</td> <td class="text-end">'.__('1234').'</td> <td class="text-end">'.__('0').'</td> </tr> <tr> <td>'.__('jill').'</td> <td>'.__('domain.com').'</td> <td class="text-end">'.__('1234').'</td> <td class="text-end">'.__('1024').'</td> </tr> </table> </div> <div class="pt-2" style="color:red"><span>'.__('Here 0 is used for unlimited and Password must contain Upper and Lower letter, Number and Special Character').'</span></div> <label class="pt-2">'.__('Example for Email Forwarders').'</label> <div class="table-responsive"> <table> <tr> <td><b>'.__('Email User').'</b></td> <td class="text-end"><b>'.__('Email Forward To').'</b></td> </tr> <tr> <td>'.__('jack').'@'.__('domain.com').'</td> <td class="text-end">'.__('jill').'@'.__('domain.com').'</td> </tr> <tr> <td>'.__('jill').'@'.__('domain.com').'</td> <td class="text-end">'.__('jack').'@'.__('domain.com').'</td> </tr> </table> </div> </div> <form method="POST" name="address_imp" onsubmit="return submititwithdata(this)" enctype="multipart/form-data" id="addressImporter"> <label><b>'.__('Step 1:').'</b>'.__(' Select what you want to upload').'</label><br> <div class="pt-2"> <label><input type="radio" name="address_import" id="address_import" value="email" checked> '.__('Email Account').'</label> </div> <div class="pt-2 mb-4"> <label><input type="radio" name="address_import" id="address_import" value="forward"> '.__('Email Forwarders').'</label> </div> <label><b>'.__('Step 2:').'</b>'.__(' Locate CSV file from your computer').'</label><br> <div class="pt-2 mb-4"> <input type="file" accept=".csv" class="form-control discard-width" id="file" name="file"> </div> <label><b>'.__('Step 3:').'</b>'.__(' Select the default domain in case if domain is invalid').'</label><br> <div class="pt-2 mb-4"> <select name="domain" id="domain" class="form-control discard-width">'; foreach ($domains_list as $key => $value) { echo '<option value="'.$key.'">'.$key.'</option>'; } echo ' </select> </div> <div class="pt-2 mb-4"> <label><input type="checkbox" name="header" id="header" value="1" checked> '.__('Treat first row as column headers').'</label> </div> <input type="submit" name="address_imp" id="submit" style="cursor:pointer" value="'.__('Submit').'" class="flat-butt me-2 mb-1" /> <input type="button" class="flat-butt float-end me-2 d-none mb-1" id="hide_log" value="'.__('Hide Logs').'" /> <input type="button" class="flat-butt float-end me-2" id="get_log mb-1" value="'.__('Show Logs').'" onclick="get_logs();" /> </form> <div class="my-3 d-none pt-2" id="showlog" nowrap="nowrap"> <center><label><b>'.__('Logs').'</b></label></center> <textarea class="form-control w-100 overflow-auto" id="logtxt" readonly="readonly" rows="15"></textarea> </div> </div> <script> var refreshInterval; $(document).ready(function(){ // Refresh the logs refreshInterval = setInterval(refresh_logs, 3000); }); $("#hide_log").click( function(){ $("#showlog").removeClass("d-block"); $("#showlog").addClass("d-none"); $("#hide_log").addClass("d-none"); }) function get_logs(){ var logtxt = ""; document.getElementById("showlog").classList.add("d-block"); document.getElementById("showlog").classList.remove("d-none"); $("#hide_log").removeClass("d-none"); $(".loading").show(); $.ajax({ type: "POST", data: { show_logs:1}, url: "'.$globals['index'].'act=address_importer&api=json", success: function(data){ console.log(data.res) if(data.res){ logtxt += data.res + "\n\n"; $("#logtxt").val (logtxt); } clearInterval(refreshInterval); // Refresh the logs refreshInterval = setInterval(refresh_logs, 3000); $(".loading").hide(); } }) } // Refresh the logs automatically function refresh_logs(){ if($("#showlog").is(":visible")){ $("#get_log").click(); } }; </script>'; }