update: now you cannot write the values [message] or [/message] in your message + fix addressbook

This commit is contained in:
unknown
2012-06-10 19:37:42 +03:00
parent 72b8ddf9c2
commit 57eaa07638
5 changed files with 99 additions and 89 deletions
+20
View File
@@ -1354,6 +1354,26 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`oldrank` bigint(255) unsigned NOT NULL DEFAULT '0',
`regtime` int(10) unsigned NOT NULL DEFAULT '0',
`invited` int(10) unsigned NOT NULL DEFAULT '0',
`friend0` int(10) unsigned NOT NULL,
`friend1` int(10) unsigned NOT NULL,
`friend2` int(10) unsigned NOT NULL,
`friend3` int(10) unsigned NOT NULL,
`friend4` int(10) unsigned NOT NULL,
`friend5` int(10) unsigned NOT NULL,
`friend6` int(10) unsigned NOT NULL,
`friend7` int(10) unsigned NOT NULL,
`friend8` int(10) unsigned NOT NULL,
`friend9` int(10) unsigned NOT NULL,
`friend10` int(10) unsigned NOT NULL,
`friend11` int(10) unsigned NOT NULL,
`friend12` int(10) unsigned NOT NULL,
`friend13` int(10) unsigned NOT NULL,
`friend14` int(10) unsigned NOT NULL,
`friend15` int(10) unsigned NOT NULL,
`friend16` int(10) unsigned NOT NULL,
`friend17` int(10) unsigned NOT NULL,
`friend18` int(10) unsigned NOT NULL,
`friend19` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;