HEX
Server: nginx/1.26.3
System: Linux tnswh.tainosystems.com 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/clients/client64/web77/web/wp-content/plugins/complianz-gdpr/templates/test-cookies.min.js
document.addEventListener("cmplz_cookie_warning_loaded",function(consentData){document.querySelector(".cmplz-accept").click()});let cmplz_cookies=get_cookies_array();let cmplz_lstorage=get_localstorage_array();let cmplz_request=new XMLHttpRequest;cmplz_request.open("POST","{admin_url}"+"store_cookies",true);cmplz_request.setRequestHeader("X-WP-Nonce","{nonce}");var cmplz_data={cookies:cmplz_cookies,lstorage:cmplz_lstorage,token:"{token}",complianz_id:"{id}"};cmplz_request.setRequestHeader("Content-type","application/json");cmplz_request.send(JSON.stringify(cmplz_data));function get_localstorage_array(){let lstorage={};for(i=0;i<localStorage.length;i++){lstorage[localStorage.key(i)]=localStorage.key(i)}for(i=0;i<sessionStorage.length;i++){lstorage[sessionStorage.key(i)]=sessionStorage.key(i)}return lstorage}function get_cookies_array(){let cookies={};if(document.cookie&&document.cookie!=""){var split=document.cookie.split(";");for(var i=0;i<split.length;i++){var name_value=split[i].split("=");name_value[0]=name_value[0].replace(/^ /,"");cookies[decodeURIComponent(name_value[0])]=decodeURIComponent(name_value[1])}}return cookies}function cmplz_function_exists(function_name){if(typeof function_name=="string"){return typeof window[function_name]=="function"}else{return function_name instanceof Function}}function deleteAllCookies(){document.cookie.split(";").forEach(function(c){document.cookie=c.replace(/^ +/,"").replace(/=.*/,"=;expires="+(new Date).toUTCString()+";path=/")})}