__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
wps_js.summary_meta_box = {
summary_statistics: function (args = []) {
let t = '<thead>';
// Show Visitor Online
// -- Moved to bottom
// Show Visitors and Visits
if (wps_js.is_active('visitors') || wps_js.is_active('visits')) {
t += `<tr><th width="50%">` + wps_js._('time') + `</th>`;
["visitors", "visits"].forEach(function (key) {
t += `<th>` + (wps_js.is_active(key) ? wps_js._(key) : ``) + `</th>`;
});
t += `</tr>`;
t += '</thead>';
t += '<tbody>';
if (Object.keys(args).length) {
// Show Statistics in Days
let summary_item = ["today", "yesterday", "last-week", "week", "month", "60days", "90days", "year", "this-year", "last-year", "total"];
for (let i = 0; i < summary_item.length; i++) {
t += `<tr><td>${wps_js._(summary_item[i])}</td>`;
["visitors", "visits"].forEach(function (key) {
if (typeof args[key] === 'undefined') {
t += `<td></td>`;
} else {
t += `<td>` + (wps_js.is_active(key) ? `<a href="${args[key][summary_item[i]]['link']}"><span class="quickstats-values">${args[key][summary_item[i]]['value']}</span></a>` : ``) + `</td>`;
}
});
t += `</tr>`;
}
t += '</tbody>';
}
}
return t;
},
user_online: function (args = []) {
let t = '';
if (args['user_online']) {
t = `<div class="c-live">
<span class="c-live__status"></span><span class="c-live__title">${wps_js._('online_users')}:</span> <span><a class="c-live__value" href="${args['user_online']['link']}">${args['user_online']['value']}</a></span>
</div>`;
}
return t;
},
view: function (args = []) {
let t = '';
t += this.user_online(args);
t += `<div class="o-table-wrapper"><table width="100%" class="o-table o-table--wps-summary-stats">`;
// Summary Statistics
t += this.summary_statistics(args);
t += `</table></div>`;
return t;
}
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| browsers.js | File | 7.79 KB | 0644 |
|
| countries.js | File | 1.93 KB | 0644 |
|
| devices.js | File | 1.05 KB | 0644 |
|
| exclusions.js | File | 2.55 KB | 0644 |
|
| hits.js | File | 3.14 KB | 0644 |
|
| hitsmap.js | File | 2.74 KB | 0644 |
|
| models.js | File | 1.05 KB | 0644 |
|
| pages-chart.js | File | 1.12 KB | 0644 |
|
| pages.js | File | 2.1 KB | 0644 |
|
| platforms.js | File | 3.14 KB | 0644 |
|
| post.js | File | 1.08 KB | 0644 |
|
| quickstats.js | File | 677 B | 0644 |
|
| recent.js | File | 1.83 KB | 0644 |
|
| referring.js | File | 1.97 KB | 0644 |
|
| search.js | File | 2.15 KB | 0644 |
|
| summary.js | File | 2.28 KB | 0644 |
|
| top-pages-chart.js | File | 1.42 KB | 0644 |
|
| top-visitors.js | File | 1.81 KB | 0644 |
|
| useronline.js | File | 1.57 KB | 0644 |
|
| words.js | File | 1.77 KB | 0644 |
|