asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T var/softaculous/conc/database.php000064400000000576151027377120013117 0ustar00 'concrete', 'connections' => array( 'concrete' => array( 'driver' => 'c5_pdo_mysql', 'server' => '[[softdbhost]]', 'database' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'charset' => 'utf8', ), ), ); var/softaculous/microweber/database.php000064400000002570151027377770014342 0ustar00 8, 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'database' => storage_path().DIRECTORY_SEPARATOR.'database.sqlite', 'prefix' => '', ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '[[softdbhost]]', 'database' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '[[dbprefix]]', 'prefix_indexes' => true, 'strict' => false, ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '5432', 'database' => 'laravel', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'host' => 'localhost', 'database' => 'database', 'username' => 'root', 'password' => '', 'prefix' => '', ), ), 'migrations' => 'migrations', 'redis' => array ( 'cluster' => false, 'default' => array ( 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, ), ), );var/softaculous/october/database.php000064400000011136151027400260013614 0ustar00 PDO::FETCH_CLASS, /* |-------------------------------------------------------------------------- | Default Database Connection Name |-------------------------------------------------------------------------- | | Here you may specify which of the database connections below you wish | to use as your default connection for all database work. Of course | you may use many connections at once using the Database library. | */ 'default' => 'mysql', /* |-------------------------------------------------------------------------- | Database Connections |-------------------------------------------------------------------------- | | Here are each of the database connections setup for your application. | Of course, examples of configuring each database platform that is | supported by Laravel is shown below to make development simple. | | | All database work in Laravel is done through the PHP PDO facilities | so make sure you have the driver for your particular database of | choice installed on your machine before you begin development. | */ 'connections' => [ 'sqlite' => [ 'driver' => 'sqlite', 'database' => 'storage/database.sqlite', 'prefix' => '', ], 'mysql' => [ 'driver' => 'mysql', 'engine' => 'InnoDB', 'host' => '[[softdbhost]]', 'port' => 3306, 'database' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'varcharmax' => 191, ], 'pgsql' => [ 'driver' => 'pgsql', 'host' => 'localhost', 'port' => 5432, 'database' => 'database', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', ], 'sqlsrv' => [ 'driver' => 'sqlsrv', 'host' => 'localhost', 'port' => 1433, 'database' => 'database', 'username' => 'root', 'password' => '', 'prefix' => '', ], ], /* |-------------------------------------------------------------------------- | Migration Repository Table |-------------------------------------------------------------------------- | | This table keeps track of all the migrations that have already run for | your application. Using this information, we can determine which of | the migrations on disk have not actually be run in the databases. | */ 'migrations' => 'migrations', /* |-------------------------------------------------------------------------- | Redis Databases |-------------------------------------------------------------------------- | | Redis is an open source, fast, and advanced key-value store that also | provides a richer set of commands than a typical key-value systems | such as APC or Memcached. Laravel makes it easy to dig right in. | */ 'redis' => [ 'cluster' => false, 'default' => [ 'host' => '127.0.0.1', 'password' => null, 'port' => 6379, 'database' => 0, ], ], /* |-------------------------------------------------------------------------- | Use DB configuration for testing |-------------------------------------------------------------------------- | | When running plugin tests OctoberCMS by default uses SQLite in memory. | You can override this behavior by setting `useConfigForTesting` to true. | | After that OctoberCMS will take DB parameters from the config. | If file `/config/testing/database.php` exists, config will be read from it, | but remember that when not specified it will use parameters specified in | `/config/database.php`. | */ 'useConfigForTesting' => false, ]; var/softaculous/ruko/database.php000064400000000500151027437240013140 0ustar00 'mysql://dbuser:secret@localhost/kohana' * character_set - Database character set * table_prefix - Database table prefix * object - Enable or disable object results * cache - Enable or disable query caching * escape - Enable automatic query builder escaping */ $config['default'] = array( 'benchmark' => false, 'persistent' => false, 'connection' => array( 'type' => 'mysqli', 'user' => '[[softdbuser]]', 'pass' => '[[softdbpass]]', 'host' => '[[softdbhost]]', 'port' => false, 'socket' => false, 'database' => '[[softdb]]', 'params' => null, ), 'character_set' => 'utf8', 'table_prefix' => '[[dbprefix]]', 'object' => true, 'cache' => false, 'escape' => true ); var/softaculous/koken/database.php000064400000000344151027454260013276 0ustar00 'mysqli', 'hostname' => '[[softdbhost]]', 'database' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'prefix' => '[[dbprefix]]', 'socket' => '' ); var/softaculous/readerself/database.php000064400000007353151027655250014314 0ustar00db->last_query() and profiling of DB queries. | When you run a query, with this setting set to TRUE (default), | CodeIgniter will store the SQL statement for debugging purposes. | However, this may cause high memory usage, especially if you run | a lot of SQL queries ... disable this to avoid that problem. | | The $active_group variable lets you choose which connection group to | make active. By default there is only one group (the 'default' group). | | The $query_builder variables lets you determine whether or not to load | the query builder class. */ $active_group = 'default'; $query_builder = TRUE; $db['default'] = array( 'dsn' => '', 'hostname' => '[[softdbhost]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'database' => '[[softdb]]', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => TRUE, 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE ); var/softaculous/wintercms/database.php000064400000011664151027670560014214 0ustar00 env('DB_CONNECTION', 'mysql'), /* |-------------------------------------------------------------------------- | Database Connections |-------------------------------------------------------------------------- | | Here are each of the database connections setup for your application. | Of course, examples of configuring each database platform that is | supported by Winter CMS is shown below to make development simple. | | All database work in Winter CMS is done through the PHP PDO facilities | so make sure you have the driver for your particular database of | choice installed on your machine before you begin development. | */ 'connections' => [ 'sqlite' => [ 'database' => env('DB_DATABASE', storage_path('database.sqlite')), 'driver' => 'sqlite', 'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true), 'prefix' => '', 'url' => env('DATABASE_URL'), ], 'mysql' => [ 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'database' => env('DB_DATABASE', '[[softdb]]'), 'driver' => 'mysql', 'engine' => 'InnoDB', 'host' => env('DB_HOST', '[[softdbhost]]'), 'options' => extension_loaded('pdo_mysql') ? array_filter([ PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), ]) : [], 'password' => env('DB_PASSWORD', '[[softdbpass]]'), 'port' => env('DB_PORT', 3306), 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'unix_socket' => env('DB_SOCKET', ''), 'url' => env('DATABASE_URL'), 'username' => env('DB_USERNAME', '[[softdbuser]]'), ], 'pgsql' => [ 'charset' => 'utf8', 'database' => env('DB_DATABASE', 'winter'), 'driver' => 'pgsql', 'host' => env('DB_HOST', '127.0.0.1'), 'password' => env('DB_PASSWORD', ''), 'port' => env('DB_PORT', '5432'), 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', 'url' => env('DATABASE_URL'), 'username' => env('DB_USERNAME', 'winter'), ], 'sqlsrv' => [ 'charset' => 'utf8', 'database' => env('DB_DATABASE', 'winter'), 'driver' => 'sqlsrv', 'host' => env('DB_HOST', '127.0.0.1'), 'password' => env('DB_PASSWORD', ''), 'port' => env('DB_PORT', '1433'), 'prefix' => '', 'prefix_indexes' => true, 'url' => env('DATABASE_URL'), 'username' => env('DB_USERNAME', 'winter'), ], ], /* |-------------------------------------------------------------------------- | Migration Repository Table |-------------------------------------------------------------------------- | | This table keeps track of all the migrations that have already run for | your application. Using this information, we can determine which of | the migrations on disk haven't actually been run in the database. | */ 'migrations' => 'migrations', /* |-------------------------------------------------------------------------- | Redis Databases |-------------------------------------------------------------------------- | | Redis is an open source, fast, and advanced key-value store that also | provides a richer body of commands than a typical key-value system | such as APC or Memcached. Winter makes it easy to dig right in. | */ 'redis' => [ 'client' => env('REDIS_CLIENT', 'phpredis'), 'options' => [ 'cluster' => env('REDIS_CLUSTER', 'redis'), 'prefix' => env('REDIS_PREFIX', str_slug(env('APP_NAME', 'winter'), '_') . '_database_'), ], 'default' => [ 'database' => env('REDIS_DB', '0'), 'host' => env('REDIS_HOST', '127.0.0.1'), 'password' => env('REDIS_PASSWORD'), 'port' => env('REDIS_PORT', '6379'), 'url' => env('REDIS_URL'), ], 'cache' => [ 'database' => env('REDIS_CACHE_DB', '1'), 'host' => env('REDIS_HOST', '127.0.0.1'), 'password' => env('REDIS_PASSWORD'), 'port' => env('REDIS_PORT', '6379'), 'url' => env('REDIS_URL'), ], ], ]; var/softaculous/slims/database.php000064400000001624151027672430013321 0ustar00 'SLiMS', /** * SLiMS as Service, One SLiMS for many library * ---------------------------------------------------- * * Switching database node access based on rule, * such as domain, ip, port etc * * How to : * 1. make file with name database_proxy.php in config/ * 2. make your own rule in that file. * 3. change this value to true */ 'proxy' => false, /** * Nodes profile */ 'nodes' => [ 'SLiMS' => [ 'host' => '[[softdbhost]]', 'database' => '[[softdb]]', 'port' => 3306, 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'options' => [ 'storage_engine' => 'MyISAM' ] ], // add more here ] ];var/softaculous/unmark/database.php000064400000007003151027703350013460 0ustar00