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_manage_rbl_theme(){ global $globals, $softpanel, $l, $theme, $_user, $error, $done, $rblconf; echo ' <div class="soft-smbox p-3 col-12 col-md-10 mx-auto"> <div class="sai_main_head"> <i class="fa fa-ban fa-xl me-2" style="color:#ED040F"></i><h5 class="d-inline-block">'.__('Manage Custom RBLs').'</h5> <a type="button" class="btn btn-primary text-decoration-none float-end" data-bs-toggle="modal" data-bs-target="#add-customrbl">'.__('Add RBL').'</a> </div> </div> <div class="soft-smbox p-4 col-12 col-md-10 mx-auto mt-4">'; echo ' <div class="modal fade" id="add-customrbl" tabindex="-1" aria-labelledby="add-customrbLabel" 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-customrbLabel">'.__('Add Custom RBL').'</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="addrbl" id="addrbl" class="form-horizontal" data-donereload=1 onsubmit="return submitit(this)"> <label for="name" class="form-label">'.__('RBL Name').'</label> <input type="text" name="name" id="name" class="form-control" /> <label for="url" class="form-label pt-4">'.__('RBL Info URL').'</label> <input type="text" name="url" id="url" class="form-control" /> <label for="dnslists" class="form-label pt-4">'.__('DNS List').'</label> <input type="text" name="dnslists" id="dnslists" class="form-control" /> <br> <center> <input type="submit" class="btn btn-primary me-2 text-center" value="'.__('Save').'" name="add" id="submitrbl" /> </center> </form> </div> </div> </div> </div> <br> <h4>'.__('Current RBLs').'</h4> <div class="table-responsive pt-4"> <table border="0" cellpadding="8" class="table sai_form webuzo-table"> <thead class="sai_head2"> <tr> <th>'.__('Origin').'</th> <th>'.__('RBL Name').'</th> <th>'.__('DNS list').'</th> <th>'.__('RBL URL').'</th> <th>'.__('Status').'</th> <th>'.__('Action').'</th> </tr> </thead> <tbody>'; if(empty($rblconf)){ echo ' <td class="text-center" colspan="100"> <span>'.__('No data found').'</span> </td> '; }else{ $i=0; foreach($rblconf as $key => $val){ $i++; echo ' <tr> <td>'.$val['origin'].'</td> <td>'.$val['name'].'</td> <td>'.$val['dnslists'].'</td> <td>'.$val['url'].'</td> <td>'.(!empty($val['status']) ? __('Enabled') : __('Disabled')).'</td> <td> <i class="fas '.(!empty($val['status']) ? 'fa-times' : 'fa-check').'" title="'.(!empty($val['status']) ? 'Disable' : 'Enable').'" style="color:'.(!empty($val['status']) ? 'red' : 'green').';cursor: pointer;" onclick="rbl_enable_disable(\''.$key.'\', \''.(!empty($val['status']) ? '0' : '1').'\')"></i> <i class="fas fa-trash delete delete-icon" title="Delete" id="did'.$i.'" onclick="delete_record(this)" data-name="'.$key.'" data-delete=1 data-donereload="1"></i> </td> </tr> '; } } echo ' </tbody> </table> </div> </div> <script> function rbl_enable_disable(name, status = ""){ var p = p || {}; p.done_reload = window.location; $(".loading").show(); AJAX(window.location+"&api=json&name="+name+"&status="+status+"&donereload=1", function(data) { handleResponseData(data, p); }) } </script> '; }