__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
let WP_Statistics_CheckTime = 30; //sec
// Check DoNotTrack Settings on User Browser
let WP_Statistics_Dnd_Active = parseInt(navigator.msDoNotTrack || window.doNotTrack || navigator.doNotTrack, 10);
let wpStatisticsUserOnline = {
init: function () {
if (typeof WP_Statistics_Tracker_Object == "undefined") {
console.log('Variable WP_Statistics_Tracker_Object not found on the page source. Please ensure that you have excluded the /wp-content/plugins/wp-statistics/assets/js/tracker.js file from your cache and then clear your cache.');
} else {
this.checkHitRequestConditions();
this.keepUserOnline();
}
},
// Check Conditions for Sending Hit Request
checkHitRequestConditions: function () {
if (WP_Statistics_Tracker_Object.option.cacheCompatibility) {
if (WP_Statistics_Tracker_Object.option.dntEnabled) {
if (WP_Statistics_Dnd_Active !== 1) {
this.sendHitRequest();
}
} else {
this.sendHitRequest();
}
}
},
//Sending Hit Request
sendHitRequest: function () {
var WP_Statistics_http = new XMLHttpRequest();
WP_Statistics_http.open("GET", WP_Statistics_Tracker_Object.hitRequestUrl + "&referred=" + encodeURIComponent(document.referrer) + "&_=" + Date.now(), true);
WP_Statistics_http.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
WP_Statistics_http.send(null);
},
// Send Request to REST API to Show User Is Online
sendOnlineUserRequest: function () {
var WP_Statistics_http = new XMLHttpRequest();
WP_Statistics_http.open("GET", WP_Statistics_Tracker_Object.keepOnlineRequestUrl);
WP_Statistics_http.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
WP_Statistics_http.send(null);
},
// Execute Send Online User Request Function Every n Sec
keepUserOnline: function () {
setInterval(
function () {
if (!document.hidden) {
if (WP_Statistics_Tracker_Object.option.dntEnabled) {
if (WP_Statistics_Dnd_Active !== 1) {
this.sendOnlineUserRequest();
}
} else {
this.sendOnlineUserRequest();
}
}
}.bind(this),
WP_Statistics_CheckTime * 1000
);
},
};
wpStatisticsUserOnline.init();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Tinymce | Folder | 0755 |
|
|
| meta-box | Folder | 0755 |
|
|
| pages | Folder | 0755 |
|
|
| plugin | Folder | 0755 |
|
|
| ajax.js | File | 2.91 KB | 0644 |
|
| config.js | File | 416 B | 0644 |
|
| helper.js | File | 9.64 KB | 0644 |
|
| meta-box.js | File | 22.17 KB | 0644 |
|
| placeholder.js | File | 2.71 KB | 0644 |
|
| run.js | File | 363 B | 0644 |
|
| tracker.js | File | 2.51 KB | 0644 |
|