File: //opt/cpanel/ea-php55/root/usr/share/pear/RVSeagullMod/modules/blogweb/data/data.default.my.sql
INSERT INTO module (module_id, is_configurable, name, title, description, admin_uri, icon, maintainers, version, license, state) VALUES ({SGL_NEXT_ID}, 1, 'blogweb', 'blogweb', 'Serendipity Module', '', '48/module_default.png', 'RV Global Soft Teams', '20080423', 'RV Global Soft', 'Alpha');
SELECT @moduleId := MAX(module_id) FROM module;
REPLACE INTO serendipity_authorgroups (groupid, authorid) VALUES (3, 1);
REPLACE INTO serendipity_authors (realname, username, password, authorid, mail_comments, mail_trackbacks, email, userlevel, right_publish) VALUES ('John Doe', 'admin', 'e10adc3949ba59abbe56e057f20f883e', 1, 1, 1, 'john@example.com', 255, 1);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('template', 'rvsBlog', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('dbNames', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('autodetect_baseURL', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('indexFile', 'index.php', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('uploadPath', 'uploads/', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('templatePath', 'templates/', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('uploadHTTPPath', 'uploads/', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkStructure', 'archives/%id%-%title%.html', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkAuthorStructure', 'authors/%id%-%realname%', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkCategoryStructure', 'categories/%id%-%name%', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkFeedCategoryStructure', 'feeds/categories/%id%-%name%.rss', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkFeedAuthorStructure', 'feeds/authors/%id%-%realname%.rss', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkArchivesPath', 'archives', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkArchivePath', 'archive', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkCategoriesPath', 'categories', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkAuthorsPath', 'authors', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkUnsubscribePath', 'unsubscribe', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkDeletePath', 'delete', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkApprovePath', 'approve', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkFeedsPath', 'feeds', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkPluginPath', 'plugin', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkAdminPath', 'admin', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkSearchPath', 'search', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('permalinkCommentsPath', 'comments', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('allowSubscriptions', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('calendar', 'gregorian', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('lang_content_negotiation', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('enablePluginACL', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('fetchLimit', '5', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('RSSfetchLimit', '5', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('enforce_RFC2616', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('blogMail', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('useGzip', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('wysiwyg', 'true', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('enablePopup', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('embed', 'false', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('top_as_links', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('trackReferrer', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('blockReferer', ';', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('rewrite', 'none', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('serverOffsetHours', '0', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('showFutureEntries', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('enableACL', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('magick', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('thumbSuffix', 'serendipityThumb', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('thumbSize', '110', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('maxFileSize', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('maxImgWidth', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('maxImgHeight', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('onTheFlySynch', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('dynamicResize', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('mediaExif', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('mediaProperties', 'DPI:IMAGE;RUN_LENGTH:VIDEO:AUDIO;DATE;COPYRIGHT;TITLE;COMMENT1:MULTI;COMMENT2:MULTI', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('mediaKeywords', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/title', 'Categories', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/authorid', 'all', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/sort_order', 'category_name', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/sort_method', 'ASC', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/allow_select', '1', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/show_count', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/parent_base', 'all', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/hide_parent', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0/hide_parallel', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('@serendipity_syndication_plugin:1a20511029a5737661188952de43207c/title', 'Syndicate This Blog', 0);
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'userlevel', '0');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'personalConfiguration', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'personalConfigurationUserlevel', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'personalConfigurationNoCreate', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'personalConfigurationRightPublish', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'siteConfiguration', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'blogConfiguration', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminEntries', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminEntriesMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImport', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminCategories', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminCategoriesMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminCategoriesDelete', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsersDelete', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsersEditUserlevel', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsersMaintainSame', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsersMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsersCreateNew', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminUsersGroups', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminPlugins', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminPluginsMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImages', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesDirectories', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesAdd', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesViewOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesView', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminImagesSync', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminComments', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (1, 'adminTemplates', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'userlevel', '1');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'personalConfiguration', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'personalConfigurationUserlevel', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'personalConfigurationNoCreate', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'personalConfigurationRightPublish', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'siteConfiguration', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'blogConfiguration', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminEntries', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminEntriesMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImport', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminCategories', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminCategoriesMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminCategoriesDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsersDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsersEditUserlevel', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsersMaintainSame', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsersMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsersCreateNew', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminUsersGroups', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminPlugins', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminPluginsMaintainOthers', 'false');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImages', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesDirectories', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesAdd', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesViewOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesView', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminImagesSync', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminComments', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (2, 'adminTemplates', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'userlevel', '255');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'personalConfiguration', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'personalConfigurationUserlevel', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'personalConfigurationNoCreate', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'personalConfigurationRightPublish', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'siteConfiguration', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'blogConfiguration', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminEntries', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminEntriesMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImport', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminCategories', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminCategoriesMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminCategoriesDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsersDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsersEditUserlevel', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsersMaintainSame', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsersMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsersCreateNew', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminUsersGroups', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminPlugins', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminPluginsMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImages', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesDirectories', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesAdd', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesDelete', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesMaintainOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesViewOthers', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesView', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminImagesSync', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminComments', 'true');
REPLACE INTO serendipity_groupconfig (id, property, value) VALUES (3, 'adminTemplates', 'true');
REPLACE INTO serendipity_groups (id, name) VALUES (1, 'USERLEVEL_EDITOR_DESC');
REPLACE INTO serendipity_groups (id, name) VALUES (2, 'USERLEVEL_CHIEF_DESC');
REPLACE INTO serendipity_groups (id, name) VALUES (3, 'USERLEVEL_ADMIN_DESC');
REPLACE INTO serendipity_permalinks (permalink, entry_id, type, data) VALUES ('authors/1-John-Doe', 1, 'author', NULL);
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_calendar_plugin:03a9b8135db524291b4e8ed82fe9fb79', 'right', 1, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_quicksearch_plugin:eaffd624e18822f785cb0a700c7de9f3', 'right', 2, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_archives_plugin:ecaf3d613f36882d87edeae9639a6e15', 'right', 3, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_categories_plugin:f3fb9de9576a95064c766e52b7791db0', 'right', 4, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_syndication_plugin:1a20511029a5737661188952de43207c', 'right', 5, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_superuser_plugin:a2902105e785bf8f297b9a5b9837a276', 'right', 6, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('@serendipity_plug_plugin:01211068ad50ad3581ed483bf9c82a7f', 'right', 7, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('serendipity_event_s9ymarkup:e68e3aa674a0d2a7cd765ad1dd60964c', 'event', 1, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('serendipity_event_emoticate:7079ad3fb1cdc51ed4db1b7c366d2603', 'event', 2, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('serendipity_event_nl2br:c349bc9fa3ef6b1789f81c68669ddcef', 'event', 3, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('serendipity_event_browsercompatibility:af77368ab19f45905059b233ca8bf23b', 'event', 4, 0, '');
REPLACE INTO serendipity_plugins (name, placement, sort_order, authorid, path) VALUES ('serendipity_event_spamblock:85ead95ad7d357804b555a89b6305b24', 'event', 5, 0, '');
/* Want real datas update */
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('serendipityPath', '{SGL_PATH}/blogweb/', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('serendipityHTTPPath', '{SGL_BASE_URL}/blogweb/', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('baseURL', '{SGL_BASE_URL}/blogweb/', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('blogTitle', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('blogDescription', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('lang', 'en', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('charset', '', 0);
REPLACE INTO serendipity_config (name, value, authorid) VALUES ('convert', '/usr/local/bin/convert', 0);