uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
admin.priyotama.com
/
..
/
eshop.codeskitter.site
/
firebase-messaging-sw.js
/
/
importScripts("https://www.gstatic.com/firebasejs/8.10.1/firebase-app.js"); importScripts("https://www.gstatic.com/firebasejs/8.10.1/firebase-messaging.js"); var config = { apiKey: "AIzaSyDICUlaRMdAaJE5Ia_vrcXjyUHKnbQ9IlA", authDomain: "eshop-ad62e.firebaseapp.com", databaseURL: "databaseURL", projectId: "eshop-ad62e", storageBucket: "eshop-ad62e.firebasestorage.app", messagingSenderId: "841468630227", appId: "1:841468630227:web:0e0e957be053908ca5f026", measurementId: "G-ZD42P7PV3N", }; firebase.initializeApp(config); notification = []; icon = ''; base_url = ''; const messaging = firebase.messaging(); messaging.onBackgroundMessage(function (payload) { notification = JSON.parse(payload.data.data); icon = notification.icon; base_url = notification.base_url; if (notification.type == 'message') { var picture = notification.title; var message = notification.body; var from_id_fmc = notification.from_id; // single user msg if (notification.chat_type == 'person') { const notificationTitle = picture; const notificationOptions = { body: message, icon: icon }; return self.registration.showNotification(notificationTitle, notificationOptions); } else { // group user msg const notificationTitle = picture; const notificationOptions = { body: message, icon: icon }; return self.registration.showNotification(notificationTitle, notificationOptions); } } }); self.addEventListener('notificationclick', function (event) { event.waitUntil( self.clients .matchAll({ type: 'window', includeUncontrolled: true, }) .then(function (clientList) { for (var i = 0; i < clientList.length; ++i) { var client = clientList[i]; if ( (client.url === base_url && 'focus' in client) || (client.url === base_url + '#' && 'focus' in client) || (client.url === base_url + '/' && 'focus' in client) ) { return client.focus(); } } if (self.clients.openWindow) { return self.clients.openWindow(base_url); } }) ); });
/home/users/unlimited/www/admin.priyotama.com/../eshop.codeskitter.site/firebase-messaging-sw.js