Parašė buratinas· 2008 Kov. 14 19:03:24
#1
ka daryti????
Prisijungusių svečių: 0
Unknown column 'user_color' in 'field list'Prisijungusių narių nėra
Registruoti nariai: 1
Unknown column 'user_color' in 'field list'Unknown column 'user_color' in 'field list' Naujausias narys:
Parašė Gugiss· 2008 Kov. 14 19:03:29
#6
Tada reiks eit i pma ir pridet sita lentele:
#
# Structure for Table `PREFIXAS_colors`
#
DROP TABLE IF EXISTS `PREFIXAS_colors`;
CREATE TABLE `PREFIXAS_colors` (
`id` smallint(3) NOT NULL auto_increment,
`user_level` tinyint(3) NOT NULL default '0',
`user_color` varchar(6) collate utf8_lithuanian_ci NOT NULL default '',
`user_prefix` char(3) collate utf8_lithuanian_ci NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_lithuanian_ci;
#
# Table Data for `PREFIXAS_colors`
#
INSERT INTO `PREFIXAS_colors` (`id`, `user_level`, `user_color`, `user_prefix`) VALUES (1, 0, '', 'G_');
INSERT INTO `PREFIXAS_colors` (`id`, `user_level`, `user_color`, `user_prefix`) VALUES (2, 101, '', '~');
INSERT INTO `PREFIXAS_colors` (`id`, `user_level`, `user_color`, `user_prefix`) VALUES (3, 102, 'B5DE21', '^');
INSERT INTO `PREFIXAS_colors` (`id`, `user_level`, `user_color`, `user_prefix`) VALUES (4, 103, 'F75013', '@');
ir idet sia eilute i prefixas_users lentele
`user_color` varchar(6) collate utf8_lithuanian_ci NOT NULL default '',
Redagavo Gugiss· 2008 Kov. 14 19:03:21