Öncelikle S.a sitemde bazı harfler olmuyor bunu yerine ? işareti geliyor lütfen bir yardım etseniz
config.phpeden ayarlanıyor ama nasıl bilmiyorum size php yazım sizde bakasınz
<?php
define('CONST_INC_PHP_INCLUDED', true);
/**
* Config constants {{{
*/
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'u123860395_kollo');
define('MYSQL_PASS', 'logo123+');
define('MYSQL_DB', 'u123860395_verii');
define('TABLE_PREPEND', 'sapioit_');
define('SITE_VERSION', file_get_contents(dirname(__FILE__) . '/VERSION.NS'));
define('CURRENT_HOSTNAME', $_SERVER["SERVER_NAME"]);
// Türkçe Karekter Sorunu İçin
/**
* }}} Config constants
*/
/**
* Table definitions {{{
*/
$_GLOBAL['TABLES'] = array(
'ADMINS' => TABLE_PREPEND . 'admins',
'CONFIG' => TABLE_PREPEND . 'config',
'LINKS' => TABLE_PREPEND . 'links',
'USERS' => TABLE_PREPEND . 'users',
'NEWS' => TABLE_PREPEND . 'news',
'ANALYZER' => TABLE_PREPEND . 'analyzer',
'PACKAGES' => TABLE_PREPEND . 'packages',
'PAYOUTS' => TABLE_PREPEND . 'payouts',
'PAYOUTS_MADE' => TABLE_PREPEND . 'payouts_made',
'CAMPAIGNS' => TABLE_PREPEND . 'campaigns',
'TRANSACTIONS' => TABLE_PREPEND . 'transactions'
);
/**
* }}} Table definitions
*/
config.phpeden ayarlanıyor ama nasıl bilmiyorum size php yazım sizde bakasınz
<?php
define('CONST_INC_PHP_INCLUDED', true);
/**
* Config constants {{{
*/
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'u123860395_kollo');
define('MYSQL_PASS', 'logo123+');
define('MYSQL_DB', 'u123860395_verii');
define('TABLE_PREPEND', 'sapioit_');
define('SITE_VERSION', file_get_contents(dirname(__FILE__) . '/VERSION.NS'));
define('CURRENT_HOSTNAME', $_SERVER["SERVER_NAME"]);
// Türkçe Karekter Sorunu İçin
/**
* }}} Config constants
*/
/**
* Table definitions {{{
*/
$_GLOBAL['TABLES'] = array(
'ADMINS' => TABLE_PREPEND . 'admins',
'CONFIG' => TABLE_PREPEND . 'config',
'LINKS' => TABLE_PREPEND . 'links',
'USERS' => TABLE_PREPEND . 'users',
'NEWS' => TABLE_PREPEND . 'news',
'ANALYZER' => TABLE_PREPEND . 'analyzer',
'PACKAGES' => TABLE_PREPEND . 'packages',
'PAYOUTS' => TABLE_PREPEND . 'payouts',
'PAYOUTS_MADE' => TABLE_PREPEND . 'payouts_made',
'CAMPAIGNS' => TABLE_PREPEND . 'campaigns',
'TRANSACTIONS' => TABLE_PREPEND . 'transactions'
);
/**
* }}} Table definitions
*/

