MANUAL: Create a table in your mysql database using the
following create statement:
CREATE TABLE ibf_shoutbox (id int(11) not null auto_increment, name text not null, message longtext not null, time text not null, time_time int( 11 ) default '0' not null , primary key(id))
ALTER TABLE `ibf_groups` ADD (g_post_shoutbox TINYINT(1) DEFAULT '1' NOT NULL AFTER `g_post_closed`)
ALTER TABLE `ibf_groups` ADD (g_view_shoutbox TINYINT(1) DEFAULT '1' NOT NULL AFTER `g_post_closed`)
ALTER TABLE `ibf_members` ADD (use_shout TINYINT(1) DEFAULT '1' NOT NULL)
replace ibf_ with your forum table prefix that you specified on install.
Находясь на нашем сайте, вы соглашаетесь на использование файлов cookie, а также с нашим положением о конфиденциальности Политика конфиденциальности и пользовательским соглашением Условия использования.
Вопрос
MAFIA
Как это перевести?
MANUAL: Create a table in your mysql database using the
following create statement:
CREATE TABLE ibf_shoutbox (id int(11) not null auto_increment, name text not null, message longtext not null, time text not null, time_time int( 11 ) default '0' not null , primary key(id))
ALTER TABLE `ibf_groups` ADD (g_post_shoutbox TINYINT(1) DEFAULT '1' NOT NULL AFTER `g_post_closed`)
ALTER TABLE `ibf_groups` ADD (g_view_shoutbox TINYINT(1) DEFAULT '1' NOT NULL AFTER `g_post_closed`)
ALTER TABLE `ibf_members` ADD (use_shout TINYINT(1) DEFAULT '1' NOT NULL)
replace ibf_ with your forum table prefix that you specified on install.
Ссылка на комментарий
Поделиться на других сайтах
17 ответов на этот вопрос
Рекомендуемые сообщения
Присоединиться к обсуждению
Вы можете ответить сейчас, а зарегистрироваться позже. Если у вас уже есть аккаунт, войдите, чтобы ответить от своего имени.