HEX
Server: Apache
System: Linux digivps 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64
User: www (1000)
PHP: 8.3.15
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/healthyton.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js
var wpp_params=null;
var WordPressPopularPosts=function(){var noop=function(){};var supportsShadowDOMV1=!!HTMLElement.prototype.attachShadow;var get=function(url,params,callback,additional_headers){callback="function"===typeof callback?callback:noop;ajax("GET",url,params,callback,additional_headers)};var post=function(url,params,callback,additional_headers){callback="function"===typeof callback?callback:noop;ajax("POST",url,params,callback,additional_headers)};var ajax=function(method,url,params,callback,additional_headers){var xhr=
new XMLHttpRequest;var target=url;var args=params;var valid_methods=["GET","POST"];var headers={"X-Requested-With":"XMLHttpRequest"};method=-1!=valid_methods.indexOf(method)?method:"GET";if("POST"==method)headers["Content-Type"]="application/x-www-form-urlencoded";if("object"==typeof additional_headers&&Object.keys(additional_headers).length)headers=Object.assign({},headers,additional_headers);xhr.open(method,target+("GET"==method?"?"+args:""),true);var key;for(key in headers)if(headers.hasOwnProperty(key))xhr.setRequestHeader(key,
headers[key]);xhr.onreadystatechange=function(){if(4===xhr.readyState&&200<=xhr.status&&300>xhr.status)if("function"===typeof callback)callback.call(undefined,xhr.response)};xhr.send("POST"==method?args:null)};var theme=function(wpp_list){if(supportsShadowDOMV1){var base_styles=document.createElement("style");var dummy_list=document.createElement("ul");dummy_list.innerHTML='<li><a href="#"></a></li>';wpp_list.parentNode.appendChild(dummy_list);var dummy_list_item_styles=getComputedStyle(dummy_list.querySelector("li"));
var dummy_link_item_styles=getComputedStyle(dummy_list.querySelector("li a"));base_styles.innerHTML=".wpp-list li {font-size: "+dummy_list_item_styles.fontSize+"}";base_styles.innerHTML+=".wpp-list li a {color: "+dummy_link_item_styles.color+"}";wpp_list.parentNode.removeChild(dummy_list);var wpp_list_sr=wpp_list.attachShadow({mode:"open"});wpp_list_sr.append(base_styles);for(;wpp_list.firstElementChild;)wpp_list_sr.append(wpp_list.firstElementChild)}};return{get:get,post:post,ajax:ajax,theme:theme}}();
(function(){try{var wpp_json=document.querySelector("script#wpp-json");var do_request=true;wpp_params=JSON.parse(wpp_json.textContent);if(wpp_params.ID){if("1"==wpp_params.sampling_active){var num=Math.floor(Math.random()*wpp_params.sampling_rate)+1;do_request=1===num}if(do_request)WordPressPopularPosts.post(wpp_params.api_url+"/v2/views/"+wpp_params.ID,"_wpnonce="+wpp_params.token+"&sampling="+wpp_params.sampling_active+"&sampling_rate="+wpp_params.sampling_rate,function(response){wpp_params.debug&&
window.console&&window.console.log&&window.console.log(JSON.parse(response))})}}catch(err){console.error("WPP: Couldn't read JSON data")}})();
document.addEventListener("DOMContentLoaded",function(){function fetchWidget(widget_placeholder){var widget_id_attr=widget_placeholder.getAttribute("data-widget-id");var method="GET";var url="";var headers={"X-WP-Nonce":wpp_params.token};var params="";if(widget_id_attr){url=wpp_params.ajax_url+"/widget/"+widget_id_attr.split("-")[1];params="is_single="+wpp_params.ID+(wpp_params.lang?"&lang="+wpp_params.lang:"")}else{method="POST";url=wpp_params.api_url+"/v2/widget?is_single="+wpp_params.ID+(wpp_params.lang?
"&lang="+wpp_params.lang:"");headers["Content-Type"]="application/json";var json_tag=widget_placeholder.parentNode.querySelector('script[type="application/json"]');if(json_tag){var args=JSON.parse(json_tag.textContent.replace(/[\n\r]/g,""));params=JSON.stringify(args)}}WordPressPopularPosts.ajax(method,url,params,function(response){renderWidget(response,widget_placeholder)},headers)}function renderWidget(response,widget_placeholder){widget_placeholder.insertAdjacentHTML("afterend",JSON.parse(response).widget);
var parent=widget_placeholder.parentNode;var sr=parent.querySelector(".popular-posts-sr");var json_tag=parent.querySelector('script[type="application/json"]');if(json_tag)parent.removeChild(json_tag);parent.removeChild(widget_placeholder);parent.classList.add("wpp-ajax");if(sr)WordPressPopularPosts.theme(sr);var event=new Event("wpp-onload",{"bubbles":true,"cancelable":false});parent.dispatchEvent(event)}var widget_placeholders=document.querySelectorAll(".wpp-widget-placeholder, .wpp-widget-block-placeholder, .wpp-shortcode-placeholder");
var w=0;for(;w<widget_placeholders.length;){fetchWidget(widget_placeholders[w]);w++}var sr=document.querySelectorAll(".popular-posts-sr");if(sr.length){var s=0;for(;s<sr.length;s++)WordPressPopularPosts.theme(sr[s])}});