One Hat Cyber Team
Your IP :
18.219.92.7
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
/
update
/
Edit File:
login_session.php
<?php $update = null; $result = array(); $result['success'] = false; $result['error_message'] = Registry::load('strings')->went_wrong; $result['error_key'] = 'something_went_wrong'; if (isset($data['user_id'])) { $data['user_id'] = filter_var($data['user_id'], FILTER_SANITIZE_NUMBER_INT); if (!empty($data['user_id'])) { if (!empty($update)) { $where = [ 'login_sessions.user_id' => $data['user_id'] ]; DB::connect()->update('login_sessions', $update, $where); $result = array(); $result['success'] = true; $result['todo'] = 'reload'; $result['reload'] = 'site_users'; if (isset($data['info_box'])) { $result['info_box']['user_id'] = $data['user_id']; } } } } ?>
Simpan