source: trunk/_InstallationResources/omwiki_green.sql @ 1306

Revision 1306, 168.2 KB checked in by Xiping.Wang, 2 years ago (diff)

[trunk] merge from omcollab_zhongzhen

Line 
1-- omCollab MySQL Dump
2
3SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
4
5--
6-- Database: `{omwiki_database_name}`
7--
8
9
10-- --------------------------------------------------------
11
12--
13-- Table structure for table `{omcollab_db_table_prefix}archive`
14--
15
16DROP TABLE IF EXISTS `{omcollab_db_table_prefix}archive`;
17CREATE TABLE `{omcollab_db_table_prefix}archive` (
18  `ar_namespace` int(11) NOT NULL default '0',
19  `ar_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
20  `ar_text` mediumblob NOT NULL,
21  `ar_comment` tinyblob NOT NULL,
22  `ar_user` int(10) unsigned NOT NULL default '0',
23  `ar_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
24  `ar_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
25  `ar_minor_edit` tinyint(4) NOT NULL default '0',
26  `ar_flags` tinyblob NOT NULL,
27  `ar_rev_id` int(10) unsigned default NULL,
28  `ar_text_id` int(10) unsigned default NULL,
29  `ar_deleted` tinyint(3) unsigned NOT NULL default '0',
30  `ar_len` int(10) unsigned default NULL,
31  `ar_page_id` int(10) unsigned default NULL,
32  `ar_parent_id` int(10) unsigned DEFAULT NULL,
33  KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`),
34  KEY `usertext_timestamp` (`ar_user_text`,`ar_timestamp`)
35) ENGINE=InnoDB DEFAULT CHARSET=latin1;
36
37--
38-- Dumping data for table `{omcollab_db_table_prefix}archive`
39--
40
41
42-- --------------------------------------------------------
43
44--
45-- Table structure for table `{omcollab_db_table_prefix}category`
46--
47
48CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}category` (
49  `cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
50  `cat_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
51  `cat_pages` int(11) NOT NULL DEFAULT '0',
52  `cat_subcats` int(11) NOT NULL DEFAULT '0',
53  `cat_files` int(11) NOT NULL DEFAULT '0',
54  `cat_hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
55  PRIMARY KEY (`cat_id`),
56  UNIQUE KEY `cat_title` (`cat_title`),
57  KEY `cat_pages` (`cat_pages`)
58) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
59
60--
61-- Dumping data for table `{omcollab_db_table_prefix}category`
62--
63
64
65-- --------------------------------------------------------
66
67--
68-- Table structure for table `{omcollab_db_table_prefix}categorylinks`
69--
70
71DROP TABLE IF EXISTS `{omcollab_db_table_prefix}categorylinks`;
72CREATE TABLE `{omcollab_db_table_prefix}categorylinks` (
73  `cl_from` int(10) unsigned NOT NULL default '0',
74  `cl_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
75  `cl_sortkey` varchar(70) character set latin1 collate latin1_bin NOT NULL default '',
76  `cl_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
77  UNIQUE KEY `cl_from` (`cl_from`,`cl_to`),
78  KEY `cl_sortkey` (`cl_to`,`cl_sortkey`,`cl_from`),
79  KEY `cl_timestamp` (`cl_to`,`cl_timestamp`)
80) ENGINE=InnoDB DEFAULT CHARSET=latin1;
81
82--
83-- Dumping data for table `{omcollab_db_table_prefix}categorylinks`
84--
85
86INSERT INTO `{omcollab_db_table_prefix}categorylinks` (`cl_from`, `cl_to`, `cl_sortkey`, `cl_timestamp`) VALUES
87(1, 0x546573745f43617465676f7279, 0x4d61696e2050616765, '2008-07-01 09:33:37');
88
89-- --------------------------------------------------------
90
91--
92-- Table structure for table `{omcollab_db_table_prefix}externallinks`
93--
94
95DROP TABLE IF EXISTS `{omcollab_db_table_prefix}externallinks`;
96CREATE TABLE `{omcollab_db_table_prefix}externallinks` (
97  `el_from` int(10) unsigned NOT NULL default '0',
98  `el_to` blob NOT NULL,
99  `el_index` blob NOT NULL,
100  KEY `el_from` (`el_from`,`el_to`(40)),
101  KEY `el_to` (`el_to`(60),`el_from`),
102  KEY `el_index` (`el_index`(60))
103) ENGINE=InnoDB DEFAULT CHARSET=latin1;
104
105--
106-- Dumping data for table `{omcollab_db_table_prefix}externallinks`
107--
108
109INSERT INTO `{omcollab_db_table_prefix}externallinks` (`el_from`, `el_to`, `el_index`) VALUES
110(1, 0x687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473, 0x687474703a2f2f6f72672e77696b696d656469612e6d6574612e2f77696b692f48656c703a436f6e74656e7473),
111(1, 0x687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e6773, 0x687474703a2f2f6f72672e6d6564696177696b692e7777772e2f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e6773),
112(1, 0x687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151, 0x687474703a2f2f6f72672e6d6564696177696b692e7777772e2f77696b692f4d616e75616c3a464151),
113(1, 0x687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365, 0x687474703a2f2f6f72672e77696b696d656469612e6c697374732e2f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365),
114(4, 0x687474703a2f2f6f6d636f6c6c61622e6c6f63616c686f73742f6f6d57696b692f696e6465782e7068703f7469746c653d5370656369616c3a546f67676c65557365725061676526616374696f6e3d65646974, 0x687474703a2f2f6c6f63616c686f73742e6f6d636f6c6c61622e2f6f6d57696b692f696e6465782e7068703f7469746c653d5370656369616c3a546f67676c65557365725061676526616374696f6e3d65646974),
115(1, 0x687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b69, 0x687474703a2f2f6f72672e6f70656e6d6574686f646f6c6f67792e6d696b65322e2f77696b69),
116(1, 0x687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b73, 0x687474703a2f2f6f72672e6f70656e6d6574686f646f6c6f67792e6d696b652e2f626f6f6b6d61726b73),
117(5, 0x687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f6578706c6f7265, 0x687474703a2f2f6f72672e6f70656e6d6574686f646f6c6f67792e6d696b65322e2f6578706c6f7265),
118(5, 0x6d61696c746f3a6d696b6532406f70656e6d6574686f646f6c6f67792e6f7267, 0x6d61696c746f3a6f72672e6f70656e6d6574686f646f6c6f6779406d696b65322e);
119
120-- --------------------------------------------------------
121
122--
123-- Table structure for table `{omcollab_db_table_prefix}filearchive`
124--
125
126DROP TABLE IF EXISTS `{omcollab_db_table_prefix}filearchive`;
127CREATE TABLE `{omcollab_db_table_prefix}filearchive` (
128  `fa_id` int(11) NOT NULL auto_increment,
129  `fa_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
130  `fa_archive_name` varchar(255) character set latin1 collate latin1_bin default '',
131  `fa_storage_group` varbinary(16) default NULL,
132  `fa_storage_key` varbinary(64) default '',
133  `fa_deleted_user` int(11) default NULL,
134  `fa_deleted_timestamp` binary(14) default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
135  `fa_deleted_reason` text,
136  `fa_size` int(10) unsigned default '0',
137  `fa_width` int(11) default '0',
138  `fa_height` int(11) default '0',
139  `fa_metadata` mediumblob,
140  `fa_bits` int(11) default '0',
141  `fa_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
142  `fa_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') default 'unknown',
143  `fa_minor_mime` varbinary(32) default 'unknown',
144  `fa_description` tinyblob,
145  `fa_user` int(10) unsigned default '0',
146  `fa_user_text` varchar(255) character set latin1 collate latin1_bin default NULL,
147  `fa_timestamp` binary(14) default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
148  `fa_deleted` tinyint(3) unsigned NOT NULL default '0',
149  PRIMARY KEY  (`fa_id`),
150  KEY `fa_name` (`fa_name`,`fa_timestamp`),
151  KEY `fa_storage_group` (`fa_storage_group`,`fa_storage_key`),
152  KEY `fa_deleted_timestamp` (`fa_deleted_timestamp`),
153  KEY `fa_user_timestamp` (`fa_user_text`,`fa_timestamp`)
154) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
155
156--
157-- Dumping data for table `{omcollab_db_table_prefix}filearchive`
158--
159
160
161-- --------------------------------------------------------
162
163--
164-- Table structure for table `{omcollab_db_table_prefix}hitcounter`
165--
166
167DROP TABLE IF EXISTS `{omcollab_db_table_prefix}hitcounter`;
168CREATE TABLE `{omcollab_db_table_prefix}hitcounter` (
169  `hc_id` int(10) unsigned NOT NULL
170) ENGINE=MEMORY DEFAULT CHARSET=latin1 MAX_ROWS=25000;
171
172--
173-- Dumping data for table `{omcollab_db_table_prefix}hitcounter`
174--
175
176
177-- --------------------------------------------------------
178
179--
180-- Table structure for table `{omcollab_db_table_prefix}image`
181--
182
183DROP TABLE IF EXISTS `{omcollab_db_table_prefix}image`;
184CREATE TABLE `{omcollab_db_table_prefix}image` (
185  `img_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
186  `img_size` int(10) unsigned NOT NULL default '0',
187  `img_width` int(11) NOT NULL default '0',
188  `img_height` int(11) NOT NULL default '0',
189  `img_metadata` mediumblob NOT NULL,
190  `img_bits` int(11) NOT NULL default '0',
191  `img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
192  `img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL default 'unknown',
193  `img_minor_mime` varbinary(32) NOT NULL default 'unknown',
194  `img_description` tinyblob NOT NULL,
195  `img_user` int(10) unsigned NOT NULL default '0',
196  `img_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
197  `img_timestamp` varbinary(14) NOT NULL default '',
198  `img_sha1` varbinary(32) NOT NULL default '',
199  PRIMARY KEY  (`img_name`),
200  KEY `img_usertext_timestamp` (`img_user_text`,`img_timestamp`),
201  KEY `img_size` (`img_size`),
202  KEY `img_timestamp` (`img_timestamp`),
203  KEY `img_sha1` (`img_sha1`)
204) ENGINE=InnoDB DEFAULT CHARSET=latin1;
205
206--
207-- Dumping data for table `{omcollab_db_table_prefix}image`
208--
209
210
211-- --------------------------------------------------------
212
213--
214-- Table structure for table `{omcollab_db_table_prefix}imagelinks`
215--
216
217DROP TABLE IF EXISTS `{omcollab_db_table_prefix}imagelinks`;
218CREATE TABLE `{omcollab_db_table_prefix}imagelinks` (
219  `il_from` int(10) unsigned NOT NULL default '0',
220  `il_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
221  UNIQUE KEY `il_from` (`il_from`,`il_to`),
222  KEY `il_to` (`il_to`,`il_from`)
223) ENGINE=InnoDB DEFAULT CHARSET=latin1;
224
225--
226-- Dumping data for table `{omcollab_db_table_prefix}imagelinks`
227--
228
229
230-- --------------------------------------------------------
231
232--
233-- Table structure for table `{omcollab_db_table_prefix}interwiki`
234--
235
236DROP TABLE IF EXISTS `{omcollab_db_table_prefix}interwiki`;
237CREATE TABLE `{omcollab_db_table_prefix}interwiki` (
238  `iw_prefix` varchar(32) NOT NULL,
239  `iw_url` blob NOT NULL,
240  `iw_local` tinyint(1) NOT NULL,
241  `iw_trans` tinyint(4) NOT NULL default '0',
242  UNIQUE KEY `iw_prefix` (`iw_prefix`)
243) ENGINE=InnoDB DEFAULT CHARSET=latin1;
244
245--
246-- Dumping data for table `{omcollab_db_table_prefix}interwiki`
247--
248
249INSERT INTO `{omcollab_db_table_prefix}interwiki` (`iw_prefix`, `iw_url`, `iw_local`, `iw_trans`) VALUES
250('abbenormal', 0x687474703a2f2f7777772e6f7572706c612e6e65742f6367692d62696e2f70696b69652e6367693f2431, 0, 0),
251('acronym', 0x687474703a2f2f7777772e6163726f6e796d66696e6465722e636f6d2f61662d71756572792e6173703f537472696e673d6578616374264163726f6e796d3d2431, 0, 0),
252('advogato', 0x687474703a2f2f7777772e6164766f6761746f2e6f72672f2431, 0, 0),
253('aiwiki', 0x687474703a2f2f7777772e6966692e756e697a682e63682f61696c61622f616977696b692f6169772e6367693f2431, 0, 0),
254('annotationwiki', 0x687474703a2f2f7777772e7365656477696b692e636f6d2f706167652e63666d3f77696b6969643d33363826646f633d2431, 0, 0),
255('arxiv', 0x687474703a2f2f7777772e61727869762e6f72672f6162732f2431, 0, 0),
256('bemi', 0x687474703a2f2f62656d692e667265652e66722f76696b696f2f696e6465782e7068703f2431, 0, 0),
257('c2find', 0x687474703a2f2f63322e636f6d2f6367692f77696b693f46696e64506167652676616c75653d2431, 0, 0),
258('cache', 0x687474703a2f2f7777772e676f6f676c652e636f6d2f7365617263683f713d63616368653a2431, 0, 0),
259('cliki', 0x687474703a2f2f77772e74656c656e742e6e65742f636c696b692f2431, 0, 0),
260('cmwiki', 0x687474703a2f2f7777772e6f7572706c612e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
261('codersbase', 0x687474703a2f2f7777772e636f64657273626173652e636f6d2f696e6465782e7068702f2431, 0, 0),
262('commons', 0x687474703a2f2f636f6d6d6f6e732e77696b696d656469612e6f72672f77696b692f2431, 0, 0),
263('consciousness', 0x687474703a2f2f746561647675732e696e73706972616c2e6f72672f, 0, 0),
264('corpknowpedia', 0x687474703a2f2f636f72706b6e6f7770656469612e6f72672f77696b692f696e6465782e7068702f2431, 0, 0),
265('creationmatters', 0x687474703a2f2f7777772e6f7572706c612e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
266('dejanews', 0x687474703a2f2f7777772e64656a612e636f6d2f3d646e632f676574646f632e78703f414e3d2431, 0, 0),
267('dictionary', 0x687474703a2f2f7777772e646963742e6f72672f62696e2f446963743f44617461626173653d2a26466f726d3d44696374312653747261746567793d2a2651756572793d2431, 0, 0),
268('disinfopedia', 0x687474703a2f2f7777772e646973696e666f70656469612e6f72672f77696b692e7068746d6c3f7469746c653d2431, 0, 0),
269('diveintoosx', 0x687474703a2f2f64697665696e746f6f73782e6f72672f2431, 0, 0),
270('docbook', 0x687474703a2f2f77696b692e646f63626f6f6b2e6f72672f746f7069632f2431, 0, 0),
271('dolphinwiki', 0x687474703a2f2f7777772e6f626a6563742d617274732e636f6d2f77696b692f68746d6c2f446f6c7068696e2f2431, 0, 0),
272('drumcorpswiki', 0x687474703a2f2f7777772e6472756d636f72707377696b692e636f6d2f696e6465782e7068702f2431, 0, 0),
273('dwjwiki', 0x687474703a2f2f7777772e737562657269632e6e65742f6367692d62696e2f64776a2f77696b692e6367693f2431, 0, 0),
274('echei', 0x687474703a2f2f7777772e696b736f2e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
275('ecxei', 0x687474703a2f2f7777772e696b736f2e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
276('efnetceewiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f632f2431, 0, 0),
277('efnetcppwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f6370702f2431, 0, 0),
278('efnetpythonwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f707974686f6e2f2431, 0, 0),
279('efnetxmlwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f786d6c2f2431, 0, 0),
280('elibre', 0x687474703a2f2f656e6369636c6f70656469612e75732e65732f696e6465782e7068702f2431, 0, 0),
281('eljwiki', 0x687474703a2f2f656c6a2e736f75726365666f7267652e6e65742f70687077696b692f696e6465782e7068702f2431, 0, 0),
282('emacswiki', 0x687474703a2f2f7777772e656d61637377696b692e6f72672f6367692d62696e2f77696b692e706c3f2431, 0, 0),
283('eokulturcentro', 0x687474703a2f2f6573706572616e746f2e746f756c6f7573652e667265652e66722f77616b6b612e7068703f77696b693d2431, 0, 0),
284('evowiki', 0x687474703a2f2f7777772e65766f77696b692e6f72672f696e6465782e7068702f2431, 0, 0),
285('e?ei', 0x687474703a2f2f7777772e696b736f2e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
286('finalempire', 0x687474703a2f2f66696e616c2d656d706972652e736f75726365666f7267652e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
287('firstwiki', 0x687474703a2f2f666972737477696b692e6f72672f696e6465782e7068702f2431, 0, 0),
288('foldoc', 0x687474703a2f2f7777772e666f6c646f632e6f72672f666f6c646f632f666f6c646f632e6367693f2431, 0, 0),
289('foxwiki', 0x687474703a2f2f666f782e77696b69732e636f6d2f77632e646c6c3f57696b697e2431, 0, 0),
290('fr.be', 0x687474703a2f2f66722e77696b696e6174696f6e732e62652f2431, 0, 0),
291('fr.ca', 0x687474703a2f2f66722e63612e77696b696e6174696f6e732e6f72672f2431, 0, 0),
292('fr.fr', 0x687474703a2f2f66722e66722e77696b696e6174696f6e732e6f72672f2431, 0, 0),
293('fr.org', 0x687474703a2f2f66722e77696b696e6174696f6e732e6f72672f2431, 0, 0),
294('freebsdman', 0x687474703a2f2f7777772e467265654253442e6f72672f6367692f6d616e2e6367693f6170726f706f733d312671756572793d2431, 0, 0),
295('gamewiki', 0x687474703a2f2f67616d6577696b692e6f72672f77696b692f696e6465782e7068702f2431, 0, 0),
296('gej', 0x687474703a2f2f7777772e6573706572616e746f2e64652f6367692d62696e2f616b746976696b696f2f77696b692e706c3f2431, 0, 0),
297('gentoo-wiki', 0x687474703a2f2f67656e746f6f2d77696b692e636f6d2f2431, 0, 0),
298('globalvoices', 0x687474703a2f2f63796265722e6c61772e686172766172642e6564752f64796e2f676c6f62616c766f696365732f77696b692f2431, 0, 0),
299('gmailwiki', 0x687474703a2f2f7777772e676d61696c77696b692e636f6d2f696e6465782e7068702f2431, 0, 0),
300('google', 0x687474703a2f2f7777772e676f6f676c652e636f6d2f7365617263683f713d2431, 0, 0),
301('googlegroups', 0x687474703a2f2f67726f7570732e676f6f676c652e636f6d2f67726f7570733f713d2431, 0, 0),
302('gotamac', 0x687474703a2f2f7777772e676f742d612d6d61632e6f72672f2431, 0, 0),
303('greencheese', 0x687474703a2f2f7777772e677265656e6368656573652e6f72672f2431, 0, 0),
304('hammondwiki', 0x687474703a2f2f7777772e64616972696b692e6f72672f48616d6d6f6e6457696b692f696e6465782e706870333f2431, 0, 0),
305('haribeau', 0x687474703a2f2f77696b692e68617269626561752e64652f6367692d62696e2f77696b692e706c3f2431, 0, 0),
306('herzkinderwiki', 0x687474703a2f2f7777772e6865727a6b696e646572696e666f2e64652f4d6564696177696b692f696e6465782e7068702f2431, 0, 0),
307('hewikisource', 0x687474703a2f2f68652e77696b69736f757263652e6f72672f77696b692f2431, 1, 0),
308('hrwiki', 0x687474703a2f2f7777772e687277696b692e6f72672f696e6465782e7068702f2431, 0, 0),
309('iawiki', 0x687474703a2f2f7777772e494177696b692e6e65742f2431, 0, 0),
310('imdb', 0x687474703a2f2f75732e696d64622e636f6d2f5469746c653f2431, 0, 0),
311('infosecpedia', 0x687474703a2f2f7777772e696e666f73656370656469612e6f72672f70656469612f696e6465782e7068702f2431, 0, 0),
312('jargonfile', 0x687474703a2f2f73756e69722e6f72672f617070732f6d6574612e706c3f77696b693d4a6172676f6e46696c652672656469726563743d2431, 0, 0),
313('jefo', 0x687474703a2f2f7777772e6573706572616e746f2d6a65756e65732e6f72672f76696b696f2f696e6465782e7068703f2431, 0, 0),
314('jiniwiki', 0x687474703a2f2f7777772e63646567726f6f742e636f6d2f6367692d62696e2f6a696e693f2431, 0, 0),
315('jspwiki', 0x687474703a2f2f7777772e65637972642e636f6d2f4a535057696b692f57696b692e6a73703f706167653d2431, 0, 0),
316('keiki', 0x687474703a2f2f6b65692e6b692f656e2f2431, 0, 0),
317('kerimwiki', 0x687474703a2f2f77696b692e6f7875732e6e65742f2431, 0, 0),
318('kmwiki', 0x687474703a2f2f7777772e766f6768742e636f6d2f6367692d62696e2f707977696b693f2431, 0, 0),
319('knowhow', 0x687474703a2f2f777777322e69726f2e756d6f6e747265616c2e63612f7e70617175657473652f6367692d62696e2f77696b692e6367693f2431, 0, 0),
320('lanifexwiki', 0x687474703a2f2f6f70742e6c616e696665782e636f6d2f6367692d62696e2f77696b692e706c3f2431, 0, 0),
321('lasvegaswiki', 0x687474703a2f2f77696b692e676d6e6f772e636f6d2f696e6465782e7068702f2431, 0, 0),
322('linuxwiki', 0x687474703a2f2f7777772e6c696e757877696b692e64652f2431, 0, 0),
323('lojban', 0x687474703a2f2f7777772e6c6f6a62616e2e6f72672f74696b692f74696b692d696e6465782e7068703f706167653d2431, 0, 0),
324('lqwiki', 0x687474703a2f2f77696b692e6c696e75787175657374696f6e732e6f72672f77696b692f2431, 0, 0),
325('lugkr', 0x687474703a2f2f6c75672d6b722e736f75726365666f7267652e6e65742f6367692d62696e2f6c756777696b692e706c3f2431, 0, 0),
326('lutherwiki', 0x687474703a2f2f7777772e6c7574686572616e61726368697665732e636f6d2f6d772f696e6465782e7068702f2431, 0, 0),
327('mathsongswiki', 0x687474703a2f2f5365656457696b692e636f6d2f706167652e63666d3f77696b6969643d32333726646f633d2431, 0, 0),
328('mbtest', 0x687474703a2f2f7777772e7573656d6f642e636f6d2f6367692d62696e2f6d62746573742e706c3f2431, 0, 0),
329('meatball', 0x687474703a2f2f7777772e7573656d6f642e636f6d2f6367692d62696e2f6d622e706c3f2431, 0, 0),
330('mediawikiwiki', 0x687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f2431, 0, 0),
331('mediazilla', 0x687474703a2f2f6275677a696c6c612e77696b6970656469612e6f72672f2431, 1, 0),
332('memoryalpha', 0x687474703a2f2f7777772e6d656d6f72792d616c7068612e6f72672f656e2f696e6465782e7068702f2431, 0, 0),
333('metaweb', 0x687474703a2f2f7777772e6d6574617765622e636f6d2f77696b692f77696b692e7068746d6c3f7469746c653d2431, 0, 0),
334('metawiki', 0x687474703a2f2f73756e69722e6f72672f617070732f6d6574612e706c3f2431, 0, 0),
335('metawikipedia', 0x687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f2431, 0, 0),
336('moinmoin', 0x687474703a2f2f7075726c2e6e65742f77696b692f6d6f696e2f2431, 0, 0),
337('mozillawiki', 0x687474703a2f2f77696b692e6d6f7a696c6c612e6f72672f696e6465782e7068702f2431, 0, 0),
338('muweb', 0x687474703a2f2f7777772e64756e737461626c652e636f6d2f736372697074732f4d755765625765623f2431, 0, 0),
339('netvillage', 0x687474703a2f2f7777772e6e657462726f732e636f6d2f3f2431, 0, 0),
340('oeis', 0x687474703a2f2f7777772e72657365617263682e6174742e636f6d2f6367692d62696e2f6163636573732e6367692f61732f6e6a61732f73657175656e6365732f656973412e6367693f416e756d3d2431, 0, 0),
341('openfacts', 0x687474703a2f2f6f70656e66616374732e6265726c696f732e64652f696e6465782e7068746d6c3f7469746c653d2431, 0, 0),
342('openwiki', 0x687474703a2f2f6f70656e77696b692e636f6d2f3f2431, 0, 0),
343('opera7wiki', 0x687474703a2f2f6e6f6e74726f70706f2e6f72672f77696b692f2431, 0, 0),
344('orgpatterns', 0x687474703a2f2f7777772e62656c6c2d6c6162732e636f6d2f6367692d757365722f4f72675061747465726e732f4f72675061747465726e733f2431, 0, 0),
345('osi reference model', 0x687474703a2f2f77696b692e7469676d612e65652f, 0, 0),
346('pangalacticorg', 0x687474703a2f2f7777772e70616e67616c61637469632e6f72672f57696b692f2431, 0, 0),
347('patwiki', 0x687474703a2f2f67617573732e666669692e6f72672f2431, 0, 0),
348('personaltelco', 0x687474703a2f2f7777772e706572736f6e616c74656c636f2e6e65742f696e6465782e6367692f2431, 0, 0),
349('phpwiki', 0x687474703a2f2f70687077696b692e736f75726365666f7267652e6e65742f70687077696b692f696e6465782e7068703f2431, 0, 0),
350('pikie', 0x687474703a2f2f70696b69652e6461726b746563682e6f72672f6367692f70696b69653f2431, 0, 0),
351('pmeg', 0x687474703a2f2f7777772e62657274696c6f772e636f6d2f706d65672f24312e706870, 0, 0),
352('ppr', 0x687474703a2f2f63322e636f6d2f6367692f77696b693f2431, 0, 0),
353('purlnet', 0x687474703a2f2f7075726c2e6f636c632e6f72672f4e45542f2431, 0, 0),
354('pythoninfo', 0x687474703a2f2f7777772e707974686f6e2e6f72672f6367692d62696e2f6d6f696e6d6f696e2f2431, 0, 0),
355('pythonwiki', 0x687474703a2f2f7777772e707974686f6e77696b692e64652f2431, 0, 0),
356('pywiki', 0x687474703a2f2f7777772e766f6768742e636f6d2f6367692d62696e2f707977696b693f2431, 0, 0),
357('raec', 0x687474703a2f2f7777772e726165632e636c6163736f2e6564752e61723a383038302f726165632f4d656d626572732f7261656370656469612f2431, 0, 0),
358('revo', 0x687474703a2f2f7075726c2e6f72672f4e45542f766f6b6f2f7265766f2f6172742f24312e68746d6c, 0, 0),
359('rfc', 0x687474703a2f2f7777772e7266632d656469746f722e6f72672f7266632f72666324312e747874, 0, 0),
360('s23wiki', 0x687474703a2f2f69732d726f6f742e64652f77696b692f696e6465782e7068702f2431, 0, 0),
361('scoutpedia', 0x687474703a2f2f7777772e73636f757470656469612e696e666f2f696e6465782e7068702f2431, 0, 0),
362('seapig', 0x687474703a2f2f7777772e7365617069672e6f72672f2431, 0, 0),
363('seattlewiki', 0x687474703a2f2f73656174746c6577696b692e6f72672f77696b692f2431, 0, 0),
364('seattlewireless', 0x687474703a2f2f73656174746c65776972656c6573732e6e65742f3f2431, 0, 0),
365('seeds', 0x687474703a2f2f7777772e49736c616e6453656564732e6f72672f77696b692f2431, 0, 0),
366('senseislibrary', 0x687474703a2f2f73656e736569732e786d702e6e65742f3f2431, 0, 0),
367('shakti', 0x687474703a2f2f6367692e616c676f6e65742e73652f687462696e2f636769777261702f7067642f5368616b746957696b692f2431, 0, 0),
368('slashdot', 0x687474703a2f2f736c617368646f742e6f72672f61727469636c652e706c3f7369643d2431, 0, 0),
369('smikipedia', 0x687474703a2f2f7777772e736d696b6970656469612e6f72672f2431, 0, 0),
370('sockwiki', 0x687474703a2f2f77696b692e736f636b6c6162732e636f6d2f2431, 0, 0),
371('sourceforge', 0x687474703a2f2f736f75726365666f7267652e6e65742f2431, 0, 0),
372('squeak', 0x687474703a2f2f6d696e6e6f772e63632e6761746563682e6564752f73717565616b2f2431, 0, 0),
373('strikiwiki', 0x687474703a2f2f63682e7477692e747564656c66742e6e6c2f7e6d6f73746572742f737472696b692f74657374737472696b692e706c3f2431, 0, 0),
374('susning', 0x687474703a2f2f7777772e7375736e696e672e6e752f2431, 0, 0),
375('svgwiki', 0x687474703a2f2f7777772e70726f746f636f6c372e636f6d2f7376672d77696b692f64656661756c742e6173703f2431, 0, 0),
376('tavi', 0x687474703a2f2f746176692e736f75726365666f7267652e6e65742f2431, 0, 0),
377('tejo', 0x687474703a2f2f7777772e74656a6f2e6f72672f76696b696f2f2431, 0, 0),
378('terrorwiki', 0x687474703a2f2f7777772e6c69626572616c73616761696e7374746572726f7269736d2e636f6d2f77696b692f696e6465782e7068702f2431, 0, 0),
379('theopedia', 0x687474703a2f2f7777772e7468656f70656469612e636f6d2f2431, 0, 0),
380('tmbw', 0x687474703a2f2f7777772e746d62772e6e65742f77696b692f696e6465782e7068702f2431, 0, 0),
381('tmnet', 0x687474703a2f2f7777772e746563686e6f6d616e69666573746f732e6e65742f3f2431, 0, 0),
382('tmwiki', 0x687474703a2f2f7777772e45617379546f7069634d6170732e636f6d2f3f706167653d2431, 0, 0),
383('turismo', 0x687474703a2f2f7777772e74656a6f2e6f72672f74757269736d6f2f2431, 0, 0),
384('twiki', 0x687474703a2f2f7477696b692e6f72672f6367692d62696e2f766965772f2431, 0, 0),
385('twistedwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f747769737465642f2431, 0, 0),
386('uea', 0x687474703a2f2f7777772e74656a6f2e6f72672f7565612f2431, 0, 0),
387('unreal', 0x687474703a2f2f77696b692e6265796f6e64756e7265616c2e636f6d2f77696b692f2431, 0, 0),
388('ursine', 0x687474703a2f2f77696b692e757273696e652e63612f2431, 0, 0),
389('usej', 0x687474703a2f2f7777772e74656a6f2e6f72672f7573656a2f2431, 0, 0),
390('usemod', 0x687474703a2f2f7777772e7573656d6f642e636f6d2f6367692d62696e2f77696b692e706c3f2431, 0, 0),
391('vinismo', 0x687474703a2f2f76696e69736d6f2e636f6d2f656e2f2431, 0, 0),
392('visualworks', 0x687474703a2f2f77696b692e63732e756975632e6564752f56697375616c576f726b732f2431, 0, 0),
393('warpedview', 0x687474703a2f2f7777772e776172706564766965772e636f6d2f696e6465782e7068702f2431, 0, 0),
394('webdevwikinl', 0x687474703a2f2f7777772e70726f6d6f2d69742e6e6c2f57656244657657696b692f696e6465782e7068703f706167653d2431, 0, 0),
395('webisodes', 0x687474703a2f2f7777772e77656269736f6465732e6f72672f2431, 0, 0),
396('webseitzwiki', 0x687474703a2f2f776562736569747a2e666c7578656e742e636f6d2f77696b692f2431, 0, 0),
397('why', 0x687474703a2f2f636c75626c65742e636f6d2f632f632f7768793f2431, 0, 0),
398('wiki', 0x687474703a2f2f63322e636f6d2f6367692f77696b693f2431, 0, 0),
399('wikia', 0x687474703a2f2f7777772e77696b69612e636f6d2f77696b692f2431, 0, 0),
400('wikibooks', 0x687474703a2f2f656e2e77696b69626f6f6b732e6f72672f77696b692f2431, 1, 0),
401('wikicities', 0x687474703a2f2f7777772e77696b696369746965732e636f6d2f696e6465782e7068702f2431, 0, 0),
402('wikif1', 0x687474703a2f2f7777772e77696b6966312e6f72672f2431, 0, 0),
403('wikihow', 0x687474703a2f2f7777772e77696b69686f772e636f6d2f2431, 0, 0),
404('wikimedia', 0x687474703a2f2f77696b696d65646961666f756e646174696f6e2e6f72672f77696b692f2431, 0, 0),
405('wikinews', 0x687474703a2f2f656e2e77696b696e6577732e6f72672f77696b692f2431, 1, 0),
406('wikinfo', 0x687474703a2f2f7777772e77696b696e666f2e6f72672f696e6465782e7068702f2431, 0, 0),
407('wikipedia', 0x687474703a2f2f656e2e77696b6970656469612e6f72672f77696b692f2431, 1, 0),
408('wikiquote', 0x687474703a2f2f656e2e77696b6971756f74652e6f72672f77696b692f2431, 1, 0),
409('wikisource', 0x687474703a2f2f736f75726365732e77696b6970656469612e6f72672f77696b692f2431, 1, 0),
410('wikispecies', 0x687474703a2f2f737065636965732e77696b6970656469612e6f72672f77696b692f2431, 1, 0),
411('wikitravel', 0x687474703a2f2f77696b6974726176656c2e6f72672f656e2f2431, 0, 0),
412('wikiworld', 0x687474703a2f2f57696b69576f726c642e636f6d2f77696b692f696e6465782e7068702f2431, 0, 0),
413('wikt', 0x687474703a2f2f656e2e77696b74696f6e6172792e6f72672f77696b692f2431, 1, 0),
414('wiktionary', 0x687474703a2f2f656e2e77696b74696f6e6172792e6f72672f77696b692f2431, 1, 0),
415('wlug', 0x687474703a2f2f7777772e776c75672e6f72672e6e7a2f2431, 0, 0),
416('wlwiki', 0x687474703a2f2f77696e736c6f77736c6169722e73757072656d65706978656c732e6e65742f77696b692f696e6465782e7068702f2431, 0, 0),
417('ypsieyeball', 0x687474703a2f2f736b6e6b77726b732e64796e646e732e6f72673a313935372f777269746577696b692f77696b692e706c3f2431, 0, 0),
418('zwiki', 0x687474703a2f2f7777772e7a77696b692e6f72672f2431, 0, 0),
419('zzz wiki', 0x687474703a2f2f77696b692e7a7a7a2e65652f, 0, 0);
420
421-- --------------------------------------------------------
422
423--
424-- Table structure for table `{omcollab_db_table_prefix}ipblocks`
425--
426
427DROP TABLE IF EXISTS `{omcollab_db_table_prefix}ipblocks`;
428CREATE TABLE `{omcollab_db_table_prefix}ipblocks` (
429  `ipb_id` int(11) NOT NULL auto_increment,
430  `ipb_address` tinyblob NOT NULL,
431  `ipb_user` int(10) unsigned NOT NULL default '0',
432  `ipb_by` int(10) unsigned NOT NULL default '0',
433  `ipb_reason` tinyblob NOT NULL,
434  `ipb_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
435  `ipb_auto` tinyint(1) NOT NULL default '0',
436  `ipb_anon_only` tinyint(1) NOT NULL default '0',
437  `ipb_create_account` tinyint(1) NOT NULL default '1',
438  `ipb_enable_autoblock` tinyint(1) NOT NULL default '1',
439  `ipb_expiry` varbinary(14) NOT NULL default '',
440  `ipb_range_start` tinyblob NOT NULL,
441  `ipb_range_end` tinyblob NOT NULL,
442  `ipb_deleted` tinyint(1) NOT NULL default '0',
443  `ipb_block_email` tinyint(1) NOT NULL default '0',
444  `ipb_by_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
445   `ipb_allow_usertalk` tinyint(1) NOT NULL DEFAULT '1',
446  PRIMARY KEY  (`ipb_id`),
447  UNIQUE KEY `ipb_address` (`ipb_address`(255),`ipb_user`,`ipb_auto`,`ipb_anon_only`),
448  KEY `ipb_user` (`ipb_user`),
449  KEY `ipb_range` (`ipb_range_start`(8),`ipb_range_end`(8)),
450  KEY `ipb_timestamp` (`ipb_timestamp`),
451  KEY `ipb_expiry` (`ipb_expiry`)
452) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
453
454--
455-- Dumping data for table `{omcollab_db_table_prefix}ipblocks`
456--
457
458
459-- --------------------------------------------------------
460
461--
462-- Table structure for table `{omcollab_db_table_prefix}job`
463--
464
465DROP TABLE IF EXISTS `{omcollab_db_table_prefix}job`;
466CREATE TABLE `{omcollab_db_table_prefix}job` (
467  `job_id` int(10) unsigned NOT NULL auto_increment,
468  `job_cmd` varbinary(60) NOT NULL default '',
469  `job_namespace` int(11) NOT NULL,
470  `job_title` varchar(255) character set latin1 collate latin1_bin NOT NULL,
471  `job_params` blob NOT NULL,
472  PRIMARY KEY  (`job_id`),
473  KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`)
474) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
475
476--
477-- Dumping data for table `{omcollab_db_table_prefix}job`
478--
479
480
481-- --------------------------------------------------------
482
483--
484-- Table structure for table `{omcollab_db_table_prefix}langlinks`
485--
486
487DROP TABLE IF EXISTS `{omcollab_db_table_prefix}langlinks`;
488CREATE TABLE `{omcollab_db_table_prefix}langlinks` (
489  `ll_from` int(10) unsigned NOT NULL default '0',
490  `ll_lang` varbinary(20) NOT NULL default '',
491  `ll_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
492  UNIQUE KEY `ll_from` (`ll_from`,`ll_lang`),
493  KEY `ll_lang` (`ll_lang`,`ll_title`)
494) ENGINE=InnoDB DEFAULT CHARSET=latin1;
495
496--
497-- Dumping data for table `{omcollab_db_table_prefix}langlinks`
498--
499
500
501-- --------------------------------------------------------
502
503--
504-- Table structure for table `{omcollab_db_table_prefix}logging`
505--
506
507DROP TABLE IF EXISTS `{omcollab_db_table_prefix}logging`;
508CREATE TABLE `{omcollab_db_table_prefix}logging` (
509  `log_type` varbinary(10) NOT NULL default '',
510  `log_action` varbinary(10) NOT NULL default '',
511  `log_timestamp` binary(14) NOT NULL default '19700101000000',
512  `log_user` int(10) unsigned NOT NULL default '0',
513  `log_namespace` int(11) NOT NULL default '0',
514  `log_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
515  `log_comment` varchar(255) NOT NULL default '',
516  `log_params` blob NOT NULL,
517  `log_id` int(10) unsigned NOT NULL auto_increment,
518  `log_deleted` tinyint(3) unsigned NOT NULL default '0',
519  PRIMARY KEY  (`log_id`),
520  KEY `type_time` (`log_type`,`log_timestamp`),
521  KEY `user_time` (`log_user`,`log_timestamp`),
522  KEY `page_time` (`log_namespace`,`log_title`,`log_timestamp`),
523  KEY `times` (`log_timestamp`)
524) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
525
526--
527-- Dumping data for table `{omcollab_db_table_prefix}logging`
528--
529
530INSERT INTO `{omcollab_db_table_prefix}logging` (`log_type`, `log_action`, `log_timestamp`, `log_user`, `log_namespace`, `log_title`, `log_comment`, `log_params`, `log_id`, `log_deleted`) VALUES
531(0x72656e616d6575736572, 0x72656e616d6575736572, 0x3230303830363036313434383334, 1, 2, 0x57696b695379734f70, '0 edits. Reason: ', 0x41646d696e, 1, 0),
532(0x706174726f6c, 0x706174726f6c, 0x3230303830363131303934363539, 1, 8, 0x53696465626172, '', 0x320a300a31, 2, 0),
533(0x706174726f6c, 0x706174726f6c, 0x3230303830363131303934383030, 1, 8, 0x53696465626172, '', 0x330a320a31, 3, 0),
534(0x706174726f6c, 0x706174726f6c, 0x3230303830363131303934393130, 1, 8, 0x53696465626172, '', 0x340a330a31, 4, 0),
535(0x706174726f6c, 0x706174726f6c, 0x3230303830363131313030393135, 1, 0, 0x5375626d656e75, '', 0x350a300a31, 5, 0),
536(0x706174726f6c, 0x706174726f6c, 0x3230303830363131313031353130, 1, 0, 0x5375626d656e75, '', 0x360a350a31, 6, 0),
537(0x706174726f6c, 0x706174726f6c, 0x3230303830363133303934393338, 1, 0, 0x4d61696e5f50616765, '', 0x370a310a31, 7, 0),
538(0x706174726f6c, 0x706174726f6c, 0x3230303830363133303935313239, 1, 0, 0x4d61696e5f50616765, '', 0x380a370a31, 8, 0),
539(0x706174726f6c, 0x706174726f6c, 0x3230303830363133313031353339, 1, 0, 0x4d61696e5f50616765, '', 0x390a380a31, 9, 0),
540(0x706174726f6c, 0x706174726f6c, 0x3230303830363133313231303234, 1, 0, 0x41646d696e, '', 0x31300a300a31, 10, 0),
541(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933333337, 1, 0, 0x4d61696e5f50616765, '', 0x31310a390a31, 11, 0),
542(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933353131, 1, 0, 0x4d61696e5f50616765, '', 0x31320a31310a31, 12, 0),
543(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933353438, 1, 0, 0x4d61696e5f50616765, '', 0x31330a31320a31, 13, 0),
544(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933363330, 1, 0, 0x4d61696e5f50616765, '', 0x31340a31330a31, 14, 0),
545(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933373234, 1, 0, 0x4d61696e5f50616765, '', 0x31350a31340a31, 15, 0),
546(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933383537, 1, 0, 0x4d61696e5f50616765, '', 0x31360a31350a31, 16, 0),
547(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933393431, 1, 0, 0x4d61696e5f50616765, '', 0x31370a31360a31, 17, 0),
548(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934303233, 1, 0, 0x4d61696e5f50616765, '', 0x31380a31370a31, 18, 0),
549(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934373132, 1, 0, 0x5375626d656e75, '', 0x31390a360a31, 19, 0),
550(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934373436, 1, 0, 0x5375626d656e75, '', 0x32300a31390a31, 20, 0),
551('patrol', 'patrol', '20080701094814', 1, 0, 'Submenu', '', 0x32310a32300a31, 21, 0),
552('patrol', 'patrol', '20090625080132', 1, 0, 'Welcome', '', 0x32320a300a31, 22, 0),
553('patrol', 'patrol', '20090625080255', 1, 8, 'Featured_Article', '', 0x32330a300a31, 23, 0);
554
555-- --------------------------------------------------------
556
557--
558-- Table structure for table `{omcollab_db_table_prefix}math`
559--
560
561DROP TABLE IF EXISTS `{omcollab_db_table_prefix}math`;
562CREATE TABLE `{omcollab_db_table_prefix}math` (
563  `math_inputhash` varbinary(16) NOT NULL,
564  `math_outputhash` varbinary(16) NOT NULL,
565  `math_html_conservativeness` tinyint(4) NOT NULL,
566  `math_html` text,
567  `math_mathml` text,
568  UNIQUE KEY `math_inputhash` (`math_inputhash`)
569) ENGINE=InnoDB DEFAULT CHARSET=latin1;
570
571--
572-- Dumping data for table `{omcollab_db_table_prefix}math`
573--
574
575
576-- --------------------------------------------------------
577
578--
579-- Table structure for table `{omcollab_db_table_prefix}objectcache`
580--
581
582DROP TABLE IF EXISTS `{omcollab_db_table_prefix}objectcache`;
583CREATE TABLE `{omcollab_db_table_prefix}objectcache` (
584  `keyname` varbinary(255) NOT NULL default '',
585  `value` mediumblob,
586  `exptime` datetime default NULL,
587  UNIQUE KEY `keyname` (`keyname`),
588  KEY `exptime` (`exptime`)
589) ENGINE=InnoDB DEFAULT CHARSET=latin1;
590
591--
592-- Dumping data for table `{omcollab_db_table_prefix}objectcache`
593--
594
595INSERT INTO `{omcollab_db_table_prefix}objectcache` (`keyname`, `value`, `exptime`) VALUES
596('om_wiki-om_:messages:en', 0x5d904d6b84301086effe8a90def652dd7e415c178ab5740f758b2ebdc81266e3741b48548c6e0bea7f6fa2bdb4a7cc33f340785f60376c30ec81d15c967882968686add7778c9261b8d258f5cc5b15c52bc88abcc119c7975ae3f1e8adecd2f427278cf80dba51487e99c80eb5538a226f5048502c438155273ea13aa3191722f1827fcd14bf1a70921dd074f39fff940caab2d6e3f2cc82bd4f93b729e5850805c644f4224d0f2a5668036d37d7f6b2e53cdd274fbb439ec487dd3ee5dc25b5b9df932cb74c43c902bb09ee197d46e8fa164bfed876522874e66d602b81852357079feba87acdeb0f6ea3b5203a6c4d14f8be4fc3e907, '2009-06-26 08:02:56'),
597('omdev1_omwiki-om_:messages', 0x5d8fc10a82401086ef3ec5b2ddba444204637531a10e596874919051875ad8dda4d50ad4776fcd2e759af9e6ff60f8115c680ccc81c7a2a00cefdc33e0ba33e0ac69468a740dce38497628343be085dacd4dd1f9ec8cedd1d4592fb4f442554a625f66a222d52b491297940b9410514ebacaafa82f64da81983fe0af19d2b3c45eb20b99eaf3f34f89501737d50ee323d8bceb9c45211e2c9768cc923f84a951fa926ca1d5626293559a86fb60bd3dc6817fdceec334ed9bdadea7208a2d734fc0d4ebde, '2008-07-02 09:22:21');
598
599-- --------------------------------------------------------
600
601--
602-- Table structure for table `{omcollab_db_table_prefix}oldimage`
603--
604
605DROP TABLE IF EXISTS `{omcollab_db_table_prefix}oldimage`;
606CREATE TABLE `{omcollab_db_table_prefix}oldimage` (
607  `oi_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
608  `oi_archive_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
609  `oi_size` int(10) unsigned NOT NULL default '0',
610  `oi_width` int(11) NOT NULL default '0',
611  `oi_height` int(11) NOT NULL default '0',
612  `oi_bits` int(11) NOT NULL default '0',
613  `oi_description` tinyblob NOT NULL,
614  `oi_user` int(10) unsigned NOT NULL default '0',
615  `oi_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
616  `oi_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
617  `oi_metadata` mediumblob NOT NULL,
618  `oi_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
619  `oi_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL default 'unknown',
620  `oi_minor_mime` varbinary(32) NOT NULL default 'unknown',
621  `oi_deleted` tinyint(3) unsigned NOT NULL default '0',
622  `oi_sha1` varbinary(32) NOT NULL default '',
623  KEY `oi_usertext_timestamp` (`oi_user_text`,`oi_timestamp`),
624  KEY `oi_name_timestamp` (`oi_name`,`oi_timestamp`),
625  KEY `oi_name_archive_name` (`oi_name`,`oi_archive_name`(14)),
626  KEY `oi_sha1` (`oi_sha1`)
627) ENGINE=InnoDB DEFAULT CHARSET=latin1;
628
629--
630-- Dumping data for table `{omcollab_db_table_prefix}oldimage`
631--
632
633
634-- --------------------------------------------------------
635
636--
637-- Table structure for table `{omcollab_db_table_prefix}page`
638--
639
640DROP TABLE IF EXISTS `{omcollab_db_table_prefix}page`;
641CREATE TABLE `{omcollab_db_table_prefix}page` (
642  `page_id` int(10) unsigned NOT NULL auto_increment,
643  `page_namespace` int(11) NOT NULL,
644  `page_title` varchar(255) character set latin1 collate latin1_bin NOT NULL,
645  `page_restrictions` tinyblob NOT NULL,
646  `page_counter` bigint(20) unsigned NOT NULL default '0',
647  `page_is_redirect` tinyint(3) unsigned NOT NULL default '0',
648  `page_is_new` tinyint(3) unsigned NOT NULL default '0',
649  `page_random` double unsigned NOT NULL,
650  `page_touched` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
651  `page_latest` int(10) unsigned NOT NULL,
652  `page_len` int(10) unsigned NOT NULL,
653  PRIMARY KEY  (`page_id`),
654  UNIQUE KEY `name_title` (`page_namespace`,`page_title`),
655  KEY `page_random` (`page_random`),
656  KEY `page_len` (`page_len`)
657) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;
658
659--
660-- Dumping data for table `{omcollab_db_table_prefix}page`
661--
662
663INSERT INTO `{omcollab_db_table_prefix}page` (`page_id`, `page_namespace`, `page_title`, `page_restrictions`, `page_counter`, `page_is_redirect`, `page_is_new`, `page_random`, `page_touched`, `page_latest`, `page_len`) VALUES
664(1, 0, 0x4d61696e5f50616765, '', 90, 0, 0, 0.106481737462, 0x3230303830373031303934303233, 18, 2722),
665(2, 8, 0x53696465626172, '', 4, 0, 0, 0.423490804093, 0x3230303830363131313030393135, 4, 224),
666(3, 0, 0x5375626d656e75, '', 6, 0, 0, 0.825034213397, 0x3230303830373031303934383134, 21, 30),
667(4, 200, 'Admin', '', 0, 0, 1, 0.750118327798, '20080613121024', 10, 262),
668(5, 0, 'Welcome', '', 1, 0, 1, 0.828877925496, '20090625080132', 22, 1253),
669(6, 8, 'Featured_Article', '', 1, 0, 1, 0.82499884389, '20090625080255', 23, 40);
670
671
672-- --------------------------------------------------------
673
674--
675-- Table structure for table `{omcollab_db_table_prefix}pagelinks`
676--
677
678DROP TABLE IF EXISTS `{omcollab_db_table_prefix}pagelinks`;
679CREATE TABLE `{omcollab_db_table_prefix}pagelinks` (
680  `pl_from` int(10) unsigned NOT NULL default '0',
681  `pl_namespace` int(11) NOT NULL default '0',
682  `pl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
683  UNIQUE KEY `pl_from` (`pl_from`,`pl_namespace`,`pl_title`),
684  KEY `pl_namespace` (`pl_namespace`,`pl_title`,`pl_from`)
685) ENGINE=InnoDB DEFAULT CHARSET=latin1;
686
687--
688-- Dumping data for table `{omcollab_db_table_prefix}pagelinks`
689--
690
691INSERT INTO `{omcollab_db_table_prefix}pagelinks` (`pl_from`, `pl_namespace`, `pl_title`) VALUES
692(2, 0, 'Main_Page'),
693(2, 0, 'Submenu'),
694(5, 0, 'Enterprise_Information_Management_Concept'),
695(5, 0, 'Information_Development'),
696(5, 0, 'MIKE2:FAQs'),
697(5, 0, 'MIKE2:Ways_to_Contribute'),
698(5, 0, 'MIKE2:Ways_to_use_MIKE2.0'),
699(5, 0, 'Open_Methodology_Framework'),
700(5, 0, 'Open_Source_Concept'),
701(5, 0, 'What_is_MIKE2.0'),
702(5, 12, 'Contents');
703
704
705-- --------------------------------------------------------
706
707--
708-- Table structure for table `{omcollab_db_table_prefix}page_props`
709--
710
711CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}page_props` (
712  `pp_page` int(11) NOT NULL,
713  `pp_propname` varbinary(60) NOT NULL,
714  `pp_value` blob NOT NULL,
715  PRIMARY KEY (`pp_page`,`pp_propname`)
716) ENGINE=InnoDB DEFAULT CHARSET=latin1;
717
718--
719-- Dumping data for table `{omcollab_db_table_prefix}page_props`
720--
721
722
723-- --------------------------------------------------------
724
725--
726-- Table structure for table `{omcollab_db_table_prefix}page_restrictions`
727--
728
729DROP TABLE IF EXISTS `{omcollab_db_table_prefix}page_restrictions`;
730CREATE TABLE `{omcollab_db_table_prefix}page_restrictions` (
731  `pr_page` int(11) NOT NULL,
732  `pr_type` varbinary(60) NOT NULL,
733  `pr_level` varbinary(60) NOT NULL,
734  `pr_cascade` tinyint(4) NOT NULL,
735  `pr_user` int(11) default NULL,
736  `pr_expiry` varbinary(14) default NULL,
737  `pr_id` int(10) unsigned NOT NULL auto_increment,
738  PRIMARY KEY  (`pr_page`,`pr_type`),
739  UNIQUE KEY `pr_id` (`pr_id`),
740  KEY `pr_typelevel` (`pr_type`,`pr_level`),
741  KEY `pr_level` (`pr_level`),
742  KEY `pr_cascade` (`pr_cascade`)
743) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
744
745--
746-- Dumping data for table `{omcollab_db_table_prefix}page_restrictions`
747--
748
749
750-- --------------------------------------------------------
751
752--
753-- Table structure for table `{omcollab_db_table_prefix}protected_titles`
754--
755
756DROP TABLE IF EXISTS `{omcollab_db_table_prefix}protected_titles`;
757CREATE TABLE `{omcollab_db_table_prefix}protected_titles` (
758  `pt_namespace` int(11) NOT NULL,
759  `pt_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
760  `pt_user` int(10) unsigned NOT NULL,
761  `pt_reason` tinyblob,
762  `pt_timestamp` binary(14) NOT NULL,
763  `pt_expiry` varbinary(14) NOT NULL default '',
764  `pt_create_perm` varbinary(60) NOT NULL,
765  PRIMARY KEY  (`pt_namespace`,`pt_title`),
766  KEY `pt_timestamp` (`pt_timestamp`)
767) ENGINE=InnoDB DEFAULT CHARSET=latin1;
768
769--
770-- Dumping data for table `{omcollab_db_table_prefix}protected_titles`
771--
772
773
774-- --------------------------------------------------------
775
776--
777-- Table structure for table `{omcollab_db_table_prefix}querycache`
778--
779
780DROP TABLE IF EXISTS `{omcollab_db_table_prefix}querycache`;
781CREATE TABLE `{omcollab_db_table_prefix}querycache` (
782  `qc_type` varbinary(32) NOT NULL,
783  `qc_value` int(10) unsigned NOT NULL default '0',
784  `qc_namespace` int(11) NOT NULL default '0',
785  `qc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
786  KEY `qc_type` (`qc_type`,`qc_value`)
787) ENGINE=InnoDB DEFAULT CHARSET=latin1;
788
789--
790-- Dumping data for table `{omcollab_db_table_prefix}querycache`
791--
792
793
794-- --------------------------------------------------------
795
796--
797-- Table structure for table `{omcollab_db_table_prefix}querycachetwo`
798--
799
800DROP TABLE IF EXISTS `{omcollab_db_table_prefix}querycachetwo`;
801CREATE TABLE `{omcollab_db_table_prefix}querycachetwo` (
802  `qcc_type` varbinary(32) NOT NULL,
803  `qcc_value` int(10) unsigned NOT NULL default '0',
804  `qcc_namespace` int(11) NOT NULL default '0',
805  `qcc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
806  `qcc_namespacetwo` int(11) NOT NULL default '0',
807  `qcc_titletwo` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
808  KEY `qcc_type` (`qcc_type`,`qcc_value`),
809  KEY `qcc_title` (`qcc_type`,`qcc_namespace`,`qcc_title`),
810  KEY `qcc_titletwo` (`qcc_type`,`qcc_namespacetwo`,`qcc_titletwo`)
811) ENGINE=InnoDB DEFAULT CHARSET=latin1;
812
813--
814-- Dumping data for table `{omcollab_db_table_prefix}querycachetwo`
815--
816
817
818-- --------------------------------------------------------
819
820--
821-- Table structure for table `{omcollab_db_table_prefix}querycache_info`
822--
823
824DROP TABLE IF EXISTS `{omcollab_db_table_prefix}querycache_info`;
825CREATE TABLE `{omcollab_db_table_prefix}querycache_info` (
826  `qci_type` varbinary(32) NOT NULL default '',
827  `qci_timestamp` binary(14) NOT NULL default '19700101000000',
828  UNIQUE KEY `qci_type` (`qci_type`)
829) ENGINE=InnoDB DEFAULT CHARSET=latin1;
830
831--
832-- Dumping data for table `{omcollab_db_table_prefix}querycache_info`
833--
834
835
836-- --------------------------------------------------------
837
838--
839-- Table structure for table `{omcollab_db_table_prefix}recentchanges`
840--
841
842DROP TABLE IF EXISTS `{omcollab_db_table_prefix}recentchanges`;
843CREATE TABLE `{omcollab_db_table_prefix}recentchanges` (
844  `rc_id` int(11) NOT NULL auto_increment,
845  `rc_timestamp` varbinary(14) NOT NULL default '',
846  `rc_cur_time` varbinary(14) NOT NULL default '',
847  `rc_user` int(10) unsigned NOT NULL default '0',
848  `rc_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
849  `rc_namespace` int(11) NOT NULL default '0',
850  `rc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
851  `rc_comment` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
852  `rc_minor` tinyint(3) unsigned NOT NULL default '0',
853  `rc_bot` tinyint(3) unsigned NOT NULL default '0',
854  `rc_new` tinyint(3) unsigned NOT NULL default '0',
855  `rc_cur_id` int(10) unsigned NOT NULL default '0',
856  `rc_this_oldid` int(10) unsigned NOT NULL default '0',
857  `rc_last_oldid` int(10) unsigned NOT NULL default '0',
858  `rc_type` tinyint(3) unsigned NOT NULL default '0',
859  `rc_moved_to_ns` tinyint(3) unsigned NOT NULL default '0',
860  `rc_moved_to_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
861  `rc_patrolled` tinyint(3) unsigned NOT NULL default '0',
862  `rc_ip` varbinary(40) NOT NULL default '',
863  `rc_old_len` int(11) default NULL,
864  `rc_new_len` int(11) default NULL,
865  `rc_deleted` tinyint(3) unsigned NOT NULL default '0',
866  `rc_logid` int(10) unsigned NOT NULL default '0',
867  `rc_log_type` varbinary(255) default NULL,
868  `rc_log_action` varbinary(255) default NULL,
869  `rc_params` blob,
870  PRIMARY KEY  (`rc_id`),
871  KEY `rc_timestamp` (`rc_timestamp`),
872  KEY `rc_namespace_title` (`rc_namespace`,`rc_title`),
873  KEY `rc_cur_id` (`rc_cur_id`),
874  KEY `new_name_timestamp` (`rc_new`,`rc_namespace`,`rc_timestamp`),
875  KEY `rc_ip` (`rc_ip`),
876  KEY `rc_ns_usertext` (`rc_namespace`,`rc_user_text`),
877  KEY `rc_user_text` (`rc_user_text`,`rc_timestamp`)
878) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
879
880--
881-- Dumping data for table `{omcollab_db_table_prefix}recentchanges`
882--
883
884INSERT INTO `{omcollab_db_table_prefix}recentchanges` (`rc_id`, `rc_timestamp`, `rc_cur_time`, `rc_user`, `rc_user_text`, `rc_namespace`, `rc_title`, `rc_comment`, `rc_minor`, `rc_bot`, `rc_new`, `rc_cur_id`, `rc_this_oldid`, `rc_last_oldid`, `rc_type`, `rc_moved_to_ns`, `rc_moved_to_title`, `rc_patrolled`, `rc_ip`, `rc_old_len`, `rc_new_len`, `rc_deleted`, `rc_logid`, `rc_log_type`, `rc_log_action`, `rc_params`) VALUES
885(1, 0x3230303830363036313434383334, 0x3230303830363036313434383334, 1, 0x41646d696e, -1, 0x4c6f672f72656e616d6575736572, 0x6861732072656e616d656420557365723a57696b695379734f7020746f202241646d696e223a20302065646974732e20526561736f6e3a20, 0, 0, 0, 0, 0, 0, 3, 0, '', 1, 0x3132372e302e302e31, NULL, NULL, 0, 0, NULL, NULL, NULL),
886(2, 0x3230303830363131303934363539, 0x3230303830363131303934363539, 1, 0x41646d696e, 8, 0x53696465626172, 0x4e657720706167653a207b7b236d656e753a202a5b5b6d61696e706167657c6d61696e706167655d5d202a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d202a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d202a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d207d7d203c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354492e2e2e, 0, 0, 1, 2, 2, 0, 1, 0, '', 1, 0x3132372e302e302e31, 0, 192, 0, 0, NULL, NULL, NULL),
887(3, 0x3230303830363131303934383030, 0x3230303830363131303934383030, 1, 0x41646d696e, 8, 0x53696465626172, '', 0, 0, 0, 2, 3, 2, 0, 0, '', 1, 0x3132372e302e302e31, 192, 227, 0, 0, NULL, NULL, NULL),
888(4, 0x3230303830363131303934393130, 0x3230303830363131303934393130, 1, 0x41646d696e, 8, 0x53696465626172, '', 0, 0, 0, 2, 4, 3, 0, 0, '', 1, 0x3132372e302e302e31, 227, 224, 0, 0, NULL, NULL, NULL),
889(5, 0x3230303830363131313030393135, 0x3230303830363131313030393135, 1, 0x41646d696e, 0, 0x5375626d656e75, 0x4e657720706167653a204e6176696761746520746f202f6f6d57696b692f4d6564696157696b693a5369646562617220616e642065646974206173207265717569726564, 0, 0, 1, 3, 5, 0, 1, 0, '', 1, 0x3132372e302e302e31, 0, 58, 0, 0, NULL, NULL, NULL),
890(6, 0x3230303830363131313031353130, 0x3230303830363131313031353130, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 6, 5, 0, 0, '', 1, 0x3132372e302e302e31, 58, 62, 0, 0, NULL, NULL, NULL),
891(7, 0x3230303830363133303934393338, 0x3230303830363133303934393338, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 7, 1, 0, 0, '', 1, 0x3132372e302e302e31, 449, 462, 0, 0, NULL, NULL, NULL),
892(8, 0x3230303830363133303935313239, 0x3230303830363133303935313239, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 8, 7, 0, 0, '', 1, 0x3132372e302e302e31, 462, 449, 0, 0, NULL, NULL, NULL),
893(9, 0x3230303830363133313031353339, 0x3230303830363133313031353339, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 9, 8, 0, 0, '', 1, 0x3132372e302e302e31, 449, 462, 0, 0, NULL, NULL, NULL),
894(10, 0x3230303830363133313231303234, 0x3230303830363133313231303234, 1, 0x41646d696e, 200, 0x41646d696e, 0x696d706f727420757365722077696b69, 0, 0, 1, 4, 10, 0, 1, 0, '', 1, 0x3132372e302e302e31, 0, 262, 0, 0, NULL, NULL, NULL),
895(11, 0x3230303830373031303933333337, 0x3230303830373031303933333337, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 11, 9, 0, 0, '', 1, 0x3132372e302e302e31, 462, 2739, 0, 0, NULL, NULL, NULL),
896(12, 0x3230303830373031303933353131, 0x3230303830373031303933353131, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465202a2f20, 0, 0, 0, 1, 12, 11, 0, 0, '', 1, 0x3132372e302e302e31, 2739, 2723, 0, 0, NULL, NULL, NULL),
897(13, 0x3230303830373031303933353438, 0x3230303830373031303933353438, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 13, 12, 0, 0, '', 1, 0x3132372e302e302e31, 2723, 2719, 0, 0, NULL, NULL, NULL),
898(14, 0x3230303830373031303933363330, 0x3230303830373031303933363330, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 14, 13, 0, 0, '', 1, 0x3132372e302e302e31, 2719, 2718, 0, 0, NULL, NULL, NULL),
899(15, 0x3230303830373031303933373234, 0x3230303830373031303933373234, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 15, 14, 0, 0, '', 1, 0x3132372e302e302e31, 2718, 2708, 0, 0, NULL, NULL, NULL),
900(16, 0x3230303830373031303933383537, 0x3230303830373031303933383537, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 16, 15, 0, 0, '', 1, 0x3132372e302e302e31, 2708, 2720, 0, 0, NULL, NULL, NULL),
901(17, 0x3230303830373031303933393431, 0x3230303830373031303933393431, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69202a2f20, 0, 0, 0, 1, 17, 16, 0, 0, '', 1, 0x3132372e302e302e31, 2720, 2715, 0, 0, NULL, NULL, NULL),
902(18, 0x3230303830373031303934303233, 0x3230303830373031303934303233, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 18, 17, 0, 0, '', 1, 0x3132372e302e302e31, 2715, 2722, 0, 0, NULL, NULL, NULL),
903(19, 0x3230303830373031303934373132, 0x3230303830373031303934373132, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 19, 6, 0, 0, '', 1, 0x3132372e302e302e31, 62, 58, 0, 0, NULL, NULL, NULL),
904(20, 0x3230303830373031303934373436, 0x3230303830373031303934373436, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 20, 19, 0, 0, '', 1, 0x3132372e302e302e31, 58, 42, 0, 0, NULL, NULL, NULL),
905(21, '20080701094814', '20080701094814', 1, 'Admin', 0, 'Submenu', '', 0, 0, 0, 3, 21, 20, 0, 0, '', 1, '127.0.0.1', 42, 30, 0, 0, NULL, NULL, NULL),
906(22, '20090625080132', '20090625080132', 1, 'Admin', 0, 'Welcome', 'Created page with ''<div style="font-size: 130%;"> ''''''MIKE2.0 (Method for an Integrated Knowledge Environment)'''''' is an [[Open Source Concept|Open Source]] methodology for [[Enterprise Information M...''', 0, 0, 1, 5, 22, 0, 1, 0, '', 1, '127.0.0.1', 0, 1253, 0, 0, NULL, '', ''),
907(23, '20090625080255', '20090625080255', 1, 'Admin', 8, 'Featured_Article', 'Created page with ''article=Main_Page|num_of_characters=1000''', 0, 0, 1, 6, 23, 0, 1, 0, '', 1, '127.0.0.1', 0, 40, 0, 0, NULL, '', '');
908
909
910-- --------------------------------------------------------
911
912--
913-- Table structure for table `{omcollab_db_table_prefix}redirect`
914--
915
916DROP TABLE IF EXISTS `{omcollab_db_table_prefix}redirect`;
917CREATE TABLE `{omcollab_db_table_prefix}redirect` (
918  `rd_from` int(10) unsigned NOT NULL default '0',
919  `rd_namespace` int(11) NOT NULL default '0',
920  `rd_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
921  PRIMARY KEY  (`rd_from`),
922  KEY `rd_ns_title` (`rd_namespace`,`rd_title`,`rd_from`)
923) ENGINE=InnoDB DEFAULT CHARSET=latin1;
924
925--
926-- Dumping data for table `{omcollab_db_table_prefix}redirect`
927--
928
929
930-- --------------------------------------------------------
931
932--
933-- Table structure for table `{omcollab_db_table_prefix}revision`
934--
935
936DROP TABLE IF EXISTS `{omcollab_db_table_prefix}revision`;
937CREATE TABLE `{omcollab_db_table_prefix}revision` (
938  `rev_id` int(10) unsigned NOT NULL auto_increment,
939  `rev_page` int(10) unsigned NOT NULL,
940  `rev_text_id` int(10) unsigned NOT NULL,
941  `rev_comment` tinyblob NOT NULL,
942  `rev_user` int(10) unsigned NOT NULL default '0',
943  `rev_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
944  `rev_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
945  `rev_minor_edit` tinyint(3) unsigned NOT NULL default '0',
946  `rev_deleted` tinyint(3) unsigned NOT NULL default '0',
947  `rev_len` int(10) unsigned default NULL,
948  `rev_parent_id` int(10) unsigned default NULL,
949  PRIMARY KEY  (`rev_page`,`rev_id`),
950  UNIQUE KEY `rev_id` (`rev_id`),
951  KEY `rev_timestamp` (`rev_timestamp`),
952  KEY `page_timestamp` (`rev_page`,`rev_timestamp`),
953  KEY `user_timestamp` (`rev_user`,`rev_timestamp`),
954  KEY `usertext_timestamp` (`rev_user_text`,`rev_timestamp`)
955) ENGINE=InnoDB  DEFAULT CHARSET=latin1 MAX_ROWS=10000000 AVG_ROW_LENGTH=1024 AUTO_INCREMENT=22 ;
956
957--
958-- Dumping data for table `{omcollab_db_table_prefix}revision`
959--
960
961INSERT INTO `{omcollab_db_table_prefix}revision` (`rev_id`, `rev_page`, `rev_text_id`, `rev_comment`, `rev_user`, `rev_user_text`, `rev_timestamp`, `rev_minor_edit`, `rev_deleted`, `rev_len`, `rev_parent_id`) VALUES
962(1, 1, 1, '', 0, 'MediaWiki default', '20080605103804', 0, 0, 449, 0),
963(7, 1, 7, '', 1, 'Admin', '20080613094938', 0, 0, 462, 1),
964(8, 1, 8, '', 1, 'Admin', '20080613095129', 0, 0, 449, 7),
965(9, 1, 9, '', 1, 'Admin', '20080613101539', 0, 0, 462, 8),
966(11, 1, 11, '', 1, 'Admin', '20080701093337', 0, 0, 2739, 9),
967(12, 1, 12, 0x2f2a204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465202a2f, 1, 'Admin', '20080701093511', 0, 0, 2723, 11),
968(13, 1, 13, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093548', 0, 0, 2719, 12),
969(14, 1, 14, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093630', 0, 0, 2718, 13),
970(15, 1, 15, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093724', 0, 0, 2708, 14),
971(16, 1, 16, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093857', 0, 0, 2720, 15),
972(17, 1, 17, 0x2f2a204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69202a2f, 1, 'Admin', '20080701093941', 0, 0, 2715, 16),
973(18, 1, 18, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701094023', 0, 0, 2722, 17),
974(2, 2, 2, 0x4e657720706167653a207b7b236d656e753a202a5b5b6d61696e706167657c6d61696e706167655d5d202a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d202a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d202a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d207d7d203c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354492e2e2e, 1, 'Admin', '20080611094659', 0, 0, 192, 0),
975(3, 2, 3, '', 1, 'Admin', '20080611094800', 0, 0, 227, 2),
976(4, 2, 4, '', 1, 'Admin', '20080611094910', 0, 0, 224, 3),
977(5, 3, 5, 0x4e657720706167653a204e6176696761746520746f202f6f6d57696b692f4d6564696157696b693a5369646562617220616e642065646974206173207265717569726564, 1, 'Admin', '20080611100915', 0, 0, 58, 0),
978(6, 3, 6, '', 1, 'Admin', '20080611101510', 0, 0, 62, 5),
979(19, 3, 19, '', 1, 'Admin', '20080701094712', 0, 0, 58, 6),
980(20, 3, 20, '', 1, 'Admin', '20080701094746', 0, 0, 42, 19),
981(21, 3, 21, '', 1, 'Admin', '20080701094814', 0, 0, 30, 20),
982(10, 4, 10, 0x696d706f727420757365722077696b69, 1, 'Admin', '20080613121024', 0, 0, 262, 0),
983(22, 5, 22, 0x437265617465642070616765207769746820273c646976207374796c653d22666f6e742d73697a653a20313030253b223e202727274d494b45322e3020284d6574686f6420666f7220616e20496e7465677261746564204b6e6f776c6564676520456e7669726f6e6d656e742927272720697320616e205b5b4f70656e20536f7572636520436f6e636570747c4f70656e20536f757263655d5d206d6574686f646f6c6f677920666f72205b5b456e746572707269736520496e666f726d6174696f6e204d2e2e2e27, 1, 'Admin', '20090625080132', 0, 0, 1253, 0),
984(23, 6, 23, 0x4372656174656420706167652077697468202761727469636c653d4d61696e5f506167657c6e756d5f6f665f636861726163746572733d3130303027, 1, 'Admin', '20090625080255', 0, 0, 40, 0);
985
986
987-- --------------------------------------------------------
988
989--
990-- Table structure for table `{omcollab_db_table_prefix}searchindex`
991--
992
993DROP TABLE IF EXISTS `{omcollab_db_table_prefix}searchindex`;
994CREATE TABLE `{omcollab_db_table_prefix}searchindex` (
995  `si_page` int(10) unsigned NOT NULL,
996  `si_title` varchar(255) NOT NULL default '',
997  `si_text` mediumtext NOT NULL,
998  UNIQUE KEY `si_page` (`si_page`),
999  FULLTEXT KEY `si_title` (`si_title`),
1000  FULLTEXT KEY `si_text` (`si_text`)
1001) ENGINE=MyISAM DEFAULT CHARSET=latin1;
1002
1003--
1004-- Dumping data for table `{omcollab_db_table_prefix}searchindex`
1005--
1006
1007INSERT INTO `{omcollab_db_table_prefix}searchindex` (`si_page`, `si_title`, `si_text`) VALUES
1008(2, 'sidebar', ' #menu main page home submenu example submenu item special recentchanges recent changes special newpages newest pages special random random page __noeditsection__ '),
1009(3, 'submenu', ' refer to mediawiki sidebar '),
1010(1, 'main page', '  mediawiki for omcollab has been successfully installed   consult the user user''s guide for information on using the wiki software getting started getting started getting started configuration settings list mediawiki faq mediawiki release mailing list a few examples a few examples a few examples below are three examples of pre-installed wiki extensions that enhance and extend the collaborative nature of the omcollab suite for the full list refer to special version example 1 links to assets of a particular type on an external wiki example 1 links to assets of a particular type on an external wiki example 1 links to assets of a particular type on an external wiki the links shown here are generated by the apiquery extension which is pre-installed action query; list categorymembers; cmcategory omcollab; cmlimit 10; the extension reaches out to an external wiki you configure the destination wiki in your localsettings php file and retrieves links to articles on that wiki which correspond to the apiquery settings specified in the wiki tag click view source or edit to see the tag in our example we are reaching out to the mike2 0 wiki and retrieving links to all articles there in the category ''omcollab'' use this method when you do not have credentials to query an external wiki directly example 2 bookmarks from an external omcollab bookmarks site example 2 bookmarks from an external omcollab bookmarks site example 2 bookmarks from an external omcollab bookmarks site the links shown here point to bookmarks on an external omcollab bookmarks or scuttle web site these require the ombookmarksexternal extension which is pre-installed with omcollab collaboration in this example we are displaying bookmarks from mike2 0 bookmarks where the term ''collaboration'' appears in a bookmark bookmark''s tag on that site to see the configuration options for this extension view source or edit this page use this extension when you want to display bookmarks from an external site example 3 locally bookmarked assets example 3 locally bookmarked assets example 3 locally bookmarked assets the links shown here are retrieved from your own instance of omcollab bookmarks using the pre-installed extension ''omcollabbookmarks omcollab you can configure the lookup attributes by editing or viewing the source of this page category test category '),
1011(4, 'admin', ' there is currently no text in this page you can special search toggleuserpage search for this page title in other pages or edit this page '),
1012(5, 'welcome', '  mike2u82e0u800 method foru800 anu800 integrated knowledge environment   isu800 anu800 open source concept open source methodology foru800 enterprise information management concept enterprise information management that provides au800 framework foru800 information development . theu800 mike2u82e0u800 methodology isu800 part ofu800 theu800 overall open methodology framework .  mike2u82e0u800 isu800 au800 collaborative effort  tou800 help organisations whou800 have invested heavily inu800 applications andu800 infrastructures butu800 haven''tu800 focused onu800 theu800 data andu800 information needs ofu800 theu800 business. weu800 believe this hasu800 resulted inu800 many ofu800 theu800 business problems faced byu800 organisations today around compliance lack ofu800 customer insight failed transformation programmes andu800 theu800 high cost ofu800 technology systems. what isu800 mike2u82e0u800 what isu800 mike2u82e0u800 explore mike2u82e0u800 mike2 ways tou800 contribute contribute tou800 mike2u82e0u800 help contents help mike2 faqs faqs mike2 ways tou800 useu800 mike2u82e0u800 useu800 mike2u82e0u800 give usu800 feedback '),
1013(6, 'featured article', ' article main_page num_of_characters 1000 ');
1014
1015-- --------------------------------------------------------
1016
1017--
1018-- Table structure for table `{omcollab_db_table_prefix}site_stats`
1019--
1020
1021DROP TABLE IF EXISTS `{omcollab_db_table_prefix}site_stats`;
1022CREATE TABLE `{omcollab_db_table_prefix}site_stats` (
1023  `ss_row_id` int(10) unsigned NOT NULL,
1024  `ss_total_views` bigint(20) unsigned default '0',
1025  `ss_total_edits` bigint(20) unsigned default '0',
1026  `ss_good_articles` bigint(20) unsigned default '0',
1027  `ss_total_pages` bigint(20) default '-1',
1028  `ss_users` bigint(20) default '-1',
1029  `ss_admins` int(11) default '-1',
1030  `ss_images` int(11) default '0',
1031  `ss_active_users` bigint(20) DEFAULT '-1',
1032  UNIQUE KEY `ss_row_id` (`ss_row_id`)
1033) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1034
1035--
1036-- Dumping data for table `{omcollab_db_table_prefix}site_stats`
1037--
1038INSERT INTO `{omcollab_db_table_prefix}site_stats` (`ss_row_id`, `ss_total_views`, `ss_total_edits`, `ss_good_articles`, `ss_total_pages`, `ss_users`, `ss_admins`, `ss_images`, `ss_active_users`) VALUES
1039(1, 102, 24, 3, 6, 1, 1, 0, 0);
1040
1041-- --------------------------------------------------------
1042
1043--
1044-- Table structure for table `{omcollab_db_table_prefix}templatelinks`
1045--
1046
1047DROP TABLE IF EXISTS `{omcollab_db_table_prefix}templatelinks`;
1048CREATE TABLE `{omcollab_db_table_prefix}templatelinks` (
1049  `tl_from` int(10) unsigned NOT NULL default '0',
1050  `tl_namespace` int(11) NOT NULL default '0',
1051  `tl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1052  UNIQUE KEY `tl_from` (`tl_from`,`tl_namespace`,`tl_title`),
1053  KEY `tl_namespace` (`tl_namespace`,`tl_title`,`tl_from`)
1054) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1055
1056--
1057-- Dumping data for table `{omcollab_db_table_prefix}templatelinks`
1058--
1059
1060
1061-- --------------------------------------------------------
1062
1063--
1064-- Table structure for table `{omcollab_db_table_prefix}text`
1065--
1066
1067DROP TABLE IF EXISTS `{omcollab_db_table_prefix}text`;
1068CREATE TABLE `{omcollab_db_table_prefix}text` (
1069  `old_id` int(10) unsigned NOT NULL auto_increment,
1070  `old_text` mediumblob NOT NULL,
1071  `old_flags` tinyblob NOT NULL,
1072  PRIMARY KEY  (`old_id`)
1073) ENGINE=InnoDB  DEFAULT CHARSET=latin1 MAX_ROWS=10000000 AVG_ROW_LENGTH=10240 AUTO_INCREMENT=22 ;
1074
1075--
1076-- Dumping data for table `{omcollab_db_table_prefix}text`
1077--
1078
1079INSERT INTO `{omcollab_db_table_prefix}text` (`old_id`, `old_text`, `old_flags`) VALUES
1080(1, 0x3c6269673e2727274d6564696157696b6920686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1081(2, 0x7b7b236d656e753a0a2a5b5b6d61696e706167657c6d61696e706167655d5d0a2a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d0a2a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d0a2a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d0a7d7d0a3c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354494f4e5f5f, 0x7574662d38),
1082(3, 0x7b7b236d656e753a0a2a5b5b6d61696e706167657c6d61696e706167655d5d0a2a2a5b5b7375626d656e757c6578616d706c65207375626d656e75206974656d5d5d0a2a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d0a2a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d0a2a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d0a7d7d0a3c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354494f4e5f5f, 0x7574662d38),
1083(4, 0x7b7b236d656e753a0a2a5b5b4d61696e20506167657c486f6d655d5d0a2a2a5b5b7375626d656e757c6578616d706c65207375626d656e75206974656d5d5d0a2a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d0a2a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d0a2a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d0a7d7d0a3c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354494f4e5f5f, 0x7574662d38),
1084(5, 0x4e6176696761746520746f202f6f6d57696b692f4d6564696157696b693a5369646562617220616e642065646974206173207265717569726564, 0x7574662d38),
1085(6, 0x526566657220746f202f6f6d57696b692f696e6465782e7068703f7469746c653d4d6564696157696b693a5369646562617226616374696f6e3d65646974, 0x7574662d38),
1086(7, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1087(8, 0x3c6269673e2727274d6564696157696b6920686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1088(9, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1089(10, 0x3c64697620636c6173733d276e6f61727469636c6574657874273e54686572652069732063757272656e746c79206e6f207465787420696e207468697320706167652c20796f752063616e205b5b5370656369616c3a5365617263682f546f67676c6555736572506167657c73656172636820666f7220746869732070616765207469746c655d5d20696e206f74686572207061676573206f72205b687474703a2f2f6f6d636f6c6c61622e6c6f63616c686f73742f6f6d57696b692f696e6465782e7068703f7469746c653d5370656369616c3a546f67676c65557365725061676526616374696f6e3d656469742065646974207468697320706167655d2e3c2f6469763e, 0x7574662d38),
1090(11, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d636f6c6c6162626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c22200a696e707574747970653d227461677322200a736561726368747970653d227465726d22200a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d636f6c6c6162626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b73200a646973706c6179747970653d22626c6f67726f6c6c22200a696e707574747970653d227461677322200a736561726368747970653d227465726d22200a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73223e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1091(12, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b73200a646973706c6179747970653d22626c6f67726f6c6c22200a696e707574747970653d227461677322200a736561726368747970653d227465726d22200a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73223e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1092(13, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d636f6c6c6162626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73223e6f6d636f6c6c61623c2f6f6d636f6c6c6162626f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1093(14, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c73637574746c65626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f73637574746c65626f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1094(15, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d626f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1095(16, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1096(17, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e0a0a3c61706971756572790a646973706c6179747970653d22626c6f67726f6c6c220a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d31303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1097(18, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e0a0a3c61706971756572790a646973706c6179747970653d22626c6f67726f6c6c220a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d31303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d227365617263687465726d73220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1098(19, 0x526566657220746f205b5b696e6465782e7068703f7469746c653d4d6564696157696b693a5369646562617226616374696f6e3d656469745d5d, 0x7574662d38),
1099(20, 0x526566657220746f205b5b4d6564696157696b693a5369646562617226616374696f6e3d656469745d5d, 0x7574662d38);
1100INSERT INTO `{omcollab_db_table_prefix}text` (`old_id`, `old_text`, `old_flags`) VALUES
1101(21, 0x526566657220746f205b5b4d6564696157696b693a536964656261725d5d, 0x7574662d38),
1102(22, 0x3c646976207374796c653d22666f6e742d73697a653a20313030253b223e0a2727274d494b45322e3020284d6574686f6420666f7220616e20496e7465677261746564204b6e6f776c6564676520456e7669726f6e6d656e742927272720697320616e205b5b4f70656e20536f7572636520436f6e636570747c4f70656e20536f757263655d5d206d6574686f646f6c6f677920666f72205b5b456e746572707269736520496e666f726d6174696f6e204d616e6167656d656e7420436f6e636570747c456e746572707269736520496e666f726d6174696f6e204d616e6167656d656e745d5d20746861742070726f76696465732061206672616d65776f726b20666f72205b5b496e666f726d6174696f6e20446576656c6f706d656e745d5d2e20546865204d494b45322e30204d6574686f646f6c6f67792069732070617274206f6620746865206f766572616c6c205b5b4f70656e204d6574686f646f6c6f6779204672616d65776f726b5d5d2e200a2727274d494b45322e30206973206120636f6c6c61626f726174697665206566666f727427272720746f2068656c70206f7267616e69736174696f6e732077686f206861766520696e7665737465642068656176696c7920696e206170706c69636174696f6e7320616e6420696e667261737472756374757265732c2062757420686176656e277420666f6375736564206f6e20746865206461746120616e6420696e666f726d6174696f6e206e65656473206f662074686520627573696e6573732e2057652062656c6965766520746869732068617320726573756c74656420696e206d616e79206f662074686520627573696e6573732070726f626c656d73206661636564206279206f7267616e69736174696f6e7320746f6461792061726f756e6420636f6d706c69616e63652c206c61636b206f6620637573746f6d657220696e73696768742c206661696c6564207472616e73666f726d6174696f6e2070726f6772616d6d657320616e6420746865206869676820636f7374206f6620746563686e6f6c6f67792073797374656d732e203c2f6469763e203c646976207374796c653d22626f726465723a2031707820736f6c696420726762283136332c203137362c20313931293b2070616464696e673a2030707820313470783b206d617267696e2d746f703a20313270783b20666c6f61743a2072696768743b20666f6e742d73697a653a20313030253b206261636b67726f756e642d636f6c6f723a20726762283232382c203233372c20323432293b223e5b5b57686174206973204d494b45322e307c57686174206973204d494b45322e303f5d5d207c205b687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f6578706c6f7265204578706c6f7265204d494b45322e305d207c205b5b4d494b45323a5761797320746f20436f6e747269627574657c436f6e7472696275746520746f204d494b45322e305d5d207c205b5b48656c703a436f6e74656e74737c48656c705d5d207c205b5b4d494b45323a464151737c464151735d5d207c205b5b4d494b45323a5761797320746f20757365204d494b45322e307c557365204d494b45322e305d5d207c205b6d61696c746f3a6d696b6532406f70656e6d6574686f646f6c6f67792e6f7267204769766520757320666565646261636b5d203c2f6469763e200a3c62723e3c62723e, 0x7574662d38),
1103(23, 0x61727469636c653d4d61696e5f506167657c6e756d5f6f665f636861726163746572733d31303030, 0x7574662d38);
1104
1105-- --------------------------------------------------------
1106
1107--
1108-- Table structure for table `{omcollab_db_table_prefix}trackbacks`
1109--
1110
1111DROP TABLE IF EXISTS `{omcollab_db_table_prefix}trackbacks`;
1112CREATE TABLE `{omcollab_db_table_prefix}trackbacks` (
1113  `tb_id` int(11) NOT NULL auto_increment,
1114  `tb_page` int(11) default NULL,
1115  `tb_title` varchar(255) NOT NULL,
1116  `tb_url` blob NOT NULL,
1117  `tb_ex` text,
1118  `tb_name` varchar(255) default NULL,
1119  PRIMARY KEY  (`tb_id`),
1120  KEY `tb_page` (`tb_page`)
1121) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1122
1123--
1124-- Dumping data for table `{omcollab_db_table_prefix}trackbacks`
1125--
1126
1127
1128-- --------------------------------------------------------
1129
1130--
1131-- Table structure for table `{omcollab_db_table_prefix}transcache`
1132--
1133
1134DROP TABLE IF EXISTS `{omcollab_db_table_prefix}transcache`;
1135CREATE TABLE `{omcollab_db_table_prefix}transcache` (
1136  `tc_url` varbinary(255) NOT NULL,
1137  `tc_contents` text,
1138  `tc_time` int(11) NOT NULL,
1139  UNIQUE KEY `tc_url_idx` (`tc_url`)
1140) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1141
1142--
1143-- Dumping data for table `{omcollab_db_table_prefix}transcache`
1144--
1145
1146
1147-- --------------------------------------------------------
1148
1149--
1150-- Table structure for table `{omcollab_db_table_prefix}updatelog`
1151--
1152DROP TABLE IF EXISTS `{omcollab_db_table_prefix}updatelog`;
1153CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}updatelog` (
1154  `ul_key` varchar(255) NOT NULL,
1155  PRIMARY KEY (`ul_key`)
1156) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1157
1158--
1159-- Dumping data for table `{omcollab_db_table_prefix}updatelog`
1160--
1161
1162INSERT INTO `{omcollab_db_table_prefix}updatelog` (`ul_key`) VALUES
1163('password format'),
1164('populate category'),
1165('populate rev_parent_id');
1166
1167-- --------------------------------------------------------
1168
1169--
1170-- Table structure for table `{omcollab_db_table_prefix}user`
1171--
1172
1173DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user`;
1174CREATE TABLE `{omcollab_db_table_prefix}user` (
1175  `user_id` int(10) unsigned NOT NULL auto_increment,
1176  `user_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1177  `user_real_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1178  `user_password` tinyblob NOT NULL,
1179  `user_newpassword` tinyblob NOT NULL,
1180  `user_newpass_time` binary(14) default NULL,
1181  `user_email` tinytext NOT NULL,
1182  `user_options` blob NOT NULL,
1183  `user_touched` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1184  `user_token` binary(32) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1185  `user_email_authenticated` binary(14) default NULL,
1186  `user_email_token` binary(32) default NULL,
1187  `user_email_token_expires` binary(14) default NULL,
1188  `user_registration` binary(14) default NULL,
1189  `user_editcount` int(11) default NULL,
1190  PRIMARY KEY  (`user_id`),
1191  UNIQUE KEY `user_name` (`user_name`),
1192  KEY `user_email_token` (`user_email_token`)
1193) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
1194
1195--
1196-- Dumping data for table `{omcollab_db_table_prefix}user`
1197--
1198--              MW1.12.0 old password hash = bdf6301b822e7778e38bf1072a74e4e8
1199--                                                                       md5(concat(user_id,'-',md5('password')))
1200--              MW1.14.0 new password hash = :B:1:bdf6301b822e7778e38bf1072a74e4e8
1201--                                                                       UPDATE $user SET user_password=CONCAT(':B:', user_id, ':', user_password)
1202
1203INSERT INTO `{omcollab_db_table_prefix}user` (`user_id`, `user_name`, `user_real_name`, `user_password`, `user_newpassword`, `user_newpass_time`, `user_email`, `user_options`, `user_touched`, `user_token`, `user_email_authenticated`, `user_email_token`, `user_email_token_expires`, `user_registration`, `user_editcount`) VALUES
1204(1, 'Admin', '',':B:1:bdf6301b822e7778e38bf1072a74e4e8', '', NULL, '', 0x717569636b6261723d310a756e6465726c696e653d320a636f6c733d38300a726f77733d32350a7365617263686c696d69743d32300a636f6e746578746c696e65733d350a636f6e7465787463686172733d35300a736b696e3d6d696b65320a6d6174683d310a7263646179733d370a72636c696d69743d35300a776c6c696d69743d3235300a686967686c6967687462726f6b656e3d310a737475627468726573686f6c643d300a707265766965776f6e746f703d310a6564697473656374696f6e3d310a6564697473656374696f6e6f6e7269676874636c69636b3d300a73686f77746f633d310a73686f77746f6f6c6261723d310a646174653d64656661756c740a696d61676573697a653d320a7468756d6273697a653d320a72656d656d62657270617373776f72643d300a656e6f74696677617463686c69737470616765733d300a656e6f7469667573657274616c6b70616765733d310a656e6f7469666d696e6f7265646974733d300a656e6f74696672657665616c616464723d300a73686f776e756d626572737761746368696e673d300a66616e63797369673d300a65787465726e616c656469746f723d300a65787465726e616c646966663d300a73686f776a756d706c696e6b733d310a6e756d62657268656164696e67733d300a7573656c697665707265766965773d300a77617463686c697374646179733d330a76617269616e743d0a6c616e67756167653d656e0a7365617263684e73303d310a6e69636b6e616d653d0a74696d65636f7272656374696f6e3d0a616a61787365617263683d0a7365617263684e73313d300a7365617263684e73323d300a7365617263684e73333d300a7365617263684e73343d300a7365617263684e73353d300a7365617263684e73363d300a7365617263684e73373d300a7365617263684e73383d300a7365617263684e73393d300a7365617263684e7331303d300a7365617263684e7331313d300a7365617263684e7331323d300a7365617263684e7331333d300a7365617263684e7331343d300a7365617263684e7331353d300a64697361626c656d61696c3d300a6a7573746966793d300a686964656d696e6f723d300a657874656e6477617463686c6973743d300a7573656e657772633d300a656469746f6e64626c636c69636b3d300a6564697477696474683d300a77617463686372656174696f6e733d300a776174636864656661756c743d300a77617463686d6f7665733d300a776174636864656c6574696f6e3d300a6d696e6f7264656661756c743d300a707265766965776f6e66697273743d300a6e6f63616368653d300a666f7263656564697473756d6d6172793d300a77617463686c697374686964656f776e3d300a77617463686c69737468696465626f74733d300a77617463686c697374686964656d696e6f723d300a63636d656f6e656d61696c733d300a646966666f6e6c793d300a7365617263684e733130303d300a7365617263684e733130313d30, 0x3230303830373031303934383139, 0x3962633035646234353464656531386530663430336461373664636563323638, NULL, NULL, NULL, 0x3230303830363035313033383034, 22);
1205-- --------------------------------------------------------
1206
1207--
1208-- Table structure for table `{omcollab_db_table_prefix}user_board`
1209--
1210
1211DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_board`;
1212CREATE TABLE `{omcollab_db_table_prefix}user_board` (
1213  `ub_id` int(11) NOT NULL auto_increment,
1214  `ub_user_id` int(11) NOT NULL default '0',
1215  `ub_user_name` varchar(255) NOT NULL default '',
1216  `ub_user_id_from` int(11) NOT NULL default '0',
1217  `ub_user_name_from` varchar(255) NOT NULL default '',
1218  `ub_message` text NOT NULL,
1219  `ub_type` int(5) default '0',
1220  `ub_date` datetime default NULL,
1221  PRIMARY KEY  (`ub_id`),
1222  KEY `ub_user_id` (`ub_user_id`),
1223  KEY `ub_user_id_from` (`ub_user_id_from`),
1224  KEY `ub_type` (`ub_type`)
1225) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
1226
1227--
1228-- Dumping data for table `{omcollab_db_table_prefix}user_board`
1229--
1230
1231
1232-- --------------------------------------------------------
1233
1234--
1235-- Table structure for table `{omcollab_db_table_prefix}user_groups`
1236--
1237
1238DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_groups`;
1239CREATE TABLE `{omcollab_db_table_prefix}user_groups` (
1240  `ug_user` int(10) unsigned NOT NULL default '0',
1241  `ug_group` varbinary(16) NOT NULL default '',
1242  PRIMARY KEY  (`ug_user`,`ug_group`),
1243  KEY `ug_group` (`ug_group`)
1244) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1245
1246--
1247-- Dumping data for table `{omcollab_db_table_prefix}user_groups`
1248--
1249
1250INSERT INTO `{omcollab_db_table_prefix}user_groups` (`ug_user`, `ug_group`) VALUES
1251(1, 0x62757265617563726174),
1252(1, 0x7379736f70);
1253
1254-- --------------------------------------------------------
1255
1256--
1257-- Table structure for table `{omcollab_db_table_prefix}user_newtalk`
1258--
1259
1260DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_newtalk`;
1261CREATE TABLE `{omcollab_db_table_prefix}user_newtalk` (
1262  `user_id` int(11) NOT NULL default '0',
1263  `user_ip` varbinary(40) NOT NULL default '',
1264  `user_last_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1265  KEY `user_id` (`user_id`),
1266  KEY `user_ip` (`user_ip`)
1267) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1268
1269--
1270-- Dumping data for table `{omcollab_db_table_prefix}user_newtalk`
1271--
1272
1273
1274-- --------------------------------------------------------
1275
1276--
1277-- Table structure for table `{omcollab_db_table_prefix}user_profile`
1278--
1279
1280DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_profile`;
1281CREATE TABLE `{omcollab_db_table_prefix}user_profile` (
1282  `up_user_id` int(5) NOT NULL default '0',
1283  `up_location_city` varchar(255) default NULL,
1284  `up_location_state` varchar(100) default NULL,
1285  `up_location_country` varchar(255) default NULL,
1286  `up_hometown_city` varchar(255) default NULL,
1287  `up_hometown_state` varchar(100) default NULL,
1288  `up_hometown_country` varchar(255) default NULL,
1289  `up_birthday` date default NULL,
1290  `up_relationship` int(5) NOT NULL default '0',
1291  `up_occupation` varchar(255) default '',
1292  `up_companies` text,
1293  `up_about` text,
1294  `up_places_lived` text,
1295  `up_schools` text,
1296  `up_websites` text,
1297  `up_movies` text,
1298  `up_books` text,
1299  `up_magazines` text,
1300  `up_music` text,
1301  `up_tv` text,
1302  `up_drinks` text,
1303  `up_snacks` text,
1304  `up_video_games` text,
1305  `up_interests` text,
1306  `up_quotes` text,
1307  `up_custom_1` text,
1308  `up_custom_2` text,
1309  `up_custom_3` text,
1310  `up_custom_4` text,
1311  `up_custom_5` text,
1312  `up_last_seen` datetime default NULL,
1313  `up_type` int(5) NOT NULL default '1',
1314  PRIMARY KEY  (`up_user_id`)
1315) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1316
1317--
1318-- Dumping data for table `{omcollab_db_table_prefix}user_profile`
1319--
1320
1321INSERT INTO `{omcollab_db_table_prefix}user_profile` (`up_user_id`, `up_location_city`, `up_location_state`, `up_location_country`, `up_hometown_city`, `up_hometown_state`, `up_hometown_country`, `up_birthday`, `up_relationship`, `up_occupation`, `up_companies`, `up_about`, `up_places_lived`, `up_schools`, `up_websites`, `up_movies`, `up_books`, `up_magazines`, `up_music`, `up_tv`, `up_drinks`, `up_snacks`, `up_video_games`, `up_interests`, `up_quotes`, `up_custom_1`, `up_custom_2`, `up_custom_3`, `up_custom_4`, `up_custom_5`, `up_last_seen`, `up_type`) VALUES
1322(1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
1323
1324-- --------------------------------------------------------
1325
1326--
1327-- Table structure for table `{omcollab_db_table_prefix}user_relationship`
1328--
1329
1330DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_relationship`;
1331CREATE TABLE `{omcollab_db_table_prefix}user_relationship` (
1332  `r_id` int(11) NOT NULL auto_increment,
1333  `r_user_id` int(5) unsigned NOT NULL default '0',
1334  `r_user_name` varchar(255) NOT NULL default '',
1335  `r_user_id_relation` int(5) unsigned NOT NULL default '0',
1336  `r_user_name_relation` varchar(255) NOT NULL default '',
1337  `r_type` int(2) default NULL,
1338  `r_date` datetime default NULL,
1339  PRIMARY KEY  (`r_id`),
1340  KEY `r_user_id` (`r_user_id`),
1341  KEY `r_user_id_relation` (`r_user_id_relation`)
1342) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
1343
1344--
1345-- Dumping data for table `{omcollab_db_table_prefix}user_relationship`
1346--
1347
1348
1349-- --------------------------------------------------------
1350
1351--
1352-- Table structure for table `{omcollab_db_table_prefix}user_relationship_request`
1353--
1354
1355DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_relationship_request`;
1356CREATE TABLE `{omcollab_db_table_prefix}user_relationship_request` (
1357  `ur_id` int(11) NOT NULL auto_increment,
1358  `ur_user_id_from` int(5) unsigned NOT NULL default '0',
1359  `ur_user_name_from` varchar(255) NOT NULL default '',
1360  `ur_user_id_to` int(5) unsigned NOT NULL default '0',
1361  `ur_user_name_to` varchar(255) NOT NULL default '',
1362  `ur_status` int(2) default '0',
1363  `ur_type` int(2) default NULL,
1364  `ur_message` varchar(255) default NULL,
1365  `ur_date` datetime default NULL,
1366  PRIMARY KEY  (`ur_id`),
1367  KEY `ur_user_id_from` (`ur_user_id_from`),
1368  KEY `ur_user_id_to` (`ur_user_id_to`)
1369) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
1370
1371--
1372-- Dumping data for table `{omcollab_db_table_prefix}user_relationship_request`
1373--
1374
1375
1376-- --------------------------------------------------------
1377
1378--
1379-- Table structure for table `{omcollab_db_table_prefix}user_stats`
1380--
1381
1382DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_stats`;
1383CREATE TABLE `{omcollab_db_table_prefix}user_stats` (
1384  `stats_year_id` int(2) NOT NULL default '0',
1385  `stats_user_id` int(11) NOT NULL default '0',
1386  `stats_user_name` varchar(255) NOT NULL default '',
1387  `stats_user_image_count` int(11) NOT NULL default '0',
1388  `stats_comment_count` int(11) NOT NULL default '0',
1389  `stats_comment_score` int(11) NOT NULL default '0',
1390  `stats_comment_score_positive_rec` int(11) NOT NULL default '0',
1391  `stats_comment_score_negative_rec` int(11) NOT NULL default '0',
1392  `stats_comment_score_positive_given` int(11) NOT NULL default '0',
1393  `stats_comment_score_negative_given` int(11) NOT NULL default '0',
1394  `stats_comment_blocked` int(11) NOT NULL default '0',
1395  `stats_vote_count` int(11) NOT NULL default '0',
1396  `stats_edit_count` int(11) NOT NULL default '0',
1397  `stats_opinions_created` int(11) NOT NULL default '0',
1398  `stats_opinions_published` int(11) NOT NULL default '0',
1399  `stats_referrals` int(11) NOT NULL default '0',
1400  `stats_referrals_completed` int(11) NOT NULL default '0',
1401  `stats_challenges_count` int(11) NOT NULL default '0',
1402  `stats_challenges_won` int(11) NOT NULL default '0',
1403  `stats_challenges_rating_positive` int(11) NOT NULL default '0',
1404  `stats_challenges_rating_negative` int(11) NOT NULL default '0',
1405  `stats_friends_count` int(11) NOT NULL default '0',
1406  `stats_foe_count` int(11) NOT NULL default '0',
1407  `stats_gifts_rec_count` int(11) NOT NULL default '0',
1408  `stats_gifts_sent_count` int(11) NOT NULL default '0',
1409  `stats_weekly_winner_count` int(11) NOT NULL default '0',
1410  `stats_monthly_winner_count` int(11) NOT NULL default '0',
1411  `stats_total_points` int(20) default '0',
1412  `stats_overall_rank` int(11) NOT NULL default '0',
1413  `up_complete` int(5) default NULL,
1414  `user_board_count` int(5) default '0',
1415  `user_board_sent` int(5) default '0',
1416  `user_board_count_priv` int(5) default '0',
1417  `stats_picturegame_votes` int(5) default '0',
1418  `stats_picturegame_created` int(5) default '0',
1419  `user_status_count` int(5) default '0',
1420  `stats_poll_votes` int(5) default '0',
1421  `user_status_agree` int(11) default '0',
1422  `stats_quiz_questions_answered` int(11) default '0',
1423  `stats_quiz_questions_correct` int(11) default '0',
1424  `stats_quiz_points` int(11) default '0',
1425  `stats_quiz_questions_created` int(11) default '0',
1426  `stats_quiz_questions_correct_percent` float default '0',
1427  PRIMARY KEY  (`stats_user_id`)
1428) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1429
1430--
1431-- Dumping data for table `{omcollab_db_table_prefix}user_stats`
1432--
1433
1434
1435-- --------------------------------------------------------
1436
1437--
1438-- Table structure for table `{omcollab_db_table_prefix}watchlist`
1439--
1440
1441DROP TABLE IF EXISTS `{omcollab_db_table_prefix}watchlist`;
1442CREATE TABLE `{omcollab_db_table_prefix}watchlist` (
1443  `wl_user` int(10) unsigned NOT NULL,
1444  `wl_namespace` int(11) NOT NULL default '0',
1445  `wl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1446  `wl_notificationtimestamp` varbinary(14) default NULL,
1447  UNIQUE KEY `wl_user` (`wl_user`,`wl_namespace`,`wl_title`),
1448  KEY `namespace_title` (`wl_namespace`,`wl_title`)
1449) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1450
1451--
1452-- Dumping data for table `{omcollab_db_table_prefix}watchlist`
1453--
1454
1455
1456--
1457-- Table structure for table `{omcollab_db_table_prefix}thread`
1458--
1459
1460DROP TABLE IF EXISTS `{omcollab_db_table_prefix}thread`;
1461
1462CREATE TABLE `{omcollab_db_table_prefix}thread` (
1463  thread_id int(8) unsigned NOT NULL auto_increment,
1464  thread_root int(8) unsigned UNIQUE NOT NULL,
1465  thread_ancestor int(8) unsigned NOT NULL,
1466  thread_parent int(8) unsigned NULL,
1467  thread_summary_page int(8) unsigned NULL,
1468
1469  thread_modified char(14) binary NOT NULL default '',
1470  thread_created char(14) binary NOT NULL default '',
1471  thread_revision int(8) unsigned NOT NULL default 1,
1472
1473  thread_editedness int(1) NOT NULL default 0,
1474
1475  thread_article_namespace int NOT NULL,
1476  thread_article_title varchar(255) binary NOT NULL,
1477
1478  -- Special thread types such as schrodinger's thread:
1479  thread_type int(4) unsigned NOT NULL default 0,
1480
1481  thread_change_type int(4) unsigned NOT NULL,
1482  thread_change_object int(8) unsigned NULL,
1483  thread_change_comment tinyblob NOT NULL,
1484  thread_change_user int unsigned NOT NULL default '0',
1485  thread_change_user_text varchar(255) binary NOT NULL default '',
1486
1487  PRIMARY KEY thread_id (thread_id),
1488  UNIQUE INDEX thread_id (thread_id),
1489  INDEX thread_ancestor (thread_ancestor),
1490  INDEX thread_article_title (thread_article_namespace, thread_article_title),
1491  INDEX thread_modified (thread_modified),
1492  INDEX thread_created (thread_created),
1493  INDEX thread_summary_page (thread_summary_page)
1494) TYPE=InnoDB;
1495
1496
1497--
1498-- Table structure for table `{omcollab_db_table_prefix}historical_thread`
1499--
1500
1501DROP TABLE IF EXISTS `{omcollab_db_table_prefix}historical_thread`;
1502
1503CREATE TABLE `{omcollab_db_table_prefix}historical_thread` (
1504
1505  -- Note that many hthreads can share an id, which is the same as the id
1506  -- of the live thread. It is only the id/revision combo which must be unique.
1507  hthread_id int(8) unsigned NOT NULL,
1508  hthread_revision int(8) unsigned NOT NULL,
1509  hthread_contents BLOB NOT NULL,
1510  hthread_change_type int(4) unsigned NOT NULL,
1511  hthread_change_object int(8) unsigned NULL,
1512  PRIMARY KEY hthread_id_revision (hthread_id, hthread_revision)
1513) TYPE=InnoDB;
1514
1515
1516-- Table structure for table `{omcollab_db_table_prefix}user_message_state`
1517--
1518
1519DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_message_state`;
1520
1521CREATE TABLE `{omcollab_db_table_prefix}user_message_state` (
1522  ums_user int unsigned NOT NULL,
1523  ums_thread int(8) unsigned NOT NULL,
1524  ums_read_timestamp varbinary(14),
1525 
1526  PRIMARY KEY (ums_user, ums_thread)
1527) TYPE=InnoDB;
1528
1529
1530--
1531-- verion 1.010.0
1532--
1533
1534-- create new fields
1535
1536alter table `{omcollab_db_table_prefix}user_profile` add `up_summary` text NULL;
1537alter table `{omcollab_db_table_prefix}user_profile` add `up_industries` text NULL;
1538alter table `{omcollab_db_table_prefix}user_profile` add `up_skills` text NULL;
1539alter table `{omcollab_db_table_prefix}user_profile` add `up_roles` text NULL;
1540alter table `{omcollab_db_table_prefix}user_profile` add `up_vendors` text NULL;
1541
1542
1543-- move data
1544
1545-- drop old fileds
1546
1547alter table `{omcollab_db_table_prefix}user_profile` drop `up_movies`;
1548alter table `{omcollab_db_table_prefix}user_profile` drop `up_books`;
1549alter table `{omcollab_db_table_prefix}user_profile` drop `up_magazines`;
1550alter table `{omcollab_db_table_prefix}user_profile` drop `up_music`;
1551alter table `{omcollab_db_table_prefix}user_profile` drop `up_tv`;
1552alter table `{omcollab_db_table_prefix}user_profile` drop `up_drinks`;
1553alter table `{omcollab_db_table_prefix}user_profile` drop `up_snacks`;
1554alter table `{omcollab_db_table_prefix}user_profile` drop `up_video_games`;
1555alter table `{omcollab_db_table_prefix}user_profile` drop `up_interests`;
1556alter table `{omcollab_db_table_prefix}user_profile` drop `up_quotes`;
1557
1558
1559-- skill initial data
1560DROP TABLE IF EXISTS `{omcollab_db_table_prefix}skills`;
1561CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}skills` (
1562  `s_id` int(11) NOT NULL AUTO_INCREMENT,
1563  `s_description` varchar(255) DEFAULT NULL,
1564  `s_type` varchar(255) DEFAULT NULL,
1565  PRIMARY KEY (`s_id`),
1566  KEY `s_description_type` (`s_description`,`s_type`)
1567) TYPE=InnoDB AUTO_INCREMENT=30 ;
1568
1569-- user skill rate
1570DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_skill`;
1571CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}user_skill` (
1572  `us_id` int(11) NOT NULL AUTO_INCREMENT,
1573  `user_id` int(10) unsigned NOT NULL,
1574  `us_rated_by` int(10) unsigned NOT NULL,
1575  `s_id` varchar(255) DEFAULT NULL,
1576  `us_level` int(10) unsigned NOT NULL default '0',
1577  `us_rated_on` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
1578   PRIMARY KEY `us_id` (`us_id`),
1579   UNIQUE KEY `us_fk`(`s_id`,`user_id`,`us_rated_by`)
1580) TYPE=InnoDB;
1581
1582--
1583-- Dumping data for table `{omcollab_db_table_prefix}`
1584--
1585
1586INSERT INTO `{omcollab_db_table_prefix}skills` (`s_id`, `s_description`,`s_type`) VALUES
1587(1,'energy','industry'),
1588(2,'oil and gas','industry'),
1589(3,'utilities','industry'),
1590(4,'automotive','industry'),
1591(5,'aerospace','industry'),
1592(6,'telecommunications','industry'),
1593(7,'media','industry'),
1594(8,'consumer markets','industry'),
1595(9,'high tech','industry'),
1596(10,'industrial','industry'),
1597(11,'medical devices','industry'),
1598(12,'pharmaceuticals','industry'),
1599(13,'banking','industry'),
1600(14,'insurance','industry'),
1601(15,'global markets','industry'),
1602(16,'financial services','industry'),
1603(17,'central/federal government','industry'),
1604(18,'defense','industry'),
1605(19,'education','industry'),
1606(20,'emerging markets','industry'),
1607(21,'heath','industry'),
1608(22,'state/local/provincial government','industry'),
1609(23,'im quickscan','skill'),
1610(24,'rational requisite pro','skill'),
1611(25,'actuate','skill'),
1612(26,'arcplan','skill'),
1613(27,'sap bex','skill'),
1614(28,'business objects','skill'),
1615(29,'clarity','skill'),
1616(30,'cognos framework manager','skill'),
1617(31,'composite','skill'),
1618(32,'crystal reports','skill'),
1619(33,'fast radar','skill'),
1620(34,' hyperion  bi','skill'),
1621(35,'webfocus','skill'),
1622(36,'jaspersoft','skill'),
1623(37,'kalido bi','skill'),
1624(38,'oracle biee','skill'),
1625(39,'oracle discoverer','skill'),
1626(40,'panorama','skill'),
1627(41,'pentaho','skill'),
1628(42,'peoplesoft epm','skill'),
1629(43,'qlikview','skill'),
1630(44,'sap bi','skill'),
1631(45,'sas','skill'),
1632(46,'spss','skill'),
1633(47,'tableau','skill'),
1634(48,'tibco','skill'),
1635(49,'spotfire','skill'),
1636(50,'xcelsius bi','skill'),
1637(51,'hyperion financial manager','skill'),
1638(52,'oracle financials','skill'),
1639(53,'sap sem','skill'),
1640(54,'data modelling','skill'),
1641(55,'dbdesigner','skill'),
1642(56,'data modeling erwin','skill'),
1643(57,'ibm rational data architect','skill'),
1644(58,'ibm rational rose data modeler','skill'),
1645(59,'oracle designer','skill'),
1646(60,'data modeling - acxiom','skill'),
1647(61,'ibm infosphere','skill'),
1648(62,'informatica dq','skill'),
1649(63,'sas dataflux dq','skill'),
1650(64,'sap business objects dq','skill'),
1651(65,'teradata db','skill'),
1652(66,'db2/udb db','skill'),
1653(67,'mysql db','skill'),
1654(68,'oracle db','skill'),
1655(69,'paraccel db','skill'),
1656(70,'sql server db','skill'),
1657(71,'sybase db','skill'),
1658(72,'data warehouse appliances','skill'),
1659(73,'aster data db','skill'),
1660(74,'dataupia','skill'),
1661(75,'exadata','skill'),
1662(76,'greenplum','skill'),
1663(77,'neoview','skill'),
1664(78,'infobright','skill'),
1665(79,'kognitio','skill'),
1666(80,'netezza','skill'),
1667(81,'vertica','skill'),
1668(82,'etl','skill'),
1669(83,'data junction etl','skill'),
1670(84,'ibm etl','skill'),
1671(85,'informatica etl','skill'),
1672(86,'ibm datastage etl','skill'),
1673(87,'informatica powercenter','skill'),
1674(88,'oracle warehouse builder','skill'),
1675(89,'sap business objects ','skill'),
1676(90,'sql server integration services','skill'),
1677(91,'talend etl','skill'),
1678(92,'delta data etl','skill'),
1679(93,'hyperion mdm','skill'),
1680(94,'ibm infosphere','skill'),
1681(95,'initiatiate mdm','skill'),
1682(96,'kalido mdm','skill'),
1683(97,'microsoft strature mdm','skill'),
1684(98,'sap mdm','skill'),
1685(99,'siperian mdm','skill'),
1686(100,'google search appliance','skill'),
1687(101,'ibm/omnifind and uima','skill'),
1688(102,'lucene','skill'),
1689(103,'netapp','skill'),
1690(104,'voltage','skill'),
1691(105,'search','skill'),
1692(106,'data quality','skill'),
1693(107,'data profiling','skill'),
1694(108,'data re-enginnering','skill'),
1695(109,'web content management','skill'),
1696(110,'master data management','skill'),
1697(111,'data integration','skill'),
1698(112,'performance management','skill'),
1699(113,'business intelligence','skill'),
1700(114,'predictive analytics','skill'),
1701(115,'information lifecycle management','skill'),
1702(116,'information security','skill'),
1703(117,'data warehousing','skill'),
1704(118,'master data management','skill'),
1705(119,'enterprise 2.0','skill'),
1706(120,'agile development','skill'),
1707(121,'it transformation','skill'),
1708(122,'information sharing','skill'),
1709(123,'information governance','skill'),
1710(124,'collaboration','skill'),
1711(125,'business architect','role'),
1712(126,'chief architect','role'),
1713(127,'data steward','role'),
1714(128,'etl developer','role'),
1715(129,'development lead','role'),
1716(130,'information architect','role'),
1717(131,'infrastructure architect','role'),
1718(132,'metadata development manager','role'),
1719(133,'data modeller','role'),
1720(134,'program manager','role'),
1721(135,'solution architect','role'),
1722(136,'xbr process manager','role'),
1723(137,'web developer','role'),
1724(138,'tester','role'),
1725(139,'requirements analyst','role'),
1726(140,'quality manager','role'),
1727(141,'project leader','role'),
1728(142,'talend','vendor'),
1729(143,'sun','vendor'),
1730(144,'documentum','vendor'),
1731(145,'sas','vendor'),
1732(146,'spss','vendor'),
1733(147,'tableau','vendor'),
1734(148,'tibco','vendor'),
1735(149,'spotfire','vendor'),
1736(150,'trillium ','vendor'),
1737(151,'teradata','vendor'),
1738(152,'ab initio','vendor'),
1739(153,'filenet','vendor'),
1740(154,'interwoven','vendor'),
1741(155,'knowlegetree','vendor'),
1742(156,'nuxeo','vendor'),
1743(157,'opentext','vendor'),
1744(158,'oracle/stellent','vendor'),
1745(159,'vignette','vendor'),
1746(160,'autonomy','vendor'),
1747(161,'bea','vendor');
1748
1749
1750-- #ticket 72
1751
1752
1753-- --------------------------------------------------------
1754
1755--
1756-- Table structure for table `{omcollab_db_table_prefix}omcollab_portlets`
1757--
1758
1759DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_portlets`;
1760CREATE TABLE `{omcollab_db_table_prefix}omcollab_portlets` (
1761  `name` varchar(100) NOT NULL COMMENT 'portlet identity',
1762  `url` varchar(255) NOT NULL COMMENT 'url of this portlet',
1763  `title` varchar(255) NOT NULL COMMENT 'title of this portlet',
1764  `color` varchar(10) NOT NULL COMMENT 'optional color definition for title bar',
1765  PRIMARY KEY (`name`)
1766) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Portlet Definitions';
1767
1768--
1769-- Dumping data for table `{omcollab_db_table_prefix}omcollab_portlets`
1770--
1771
1772INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1773('activity', 'home/portlets/activity/Portlet.php', 'Recent Activity', 'green'),
1774('community_chart', 'home/portlets/community_chart/Portlet.php', 'Community Chart', 'blue'),
1775('profile', 'home/portlets/profile/Portlet.php', 'Profile', 'red'),
1776('welcome', 'home/portlets/welcome/Portlet.php', 'Welcome', 'yellow'),
1777('shortcut', 'home/portlets/shortcut/Portlet.php', 'Shortcut', 'yellow');
1778
1779
1780
1781-- --------------------------------------------------------
1782
1783--
1784-- Table structure for table `{omcollab_db_table_prefix}omcollab_layout`
1785--
1786DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_layout`;
1787CREATE TABLE `{omcollab_db_table_prefix}omcollab_layout` (
1788  `user_id` int(10) NOT NULL,
1789  `portlet_name` varchar(100) NOT NULL COMMENT 'id of the portlet',
1790  `col` varchar(10) NOT NULL COMMENT 'column it belongs to',
1791  `seq` int(11) NOT NULL,
1792  `tab` varchar(100) NOT NULL COMMENT 'tab it belongs to',
1793  PRIMARY KEY (`user_id`,`portlet_name`)
1794) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Layout Definitions for each tab';
1795
1796--
1797-- Dumping data for table `{omcollab_db_table_prefix}omcollab_layout`
1798--
1799
1800INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1801(0, 'profile', 'c1', 1, 'tab_home'),
1802(0, 'shortcut', 'c1', 2, 'tab_home'),
1803(0, 'welcome', 'c2', 5, 'tab_home'),
1804(0, 'community_chart', 'c3', 10, 'tab_home'),
1805(0, 'activity', 'c2', 7, 'tab_home'),
1806(0, 'team', 'c3', 11, 'tab_home'),
1807(1, 'profile', 'c1', 1, 'undefined'),
1808(1, 'shortcut', 'c1', 2, 'undefined'),
1809(1, 'welcome', 'c2', 5, 'undefined'),
1810(1, 'community_chart', 'c3', 10, 'undefined'),
1811(1, 'activity', 'c2', 7, 'undefined'),
1812(1, 'team', 'c3', 11, 'undefined');
1813
1814-- 1.100.5
1815
1816INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1817('contributor', 'home/portlets/contributor/Portlet.php', 'Contributor of the week', 'blue'),
1818('team', 'home/portlets/team/Portlet.php', 'Teams', 'blue'),
1819('skill', 'home/portlets/skill/Portlet.php', 'Community Skills', 'red');
1820
1821INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1822(0, 'contributor', 'c3', 8, 'tab_home'),
1823(1, 'contributor', 'c3', 8, 'undefined'),
1824(0, 'skill', 'c3', 9, 'tab_home'),
1825(1, 'skill', 'c3', 9, 'undefined');
1826
1827
1828--
1829-- Table structure for table `om_omcollab_showcase`
1830--
1831DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_showcase`;
1832CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}omcollab_showcase` (
1833  `showcase_id` int(10) NOT NULL AUTO_INCREMENT,
1834  `user_name` varchar(255) NOT NULL,
1835  `showcase_begin_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
1836  `showcase_end_time` timestamp NULL DEFAULT NULL,
1837  `notes` text, 
1838  PRIMARY KEY (`showcase_id`)
1839) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1840
1841-- insert default user admin as showcase in db
1842INSERT INTO `{omcollab_db_table_prefix}omcollab_showcase` (`showcase_id`, `user_name`, `showcase_begin_time`, `showcase_end_time`, `notes`) VALUES
1843(1, 'Admin', DEFAULT, NULL, 'Contributor this week');
1844
1845-- 1.300.0
1846INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1847('article', 'home/portlets/article/Portlet.php', 'Featured Article', 'blue'),
1848('member', 'home/portlets/member/Portlet.php', 'Members', 'red');
1849
1850INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1851(0, 'article', 'c2', 6, 'tab_home'),
1852(1, 'article', 'c2', 6, 'undefined'),
1853(0, 'member', 'c1', 3, 'tab_home'),
1854(1, 'member', 'c1', 3, 'undefined');
1855
1856UPDATE `{omcollab_db_table_prefix}omcollab_portlets`
1857   SET  `title` = 'Shortcuts'
1858 WHERE  `name` = 'shortcut';
1859
1860
1861-- comments out advertising module for milestone 1.3
1862-- --Advertising tables
1863--
1864--
1865-- --
1866-- -- Table structure for table `{omcollab_db_table_prefix}omcollab_adcode`
1867-- --
1868-- DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_adcode`;
1869-- CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}omcollab_adcode` (
1870--   `id` int(4) unsigned NOT NULL AUTO_INCREMENT,
1871--   `size` enum('banner','column','sidebar','square','leftCol','rightCol') DEFAULT 'banner',
1872--   `src` varchar(25) DEFAULT '',
1873--   `code` text,
1874--   PRIMARY KEY (`id`)
1875-- ) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;
1876--
1877-- --
1878-- -- Dumping data for table `{omcollab_db_table_prefix}omcollab_adcode`
1879-- --
1880--
1881-- INSERT INTO `{omcollab_db_table_prefix}omcollab_adcode` (`id`, `size`, `src`, `code`) VALUES
1882-- (1, 'banner', 'google', '<script type="text/javascript"><!--\ngoogle_ad_client = "pub-9975156792632579";\ngoogle_alternate_ad_url = "http://www.newscloud.com/static/ads/index.php?size=banner&exclude=google";\ngoogle_ad_width = 728;\ngoogle_ad_height = 90;\ngoogle_ad_format = "728x90_as";\ngoogle_ad_type = "image";\ngoogle_ad_channel = "4088172800";\ngoogle_color_border = "000000";\ngoogle_color_bg = "F0F0F0";\ngoogle_color_link = "0000FF";\ngoogle_color_text = "000000";\ngoogle_color_url = "008000";\n//--></script>\n<script type="text/javascript"\n  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n</script>'),
1883-- (2, 'banner', 'googleText', '<script type="text/javascript"><!-- google_ad_client = "pub-9975156792632579";google_ad_width = 728;google_ad_height = 90;google_ad_format= "728x90_as";google_ad_type = "text";google_ad_channel = "4088172800";google_color_border = "202020";google_color_bg = "ffffff";google_color_link = "0000FF";google_color_text = "000000";google_color_url = "008000"; //--></script>\n<script type="text/javascript"\n  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n</script>'),
1884-- (3, 'banner', 'insurance', '<a href="http://www.kqzyfj.com/click-2252260-10310322" target="_top"><img src="http://www.afcyhf.com/image-2252260-10310322" width="468" height="60" alt="Turn 21 today!" border="0"/></a>'),
1885-- (4, 'banner', 'amazon', '<script type="text/javascript"><!--\n  amazon_ad_tag = "commonmediaor-20";  amazon_ad_width = "728";  amazon_ad_height = "90";  amazon_ad_logo = "hide";  amazon_ad_exclude = "gillmor+zune";  amazon_ad_include = ""; amazon_ad_link_target = "new"; //--></script>\n<script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script>'),
1886-- (5, 'banner', 'spamArrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-{trackid}"><img src="http://img.spamarrest.com/img/affiliate/1845_SA9_728x90.gif?4024588-{trackid}" height="90" width="728" border="1"></a>\r'),
1887-- (6, 'banner', 'spamArrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-{trackid}"><img src="http://img.spamarrest.com/img/affiliate/1845_SA1_r1_728x90.gif?4024588-{trackid}" height="90" width="728" border="1"></a>\r'),
1888-- (7, 'banner', 'spamArrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-{trackid}"><img src="http://img.spamarrest.com/img/affiliate/1845_SA11_728x90.gif?4024588-{trackid}" height="90" width="728" border="1"></a>\r'),
1889-- (8, 'banner', 'spamArrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-{trackid}"><img src="http://img.spamarrest.com/img/affiliate/1845_SA4_728x60.gif?4024588-{trackid}" height="90" width="728" border="1"></a>\r'),
1890-- (9, 'banner', 'dotster', '<script type="text/javascript" language="javascript" src="http://www.anrdoezrs.net/placeholder-1723061?target=_blank&mouseover=N"></script>'),
1891-- (10, 'banner', 'dotster', '<script type="text/javascript" language="javascript" src="http://www.anrdoezrs.net/placeholder-1723063?target=_blank&mouseover=N"></script>'),
1892-- (11, 'banner', 'smug', '<a href="http://www.kqzyfj.com/click-2252260-10381614" target="_blank"><img src="http://www.afcyhf.com/image-2252260-10381614" width="468" height="60" alt="" border="0"/></a>'),
1893-- (12, 'banner', 'meeting', '<a href="http://www.tkqlhce.com/click-2252260-10444284" target="_top"><img src="http://www.ftjcfx.com/image-2252260-10444284" width="728" height="90" alt="GoToWebinar - Web Events Made Easy " border="0"/></a>'),
1894-- (13, 'banner', 'tax', '<a href="http://www.jdoqocy.com/click-2252260-10378068" target="_top"><img src="http://www.awltovhc.com/image-2252260-10378068" width="468" height="60" alt="Faster tax refunds, guaranteed accurate." border="0"/></a>'),
1895-- (14, 'banner', 'wsj', '<a href="http://www.tkqlhce.com/click-2252260-10446800" target="_top"><img src="http://www.tqlkg.com/image-2252260-10446800" width="728" height="90" alt="Click Here For The Wall Street Journal Online" border="0"/></a>'),
1896-- (15, 'rightCol', 'wsj', '<a href="http://www.kqzyfj.com/click-2252260-10298072" target="_top"><img src="http://www.ftjcfx.com/image-2252260-10298072" width="234" height="60" alt="" border="0"/></a>'),
1897-- (16, 'rightCol', 'netflix', '<div style="margin-left:10px;margin-right:0px;"><a href="http://click.linksynergy.com/fs-bin/click?id=03*eottKFZU&offerid=78684.10000014&type=4&subid=0"><IMG alt="Netflix, Inc." border="0" src="http://cdn.netflix.com/us/affiliates/banners/0804/300250E_599.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=03*eottKFZU&bids=78684.10000014&type=4&subid=0"></div>'),
1898-- (17, 'rightCol', 'flowers', '<div style="margin-left:10px;margin-right:0px;"><a href="http://click.linksynergy.com/fs-bin/click?id=03*eottKFZU&offerid=100462.10001650&type=4&subid=0"><IMG alt="1-800-FLOWERS.COM" border="0" src="http://a1516.g.akamai.net/f/1516/9236/1h/affiliate.1800flowers.com/flowers/graphics/VDayFY07/VD01b84nF7_12k.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=03*eottKFZU&bids=100462.10001650&type=4&subid=0"></div>'),
1899-- (18, 'rightCol', 'google', '<div style="margin-left:10px;margin-right:0px;"><script type="text/javascript"><!--\ngoogle_ad_client = "pub-9975156792632579";\ngoogle_ad_width = 300;\ngoogle_ad_height = 250;\ngoogle_ad_format = "300x250_as";\ngoogle_ad_type = "text_image";\n//2007-01-23: nc_cover\ngoogle_ad_channel = "7323463625";\ngoogle_color_border = "202020";\ngoogle_color_bg = "ffffff";\ngoogle_color_link = "0000FF";\ngoogle_color_text = "000000";\ngoogle_color_url = "008000";\n//--></script>\n<script type="text/javascript"\n  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n</script></div>'),
1900-- (19, 'leftCol', 'dotster', '<form action="http://www.kqzyfj.com/interactive" method="get">\n<table width="238" border="0" cellpadding="0" cellspacing="0" align="center">\n        <tr>\n          <td><img src="http://www.dotsteraffiliate.com/affiliateads/interactive/516693images-3/new.gif" width="238" height="48" border="0" alt="Select a Domain"></td>\n        </tr>\n        <tr>\n          <td align="top" height="43" background="http://www.dotsteraffiliate.com/affiliateads/interactive/516693images-3/steponemid.gif" bgcolor="#FFFFFF">\n            &nbsp; &nbsp;<input type="text" size="18" align="top" name="DomainName" value>&nbsp;<input type="image" src="http://www.dotsteraffiliate.com/affiliateads/interactive/516693images-3/btncheckh.gif" border="0" align="absbottom" WIDTH="58" HEIGHT="36"><input type="hidden" size="15" name="siteid" value="4798">\n          </td>\n        </tr>\n        <tr>\n          <td><img src="http://www.dotsteraffiliate.com/affiliateads/interactive/516693images-3/steponebot.gif" width="238" height="15" border="0"></td>\n        </tr>\n      </table>\n\n<input type="hidden" name="aid" value="10275199"/>\n<input type="hidden" name="pid" value="2252260"/>\n<input type="hidden" name="url" value="https://secure.registerapi.com/dds2/index.php"/>\n</form>\n<img src="http://www.tqlkg.com/image-2252260-10275199" width="1" height="1" border="0"/>'),
1901-- (20, 'leftCol', 'dotster', '<script type="text/javascript" language="javascript" src="http://www.jdoqocy.com/placeholder-1723060?target=_blank&mouseover=N"></script>'),
1902-- (21, 'leftCol', 'dotster', '<script type="text/javascript" language="javascript" src="http://www.kqzyfj.com/placeholder-1723062?target=_blank&mouseover=N"></script>'),
1903-- (22, 'leftCol', 'smug', '<a href="http://www.kqzyfj.com/click-2252260-10392477" target="_blank"><img src="http://www.lduhtrp.net/image-2252260-10392477" width="234" height="60" alt="" border="0"/></a>'),
1904-- (23, 'leftCol', 'insurance', '<a href="http://www.tkqlhce.com/click-2252260-9260138" target="_top"><img src="http://www.afcyhf.com/image-2252260-9260138" width="234" height="60" alt="Turn 21 Today!" border="0"/></a>'),
1905-- (24, 'leftCol', 'google', '<div style="margin-left:10px;margin-right:0px;"><script type="text/javascript"><!--\ngoogle_ad_client = "pub-9975156792632579";\ngoogle_ad_width = 250;\ngoogle_ad_height = 250;\ngoogle_ad_format = "250x250_as";\ngoogle_ad_type = "image";\n//2007-01-23: nc_cover\ngoogle_ad_channel = "7323463625";\ngoogle_color_border = "000000";\ngoogle_color_bg = "F0F0F0";\ngoogle_color_link = "0000FF";\ngoogle_color_text = "000000";\ngoogle_color_url = "008000";\n//--></script>\n<script type="text/javascript"\n  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n</script></div>'),
1906-- (25, 'banner', 'lava', '<a href="http://click.linksynergy.com/fs-bin/click?id=03*eottKFZU&offerid=122784&subid=0"><IMG alt="Lavalife.com" border="0"  width="728" height="90" src="http://ad.linksynergy.com/fs-bin/show?id=03*eottKFZU&bids=122784&gridnum=16&catid=-1&subid=0"></a>'),
1907-- (26, 'banner', 'netflix', '<a href="http://click.linksynergy.com/fs-bin/click?id=03*eottKFZU&offerid=78684.10000010&type=4&subid=0"><IMG alt="Netflix, Inc." border="0" src="http://cdn.netflix.com/us/affiliates/banners/0804/728090B_599.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=03*eottKFZU&bids=78684.10000010&type=4&subid=0">'),
1908-- (28, 'square', 'tax', '<a href="http://www.tkqlhce.com/click-2252260-10379592" target="_top"><img src="http://www.tqlkg.com/image-2252260-10379592" width="125" height="125" alt="Get Money in 48 Hours - TaxBrain.com" border="0"/></a>'),
1909-- (29, 'square', 'insurance', '<a href="http://www.anrdoezrs.net/click-2252260-9129459" target="_top"><img src="http://www.awltovhc.com/image-2252260-9129459" width="125" height="125" alt="Turn 21 Today!" border="0"/></a>'),
1910-- (30, 'square', 'typepad', '<a href="http://www.dpbolvw.net/click-2252260-10441127" target="_top"><img src="http://www.awltovhc.com/image-2252260-10441127" width="120" height="90" alt="" border="0"/></a>'),
1911-- (31, 'square', 'spamarrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-newscloud"><img src="//img.spamarrest.com/img/affiliate/''.$saImages[rand(0,4)].''.gif?4024588-newscloud" height="125" width="125" border="0"></a>'),
1912-- (32, 'square', 'spamarrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-newscloud"><img src="//img.spamarrest.com/img/affiliate/1845_ninja_125x125.gif?4024588-{trackid}" height="125" width="125" border="0"></a>\r'),
1913-- (33, 'square', 'spamarrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-newscloud"><img src="//img.spamarrest.com/img/affiliate/1845_ninja_125x125.gif?4024588-{trackid}" height="125" width="125" border="0"></a>\r'),
1914-- (34, 'square', 'spamarrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-newscloud"><img src="//img.spamarrest.com/img/affiliate/1845_popular_125x125.gif?4024588-{trackid}" height="125" width="125" border="0"></a>\r'),
1915-- (35, 'square', 'spamarrest', '<a target="_cts" href="http://www.spamarrest.com/affl?4024588-newscloud"><img src="//img.spamarrest.com/img/affiliate/1845_stop_125x125.gif?4024588-{trackid}" height="125" width="125" border="0"></a>\r'),
1916-- (36, 'square', 'amazon', '<a href="http://www.spamarrest.com/affl?4024588-ncBlog" title="I''m a customer of SpamArrest. It''s fantastic."><img src="//img.spamarrest.com/img/affiliate/1845_filter1_125x125.gif?4024588-ncBlog" height="125" width="125" border="0"></a>\r');
1917--
1918-- -- --------------------------------------------------------
1919--
1920-- --
1921-- -- Table structure for table `{omcollab_db_table_prefix}omcollab_adshare`
1922-- --
1923-- DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_adshare`;
1924-- CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}omcollab_adshare` (
1925--   `id` int(4) unsigned NOT NULL AUTO_INCREMENT,
1926--   `size` enum('banner','column','sidebar','square','leftCol','rightCol') DEFAULT 'banner',
1927--   `src` varchar(25) DEFAULT '',
1928--   `share` int(1) DEFAULT '0',
1929--   `site` enum('default','newscloud','idealog','ncblog','idealog') DEFAULT 'default',
1930--   PRIMARY KEY (`id`)
1931-- ) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=50 ;
1932--
1933-- --
1934-- -- Dumping data for table `{omcollab_db_table_prefix}omcollab_adshare`
1935-- --
1936--
1937-- INSERT INTO `{omcollab_db_table_prefix}omcollab_adshare` (`id`, `size`, `src`, `share`, `site`) VALUES
1938-- (24, 'banner', 'spamArrest', 10, 'default'),
1939-- (25, 'banner', 'insurance', 1, 'default'),
1940-- (26, 'banner', 'wsj', 2, 'default'),
1941-- (27, 'banner', 'tax', 2, 'default'),
1942-- (28, 'banner', 'amazon', 10, 'default'),
1943-- (29, 'banner', 'meeting', 1, 'default'),
1944-- (30, 'banner', 'lava', 25, 'default'),
1945-- (31, 'banner', 'netflix', 25, 'default'),
1946-- (32, 'banner', 'googleText', 0, 'default'),
1947-- (33, 'banner', 'smug', 2, 'default'),
1948-- (34, 'banner', 'google', 50, 'default'),
1949-- (35, 'banner', 'dotster', 1, 'default'),
1950-- (36, 'rightCol', 'wsj', 10, 'default'),
1951-- (37, 'rightCol', 'netflix', 40, 'default'),
1952-- (38, 'rightCol', 'flowers', 25, 'default'),
1953-- (39, 'rightCol', 'google', 25, 'default'),
1954-- (40, 'leftCol', 'dotster', 5, 'default'),
1955-- (41, 'leftCol', 'smug', 25, 'default'),
1956-- (42, 'leftCol', 'insurance', 20, 'default'),
1957-- (43, 'leftCol', 'google', 50, 'default'),
1958-- (45, 'square', 'tax', 15, 'default'),
1959-- (46, 'square', 'insurance', 5, 'default'),
1960-- (47, 'square', 'typepad', 30, 'default'),
1961-- (48, 'square', 'spamarrest', 50, 'default'),
1962-- (49, 'square', 'amazon', 10, 'default');
1963
1964DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_subscription`;
1965CREATE TABLE  `{omcollab_db_table_prefix}user_subscription` (
1966  `user_id` int(10) unsigned NOT NULL auto_increment,
1967  `subscribe_flag` varchar(4) NOT NULL,
1968  PRIMARY KEY  (`user_id`)
1969) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1970
1971
1972-- Table and data script for score algorithm
1973DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_title_category`;
1974CREATE TABLE `{omcollab_db_table_prefix}user_title_category` (
1975  `tc_id` int(10) unsigned NOT NULL auto_increment,
1976  `tc_title` varchar(100) NOT NULL,
1977  `tc_score` int NOT NULL,
1978  `tc_comment` varchar(255) NOT NULL,
1979  PRIMARY Key (`tc_id`),
1980  KEY `key_tc_score` (`tc_score`)
1981) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1982
1983INSERT INTO `{omcollab_db_table_prefix}user_title_category` (
1984`tc_id` ,
1985`tc_title` ,
1986`tc_score` ,
1987`tc_comment`
1988)
1989VALUES
1990(1, 'Joiner', 0, '>=0'),
1991(2, 'Beginner', 20, '>=20'),
1992(3, 'Contributor', 50, '>=50'),
1993(4, 'Leader', 250, '>=250'),
1994(5, 'Expert', 500, '>=500'),
1995(6, 'Guru', 1000, '>=1000');
1996
1997INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1998('subscription', 'home/portlets/subscribe/Portlet.php', 'Subscription', 'blue');
1999
2000INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
2001(0, 'subscription', 'c10', 10, 'tab_home');
2002
2003
2004
2005DROP TABLE IF EXISTS `{omcollab_db_table_prefix}team`;
2006CREATE TABLE  `{omcollab_db_table_prefix}team` (
2007  `team_id` int(10) unsigned NOT NULL auto_increment,
2008  `team_name` varchar(100) NOT NULL,
2009  `team_desc` varchar(500) default NULL,
2010  `team_leader` int(10) unsigned NOT NULL,
2011  `create_date` timestamp NOT NULL default CURRENT_TIMESTAMP,
2012  `is_active` tinyint(3) unsigned NOT NULL default '1',
2013  `total_member` int(10) unsigned default NULL,
2014  `total_bonus` int(10) unsigned default NULL,
2015  PRIMARY KEY  (`team_id`)
2016) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2017
2018
2019
2020DROP TABLE IF EXISTS `{omcollab_db_table_prefix}team_request`;
2021CREATE TABLE  `{omcollab_db_table_prefix}team_request` (
2022  `id` int(10) unsigned NOT NULL auto_increment,
2023  `user_id` int(10) unsigned NOT NULL,
2024  `team_id` int(10) unsigned NOT NULL,
2025  `msg` varchar(500) NOT NULL,
2026  `request_status` smallint(5) unsigned NOT NULL default '0' COMMENT '0:new;1:approved;2:rejected',
2027  `request_type` smallint(5) unsigned NOT NULL COMMENT '0:apply to join;1:invite to join',
2028  `is_active` smallint(5) unsigned NOT NULL default '1' COMMENT '0:deleted;1:active',
2029  `request_date` datetime NOT NULL,
2030  `to_user_id` int(10) unsigned default NULL,
2031  PRIMARY KEY  (`id`)
2032) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2033
2034DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_team`;
2035CREATE TABLE  `{omcollab_db_table_prefix}user_team` (
2036  `id` int(10) unsigned NOT NULL auto_increment,
2037  `user_id` int(10) unsigned NOT NULL,
2038  `team_id` int(10) unsigned NOT NULL,
2039  `start_date` date default NULL,
2040  `end_date` date default NULL,
2041  PRIMARY KEY  (`id`)
2042) ENGINE=InnoDB DEFAULT CHARSET=latin1;
2043
2044
2045
2046-- New layout by Zhongzhen
2047-- reduce font size of welcome article 
2048UPDATE `{omcollab_db_table_prefix}text`
2049   SET `old_text` = 0x3c646976207374796c653d22666f6e742d73697a653a20313030253b223e0a2727274d494b45322e3020284d6574686f6420666f7220616e20496e7465677261746564204b6e6f776c6564676520456e7669726f6e6d656e742927272720697320616e205b5b4f70656e20536f7572636520436f6e636570747c4f70656e20536f757263655d5d206d6574686f646f6c6f677920666f72205b5b456e746572707269736520496e666f726d6174696f6e204d616e6167656d656e7420436f6e636570747c456e746572707269736520496e666f726d6174696f6e204d616e6167656d656e745d5d20746861742070726f76696465732061206672616d65776f726b20666f72205b5b496e666f726d6174696f6e20446576656c6f706d656e745d5d2e20546865204d494b45322e30204d6574686f646f6c6f67792069732070617274206f6620746865206f766572616c6c205b5b4f70656e204d6574686f646f6c6f6779204672616d65776f726b5d5d2e200a2727274d494b45322e30206973206120636f6c6c61626f726174697665206566666f727427272720746f2068656c70206f7267616e69736174696f6e732077686f206861766520696e7665737465642068656176696c7920696e206170706c69636174696f6e7320616e6420696e667261737472756374757265732c2062757420686176656e277420666f6375736564206f6e20746865206461746120616e6420696e666f726d6174696f6e206e65656473206f662074686520627573696e6573732e2057652062656c6965766520746869732068617320726573756c74656420696e206d616e79206f662074686520627573696e6573732070726f626c656d73206661636564206279206f7267616e69736174696f6e7320746f6461792061726f756e6420636f6d706c69616e63652c206c61636b206f6620637573746f6d657220696e73696768742c206661696c6564207472616e73666f726d6174696f6e2070726f6772616d6d657320616e6420746865206869676820636f7374206f6620746563686e6f6c6f67792073797374656d732e203c2f6469763e203c646976207374796c653d22626f726465723a2031707820736f6c696420726762283136332c203137362c20313931293b2070616464696e673a2030707820313470783b206d617267696e2d746f703a20313270783b20666c6f61743a2072696768743b20666f6e742d73697a653a20313030253b206261636b67726f756e642d636f6c6f723a20726762283232382c203233372c20323432293b223e5b5b57686174206973204d494b45322e307c57686174206973204d494b45322e303f5d5d207c205b687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f6578706c6f7265204578706c6f7265204d494b45322e305d207c205b5b4d494b45323a5761797320746f20436f6e747269627574657c436f6e7472696275746520746f204d494b45322e305d5d207c205b5b48656c703a436f6e74656e74737c48656c705d5d207c205b5b4d494b45323a464151737c464151735d5d207c205b5b4d494b45323a5761797320746f20757365204d494b45322e307c557365204d494b45322e305d5d207c205b6d61696c746f3a6d696b6532406f70656e6d6574686f646f6c6f67792e6f7267204769766520757320666565646261636b5d203c2f6469763e200a3c62723e3c62723e
2050  WHERE `old_id`=22;
2051
2052-- change portlet layout for anonymous user
2053  -- Column 1
2054  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2055     SET `col`='c1',
2056         `seq`=3
2057   WHERE `user_id` in (0,1) and `portlet_name`='member';
2058 
2059  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2060     SET `col`='c1',
2061         `seq`=4
2062   where `user_id` in (0,1) and `portlet_name`='subscription';
2063
2064  -- Column 2
2065  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2066     SET `col`='c2',
2067         `seq`=5
2068   WHERE `user_id` in (0,1) and `portlet_name`='welcome';
2069
2070  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2071     SET `col`='c2',
2072         `seq`=6
2073   WHERE `user_id` in (0,1) and `portlet_name`='article';
2074
2075  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2076     SET `col`='c2',
2077         `seq`=7
2078   WHERE `user_id` in (0,1) and `portlet_name`='activity';
2079
2080  -- Column 3
2081  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2082     SET `col`='c3',
2083         `seq`=8
2084   WHERE `user_id` in (0,1) and `portlet_name`='contributor';
2085
2086  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2087     SET `col`='c3',
2088         `seq`=9
2089   WHERE `user_id` in (0,1) and `portlet_name`='skill';
2090
2091  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2092     SET `col`='c3',
2093         `seq`=10
2094   WHERE `user_id` in (0,1) and `portlet_name`='community_chart';
2095
2096  UPDATE `{omcollab_db_table_prefix}omcollab_layout`
2097     SET `col`='c3',
2098          `seq`=11
2099   WHERE `user_id` in (0,1) and `portlet_name`='team';
2100
Note: See TracBrowser for help on using the repository browser.