Вход
Главное меню

Subject:*
Name/Email:*
Message Icon:*
       
Select*
Message:*


    


Click the Preview to see the content in action.
Options:*
 
 
 
 
Attach file*
   

Maximum file size: 100Kb;  Allowed extensions: zip jpg gif png  
Images at the max. Size 640 X 800 pixels. 
Confirmation Code*
0 + 9 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
     
*
* = Required
ну и потом сохраняем. [/quote]" />

Смена кодировки
by viruscreater on 2006/5/15 14:47:56

Короче у меня всё работает и так заходим в language\russian\ там открываем в блокноте файл global.php в самом низу ищем строку (//%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%) наже пишем так

define('_CHARSET', 'windows-1251');
define('_LANGCODE', 'ru');
mysql_query ("set character_set_client='cp1251'");
mysql_query ("set character_set_results='cp1251'");
mysql_query ("set collation_connection='cp1251_general_ci'");
// change 0 to 1 if this language is a multi-bytes language
define("XOOPS_USE_MULTIBYTES", "0");
?>

ну и потом сохраняем.
Powered by XOOPS © 2001-2023 The XOOPS Project