herşey-burada
  dt
 
<?php
/**
 * [PHPFOX_HEADER]
 * 
 * @copyright [PHPFOX_COPYRIGHT]
 * @author natio
 * @package PhpFox
 * @version $Id: server.sett.php.new 2619 2011-05-20 19:03:14Z Raymond_Benc $
 */
 
defined('PHPFOX') or exit('NO DICE!');
 
/**
 * Database Driver
 * Support: mysql, mysqli, mssql, postgres or sqlite
 * 
 * @example mysql
 */
$_CONF['db']['driver'] = 'mysql';
$_CONF['db']['host'] = 'mysql.bedavahost.biz'; 
$_CONF['db']['user'] = 'u585839405_php';
$_CONF['db']['pass'] = 'mert12345';
$_CONF['db']['name'] = 'u585839405_php';
$_CONF['db']['prefix'] = 'phpfox_';
$_CONF['db']['port'] = '3306';
 
$_CONF['db']['slave'] = false;
$_CONF['db']['slave_servers'] = array();
 
$_CONF['balancer']['enabled'] = false;
$_CONF['balancer']['servers'] = array();
 
$_CONF['core.host'] = 'talkofoni.pusku.com';
 
$_CONF['core.folder'] = '/';
 
$_CONF['core.url_rewrite'] = '2';
 
$_CONF['core.salt'] = 'RANDOM_SALT';
 
// Storage Engine (file, memcache)
$_CONF['core.cache_storage'] = 'file';
 
// Add salt
$_CONF['core.cache_add_salt'] = false;
 
// Cache suffix (file only)
$_CONF['core.cache_suffix'] = '.php';
 
// Memcache Hosts
$_CONF['core.memcache_hosts'] = array();
 
// Memcahe persistent
$_CONF['core.memcache_persistent'] = false;
 
// Should we skip the cache check and display live content
$_CONF['core.cache_skip'] = false;
 
// Check we run to find out if the script has been installed
$_CONF['core.is_installed'] = false;
 
// Check we run when the database tables have been installed
$_CONF['core.db_table_installed'] = false;
 
// AdminCP time out in minutes
$_CONF['core.admincp_timeout'] = '60';
 
// Define if AdminCP should have a time out
$_CONF['core.admincp_do_timeout'] = false;
 
?>
 
  Bugün 14 ziyaretçi (44 klik) kişi burdaydı!