קוד:
CREATE TABLE `phpbb_board_message` (
msg_id mediumint(8) NOT NULL auto_increment,
title varchar(25) NOT NULL default '(empty)',
message text NOT NULL,
showpage smallint(5) NOT NULL default '0',
auth tinyint(2) NOT NULL default '5',
width smallint(3) NOT NULL default '75',
starttime int(11) NOT NULL default '0',
endtime int(11) NOT NULL default '0',
startdate int(11) NOT NULL default '0',
enddate int(11) NOT NULL default '0',
users_timezone tinyint(1) NOT NULL default '0',
bbcode_uid varchar(10) NOT NULL default '',
days varchar(7) NOT NULL default '0000000',
images varchar(100) default NULL,
ordr smallint(3) NOT NULL default '0',
PRIMARY KEY (msg_id) )
INSERT INTO `phpbb_board_message` (msg_id, title, message, showpage, auth, width, starttime, endtime, startdate, enddate, users_timezone, bbcode_uid, days, images, ordr) VALUES (1, 'בכל הדפים', 'הודעה זו תוצג בכל הדפים. כל מבקרי הפורום ייראו אותה. רוחב הטבלה הוא 80%. בהודעה זו מוצגת תמונה משני הצדדים. והסדר שלו הוא 10', 9999, 0, 80, 946681200, 946681200, 988581600, 1293750000, 0, '', '1111111', '/images/default.gif', 10),
(3, 'באינדקס הפורומים בלבד', 'הודעה זו תוצג באינדקס הפורומים בלבד. רק עבור חברים רשומים. בכל יום מימי השבוע. והסדר שלה הוא 20', 0, 1, 50, 946681200, 946681200, 1009839600, 1293750000, 0, '', '1111111', '', 20