Тема: Вопрос Вопросы по vBulletin
Показать сообщение отдельно
Старый 29.09.2010, 13:18 Вверх   #2640
Уважаемая личность
 
Аватар для Rak
Rak вне форума
Доп. информация
По умолчанию

Samir-05, сначала просмотри config.php через блокнот, и в самом низу глянь в какой кодировке твой форум идёт, а смотреть надо вот тут, я выделил нужную строку
Нажми для просмотра

// ****** The following options are only needed in special cases ******

// ****** MySQLI OPTIONS *****
// When using MySQL 4.1+, MySQLi should be used to connect to the database.
// If you need to set the default connection charset because your database
// is using a charset other than latin1, you can set the charset here.
// If you don't set the charset to be the same as your database, you
// may receive collation errors. Ignore this setting unless you
// are sure you need to use it.
// $config['Mysqli']['charset'] = 'utf8';

// Optionally, PHP can be instructed to set connection parameters by reading from the
// file named in 'ini_file'. Please use a full path to the file.
// Example:
// $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
$config['Mysqli']['ini_file'] = '';

// Image Processing Options
// Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
$config['Misc']['maxwidth'] = 2592;
$config['Misc']['maxheight'] = 1944;

/*======================================================================*\
|| ####################################################################
|| # NulleD By - FintMax
|| # CVS: $RCSfile$ - $Revision: 32878 $
|| ####################################################################
\*======================================================================*/

а после идёшь в панель управления на своём хосте и заходишь в PhpMyAdmin и смотри там кодировку если не соответствует то нужно изменять в PhpMyAdmin что бы были одинаковы. Или ещё скорее всего что вы установили русик но не той кодировки, к примеру у вы установили русик с кодировкой UTF-8 а форум Ваш с кодировкой Win-1251, или же на оборот суть понимаете понимаете!, в общем нужно скачать и установить второй вариант и испытать!
  Ответить с цитированием
 
Время генерации страницы 0.04155 секунды с 9 запросами