Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=97)
-   -   shoutbox (http://www.bvlist.com/showthread.php?t=5129)


wMan 26th June 2010 09:39

shoutbox
 
1 Attachment(s)
For Yuna 6 & 7

put in index.php:
Code:



Message:    


shoutbox.php attached!

And sql:

Code:

-- Tabulas struktūra tabulai `shoutbox`
--

CREATE TABLE IF NOT EXISTS `shoutbox` (
  `id` smallint(6) NOT NULL auto_increment,
  `userid` smallint(6) NOT NULL default '0',
  `class` int(11) NOT NULL default '0',
  `username` varchar(25) character set utf8 collate utf8_unicode_ci NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  `text` text character set utf8 collate utf8_unicode_ci NOT NULL,
  `orig_text` text character set utf8 collate utf8_unicode_ci NOT NULL,
  `warned` enum('yes','no') character set utf8 collate utf8_unicode_ci NOT NULL default 'no',
  `donor` enum('yes','no') character set utf8 collate utf8_unicode_ci NOT NULL default 'no',
  `pokemon` enum('yes','no') collate latin2_czech_cs NOT NULL default 'no',
  `sirds` enum('yes','no') collate latin2_czech_cs NOT NULL default 'no',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin2 COLLATE=latin2_czech_cs AUTO_INCREMENT=5460 ;

--
-- Dati tabulai `shoutbox`
--



All times are GMT +2. The time now is 18:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.