One Hat Cyber Team
Your IP :
52.15.60.240
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
globify.live
/
chatscript
/
fns
/
realtime
/
Edit File:
unread_site_notifications.php
<?php $data["unread_site_notifications"] = filter_var($data["unread_site_notifications"], FILTER_SANITIZE_NUMBER_INT); if (empty($data["unread_site_notifications"])) { $data["unread_site_notifications"] = 0; } $columns = $join = $where = null; $where["site_notifications.user_id"] = $current_user_id; $where["site_notifications.read_status"] = 0; $unread_site_notifications = DB::connect()->count('site_notifications', $where); if ((int)$unread_site_notifications !== (int)$data["unread_site_notifications"]) { $result['unread_site_notifications'] = $unread_site_notifications; if (isset(Registry::load('settings')->play_notification_sound->on_new_site_notification)) { if ($unread_site_notifications > $data["unread_site_notifications"]) { $result['play_sound_notification'] = true; } } $escape = true; }
Simpan