0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
b2evolution
/
4.1.5b-1
/
standard
/
scripts
/
[
Home
]
File: upgrade-4.1.5b-1.sql
alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_edit_ts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_draft_cmts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_publ_cmts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_depr_cmts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_page` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_intro` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_podcast` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` add `bloggroup_perm_sidebar` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@bloggroups` drop `bloggroup_perm_comments`; delete from `@@DB_MAIN_PREFIX@@bloggroups` WHERE `bloggroup_blog_ID` = 1 AND `bloggroup_group_ID` = 4 AND `bloggroup_ismember` = 1; delete from `@@DB_MAIN_PREFIX@@bloggroups` WHERE `bloggroup_blog_ID` = 2 AND `bloggroup_group_ID` = 4 AND `bloggroup_ismember` = 1; delete from `@@DB_MAIN_PREFIX@@bloggroups` WHERE `bloggroup_blog_ID` = 3 AND `bloggroup_group_ID` = 4 AND `bloggroup_ismember` = 1; alter table `@@DB_MAIN_PREFIX@@blogs` modify `blog_access_type` varchar(10) NOT NULL DEFAULT 'extrapath'; alter table `@@DB_MAIN_PREFIX@@blogs` drop `blog_allowcomments`; delete from `@@DB_MAIN_PREFIX@@blogs`; INSERT INTO `@@DB_MAIN_PREFIX@@blogs` (`blog_ID`, `blog_shortname`, `blog_name`, `blog_owner_user_ID`, `blog_advanced_perms`, `blog_tagline`, `blog_description`, `blog_longdesc`, `blog_locale`, `blog_access_type`, `blog_siteurl`, `blog_urlname`, `blog_notes`, `blog_keywords`, `blog_allowtrackbacks`, `blog_allowblogcss`, `blog_allowusercss`, `blog_skin_ID`, `blog_in_bloglist`, `blog_links_blog_ID`, `blog_media_location`, `blog_media_subdir`, `blog_media_fullpath`, `blog_media_url`, `blog_UID`) VALUES (1, 'Blog A', 'Blog A Title', 1, 0, 'Tagline for Blog A', '', 'This is the long description for the blog named ''Blog A''. ', 'en-US', 'relative', 'blog1.php', 'a', NULL, NULL, 0, 1, 1, 1, 1, NULL, 'default', NULL, NULL, NULL, NULL), (2, 'Blog B', 'Blog B Title', 1, 0, 'Tagline for Blog B', '', 'This is the long description for the blog named ''Blog B''. ', 'en-US', 'relative', 'blog2.php', 'b', NULL, NULL, 0, 1, 1, 2, 1, NULL, 'default', NULL, NULL, NULL, NULL), (3, 'Linkblog', 'Linkblog', 1, 0, 'Some interesting links...', '', 'This is the long description for the blog named ''Linkblog''. <br />\r\n<br />\r\n<strong>The main purpose for this blog is to be included as a side item to other blogs where it will display your favorite/related links.</strong>', 'en-US', 'relative', 'blog3.php', 'links', NULL, NULL, 0, 1, 1, 3, 1, NULL, 'default', NULL, NULL, NULL, NULL), (4, 'Photoblog', 'Photoblog', 1, 0, 'This blog shows photos...', '', 'This is the long description for the blog named ''Photoblog''. <br />\r\n<br />\r\n<strong>This is a photoblog, optimized for displaying photos.</strong>', 'en-US', 'relative', 'blog4.php', 'photos', NULL, NULL, 0, 1, 1, 4, 1, NULL, 'default', NULL, NULL, NULL, NULL); alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_edit_ts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_draft_cmts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_publ_cmts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_depr_cmts` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_page` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_intro` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_podcast` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` add `bloguser_perm_sidebar` tinyint(4) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@blogusers` drop `bloguser_perm_comments`; alter table `@@DB_MAIN_PREFIX@@categories` AUTO_INCREMENT = 16; delete from `@@DB_MAIN_PREFIX@@categories`; INSERT INTO `@@DB_MAIN_PREFIX@@categories` (`cat_ID`, `cat_parent_ID`, `cat_name`, `cat_urlname`, `cat_blog_ID`, `cat_description`, `cat_order`) VALUES (1, NULL, 'Welcome', 'welcome', 1, NULL, NULL), (2, NULL, 'News', 'news', 1, NULL, NULL), (3, NULL, 'Background', 'background', 1, NULL, NULL), (4, NULL, 'Fun', 'fun', 1, NULL, NULL), (5, 4, 'In real life', 'in-real-life', 1, NULL, NULL), (6, 4, 'On the web', 'on-the-web', 1, NULL, NULL), (7, 5, 'Sports', 'sports', 1, NULL, NULL), (8, 5, 'Movies', 'movies', 1, NULL, NULL), (9, 5, 'Music', 'music', 1, NULL, NULL), (10, NULL, 'Announcements', 'announcements', 2, NULL, NULL), (11, NULL, 'b2evolution Tips', 'b2evolution-tips', 2, NULL, NULL), (12, NULL, 'Get additional skins', 'get-additional-skins', 2, NULL, NULL), (13, NULL, 'b2evolution', 'b2evolution', 3, NULL, NULL), (14, NULL, 'Contributors', 'contributors', 3, NULL, NULL), (15, NULL, 'Monument Valley', 'monument-valley', 4, NULL, NULL); alter table `@@DB_MAIN_PREFIX@@coll_settings` modify `cset_name` varchar(50) NOT NULL; alter table `@@DB_MAIN_PREFIX@@coll_settings` modify `cset_value` varchar(10000) DEFAULT NULL COMMENT 'The AdSense plugin wants to store very long snippets of HTML'; delete from `@@DB_MAIN_PREFIX@@coll_settings`; INSERT INTO `@@DB_MAIN_PREFIX@@coll_settings` (`cset_coll_ID`, `cset_name`, `cset_value`) VALUES (1, 'ajax_form_enabled', '1'), (1, 'cache_enabled', '1'), (1, 'last_invalidation_timestamp', '1343369204'), (2, 'ajax_form_enabled', '1'), (2, 'cache_enabled', '1'), (2, 'last_invalidation_timestamp', ''), (3, 'ajax_form_enabled', '1'), (3, 'cache_enabled', '1'), (3, 'last_invalidation_timestamp', ''), (4, 'ajax_form_enabled', '1'), (4, 'archive_mode', 'postbypost'), (4, 'cache_enabled', '1'), (4, 'last_invalidation_timestamp', ''), (4, 'posts_per_page', '1'); alter table `@@DB_MAIN_PREFIX@@comments` modify `comment_status` enum('published','deprecated','draft','trash') NOT NULL DEFAULT 'published'; alter table `@@DB_MAIN_PREFIX@@comments` add `comment_secret` varchar(32) DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@comments` add `comment_notif_status` enum('noreq','todo','started','finished') NOT NULL DEFAULT 'noreq' COMMENT 'Have notifications been sent for this comment? How far are we in the process?'; alter table `@@DB_MAIN_PREFIX@@comments` add `comment_notif_ctsk_ID` int(10) unsigned DEFAULT NULL COMMENT 'When notifications for this comment are sent through a scheduled job, what is the job ID?'; delete from `@@DB_MAIN_PREFIX@@comments`; INSERT INTO `@@DB_MAIN_PREFIX@@comments` (`comment_ID`, `comment_post_ID`, `comment_type`, `comment_status`, `comment_author_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_content`, `comment_rating`, `comment_featured`, `comment_nofollow`, `comment_karma`, `comment_spam_karma`, `comment_allow_msgform`, `comment_secret`, `comment_notif_status`, `comment_notif_ctsk_ID`) VALUES (1, 1, 'comment', 'published', NULL, 'miss b2', 'missb2@example.com', 'http://example.com', '127.0.0.1', '2012-07-27 07:43:52', 'Hi, this is a comment.<br />To delete a comment, just log in, and view the posts'' comments, there you will have the option to edit or delete them.', NULL, 0, 1, 0, NULL, 0, NULL, 'noreq', NULL); CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@country` ( `ctry_ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `ctry_code` char(2) NOT NULL, `ctry_name` varchar(40) NOT NULL, `ctry_curr_ID` int(10) unsigned DEFAULT NULL, `ctry_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`ctry_ID`), UNIQUE KEY `ctry_code` (`ctry_code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=248 ; INSERT INTO `@@DB_MAIN_PREFIX@@country` (`ctry_ID`, `ctry_code`, `ctry_name`, `ctry_curr_ID`, `ctry_enabled`) VALUES (1, 'af', 'Afghanistan', 1, 1), (2, 'ax', 'Aland Islands', 2, 1), (3, 'al', 'Albania', 3, 1), (4, 'dz', 'Algeria', 4, 1), (5, 'as', 'American Samoa', 5, 1), (6, 'ad', 'Andorra', 2, 1), (7, 'ao', 'Angola', 6, 1), (8, 'ai', 'Anguilla', 7, 1), (9, 'aq', 'Antarctica', NULL, 1), (10, 'ag', 'Antigua And Barbuda', 7, 1), (11, 'ar', 'Argentina', 8, 1), (12, 'am', 'Armenia', 9, 1), (13, 'aw', 'Aruba', 10, 1), (14, 'au', 'Australia', 11, 1), (15, 'at', 'Austria', 2, 1), (16, 'az', 'Azerbaijan', 12, 1), (17, 'bs', 'Bahamas', 13, 1), (18, 'bh', 'Bahrain', 14, 1), (19, 'bd', 'Bangladesh', 15, 1), (20, 'bb', 'Barbados', 16, 1), (21, 'by', 'Belarus', 17, 1), (22, 'be', 'Belgium', 2, 1), (23, 'bz', 'Belize', 18, 1), (24, 'bj', 'Benin', 19, 1), (25, 'bm', 'Bermuda', 20, 1), (26, 'bt', 'Bhutan', 62, 1), (27, 'bo', 'Bolivia', NULL, 1), (28, 'ba', 'Bosnia And Herzegovina', 21, 1), (29, 'bw', 'Botswana', 22, 1), (30, 'bv', 'Bouvet Island', 23, 1), (31, 'br', 'Brazil', 24, 1), (32, 'io', 'British Indian Ocean Territory', 5, 1), (33, 'bn', 'Brunei Darussalam', 25, 1), (34, 'bg', 'Bulgaria', 26, 1), (35, 'bf', 'Burkina Faso', 19, 1), (36, 'bi', 'Burundi', 27, 1), (37, 'kh', 'Cambodia', 28, 1), (38, 'cm', 'Cameroon', 29, 1), (39, 'ca', 'Canada', 30, 1), (40, 'cv', 'Cape Verde', 31, 1), (41, 'ky', 'Cayman Islands', 32, 1), (42, 'cf', 'Central African Republic', 29, 1), (43, 'td', 'Chad', 29, 1), (44, 'cl', 'Chile', 159, 1), (45, 'cn', 'China', 33, 1), (46, 'cx', 'Christmas Island', 11, 1), (47, 'cc', 'Cocos Islands', 11, 1), (48, 'co', 'Colombia', 156, 1), (49, 'km', 'Comoros', 34, 1), (50, 'cg', 'Congo', 29, 1), (51, 'cd', 'Congo Republic', 35, 1), (52, 'ck', 'Cook Islands', 36, 1), (53, 'cr', 'Costa Rica', 37, 1), (54, 'ci', 'Cote Divoire', 19, 1), (55, 'hr', 'Croatia', 38, 1), (56, 'cu', 'Cuba', 157, 1), (57, 'cy', 'Cyprus', 2, 1), (58, 'cz', 'Czech Republic', 39, 1), (59, 'dk', 'Denmark', 40, 1), (60, 'dj', 'Djibouti', 41, 1), (61, 'dm', 'Dominica', 7, 1), (62, 'do', 'Dominican Republic', 42, 1), (63, 'ec', 'Ecuador', 5, 1), (64, 'eg', 'Egypt', 43, 1), (65, 'sv', 'El Salvador', 158, 1), (66, 'gq', 'Equatorial Guinea', 29, 1), (67, 'er', 'Eritrea', 44, 1), (68, 'ee', 'Estonia', 45, 1), (69, 'et', 'Ethiopia', 46, 1), (70, 'fk', 'Falkland Islands (Malvinas)', 47, 1), (71, 'fo', 'Faroe Islands', 40, 1), (72, 'fj', 'Fiji', 48, 1), (73, 'fi', 'Finland', 2, 1), (74, 'fr', 'France', 2, 1), (75, 'gf', 'French Guiana', 2, 1), (76, 'pf', 'French Polynesia', 49, 1), (77, 'tf', 'French Southern Territories', 2, 1), (78, 'ga', 'Gabon', 29, 1), (79, 'gm', 'Gambia', 50, 1), (80, 'ge', 'Georgia', 51, 1), (81, 'de', 'Germany', 2, 1), (82, 'gh', 'Ghana', 52, 1), (83, 'gi', 'Gibraltar', 53, 1), (84, 'gr', 'Greece', 2, 1), (85, 'gl', 'Greenland', 40, 1), (86, 'gd', 'Grenada', 7, 1), (87, 'gp', 'Guadeloupe', 2, 1), (88, 'gu', 'Guam', 5, 1), (89, 'gt', 'Guatemala', 54, 1), (90, 'gg', 'Guernsey', 55, 1), (91, 'gn', 'Guinea', 56, 1), (92, 'gw', 'Guinea-bissau', 19, 1), (93, 'gy', 'Guyana', 57, 1), (94, 'ht', 'Haiti', 160, 1), (95, 'hm', 'Heard Island And Mcdonald Islands', 11, 1), (96, 'va', 'Holy See (vatican City State)', 2, 1), (97, 'hn', 'Honduras', 58, 1), (98, 'hk', 'Hong Kong', 59, 1), (99, 'hu', 'Hungary', 60, 1), (100, 'is', 'Iceland', 61, 1), (101, 'in', 'India', 62, 1), (102, 'id', 'Indonesia', 63, 1), (103, 'ir', 'Iran', 64, 1), (104, 'iq', 'Iraq', 65, 1), (105, 'ie', 'Ireland', 2, 1), (106, 'im', 'Isle Of Man', NULL, 1), (107, 'il', 'Israel', 66, 1), (108, 'it', 'Italy', 2, 1), (109, 'jm', 'Jamaica', 67, 1), (110, 'jp', 'Japan', 68, 1), (111, 'je', 'Jersey', 55, 1), (112, 'jo', 'Jordan', 69, 1), (113, 'kz', 'Kazakhstan', 70, 1), (114, 'ke', 'Kenya', 71, 1), (115, 'ki', 'Kiribati', 11, 1), (116, 'kp', 'Korea', 72, 1), (117, 'kr', 'Korea', 73, 1), (118, 'kw', 'Kuwait', 74, 1), (119, 'kg', 'Kyrgyzstan', 75, 1), (120, 'la', 'Lao', 76, 1), (121, 'lv', 'Latvia', 77, 1), (122, 'lb', 'Lebanon', 78, 1), (123, 'ls', 'Lesotho', 121, 1), (124, 'lr', 'Liberia', 79, 1), (125, 'ly', 'Libyan Arab Jamahiriya', 80, 1), (126, 'li', 'Liechtenstein', 81, 1), (127, 'lt', 'Lithuania', 82, 1), (128, 'lu', 'Luxembourg', 2, 1), (129, 'mo', 'Macao', 83, 1), (130, 'mk', 'Macedonia', 84, 1), (131, 'mg', 'Madagascar', 85, 1), (132, 'mw', 'Malawi', 86, 1), (133, 'my', 'Malaysia', 87, 1), (134, 'mv', 'Maldives', 88, 1), (135, 'ml', 'Mali', 19, 1), (136, 'mt', 'Malta', 2, 1), (137, 'mh', 'Marshall Islands', 5, 1), (138, 'mq', 'Martinique', 2, 1), (139, 'mr', 'Mauritania', 89, 1), (140, 'mu', 'Mauritius', 90, 1), (141, 'yt', 'Mayotte', 2, 1), (142, 'mx', 'Mexico', 161, 1), (143, 'fm', 'Micronesia', 2, 1), (144, 'md', 'Moldova', 91, 1), (145, 'mc', 'Monaco', 2, 1), (146, 'mn', 'Mongolia', 92, 1), (147, 'me', 'Montenegro', 2, 1), (148, 'ms', 'Montserrat', 7, 1), (149, 'ma', 'Morocco', 93, 1), (150, 'mz', 'Mozambique', 94, 1), (151, 'mm', 'Myanmar', 95, 1), (152, 'na', 'Namibia', 121, 1), (153, 'nr', 'Nauru', 11, 1), (154, 'np', 'Nepal', 96, 1), (155, 'nl', 'Netherlands', 2, 1), (156, 'an', 'Netherlands Antilles', 97, 1), (157, 'nc', 'New Caledonia', 49, 1), (158, 'nz', 'New Zealand', 36, 1), (159, 'ni', 'Nicaragua', 98, 1), (160, 'ne', 'Niger', 19, 1), (161, 'ng', 'Nigeria', 99, 1), (162, 'nu', 'Niue', 36, 1), (163, 'nf', 'Norfolk Island', 11, 1), (164, 'mp', 'Northern Mariana Islands', 5, 1), (165, 'no', 'Norway', 23, 1), (166, 'om', 'Oman', 100, 1), (167, 'pk', 'Pakistan', 101, 1), (168, 'pw', 'Palau', 5, 1), (169, 'ps', 'Palestinian Territory', NULL, 1), (170, 'pa', 'Panama', 162, 1), (171, 'pg', 'Papua New Guinea', 102, 1), (172, 'py', 'Paraguay', 103, 1), (173, 'pe', 'Peru', 104, 1), (174, 'ph', 'Philippines', 105, 1), (175, 'pn', 'Pitcairn', 36, 1), (176, 'pl', 'Poland', 106, 1), (177, 'pt', 'Portugal', 2, 1), (178, 'pr', 'Puerto Rico', 5, 1), (179, 'qa', 'Qatar', 107, 1), (180, 're', 'Reunion', 2, 1), (181, 'ro', 'Romania', 108, 1), (182, 'ru', 'Russian Federation', 109, 1), (183, 'rw', 'Rwanda', 110, 1), (184, 'bl', 'Saint Barthelemy', 2, 1), (185, 'sh', 'Saint Helena', 111, 1), (186, 'kn', 'Saint Kitts And Nevis', 7, 1), (187, 'lc', 'Saint Lucia', 7, 1), (188, 'mf', 'Saint Martin', 2, 1), (189, 'pm', 'Saint Pierre And Miquelon', 2, 1), (190, 'vc', 'Saint Vincent And The Grenadines', 7, 1), (191, 'ws', 'Samoa', 112, 1), (192, 'sm', 'San Marino', 2, 1), (193, 'st', 'Sao Tome And Principe', 113, 1), (194, 'sa', 'Saudi Arabia', 114, 1), (195, 'sn', 'Senegal', 19, 1), (196, 'rs', 'Serbia', 115, 1), (197, 'sc', 'Seychelles', 116, 1), (198, 'sl', 'Sierra Leone', 117, 1), (199, 'sg', 'Singapore', 118, 1), (200, 'sk', 'Slovakia', 2, 1), (201, 'si', 'Slovenia', 2, 1), (202, 'sb', 'Solomon Islands', 119, 1), (203, 'so', 'Somalia', 120, 1), (204, 'za', 'South Africa', 121, 1), (205, 'gs', 'South Georgia', NULL, 1), (206, 'es', 'Spain', 2, 1), (207, 'lk', 'Sri Lanka', 122, 1), (208, 'sd', 'Sudan', 123, 1), (209, 'sr', 'Suriname', 124, 1), (210, 'sj', 'Svalbard And Jan Mayen', 23, 1), (211, 'sz', 'Swaziland', 125, 1), (212, 'se', 'Sweden', 126, 1), (213, 'ch', 'Switzerland', 81, 1), (214, 'sy', 'Syrian Arab Republic', 127, 1), (215, 'tw', 'Taiwan, Province Of China', 128, 1), (216, 'tj', 'Tajikistan', 129, 1), (217, 'tz', 'Tanzania', 130, 1), (218, 'th', 'Thailand', 131, 1), (219, 'tl', 'Timor-leste', 5, 1), (220, 'tg', 'Togo', 19, 1), (221, 'tk', 'Tokelau', 36, 1), (222, 'to', 'Tonga', 132, 1), (223, 'tt', 'Trinidad And Tobago', 133, 1), (224, 'tn', 'Tunisia', 134, 1), (225, 'tr', 'Turkey', 135, 1), (226, 'tm', 'Turkmenistan', 136, 1), (227, 'tc', 'Turks And Caicos Islands', 5, 1), (228, 'tv', 'Tuvalu', 11, 1), (229, 'ug', 'Uganda', 137, 1), (230, 'ua', 'Ukraine', 138, 1), (231, 'ae', 'United Arab Emirates', 139, 1), (232, 'gb', 'United Kingdom', 55, 1), (233, 'us', 'United States', 5, 1), (234, 'um', 'United States Minor Outlying Islands', 5, 1), (235, 'uy', 'Uruguay', 163, 1), (236, 'uz', 'Uzbekistan', 140, 1), (237, 'vu', 'Vanuatu', 141, 1), (239, 've', 'Venezuela', 142, 1), (240, 'vn', 'Viet Nam', 143, 1), (241, 'vg', 'Virgin Islands, British', 5, 1), (242, 'vi', 'Virgin Islands, U.s.', 5, 1), (243, 'wf', 'Wallis And Futuna', 49, 1), (244, 'eh', 'Western Sahara', 93, 1), (245, 'ye', 'Yemen', 144, 1), (246, 'zm', 'Zambia', 145, 1), (247, 'zw', 'Zimbabwe', 146, 1); alter table `@@DB_MAIN_PREFIX@@cron__task` AUTO_INCREMENT = 4; INSERT INTO `@@DB_MAIN_PREFIX@@cron__task` (`ctsk_ID`, `ctsk_start_datetime`, `ctsk_repeat_after`, `ctsk_name`, `ctsk_controller`, `ctsk_params`) VALUES (1, '2012-07-28 02:00:00', 86400, 'Prune old files from page cache', 'cron/jobs/_prune_page_cache.job.php', 'N;'), (2, '2012-07-28 03:00:00', 86400, 'Prune old hits & sessions', 'cron/jobs/_prune_hits_sessions.job.php', 'N;'), (3, '2012-07-28 04:00:00', 86400, 'Poll the antispam blacklist', 'cron/jobs/_antispam_poll.job.php', 'N;'); CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@currency` ( `curr_ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `curr_code` char(3) NOT NULL, `curr_shortcut` varchar(30) NOT NULL, `curr_name` varchar(40) NOT NULL, `curr_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`curr_ID`), UNIQUE KEY `curr_code` (`curr_code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=164 ; INSERT INTO `@@DB_MAIN_PREFIX@@currency` (`curr_ID`, `curr_code`, `curr_shortcut`, `curr_name`, `curr_enabled`) VALUES (1, 'AFN', '؋', 'Afghani', 1), (2, 'EUR', '€', 'Euro', 1), (3, 'ALL', 'Lek', 'Lek', 1), (4, 'DZD', 'DZD', 'Algerian Dinar', 1), (5, 'USD', '$', 'US Dollar', 1), (6, 'AOA', 'AOA', 'Kwanza', 1), (7, 'XCD', '$', 'East Caribbean Dollar', 1), (8, 'ARS', '$', 'Argentine Peso', 1), (9, 'AMD', 'AMD', 'Armenian Dram', 1), (10, 'AWG', 'ƒ', 'Aruban Guilder', 1), (11, 'AUD', '$', 'Australian Dollar', 1), (12, 'AZN', 'ман', 'Azerbaijanian Manat', 1), (13, 'BSD', '$', 'Bahamian Dollar', 1), (14, 'BHD', 'BHD', 'Bahraini Dinar', 1), (15, 'BDT', 'BDT', 'Taka', 1), (16, 'BBD', '$', 'Barbados Dollar', 1), (17, 'BYR', 'p.', 'Belarussian Ruble', 1), (18, 'BZD', 'BZ$', 'Belize Dollar', 1), (19, 'XOF', 'XOF', 'CFA Franc BCEAO', 1), (20, 'BMD', '$', 'Bermudian Dollar', 1), (21, 'BAM', 'KM', 'Convertible Marks', 1), (22, 'BWP', 'P', 'Pula', 1), (23, 'NOK', 'kr', 'Norwegian Krone', 1), (24, 'BRL', 'R$', 'Brazilian Real', 1), (25, 'BND', '$', 'Brunei Dollar', 1), (26, 'BGN', 'лв', 'Bulgarian Lev', 1), (27, 'BIF', 'BIF', 'Burundi Franc', 1), (28, 'KHR', '៛', 'Riel', 1), (29, 'XAF', 'XAF', 'CFA Franc BEAC', 1), (30, 'CAD', '$', 'Canadian Dollar', 1), (31, 'CVE', 'CVE', 'Cape Verde Escudo', 1), (32, 'KYD', '$', 'Cayman Islands Dollar', 1), (33, 'CNY', '¥', 'Yuan Renminbi', 1), (34, 'KMF', 'KMF', 'Comoro Franc', 1), (35, 'CDF', 'CDF', 'Congolese Franc', 1), (36, 'NZD', '$', 'New Zealand Dollar', 1), (37, 'CRC', '₡', 'Costa Rican Colon', 1), (38, 'HRK', 'kn', 'Croatian Kuna', 1), (39, 'CZK', 'Kč', 'Czech Koruna', 1), (40, 'DKK', 'kr', 'Danish Krone', 1), (41, 'DJF', 'DJF', 'Djibouti Franc', 1), (42, 'DOP', 'RD$', 'Dominican Peso', 1), (43, 'EGP', '£', 'Egyptian Pound', 1), (44, 'ERN', 'ERN', 'Nakfa', 1), (45, 'EEK', 'EEK', 'Kroon', 1), (46, 'ETB', 'ETB', 'Ethiopian Birr', 1), (47, 'FKP', '£', 'Falkland Islands Pound', 1), (48, 'FJD', '$', 'Fiji Dollar', 1), (49, 'XPF', 'XPF', 'CFP Franc', 1), (50, 'GMD', 'GMD', 'Dalasi', 1), (51, 'GEL', 'GEL', 'Lari', 1), (52, 'GHS', 'GHS', 'Cedi', 1), (53, 'GIP', '£', 'Gibraltar Pound', 1), (54, 'GTQ', 'Q', 'Quetzal', 1), (55, 'GBP', '£', 'Pound Sterling', 1), (56, 'GNF', 'GNF', 'Guinea Franc', 1), (57, 'GYD', '$', 'Guyana Dollar', 1), (58, 'HNL', 'L', 'Lempira', 1), (59, 'HKD', '$', 'Hong Kong Dollar', 1), (60, 'HUF', 'Ft', 'Forint', 1), (61, 'ISK', 'kr', 'Iceland Krona', 1), (62, 'INR', 'Rs', 'Indian Rupee', 1), (63, 'IDR', 'Rp', 'Rupiah', 1), (64, 'IRR', '﷼', 'Iranian Rial', 1), (65, 'IQD', 'IQD', 'Iraqi Dinar', 1), (66, 'ILS', '₪', 'New Israeli Sheqel', 1), (67, 'JMD', 'J$', 'Jamaican Dollar', 1), (68, 'JPY', '¥', 'Yen', 1), (69, 'JOD', 'JOD', 'Jordanian Dinar', 1), (70, 'KZT', 'лв', 'Tenge', 1), (71, 'KES', 'KES', 'Kenyan Shilling', 1), (72, 'KPW', '₩', 'North Korean Won', 1), (73, 'KRW', '₩', 'Won', 1), (74, 'KWD', 'KWD', 'Kuwaiti Dinar', 1), (75, 'KGS', 'лв', 'Som', 1), (76, 'LAK', '₭', 'Kip', 1), (77, 'LVL', 'Ls', 'Latvian Lats', 1), (78, 'LBP', '£', 'Lebanese Pound', 1), (79, 'LRD', '$', 'Liberian Dollar', 1), (80, 'LYD', 'LYD', 'Libyan Dinar', 1), (81, 'CHF', 'CHF', 'Swiss Franc', 1), (82, 'LTL', 'Lt', 'Lithuanian Litas', 1), (83, 'MOP', 'MOP', 'Pataca', 1), (84, 'MKD', 'ден', 'Denar', 1), (85, 'MGA', 'MGA', 'Malagasy Ariary', 1), (86, 'MWK', 'MWK', 'Kwacha', 1), (87, 'MYR', 'RM', 'Malaysian Ringgit', 1), (88, 'MVR', 'MVR', 'Rufiyaa', 1), (89, 'MRO', 'MRO', 'Ouguiya', 1), (90, 'MUR', 'Rs', 'Mauritius Rupee', 1), (91, 'MDL', 'MDL', 'Moldovan Leu', 1), (92, 'MNT', '₮', 'Tugrik', 1), (93, 'MAD', 'MAD', 'Moroccan Dirham', 1), (94, 'MZN', 'MT', 'Metical', 1), (95, 'MMK', 'MMK', 'Kyat', 1), (96, 'NPR', 'Rs', 'Nepalese Rupee', 1), (97, 'ANG', 'ƒ', 'Netherlands Antillian Guilder', 1), (98, 'NIO', 'C$', 'Cordoba Oro', 1), (99, 'NGN', '₦', 'Naira', 1), (100, 'OMR', '﷼', 'Rial Omani', 1), (101, 'PKR', 'Rs', 'Pakistan Rupee', 1), (102, 'PGK', 'PGK', 'Kina', 1), (103, 'PYG', 'Gs', 'Guarani', 1), (104, 'PEN', 'S/.', 'Nuevo Sol', 1), (105, 'PHP', 'Php', 'Philippine Peso', 1), (106, 'PLN', 'zł', 'Zloty', 1), (107, 'QAR', '﷼', 'Qatari Rial', 1), (108, 'RON', 'lei', 'New Leu', 1), (109, 'RUB', 'руб', 'Russian Ruble', 1), (110, 'RWF', 'RWF', 'Rwanda Franc', 1), (111, 'SHP', '£', 'Saint Helena Pound', 1), (112, 'WST', 'WST', 'Tala', 1), (113, 'STD', 'STD', 'Dobra', 1), (114, 'SAR', '﷼', 'Saudi Riyal', 1), (115, 'RSD', 'Дин.', 'Serbian Dinar', 1), (116, 'SCR', 'Rs', 'Seychelles Rupee', 1), (117, 'SLL', 'SLL', 'Leone', 1), (118, 'SGD', '$', 'Singapore Dollar', 1), (119, 'SBD', '$', 'Solomon Islands Dollar', 1), (120, 'SOS', 'S', 'Somali Shilling', 1), (121, 'ZAR', 'R', 'Rand', 1), (122, 'LKR', 'Rs', 'Sri Lanka Rupee', 1), (123, 'SDG', 'SDG', 'Sudanese Pound', 1), (124, 'SRD', '$', 'Surinam Dollar', 1), (125, 'SZL', 'SZL', 'Lilangeni', 1), (126, 'SEK', 'kr', 'Swedish Krona', 1), (127, 'SYP', '£', 'Syrian Pound', 1), (128, 'TWD', '$', 'New Taiwan Dollar', 1), (129, 'TJS', 'TJS', 'Somoni', 1), (130, 'TZS', 'TZS', 'Tanzanian Shilling', 1), (131, 'THB', 'THB', 'Baht', 1), (132, 'TOP', 'TOP', 'Pa', 1), (133, 'TTD', 'TT$', 'Trinidad and Tobago Dollar', 1), (134, 'TND', 'TND', 'Tunisian Dinar', 1), (135, 'TRY', 'TL', 'Turkish Lira', 1), (136, 'TMT', 'TMT', 'Manat', 1), (137, 'UGX', 'UGX', 'Uganda Shilling', 1), (138, 'UAH', '₴', 'Hryvnia', 1), (139, 'AED', 'AED', 'UAE Dirham', 1), (140, 'UZS', 'лв', 'Uzbekistan Sum', 1), (141, 'VUV', 'VUV', 'Vatu', 1), (142, 'VEF', 'Bs', 'Bolivar Fuerte', 1), (143, 'VND', '₫', 'Dong', 1), (144, 'YER', '﷼', 'Yemeni Rial', 1), (145, 'ZMK', 'ZMK', 'Zambian Kwacha', 1), (146, 'ZWL', 'Z$', 'Zimbabwe Dollar', 1), (147, 'XAU', 'XAU', 'Gold', 1), (148, 'XBA', 'XBA', 'EURCO', 1), (149, 'XBB', 'XBB', 'European Monetary Unit', 1), (150, 'XBC', 'XBC', 'European Unit of Account 9', 1), (151, 'XBD', 'XBD', 'European Unit of Account 17', 1), (152, 'XDR', 'XDR', 'SDR', 1), (153, 'XPD', 'XPD', 'Palladium', 1), (154, 'XPT', 'XPT', 'Platinum', 1), (155, 'XAG', 'XAG', 'Silver', 1), (156, 'COP', '$', 'Colombian peso', 1), (157, 'CUP', '$', 'Cuban peso', 1), (158, 'SVC', 'SVC', 'Salvadoran colon', 1), (159, 'CLP', '$', 'Chilean peso', 1), (160, 'HTG', 'G', 'Haitian gourde', 1), (161, 'MXN', '$', 'Mexican peso', 1), (162, 'PAB', 'PAB', 'Panamanian balboa', 1), (163, 'UYU', '$', 'Uruguayan peso', 1); alter table `@@DB_MAIN_PREFIX@@filetypes` modify `ftyp_allowed` enum('any','registered','admin') NOT NULL DEFAULT 'admin'; INSERT INTO `@@DB_MAIN_PREFIX@@filetypes`(`ftyp_ID`, `ftyp_extensions`, `ftyp_name`, `ftyp_mimetype`, `ftyp_icon`, `ftyp_viewtype`, `ftyp_allowed`) VALUES (18, 'm4v', 'MPEG video file', 'video/x-m4v', '', 'browser', 'registered'); alter table `@@DB_MAIN_PREFIX@@filetypes` AUTO_INCREMENT = 19; alter table `@@DB_MAIN_PREFIX@@groups` drop `grp_perm_admin`; alter table `@@DB_MAIN_PREFIX@@groups` drop `grp_perm_spamblacklist`; alter table `@@DB_MAIN_PREFIX@@groups` drop `grp_perm_options`; alter table `@@DB_MAIN_PREFIX@@groups` drop `grp_perm_templates`; alter table `@@DB_MAIN_PREFIX@@groups` drop `grp_perm_files`; CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@groups__groupsettings` ( `gset_grp_ID` int(11) unsigned NOT NULL, `gset_name` varchar(30) NOT NULL, `gset_value` varchar(255) DEFAULT NULL, PRIMARY KEY (`gset_grp_ID`,`gset_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `@@DB_MAIN_PREFIX@@groups__groupsettings` (`gset_grp_ID`, `gset_name`, `gset_value`) VALUES (1, 'perm_admin', 'normal'), (1, 'perm_api', 'always'), (1, 'perm_createblog', 'allowed'), (1, 'perm_files', 'all'), (1, 'perm_getblog', 'denied'), (1, 'perm_maintenance', 'upgrade'), (1, 'perm_messaging', 'delete'), (1, 'perm_options', 'edit'), (1, 'perm_shared_root', 'edit'), (1, 'perm_slugs', 'edit'), (1, 'perm_spamblacklist', 'edit'), (1, 'perm_templates', 'allowed'), (2, 'perm_admin', 'normal'), (2, 'perm_api', 'always'), (2, 'perm_createblog', 'allowed'), (2, 'perm_files', 'add'), (2, 'perm_getblog', 'allowed'), (2, 'perm_maintenance', 'none'), (2, 'perm_messaging', 'write'), (2, 'perm_options', 'view'), (2, 'perm_shared_root', 'add'), (2, 'perm_slugs', 'none'), (2, 'perm_spamblacklist', 'edit'), (2, 'perm_templates', 'denied'), (3, 'perm_admin', 'normal'), (3, 'perm_api', 'always'), (3, 'perm_createblog', 'denied'), (3, 'perm_files', 'view'), (3, 'perm_getblog', 'denied'), (3, 'perm_maintenance', 'none'), (3, 'perm_messaging', 'reply'), (3, 'perm_options', 'none'), (3, 'perm_shared_root', 'view'), (3, 'perm_slugs', 'none'), (3, 'perm_spamblacklist', 'view'), (3, 'perm_templates', 'denied'), (4, 'perm_admin', 'none'), (4, 'perm_api', 'never'), (4, 'perm_createblog', 'denied'), (4, 'perm_files', 'none'), (4, 'perm_getblog', 'denied'), (4, 'perm_maintenance', 'none'), (4, 'perm_messaging', 'none'), (4, 'perm_options', 'none'), (4, 'perm_shared_root', 'none'), (4, 'perm_slugs', 'none'), (4, 'perm_spamblacklist', 'none'), (4, 'perm_templates', 'denied'); alter table `@@DB_MAIN_PREFIX@@hitlog` add `hit_agent_type` enum('rss','robot','browser','unknown') NOT NULL DEFAULT 'unknown'; alter table `@@DB_MAIN_PREFIX@@hitlog` drop FOREIGN KEY `hit_agnt_ID`; alter table `@@DB_MAIN_PREFIX@@hitlog` drop `hit_agnt_ID`; alter table `@@DB_MAIN_PREFIX@@hitlog` AUTO_INCREMENT = 11; alter table `@@DB_MAIN_PREFIX@@items__item` add `post_dateset` tinyint(1) NOT NULL DEFAULT '1'; alter table `@@DB_MAIN_PREFIX@@items__item` add `post_excerpt_autogenerated` tinyint(1) DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@items__item` modify `post_urltitle` varchar(210) NOT NULL; alter table `@@DB_MAIN_PREFIX@@items__item` add `post_canonical_slug_ID` int(10) unsigned DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@items__item` add `post_tiny_slug_ID` int(10) unsigned DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@items__item` AUTO_INCREMENT = 33; delete from `@@DB_MAIN_PREFIX@@items__item`; INSERT INTO `@@DB_MAIN_PREFIX@@items__item` (`post_ID`, `post_parent_ID`, `post_creator_user_ID`, `post_lastedit_user_ID`, `post_assigned_user_ID`, `post_dateset`, `post_datestart`, `post_datedeadline`, `post_datecreated`, `post_datemodified`, `post_status`, `post_pst_ID`, `post_ptyp_ID`, `post_locale`, `post_content`, `post_excerpt`, `post_excerpt_autogenerated`, `post_title`, `post_urltitle`, `post_canonical_slug_ID`, `post_tiny_slug_ID`, `post_titletag`, `post_metadesc`, `post_metakeywords`, `post_url`, `post_main_cat_ID`, `post_notifications_status`, `post_notifications_ctsk_ID`, `post_views`, `post_wordcount`, `post_comment_status`, `post_commentsexpire`, `post_renderers`, `post_priority`, `post_featured`, `post_order`, `post_double1`, `post_double2`, `post_double3`, `post_double4`, `post_double5`, `post_varchar1`, `post_varchar2`, `post_varchar3`, `post_editor_code`) VALUES (1, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This is the first post.</p>\r\n\r\n<p>It appears in a single category.</p>', 'This is the first post.\r\n\r\nIt appears in a single category.', 1, 'First Post', 'first-post', 2, 3, NULL, NULL, NULL, '', 1, 'noreq', NULL, 0, 11, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (2, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This is the second post.</p>\r\n\r\n<p>It appears in multiple categories.</p>', 'This is the second post.\r\n\r\nIt appears in multiple categories.', 1, 'Second post', 'second-post', 4, 5, NULL, NULL, NULL, '', 2, 'noreq', NULL, 0, 10, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (3, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 3000, 'en-US', '', NULL, NULL, 'Skin faktory', 'skin-faktory', 6, 7, NULL, NULL, NULL, 'http://www.skinfaktory.com/', 12, 'noreq', NULL, 0, 0, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (4, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 3000, 'en-US', '', NULL, NULL, 'b2evo skins repository', 'b2evo-skins-repository', 8, 9, NULL, NULL, NULL, 'http://skins.b2evolution.net/', 12, 'noreq', NULL, 0, 0, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', 'In the middle of nowhere: a school bus stop where you wouldn''t really expect it!', 'In the middle of nowhere: a school bus stop where you wouldn''t really expect it!', 1, 'Bus Stop Ahead', 'bus-stop-ahead', 10, 11, NULL, NULL, NULL, 'http://fplanque.com/photo/monument-valley', 15, 'noreq', NULL, 0, 15, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', 'Does this scene look familiar? You''ve probably seen it in a couple of John Ford westerns!', 'Does this scene look familiar? You''ve probably seen it in a couple of John Ford westerns!', 1, 'John Ford Point', 'john-ford-point', 12, 13, NULL, NULL, NULL, 'http://fplanque.com/photo/monument-valley', 15, 'noreq', NULL, 0, 16, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (7, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', 'This is one of the most famous views in Monument Valley. I like to frame it with the dirt road in order to give a better idea of the size of those things!', 'This is one of the most famous views in Monument Valley. I like to frame it with the dirt road in order to give a better idea of the size of those things!', 1, 'Monuments', 'monuments', 14, 15, NULL, NULL, NULL, 'http://fplanque.com/photo/monument-valley', 15, 'noreq', NULL, 0, 33, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (8, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', 'This gives a pretty good idea of the Monuments you''re about to drive into...', 'This gives a pretty good idea of the Monuments you''re about to drive into...', 1, 'Road to Monument Valley', 'road-to-monument-valley', 16, 17, NULL, NULL, NULL, 'http://fplanque.com/photo/monument-valley', 15, 'noreq', NULL, 0, 14, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (9, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', 'This is a short photo album demo. Use the arrows to navigate between photos. Click on "Index" to see a thumbnail index.', 'This is a short photo album demo. Use the arrows to navigate between photos. Click on "Index" to see a thumbnail index.', 1, 'Monument Valley', 'monument-valley', 18, 19, NULL, NULL, NULL, 'http://fplanque.com/photo/monument-valley', 15, 'noreq', NULL, 0, 22, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (10, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '', NULL, NULL, 'Evo Factory', 'evo-factory', 20, 21, NULL, NULL, NULL, 'http://evofactory.com/', 14, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (11, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'ru-RU', '', NULL, NULL, 'Alex', 'alex', 22, 23, NULL, NULL, NULL, 'http://b2evo.sonorth.com/', 14, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (12, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'fr-FR', '', NULL, NULL, 'Francois', 'francois', 24, 25, NULL, NULL, NULL, 'http://fplanque.com/', 14, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (13, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '', NULL, NULL, 'Blog news', 'blog-news', 26, 27, NULL, NULL, NULL, 'http://b2evolution.net/news.php', 13, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (14, NULL, 1, 1, NULL, 1, '2012-07-27 07:41:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '', NULL, NULL, 'Web hosting', 'web-hosting', 28, 29, NULL, NULL, NULL, 'http://b2evolution.net/web-hosting/blog/', 13, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (15, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '', NULL, NULL, 'Manual', 'manual', 30, 31, NULL, NULL, NULL, 'http://manual.b2evolution.net/', 13, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (16, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '', NULL, NULL, 'Support', 'support', 32, 33, NULL, NULL, NULL, 'http://forums.b2evolution.net/', 13, 'noreq', NULL, 0, 0, 'disabled', NULL, '', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (17, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1000, 'en-US', '<p>This blog is powered by b2evolution.</p>\r\n\r\n<p>You are currently looking at an info page about Blog B.</p>\r\n\r\n<p>Info pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.</p>\r\n\r\n<p>If needed, an evoskin can format info pages differently from regular posts.</p>', 'This blog is powered by b2evolution.\r\n\r\nYou are currently looking at an info page about Blog B.\r\n\r\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead…', 1, 'About Blog B', 'about-blog-b', 34, 35, NULL, NULL, NULL, '', 10, 'noreq', NULL, 0, 58, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (18, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1000, 'en-US', '<p>This blog is powered by b2evolution.</p>\r\n\r\n<p>You are currently looking at an info page about Blog A.</p>\r\n\r\n<p>Info pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.</p>\r\n\r\n<p>If needed, an evoskin can format info pages differently from regular posts.</p>', 'This blog is powered by b2evolution.\r\n\r\nYou are currently looking at an info page about Blog A.\r\n\r\nInfo pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead…', 1, 'About Blog A', 'about-blog-a', 36, 37, NULL, NULL, NULL, '', 1, 'noreq', NULL, 0, 58, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (19, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1000, 'en-US', '<p>This blog platform is powered by b2evolution.</p>\r\n\r\n<p>You are currently looking at an info page about this system. It is cross-posted among the demo blogs. Thus, this page will be linked on each of these blogs.</p>\r\n\r\n<p>Info pages are very much like regular posts, except that they do not appear in the regular flow of posts. They appear as info pages in the sidebar instead.</p>\r\n\r\n<p>If needed, an evoskin can format info pages differently from regular posts.</p>', 'This blog platform is powered by b2evolution.\r\n\r\nYou are currently looking at an info page about this system. It is cross-posted among the demo blogs. Thus, this page will be linked on each of these blogs.\r\n\r\nInfo pages are very much like regular posts,…', 1, 'About this system', 'about-this-system', 38, 39, NULL, NULL, NULL, '', 1, 'noreq', NULL, 0, 77, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (20, NULL, 1, 1, NULL, 1, '2011-07-28 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1500, 'en-US', 'This is the main intro post. It appears on the homepage only.', 'This is the main intro post. It appears on the homepage only.', 1, 'Main Intro post', 'main-intro-post', 40, 41, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 12, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (21, NULL, 1, 1, NULL, 1, '2011-07-28 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1520, 'en-US', 'This uses post type "Intro-Cat" and is attached to the desired Category(ies).', 'This uses post type "Intro-Cat" and is attached to the desired Category(ies).', 1, 'b2evolution tips category – Sub Intro post', 'b2evolution-tips-category-ndash-sub', 42, 43, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 12, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (22, NULL, 1, 1, NULL, 1, '2011-07-28 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1530, 'en-US', 'This uses post type "Intro-Tag" and is tagged with the desired Tag(s).', 'This uses post type "Intro-Tag" and is tagged with the desired Tag(s).', 1, 'Widgets tag – Sub Intro post', 'widgets-tag-ndash-sub-intro', 44, 45, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 12, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (23, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This is a demo of a featured post.</p>\r\n\r\n<p>It will be featured whenever we have no specific "Intro" post to display for the current request. To see it in action, try displaying the "Announcements" category.</p>\r\n\r\n<p>Also note that when the post is featured, it does not appear in the regular post flow.</p>', 'This is a demo of a featured post.\r\n\r\nIt will be featured whenever we have no specific "Intro" post to display for the current request. To see it in action, try displaying the "Announcements" category.\r\n\r\nAlso note that when the post is featured, it doe…', 1, 'Featured post', 'featured-post', 46, 47, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 52, 'open', NULL, 'default', 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (24, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>b2evolution comes with an <code>.htaccess</code> file destined to optimize the way b2evolution is handled by your webseerver (if you are using Apache). In some circumstances, that file may not be automatically activated at setup. Please se the man page about <a href="http://manual.b2evolution.net/Tricky_stuff">Tricky Stuff</a> for more information.</p>\r\n\r\n<p>For further optimization, please review the manual page about <a href="http://manual.b2evolution.net/Performance_optimization">Performance optimization</a>. Depending on your current configuration and on what your <a href="http://b2evolution.net/web-hosting/">web hosting</a> company allows you to do, you may increase the speed of b2evolution by up to a factor of 10!</p>', 'b2evolution comes with an .htaccess file destined to optimize the way b2evolution is handled by your webseerver (if you are using Apache). In some circumstances, that file may not be automatically activated at setup. Please se the man page about Tricky…', 1, 'Apache optimization...', 'apache-optimization', 48, 49, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 85, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (25, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>By default, blogs are displayed using an evoskin. (More on skins in another post.)</p>\r\n\r\n<p>This means, blogs are accessed through ''<code>index.php</code>'', which loads default parameters from the database and then passes on the display job to a skin.</p>\r\n\r\n<p>Alternatively, if you don''t want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided ''<code>a_stub.php</code>'' and call your blog through this stub instead of index.php .</p>\r\n\r\n<p>Finally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided ''<code>a_noskin.php</code>''.</p>\r\n\r\n<p>If you want to integrate a b2evolution blog into a complex website, you''ll probably want to do it by copy/pasting code from <code>a_noskin.php</code> into a page of your website.</p>\r\n\r\n<p>You will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.</p>\r\n\r\n<p>Either way, make sure you go to the blogs admin and set the correct access method/URL for your blog. Otherwise, the permalinks will not function properly.</p>', 'By default, blogs are displayed using an evoskin. (More on skins in another post.)\r\n\r\nThis means, blogs are accessed through ''index.php'', which loads default parameters from the database and then passes on the display job to a skin.\r\n\r\nAlternatively, if…', 1, 'Skins, Stubs, Templates & website integration...', 'skins-stubs-templates-website-integration', 50, 51, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 194, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (26, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.</p>\r\n\r\n<p>You can add, remove and reorder widgets from the Blog Settings tab in the admin interface.</p>\r\n\r\n<p>Note: in order to be displayed, widgets are placed in containers. Each container appears in a specific place in an evoskin. If you change your blog skin, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.</p>', 'b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.\r\n\r\nYou can add, remove and reorder widgets from…', 1, 'About widgets...', 'about-widgets', 52, 53, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 108, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (27, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>By default, b2evolution blogs are displayed using an evoskin.</p>\r\n\r\n<p>You can change the skin used by any blog by editing the blog settings in the admin interface.</p>\r\n\r\n<p>You can download additional skins from the <a href="http://skins.b2evolution.net/" target="_blank">skin site</a>. To install them, unzip them in the /blogs/skins directory, then go to General Settings > Skins in the admin interface and click on "Install new".</p>\r\n\r\n<p>You can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.</p>\r\n\r\n<p>To start customizing a skin, open its "<code>index.main.php</code>" file in an editor and read the comments in there. Note: you can also edit skins in the "Files" tab of the admin interface.</p>\r\n\r\n<p>And, of course, read the <a href="http://manual.b2evolution.net/Skins_2.0" target="_blank">manual on skins</a>!</p>', 'By default, b2evolution blogs are displayed using an evoskin.\r\n\r\nYou can change the skin used by any blog by editing the blog settings in the admin interface.\r\n\r\nYou can download additional skins from the skin site. To install them, unzip them in the /b…', 1, 'About skins...', 'about-skins', 54, 55, NULL, NULL, NULL, '', 11, 'noreq', NULL, 0, 121, 'open', NULL, 'default', 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (28, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This post has an image attached to it. The image is automatically resized to fit the current blog skin. You can zoom in by clicking on the thumbnail.</p>\r\n\r\n<p>Check out the photoblog (accessible through the links at the top) to see a completely different skin focused more on the photos than on the blog text.</p>', 'This post has an image attached to it. The image is automatically resized to fit the current blog skin. You can zoom in by clicking on the thumbnail.\r\n\r\nCheck out the photoblog (accessible through the links at the top) to see a completely different skin…', 1, 'Image post', 'image-post', 56, 57, NULL, NULL, NULL, '', 3, 'noreq', NULL, 0, 55, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (29, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This is page 1 of a multipage post.</p>\r\n\r\n<p>You can see the other pages by clicking on the links below the text.</p>\r\n\r\n<!--nextpage-->\r\n\r\n<p>This is page 2.</p>\r\n\r\n<!--nextpage-->\r\n\r\n<p>This is page 3.</p>\r\n\r\n<!--nextpage-->\r\n\r\n<p>This is page 4.</p>\r\n\r\n<p>It is the last page.</p>', 'This is page 1 of a multipage post.\r\n\r\nYou can see the other pages by clicking on the links below the text.\r\n\r\n\r\n\r\nThis is page 2.\r\n\r\n\r\n\r\nThis is page 3.\r\n\r\n\r\n\r\nThis is page 4.\r\n\r\nIt is the last page.', 1, 'This is a multipage post', 'this-is-a-multipage-post', 58, 59, NULL, NULL, NULL, '', 3, 'noreq', NULL, 0, 35, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (30, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This is an extended post with no teaser. This means that you won''t see this teaser any more when you click the "more" link.</p>\r\n\r\n<!--more--><!--noteaser-->\r\n\r\n<p>This is the extended text. You only see it when you have clicked the "more" link.</p>', 'This is an extended post with no teaser. This means that you won''t see this teaser any more when you click the "more" link.\r\n\r\n\r\n\r\nThis is the extended text. You only see it when you have clicked the "more" link.', 1, 'Extended post with no teaser', 'extended-post-with-no-teaser', 60, 61, NULL, NULL, NULL, '', 3, 'noreq', NULL, 0, 40, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (31, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>This is an extended post. This means you only see this small teaser by default and you must click on the link below to see more.</p>\r\n\r\n<!--more-->\r\n\r\n<p>This is the extended text. You only see it when you have clicked the "more" link.</p>', 'This is an extended post. This means you only see this small teaser by default and you must click on the link below to see more.\r\n\r\n\r\n\r\nThis is the extended text. You only see it when you have clicked the "more" link.', 1, 'Extended post', 'extended-post', 62, 63, NULL, NULL, NULL, '', 3, 'noreq', NULL, 0, 42, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (32, NULL, 1, 1, NULL, 1, '2012-07-27 07:42:00', NULL, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 'published', NULL, 1, 'en-US', '<p>Four blogs have been created with sample contents:</p>\r\n\r\n<ul>\r\n <li><strong>Blog A</strong>: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.</li>\r\n <li><strong>Blog B</strong>: You can access it from a link at the top of the page. It contains information about more advanced features.</li>\r\n <li><strong>Linkblog</strong>: By default, the linkblog is included as a "Blogroll" in the sidebar of both Blog A & Blog B.</li>\r\n <li><strong>Photoblog</strong>: This blog is an example of how you can use b2evolution to showcase photos, with one photo per page as well as a thumbnail index.</li>\r\n</ul>\r\n\r\n<p>You can add new blogs, delete unwanted blogs and customize existing blogs (title, sidebar, blog skin, widgets, etc.) from the Blog Settings tab in the admin interface.</p>', 'Four blogs have been created with sample contents:\r\n\r\n\r\n Blog A: You are currently looking at it. It contains a few sample posts, using simple features of b2evolution.\r\n Blog B: You can access it from a link at the top of the page. It contains informati…', 1, 'Welcome to b2evolution!', 'welcome-to-b2evolution', 64, 65, NULL, NULL, NULL, '', 1, 'noreq', NULL, 1, 122, 'open', NULL, 'default', 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); delete from `@@DB_MAIN_PREFIX@@items__itemtag`; INSERT INTO `@@DB_MAIN_PREFIX@@items__itemtag` (`itag_itm_ID`, `itag_tag_ID`) VALUES (22, 1), (25, 2), (26, 1), (27, 2); CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@items__subscriptions` ( `isub_item_ID` int(11) unsigned NOT NULL, `isub_user_ID` int(11) unsigned NOT NULL, `isub_comments` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'The user wants to receive notifications for new comments on this post', PRIMARY KEY (`isub_item_ID`,`isub_user_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; alter table `@@DB_MAIN_PREFIX@@items__tag` modify `tag_name` varbinary(50) NOT NULL; alter table `@@DB_MAIN_PREFIX@@links` modify `link_creator_user_ID` int(11) unsigned DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@links` modify `link_lastedit_user_ID` int(11) unsigned DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@links` modify `link_itm_ID` int(11) unsigned DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@links` add `link_cmt_ID` int(11) unsigned DEFAULT NULL COMMENT 'Used for linking files to comments (comment attachments)'; alter table `@@DB_MAIN_PREFIX@@links` add `link_position` varchar(10) NOT NULL; alter table `@@DB_MAIN_PREFIX@@links` add `link_order` int(11) unsigned NOT NULL; alter table `@@DB_MAIN_PREFIX@@links` add UNIQUE KEY `link_itm_ID_order` (`link_itm_ID`,`link_order`); alter table `@@DB_MAIN_PREFIX@@links` add KEY `link_cmt_ID` (`link_cmt_ID`); delete from `@@DB_MAIN_PREFIX@@links`; INSERT INTO `@@DB_MAIN_PREFIX@@links` (`link_ID`, `link_datecreated`, `link_datemodified`, `link_creator_user_ID`, `link_lastedit_user_ID`, `link_itm_ID`, `link_cmt_ID`, `link_dest_itm_ID`, `link_file_ID`, `link_ltype_ID`, `link_external_url`, `link_title`, `link_position`, `link_order`) VALUES (1, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 5, NULL, NULL, 2, 1, NULL, NULL, 'teaser', 1), (2, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 6, NULL, NULL, 3, 1, NULL, NULL, 'teaser', 1), (3, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 7, NULL, NULL, 4, 1, NULL, NULL, 'teaser', 1), (4, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 8, NULL, NULL, 5, 1, NULL, NULL, 'teaser', 1), (5, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 9, NULL, NULL, 6, 1, NULL, NULL, 'teaser', 1), (6, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 19, NULL, NULL, 7, 1, NULL, NULL, 'teaser', 1), (7, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 28, NULL, NULL, 4, 1, NULL, NULL, 'teaser', 1), (8, '2012-07-27 07:43:43', '2012-07-27 07:43:43', 1, 1, 32, NULL, NULL, 7, 1, NULL, NULL, 'teaser', 1); CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@messaging__contact` ( `mct_from_user_ID` int(10) unsigned NOT NULL, `mct_to_user_ID` int(10) unsigned NOT NULL, `mct_blocked` tinyint(1) DEFAULT '0', `mct_last_contact_datetime` datetime NOT NULL, PRIMARY KEY (`mct_from_user_ID`,`mct_to_user_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@messaging__message` ( `msg_ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `msg_author_user_ID` int(10) unsigned NOT NULL, `msg_datetime` datetime NOT NULL, `msg_thread_ID` int(10) unsigned NOT NULL, `msg_text` text, PRIMARY KEY (`msg_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@messaging__thread` ( `thrd_ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `thrd_title` varchar(255) NOT NULL, `thrd_datemodified` datetime NOT NULL, PRIMARY KEY (`thrd_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@messaging__threadstatus` ( `tsta_thread_ID` int(10) unsigned NOT NULL, `tsta_user_ID` int(10) unsigned NOT NULL, `tsta_first_unread_msg_ID` int(10) unsigned DEFAULT NULL, KEY `tsta_user_ID` (`tsta_user_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; delete from `@@DB_MAIN_PREFIX@@pluginevents`; INSERT INTO `@@DB_MAIN_PREFIX@@pluginevents` (`pevt_plug_ID`, `pevt_event`, `pevt_enabled`) VALUES (1, 'AdminDisplayToolbar', 1), (2, 'RenderItemAsHtml', 1), (3, 'RenderItemAsHtml', 1), (4, 'RenderItemAsHtml', 1), (4, 'RenderItemAsXml', 1), (5, 'SkinTag', 1), (6, 'SkinTag', 1), (7, 'AdminDisplayToolbar', 1), (7, 'DisplayCommentToolbar', 1), (7, 'FilterCommentContent', 1), (7, 'RenderItemAsHtml', 1), (8, 'AdminDisplayToolbar', 1), (8, 'RenderItemAsHtml', 1), (8, 'RenderItemAsXml', 1), (9, 'ItemSendPing', 1), (10, 'ItemSendPing', 1), (11, 'AdminDisplayEditorButton', 1), (12, 'ItemSendPing', 1); delete from `@@DB_MAIN_PREFIX@@plugins`; INSERT INTO `@@DB_MAIN_PREFIX@@plugins` (`plug_ID`, `plug_priority`, `plug_classname`, `plug_code`, `plug_apply_rendering`, `plug_version`, `plug_name`, `plug_shortdesc`, `plug_status`, `plug_spam_weight`) VALUES (1, 30, 'quicktags_plugin', 'b2evQTag', 'never', '2.4.1', NULL, NULL, 'enabled', 1), (2, 70, 'auto_p_plugin', 'b2WPAutP', 'opt-in', '3.3', NULL, NULL, 'enabled', 1), (3, 60, 'autolinks_plugin', 'b2evALnk', 'opt-out', '3.3.2', NULL, NULL, 'enabled', 1), (4, 90, 'texturize_plugin', 'b2WPTxrz', 'opt-in', '2.2-dev', NULL, NULL, 'enabled', 1), (5, 20, 'calendar_plugin', 'evo_Calr', 'never', '3.0', NULL, NULL, 'enabled', 1), (6, 50, 'archives_plugin', 'evo_Arch', 'never', '3.2', NULL, NULL, 'enabled', 1), (7, 15, 'smilies_plugin', 'b2evSmil', 'opt-in', '4.0.5', NULL, NULL, 'enabled', 1), (8, 65, 'videoplug_plugin', 'evo_videoplug', 'opt-out', '2.3', NULL, NULL, 'enabled', 1), (9, 50, 'ping_b2evonet_plugin', 'ping_b2evonet', 'never', '2.4.2.1', NULL, NULL, 'enabled', 1), (10, 50, 'ping_pingomatic_plugin', 'ping_pingomatic', 'never', '1.9-dev', NULL, NULL, 'enabled', 1), (11, 10, 'tinymce_plugin', 'evo_TinyMCE', 'never', '3.3.0', NULL, NULL, 'enabled', 1), (12, 50, 'twitter_plugin', 'evo_twitter', 'never', '4.1', NULL, NULL, 'enabled', 1); delete from `@@DB_MAIN_PREFIX@@postcats`; INSERT INTO `@@DB_MAIN_PREFIX@@postcats` (`postcat_post_ID`, `postcat_cat_ID`) VALUES (1, 1), (2, 1), (2, 2), (3, 12), (4, 12), (5, 15), (6, 15), (7, 15), (8, 15), (9, 15), (10, 14), (11, 14), (12, 14), (13, 13), (14, 13), (15, 13), (16, 13), (17, 10), (18, 1), (19, 1), (19, 10), (19, 13), (20, 11), (21, 11), (22, 11), (23, 10), (23, 11), (24, 10), (24, 11), (25, 11), (26, 11), (27, 11), (28, 3), (29, 3), (30, 3), (31, 3), (32, 1); alter table `@@DB_MAIN_PREFIX@@sessions` modify `sess_ipaddress` varchar(39) NOT NULL DEFAULT ''; alter table `@@DB_MAIN_PREFIX@@sessions` AUTO_INCREMENT = 3; delete from `@@DB_MAIN_PREFIX@@sessions`; INSERT INTO `sessions` (`sess_ID`, `sess_key`, `sess_hitcount`, `sess_lastseen`, `sess_ipaddress`, `sess_user_ID`, `sess_data`) VALUES (1, NULL, 6, '2012-07-27 08:06:44', '::1', 1, NULL), (2, 'MzyhpcyuFki2wIPfaNkZWUHoGa3YDguD', 7, '2012-07-27 08:06:47', '::1', NULL, 0x613a323a7b733a32323a226372756d625f6c61746573745f6c6f67696e666f726d223b613a323a7b693a303b4e3b693a313b733a34333a224c61393050326b5132756a6b6c56347a446a4c7344715a4a4670325a353942422d31333433333639323037223b7d733a31333a22636f72652e7077645f73616c74223b613a323a7b693a303b693a313334333435353630373b693a313b733a36343a225756575339476668615069387334796c5145427954724371416e62334472644e646e6e51646879367a6641776f52416947323163394a71625454544a71425776223b7d7d); delete from `@@DB_MAIN_PREFIX@@settings`; INSERT INTO `@@DB_MAIN_PREFIX@@settings` (`set_name`, `set_value`) VALUES ('auto_prune_stats_done', '2012-07-27 07:44:03'), ('db_version', '10200'), ('default_blog_ID', '1'), ('default_locale', 'en-US'), ('evocache_foldername', '_evocache'), ('evonet_last_attempt', '1343367843'), ('evonet_last_update', '1343367843'), ('evonet_last_version_checked', 'b2evo b2evolution 4.1.5 2012-07-24'), ('general_cache_enabled', '1'), ('newblog_cache_enabled', '1'), ('newusers_grp_ID', '4'), ('tinyurl', 'aD1'); delete from `@@DB_MAIN_PREFIX@@skins__container`; INSERT INTO `@@DB_MAIN_PREFIX@@skins__container` (`sco_skin_ID`, `sco_name`) VALUES (1, 'Header'), (1, 'Menu'), (1, 'Page Top'), (1, 'Sidebar'), (2, 'Header'), (2, 'Menu'), (2, 'Page Top'), (2, 'Sidebar'), (2, 'Sidebar 2'), (3, 'Header'), (3, 'Menu'), (3, 'Page Top'), (3, 'Sidebar'), (4, 'Menu'), (4, 'Page Top'), (5, 'Header'), (5, 'Menu'), (5, 'Page Top'), (5, 'Sidebar'), (6, 'Footer'), (6, 'Header'), (6, 'Menu'), (6, 'Page Top'), (6, 'Sidebar'), (7, 'Footer'), (7, 'Header'), (7, 'Menu'), (7, 'Page Top'), (7, 'Sidebar'), (8, 'Header'), (8, 'Menu'), (8, 'Page Top'), (8, 'Sidebar'), (8, 'Sidebar 2'), (9, 'Menu'), (9, 'Page Top'), (9, 'Sidebar'), (10, 'Header'), (10, 'Menu'), (10, 'Page Top'), (10, 'Sidebar'), (11, 'Header'), (11, 'Menu'), (11, 'Page Top'), (11, 'Sidebar'), (12, 'Footer'), (12, 'Header'), (12, 'Menu'), (12, 'Page Top'), (12, 'Sidebar'), (13, 'Header'), (13, 'Menu'), (13, 'Page Top'), (13, 'Sidebar'), (14, 'Footer'), (14, 'Header'), (14, 'Menu'), (14, 'Page Top'), (14, 'Sidebar'), (15, 'Footer'), (15, 'Header'), (15, 'Menu'), (15, 'Page Top'), (15, 'Sidebar'); alter table `@@DB_MAIN_PREFIX@@skins__skin` modify `skin_type` enum('normal','feed','sitemap') NOT NULL DEFAULT 'normal'; alter table `@@DB_MAIN_PREFIX@@skins__skin` AUTO_INCREMENT = 18; delete from `@@DB_MAIN_PREFIX@@skins__skin`; INSERT INTO `@@DB_MAIN_PREFIX@@skins__skin` (`skin_ID`, `skin_name`, `skin_type`, `skin_folder`) VALUES (1, 'evoPress', 'normal', 'evopress'), (2, 'evoCamp', 'normal', 'evocamp'), (3, 'Miami Blue', 'normal', 'miami_blue'), (4, 'Photoblog', 'normal', 'photoblog'), (5, 'Asevo', 'normal', 'asevo'), (6, 'Custom', 'normal', 'custom'), (7, 'Dating Mood', 'normal', 'dating_mood'), (8, 'Glossy Blue', 'normal', 'glossyblue'), (9, 'Intense', 'normal', 'intense'), (10, 'Natural Pink', 'normal', 'natural_pink'), (11, 'Nifty Corners', 'normal', 'nifty_corners'), (12, 'Pixel Green', 'normal', 'pixelgreen'), (13, 'Pluralism', 'normal', 'pluralism'), (14, 'Terrafirma', 'normal', 'terrafirma'), (15, 'Vastitude', 'normal', 'vastitude'), (16, 'Atom', 'feed', '_atom'), (17, 'RSS 2.0', 'feed', '_rss2'); CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@slug` ( `slug_ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `slug_title` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL, `slug_type` char(6) NOT NULL DEFAULT 'item', `slug_itm_ID` int(11) unsigned DEFAULT NULL, PRIMARY KEY (`slug_ID`), UNIQUE KEY `slug_title` (`slug_title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=66 ; INSERT INTO `@@DB_MAIN_PREFIX@@slug` (`slug_ID`, `slug_title`, `slug_type`, `slug_itm_ID`) VALUES (1, 'help', 'help', NULL), (2, 'first-post', 'item', 1), (3, 'aA0', 'item', 1), (4, 'second-post', 'item', 2), (5, 'aA1', 'item', 2), (6, 'skin-faktory', 'item', 3), (7, 'aA2', 'item', 3), (8, 'b2evo-skins-repository', 'item', 4), (9, 'aA3', 'item', 4), (10, 'bus-stop-ahead', 'item', 5), (11, 'aA4', 'item', 5), (12, 'john-ford-point', 'item', 6), (13, 'aA5', 'item', 6), (14, 'monuments', 'item', 7), (15, 'aA6', 'item', 7), (16, 'road-to-monument-valley', 'item', 8), (17, 'aA7', 'item', 8), (18, 'monument-valley', 'item', 9), (19, 'aA8', 'item', 9), (20, 'evo-factory', 'item', 10), (21, 'aA9', 'item', 10), (22, 'alex', 'item', 11), (23, 'aB0', 'item', 11), (24, 'francois', 'item', 12), (25, 'aB1', 'item', 12), (26, 'blog-news', 'item', 13), (27, 'aB2', 'item', 13), (28, 'web-hosting', 'item', 14), (29, 'aB3', 'item', 14), (30, 'manual', 'item', 15), (31, 'aB4', 'item', 15), (32, 'support', 'item', 16), (33, 'aB5', 'item', 16), (34, 'about-blog-b', 'item', 17), (35, 'aB6', 'item', 17), (36, 'about-blog-a', 'item', 18), (37, 'aB7', 'item', 18), (38, 'about-this-system', 'item', 19), (39, 'aB8', 'item', 19), (40, 'main-intro-post', 'item', 20), (41, 'aB9', 'item', 20), (42, 'b2evolution-tips-category-ndash-sub', 'item', 21), (43, 'aC0', 'item', 21), (44, 'widgets-tag-ndash-sub-intro', 'item', 22), (45, 'aC1', 'item', 22), (46, 'featured-post', 'item', 23), (47, 'aC2', 'item', 23), (48, 'apache-optimization', 'item', 24), (49, 'aC3', 'item', 24), (50, 'skins-stubs-templates-website-integration', 'item', 25), (51, 'aC4', 'item', 25), (52, 'about-widgets', 'item', 26), (53, 'aC5', 'item', 26), (54, 'about-skins', 'item', 27), (55, 'aC6', 'item', 27), (56, 'image-post', 'item', 28), (57, 'aC7', 'item', 28), (58, 'this-is-a-multipage-post', 'item', 29), (59, 'aC8', 'item', 29), (60, 'extended-post-with-no-teaser', 'item', 30), (61, 'aC9', 'item', 30), (62, 'extended-post', 'item', 31), (63, 'aD0', 'item', 31), (64, 'welcome-to-b2evolution', 'item', 32), (65, 'aD1', 'item', 32); drop table `@@DB_MAIN_PREFIX@@useragents`; alter table `@@DB_MAIN_PREFIX@@users` modify `user_allow_msgform` tinyint(4) NOT NULL DEFAULT '2'; alter table `@@DB_MAIN_PREFIX@@users` modify `user_notify` tinyint(1) NOT NULL DEFAULT '0'; alter table `@@DB_MAIN_PREFIX@@users` add `user_notify_moderation` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Notify me by email whenever a comment is awaiting moderation on one of my blogs'; alter table `@@DB_MAIN_PREFIX@@users` add `user_unsubscribe_key` varchar(32) NOT NULL DEFAULT '' COMMENT 'A specific key, it is used when a user wants to unsubscribe from a post comments without signing in'; alter table `@@DB_MAIN_PREFIX@@users` add `user_gender` char(1) DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@users` add `user_ctry_ID` int(10) unsigned DEFAULT NULL; alter table `@@DB_MAIN_PREFIX@@users` add `user_source` varchar(30) DEFAULT NULL; drop table `@@DB_MAIN_PREFIX@@usersettings`; CREATE TABLE IF NOT EXISTS `@@DB_MAIN_PREFIX@@users__usersettings` ( `uset_user_ID` int(11) unsigned NOT NULL, `uset_name` varchar(30) NOT NULL, `uset_value` varchar(255) DEFAULT NULL, PRIMARY KEY (`uset_user_ID`,`uset_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `@@DB_MAIN_PREFIX@@users__usersettings` (`uset_user_ID`, `uset_name`, `uset_value`) VALUES (1, 'login_multiple_sessions', '1'); alter table `@@DB_MAIN_PREFIX@@widget` AUTO_INCREMENT = 86; delete from `@@DB_MAIN_PREFIX@@widget`; INSERT INTO `@@DB_MAIN_PREFIX@@widget` (`wi_ID`, `wi_coll_ID`, `wi_sco_name`, `wi_order`, `wi_enabled`, `wi_type`, `wi_code`, `wi_params`) VALUES (1, 1, 'Page Top', 1, 1, 'core', 'colls_list_public', NULL), (2, 1, 'Header', 1, 1, 'core', 'coll_title', NULL), (3, 1, 'Header', 2, 1, 'core', 'coll_tagline', NULL), (4, 1, 'Menu', 1, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:4:"home";}'), (5, 1, 'Menu', 2, 1, 'core', 'coll_page_list', NULL), (6, 1, 'Menu', 3, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:12:"ownercontact";}'), (7, 1, 'Menu', 4, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:5:"login";}'), (8, 1, 'Menu Top', 1, 1, 'core', 'coll_search_form', NULL), (9, 1, 'Sidebar', 10, 1, 'core', 'coll_avatar', NULL), (10, 1, 'Sidebar', 30, 1, 'core', 'coll_title', NULL), (11, 1, 'Sidebar', 40, 1, 'core', 'coll_longdesc', NULL), (12, 1, 'Sidebar', 50, 1, 'core', 'coll_common_links', NULL), (13, 1, 'Sidebar', 60, 1, 'core', 'coll_search_form', NULL), (14, 1, 'Sidebar', 70, 1, 'core', 'coll_category_list', NULL), (15, 1, 'Sidebar', 80, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:12:"Random photo";s:10:"thumb_size";s:11:"fit-160x120";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"1";s:5:"limit";s:1:"1";s:8:"order_by";s:4:"RAND";s:9:"order_dir";s:3:"ASC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:12:"Random photo";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (16, 1, 'Sidebar', 90, 1, 'core', 'linkblog', 'a:1:{s:7:"blog_ID";i:3;}'), (17, 1, 'Sidebar', 100, 1, 'core', 'coll_xml_feeds', NULL), (18, 1, 'Sidebar 2', 1, 1, 'core', 'coll_post_list', NULL), (19, 1, 'Sidebar 2', 10, 1, 'core', 'coll_comment_list', NULL), (20, 1, 'Sidebar 2', 15, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:13:"Recent photos";s:10:"thumb_size";s:10:"crop-80x80";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"3";s:5:"limit";s:1:"9";s:8:"order_by";s:9:"datestart";s:9:"order_dir";s:4:"DESC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:11:"Photo index";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (21, 1, 'Sidebar 2', 20, 1, 'core', 'free_html', 'a:5:{s:5:"title";s:9:"Sidebar 2";s:7:"content";s:162:"This is the "Sidebar 2" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select "Customize", then "Blog Widgets".";s:11:"widget_name";s:9:"Free HTML";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (22, 2, 'Page Top', 1, 1, 'core', 'colls_list_public', NULL), (23, 2, 'Header', 1, 1, 'core', 'coll_title', NULL), (24, 2, 'Header', 2, 1, 'core', 'coll_tagline', NULL), (25, 2, 'Menu', 1, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:4:"home";}'), (26, 2, 'Menu', 2, 1, 'core', 'coll_page_list', NULL), (27, 2, 'Menu', 3, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:12:"ownercontact";}'), (28, 2, 'Menu', 4, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:5:"login";}'), (29, 2, 'Menu Top', 1, 1, 'core', 'coll_search_form', NULL), (30, 2, 'Sidebar', 10, 1, 'core', 'coll_avatar', NULL), (31, 2, 'Sidebar', 20, 1, 'plugin', 'evo_Calr', NULL), (32, 2, 'Sidebar', 30, 1, 'core', 'coll_title', NULL), (33, 2, 'Sidebar', 40, 1, 'core', 'coll_longdesc', NULL), (34, 2, 'Sidebar', 50, 1, 'core', 'coll_common_links', NULL), (35, 2, 'Sidebar', 60, 1, 'core', 'coll_search_form', NULL), (36, 2, 'Sidebar', 70, 1, 'core', 'coll_category_list', NULL), (37, 2, 'Sidebar', 90, 1, 'core', 'linkblog', 'a:1:{s:7:"blog_ID";i:3;}'), (38, 2, 'Sidebar', 100, 1, 'core', 'coll_xml_feeds', NULL), (39, 2, 'Sidebar 2', 1, 1, 'core', 'coll_post_list', NULL), (40, 2, 'Sidebar 2', 5, 1, 'core', 'coll_link_list', 'a:2:{s:5:"title";s:13:"Sidebar links";s:8:"order_by";s:4:"RAND";}'), (41, 2, 'Sidebar 2', 10, 1, 'core', 'coll_comment_list', NULL), (42, 2, 'Sidebar 2', 15, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:13:"Recent photos";s:10:"thumb_size";s:10:"crop-80x80";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"3";s:5:"limit";s:1:"9";s:8:"order_by";s:9:"datestart";s:9:"order_dir";s:4:"DESC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:11:"Photo index";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (43, 2, 'Sidebar 2', 20, 1, 'core', 'free_html', 'a:5:{s:5:"title";s:9:"Sidebar 2";s:7:"content";s:162:"This is the "Sidebar 2" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select "Customize", then "Blog Widgets".";s:11:"widget_name";s:9:"Free HTML";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (44, 3, 'Page Top', 1, 1, 'core', 'colls_list_public', NULL), (45, 3, 'Header', 1, 1, 'core', 'coll_title', NULL), (46, 3, 'Header', 2, 1, 'core', 'coll_tagline', NULL), (47, 3, 'Menu', 1, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:4:"home";}'), (48, 3, 'Menu', 2, 1, 'core', 'coll_page_list', NULL), (49, 3, 'Menu', 3, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:12:"ownercontact";}'), (50, 3, 'Menu', 4, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:5:"login";}'), (51, 3, 'Menu Top', 1, 1, 'core', 'coll_search_form', NULL), (52, 3, 'Sidebar', 10, 1, 'core', 'coll_avatar', NULL), (53, 3, 'Sidebar', 20, 1, 'plugin', 'evo_Calr', NULL), (54, 3, 'Sidebar', 30, 1, 'core', 'coll_title', NULL), (55, 3, 'Sidebar', 40, 1, 'core', 'coll_longdesc', NULL), (56, 3, 'Sidebar', 50, 1, 'core', 'coll_common_links', NULL), (57, 3, 'Sidebar', 60, 1, 'core', 'coll_search_form', NULL), (58, 3, 'Sidebar', 70, 1, 'core', 'coll_category_list', NULL), (59, 3, 'Sidebar', 80, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:12:"Random photo";s:10:"thumb_size";s:11:"fit-160x120";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"1";s:5:"limit";s:1:"1";s:8:"order_by";s:4:"RAND";s:9:"order_dir";s:3:"ASC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:12:"Random photo";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (60, 3, 'Sidebar', 100, 1, 'core', 'coll_xml_feeds', NULL), (61, 3, 'Sidebar 2', 1, 1, 'core', 'coll_post_list', NULL), (62, 3, 'Sidebar 2', 10, 1, 'core', 'coll_comment_list', NULL), (63, 3, 'Sidebar 2', 15, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:13:"Recent photos";s:10:"thumb_size";s:10:"crop-80x80";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"3";s:5:"limit";s:1:"9";s:8:"order_by";s:9:"datestart";s:9:"order_dir";s:4:"DESC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:11:"Photo index";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (64, 3, 'Sidebar 2', 20, 1, 'core', 'free_html', 'a:5:{s:5:"title";s:9:"Sidebar 2";s:7:"content";s:162:"This is the "Sidebar 2" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select "Customize", then "Blog Widgets".";s:11:"widget_name";s:9:"Free HTML";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (65, 4, 'Page Top', 1, 1, 'core', 'colls_list_public', NULL), (66, 4, 'Header', 1, 1, 'core', 'coll_title', NULL), (67, 4, 'Header', 2, 1, 'core', 'coll_tagline', NULL), (68, 4, 'Menu', 1, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:4:"home";}'), (69, 4, 'Menu', 2, 1, 'core', 'coll_page_list', NULL), (70, 4, 'Menu', 3, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:12:"ownercontact";}'), (71, 4, 'Menu', 4, 1, 'core', 'menu_link', 'a:1:{s:9:"link_type";s:5:"login";}'), (72, 4, 'Menu Top', 1, 1, 'core', 'coll_search_form', NULL), (73, 4, 'Sidebar', 10, 1, 'core', 'coll_avatar', NULL), (74, 4, 'Sidebar', 20, 1, 'plugin', 'evo_Calr', NULL), (75, 4, 'Sidebar', 30, 1, 'core', 'coll_title', NULL), (76, 4, 'Sidebar', 40, 1, 'core', 'coll_longdesc', NULL), (77, 4, 'Sidebar', 50, 1, 'core', 'coll_common_links', NULL), (78, 4, 'Sidebar', 60, 1, 'core', 'coll_search_form', NULL), (79, 4, 'Sidebar', 70, 1, 'core', 'coll_category_list', NULL), (80, 4, 'Sidebar', 80, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:12:"Random photo";s:10:"thumb_size";s:11:"fit-160x120";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"1";s:5:"limit";s:1:"1";s:8:"order_by";s:4:"RAND";s:9:"order_dir";s:3:"ASC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:12:"Random photo";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (81, 4, 'Sidebar', 100, 1, 'core', 'coll_xml_feeds', NULL), (82, 4, 'Sidebar 2', 1, 1, 'core', 'coll_post_list', NULL), (83, 4, 'Sidebar 2', 10, 1, 'core', 'coll_comment_list', NULL), (84, 4, 'Sidebar 2', 15, 1, 'core', 'coll_media_index', 'a:11:{s:5:"title";s:13:"Recent photos";s:10:"thumb_size";s:10:"crop-80x80";s:12:"thumb_layout";s:4:"grid";s:12:"grid_nb_cols";s:1:"3";s:5:"limit";s:1:"9";s:8:"order_by";s:9:"datestart";s:9:"order_dir";s:4:"DESC";s:7:"blog_ID";s:1:"4";s:11:"widget_name";s:11:"Photo index";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}'), (85, 4, 'Sidebar 2', 20, 1, 'core', 'free_html', 'a:5:{s:5:"title";s:9:"Sidebar 2";s:7:"content";s:162:"This is the "Sidebar 2" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select "Customize", then "Blog Widgets".";s:11:"widget_name";s:9:"Free HTML";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}');