SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `impresscms203` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_autosearch_cat` -- CREATE TABLE `[[dbprefix]]_autosearch_cat` ( `cid` int(11) NOT NULL AUTO_INCREMENT, `cat_name` varchar(255) NOT NULL, `cat_url` text NOT NULL, PRIMARY KEY (`cid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=22 ; -- -- Dumping data for table `[[dbprefix]]_autosearch_cat` -- INSERT INTO `[[dbprefix]]_autosearch_cat` VALUES (1, 'Adsenses', '/modules/system/admin.php?fct=adsense'), (2, 'Auto Tasks', '/modules/system/admin.php?fct=autotasks'), (3, 'Avatars', '/modules/system/admin.php?fct=avatars'), (4, 'Block Positions', '/modules/system/admin.php?fct=blockspadmin'), (5, 'Blocks', '/modules/system/admin.php?fct=blocksadmin'), (6, 'Comments', '/modules/system/admin.php?fct=comments'), (7, 'Custom Tags', '/modules/system/admin.php?fct=customtag'), (8, 'Edit Users', '/modules/system/admin.php?fct=users'), (9, 'Find Users', '/modules/system/admin.php?fct=finduser'), (10, 'Groups', '/modules/system/admin.php?fct=groups'), (11, 'Image Manager', '/modules/system/admin.php?fct=images'), (12, 'Mail Users', '/modules/system/admin.php?fct=mailusers'), (13, 'Mime Types', '/modules/system/admin.php?fct=mimetype'), (14, 'Modules Admin', '/modules/system/admin.php?fct=modulesadmin'), (15, 'Preferences', '/modules/system/admin.php?fct=preferences'), (16, 'Ratings', '/modules/system/admin.php?fct=rating'), (17, 'Smilies', '/modules/system/admin.php?fct=smilies'), (18, 'Symlink Manager', '/modules/system/admin.php?fct=pages'), (19, 'Templates', '/modules/system/admin.php?fct=tplsets'), (20, 'User Ranks', '/modules/system/admin.php?fct=userrank'), (21, 'Version', '/modules/system/admin.php?fct=version'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_autosearch_list` -- CREATE TABLE `[[dbprefix]]_autosearch_list` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cat_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `img` varchar(255) NOT NULL, `desc` text NOT NULL, `url` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=34 ; -- -- Dumping data for table `[[dbprefix]]_autosearch_list` -- INSERT INTO `[[dbprefix]]_autosearch_list` VALUES (1, 1, 'Adsenses', '/modules/system/admin/adsense/images/adsense_small.png', 'Adsenses are tags that you can define and use anywhere on your website.', '/modules/system/admin.php?fct=adsense'), (2, 2, 'Auto Tasks', '/modules/system/admin/autotasks/images/autotasks_small.png', 'Auto Tasks allow you to create a schedule of actions that the system will perform automatically.', '/modules/system/admin.php?fct=autotasks'), (3, 3, 'Avatars', '/modules/system/admin/avatars/images/avatars_small.png', 'Manage the avatars available to the users of your website.', '/modules/system/admin.php?fct=avatars'), (4, 5, 'Block Positions', '/modules/system/admin/blockspadmin/images/blockspadmin_small.png', 'Manage and create blocks positions that are used within the themes on your website.', '/modules/system/admin.php?fct=blockspadmin'), (5, 6, 'Blocks', '/modules/system/admin/blocksadmin/images/blocksadmin_small.png', 'Manage and create blocks used throughout your website.', '/modules/system/admin.php?fct=blocksadmin'), (6, 7, 'Comments', '/modules/system/admin/comments/images/comments_small.png', 'Manage the comments made by users on your website.', '/modules/system/admin.php?fct=comments'), (7, 8, 'Custom Tags', '/modules/system/admin/customtag/images/customtag_small.png', 'Custom Tags are tags that you can define and use anywhere on your website.', '/modules/system/admin.php?fct=customtag'), (8, 9, 'Edit Users', '/modules/system/admin/users/images/users_small.png', 'Create, Modify or Delete registered users.', '/modules/system/admin.php?fct=users'), (9, 10, 'Find Users', '/modules/system/admin/findusers/images/findusers_small.png', 'Search through registered users with filters.', '/modules/system/admin.php?fct=findusers'), (10, 11, 'Groups', '/modules/system/admin/groups/images/groups_small.png', 'Manage permissions, members, visibility and access rights of groups of users.', '/modules/system/admin.php?fct=groups'), (11, 12, 'Image Manager', '/modules/system/admin/images/images/images_small.png', 'Create groups of images and manage the permissions for each group. Crop and resize uploaded photos.', '/modules/system/admin.php?fct=images'), (12, 13, 'Mail Users', '/modules/system/admin/mailusers/images/mailusers_small.png', 'Send mail to users of whole groups - or filter recipients based on matching criteria.', '/modules/system/admin.php?fct=mailusers'), (13, 14, 'Mime Types', '/modules/system/admin/mimetype/images/mimetype_small.png', 'Manage the allowed extensions for files uploaded to your website.', '/modules/system/admin.php?fct=mimetype'), (14, 15, 'Modules Admin', '/modules/system/admin/modulesadmin/images/modulesadmin_small.png', 'Manage modules menu weight, status, name or update modules as needed.', '/modules/system/admin.php?fct=modulesadmin'), (15, 16, 'Preferences - Authentication', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage security settings related to accessibility. Settings that will effect how users accounts are handled.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=7'), (16, 16, 'Preferences - Auto Tasks', '/modules/system/admin/preferences/images/preferences_small.png', 'Preferences for the Auto Tasks system.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=13'), (17, 16, 'Preferences - Captcha Settings', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage the settings used by captcha throughout your site.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=11'), (18, 16, 'Preferences - General Settings', '/modules/system/admin/preferences/images/preferences_small.png', 'The primary settings page for basic information needed by the system.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=1'), (19, 16, 'Preferences - HTMLPurifier Settings', '/modules/system/admin/preferences/images/preferences_small.png', 'HTMLPurifier is used to protect your site against common attack methods.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=14'), (20, 16, 'Preferences - Mail Setup', '/modules/system/admin/preferences/images/preferences_small.png', 'Configure how your site will handle mail.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=6'), (21, 16, 'Preferences - Meta + Footer', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage your meta information and site footer as well as your crawler options.', '/modules/system/admin/preferences/images/preferences_small.png'), (22, 16, 'Preferences - Multilanguage', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage your sites Multi-language settings. Enable, and configure what languages are available and how they are triggered.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=8'), (23, 16, 'Preferences - Personalization', '/modules/system/admin/preferences/images/preferences_small.png', 'Personalize the system with custom logos and other settings.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=10'), (24, 16, 'Preferences - Plugins Manager', '/modules/system/admin/preferences/images/preferences_small.png', 'Select which plugins are used and available to be used throughout your site.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=12'), (25, 16, 'Preferences - Search Options', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage how the search function operates for your users.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=5'), (26, 16, 'Preferences - User Settings', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage how users register for your site. ser names length, formatting and password options.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=2'), (27, 16, 'Preferences - Word Censoring', '/modules/system/admin/preferences/images/preferences_small.png', 'Manage the language that is not permitted on your site.', '/modules/system/admin.php?fct=preferences&op=show&confcat_id=4'), (28, 17, 'Ratings', '/modules/system/admin/rating/images/rating_small.png', 'With using this tool, you can add a new rating method to your modules, and control the results through this section!', '/modules/system/admin.php?fct=rating'), (29, 18, 'Smilies', '/modules/system/admin/smilies/images/smilies_small.png', 'Manage the available smilies and define the code associatted with each.', '/modules/system/admin.php?fct=smilies'), (30, 19, 'Symlink Manager', '/modules/system/admin/pages/images/pages_small.png', 'Symlink allows you to create a unique link based on any page of your website, which can be used for blocks specific to a page URL, or to link directly within the content of a module.', '/modules/system/admin.php?fct=pages'), (31, 20, 'Templates', '/modules/system/admin/tplsets/images/tplsets_small.png', 'Templates are sets of html/css files that render the screen layout of modules.', '/modules/system/admin.php?fct=tplsets'), (32, 21, 'User Ranks', '/modules/system/admin/userrank/images/userrank_small.png', 'User ranks are picture, used to make difference between users in different levels of your website!', '/modules/system/admin.php?fct=userrank'), (33, 22, 'Version Checker', '/modules/system/admin/version/images/version_small.png', 'Use this tool to check your system for updates.', '/modules/system/admin.php?fct=version'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_avatar` -- CREATE TABLE `[[dbprefix]]_avatar` ( `avatar_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `avatar_file` varchar(30) NOT NULL DEFAULT '', `avatar_name` varchar(100) NOT NULL DEFAULT '', `avatar_mimetype` varchar(30) NOT NULL DEFAULT '', `avatar_created` int(10) NOT NULL DEFAULT '0', `avatar_display` tinyint(1) unsigned NOT NULL DEFAULT '0', `avatar_weight` smallint(5) unsigned NOT NULL DEFAULT '0', `avatar_type` char(1) NOT NULL DEFAULT '', PRIMARY KEY (`avatar_id`), KEY `avatar_type` (`avatar_type`,`avatar_display`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_avatar_user_link` -- CREATE TABLE `[[dbprefix]]_avatar_user_link` ( `avatar_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `user_id` mediumint(8) unsigned NOT NULL DEFAULT '0', KEY `avatar_user_id` (`avatar_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_block_module_link` -- CREATE TABLE `[[dbprefix]]_block_module_link` ( `block_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `module_id` smallint(5) NOT NULL DEFAULT '0', `page_id` smallint(5) NOT NULL DEFAULT '0', KEY `module_id` (`module_id`), KEY `block_id` (`block_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `[[dbprefix]]_block_module_link` -- INSERT INTO `[[dbprefix]]_block_module_link` VALUES (1, 0, 0), (2, 0, 0), (3, 0, 0), (4, 1, 2), (5, 0, 0), (6, 0, 0), (7, 1, 2), (8, 1, 2), (9, 1, 2), (10, 0, 0), (11, 0, 0), (12, 0, 0), (13, 0, 0), (14, 0, 0), (15, 1, 2), (16, 1, 2), (17, 1, 2), (18, 0, 0), (19, 0, 0), (20, 0, 1), (21, 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_block_positions` -- CREATE TABLE `[[dbprefix]]_block_positions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pname` varchar(30) DEFAULT '', `title` varchar(90) NOT NULL DEFAULT '', `description` text, `block_default` int(1) NOT NULL DEFAULT '0', `block_type` varchar(1) NOT NULL DEFAULT 'L', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=17 ; -- -- Dumping data for table `[[dbprefix]]_block_positions` -- INSERT INTO `[[dbprefix]]_block_positions` VALUES (1, 'canvas_left', '_AM_SBLEFT', NULL, 1, 'L'), (2, 'canvas_right', '_AM_SBRIGHT', NULL, 1, 'L'), (3, 'page_topleft', '_AM_CBLEFT', NULL, 1, 'C'), (4, 'page_topcenter', '_AM_CBCENTER', NULL, 1, 'C'), (5, 'page_topright', '_AM_CBRIGHT', NULL, 1, 'C'), (6, 'page_bottomleft', '_AM_CBBOTTOMLEFT', NULL, 1, 'C'), (7, 'page_bottomcenter', '_AM_CBBOTTOM', NULL, 1, 'C'), (8, 'page_bottomright', '_AM_CBBOTTOMRIGHT', NULL, 1, 'C'), (9, 'canvas_left_admin', '_AM_SBLEFT_ADMIN', NULL, 1, 'L'), (10, 'canvas_right_admin', '_AM_SBRIGHT_ADMIN', NULL, 1, 'L'), (11, 'page_topleft_admin', '_AM_CBLEFT_ADMIN', NULL, 1, 'C'), (12, 'page_topcenter_admin', '_AM_CBCENTER_ADMIN', NULL, 1, 'C'), (13, 'page_topright_admin', '_AM_CBRIGHT_ADMIN', NULL, 1, 'C'), (14, 'page_bottomleft_admin', '_AM_CBBOTTOMLEFT_ADMIN', NULL, 1, 'C'), (15, 'page_bottomcenter_admin', '_AM_CBBOTTOM_ADMIN', NULL, 1, 'C'), (16, 'page_bottomright_admin', '_AM_CBBOTTOMRIGHT_ADMIN', NULL, 1, 'C'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_config` -- CREATE TABLE `[[dbprefix]]_config` ( `conf_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `conf_modid` smallint(5) unsigned NOT NULL DEFAULT '0', `conf_catid` smallint(5) unsigned NOT NULL DEFAULT '0', `conf_name` varchar(75) NOT NULL DEFAULT '', `conf_title` varchar(255) NOT NULL DEFAULT '', `conf_value` text NOT NULL, `conf_desc` varchar(255) NOT NULL DEFAULT '', `conf_formtype` varchar(15) NOT NULL DEFAULT '', `conf_valuetype` varchar(10) NOT NULL DEFAULT '', `conf_order` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`conf_id`), KEY `mod_cat_order` (`conf_modid`,`conf_catid`,`conf_order`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=272 ; -- -- Dumping data for table `[[dbprefix]]_config` -- INSERT INTO `[[dbprefix]]_config` VALUES (1, 0, 1, 'sitename', '_MD_AM_SITENAME', 'ImpressCMS', '_MD_AM_SITENAMEDSC', 'textbox', 'text', 0), (2, 0, 1, 'slogan', '_MD_AM_SLOGAN', 'Make a lasting impression ', '_MD_AM_SLOGANDSC', 'textbox', 'text', 1), (3, 0, 1, 'adminmail', '_MD_AM_ADMINML', '[[admin_email]]', '_MD_AM_ADMINMLDSC', 'textbox', 'text', 2), (4, 0, 1, 'language', '_MD_AM_LANGUAGE', 'english', '_MD_AM_LANGUAGEDSC', 'language', 'other', 3), (5, 0, 1, 'startpage', '_MD_AM_STARTPAGE', 'a:3:{i:1;s:2:"--";i:2;s:2:"--";i:3;s:2:"--";}', '_MD_AM_STARTPAGEDSC', 'startpage', 'array', 4), (6, 0, 1, 'server_TZ', '_MD_AM_SERVERTZ', '0', '_MD_AM_SERVERTZDSC', 'timezone', 'float', 5), (7, 0, 1, 'default_TZ', '_MD_AM_DEFAULTTZ', '0', '_MD_AM_DEFAULTTZDSC', 'timezone', 'float', 6), (8, 0, 1, 'use_ext_date', '_MD_AM_EXT_DATE', '0', '_MD_AM_EXT_DATEDSC', 'yesno', 'int', 7), (9, 0, 1, 'theme_set', '_MD_AM_DTHEME', 'iTheme', '_MD_AM_DTHEMEDSC', 'theme', 'other', 8), (10, 0, 1, 'theme_admin_set', '_MD_AM_ADMIN_DTHEME', 'iTheme', '_MD_AM_ADMIN_DTHEME_DESC', 'theme_admin', 'other', 9), (11, 0, 1, 'theme_fromfile', '_MD_AM_THEMEFILE', '0', '_MD_AM_THEMEFILEDSC', 'yesno', 'int', 10), (12, 0, 1, 'theme_set_allowed', '_MD_AM_THEMEOK', 'a:1:{i:0;s:6:"iTheme";}', '_MD_AM_THEMEOKDSC', 'theme_multi', 'array', 11), (13, 0, 1, 'template_set', '_MD_AM_DTPLSET', 'default', '_MD_AM_DTPLSETDSC', 'tplset', 'other', 12), (14, 0, 1, 'editor_default', '_MD_AM_EDITOR_DEFAULT', 'dhtmltextarea', '_MD_AM_EDITOR_DEFAULT_DESC', 'editor', 'text', 13), (15, 0, 1, 'editor_enabled_list', '_MD_AM_EDITOR_ENABLED_LIST', 'a:3:{i:0;s:13:"dhtmltextarea";i:1;s:9:"FCKeditor";i:2;s:7:"tinymce";}', '_MD_AM_EDITOR_ENABLED_LIST_DESC', 'editor_multi', 'array', 14), (16, 0, 1, 'sourceeditor_default', '_MD_AM_SRCEDITOR_DEFAULT', 'editarea', '_MD_AM_SRCEDITOR_DEFAULT_DESC', 'editor_source', 'text', 15), (17, 0, 1, 'anonymous', '_MD_AM_ANONNAME', 'Anonymous', '_MD_AM_ANONNAMEDSC', 'textbox', 'text', 16), (18, 0, 1, 'gzip_compression', '_MD_AM_USEGZIP', '0', '_MD_AM_USEGZIPDSC', 'yesno', 'int', 17), (19, 0, 1, 'usercookie', '_MD_AM_USERCOOKIE', 'icms_user', '_MD_AM_USERCOOKIEDSC', 'textbox', 'text', 18), (20, 0, 1, 'use_mysession', '_MD_AM_USEMYSESS', '0', '_MD_AM_USEMYSESSDSC', 'yesno', 'int', 19), (21, 0, 1, 'session_name', '_MD_AM_SESSNAME', 'icms_session', '_MD_AM_SESSNAMEDSC', 'textbox', 'text', 20), (22, 0, 1, 'session_expire', '_MD_AM_SESSEXPIRE', '15', '_MD_AM_SESSEXPIREDSC', 'textbox', 'int', 21), (23, 0, 1, 'debug_mode', '_MD_AM_DEBUGMODE', '0', '_MD_AM_DEBUGMODEDSC', 'select', 'int', 22), (24, 0, 1, 'closesite', '_MD_AM_CLOSESITE', '0', '_MD_AM_CLOSESITEDSC', 'yesno', 'int', 23), (25, 0, 1, 'closesite_okgrp', '_MD_AM_CLOSESITEOK', 'a:1:{i:0;s:1:"1";}', '_MD_AM_CLOSESITEOKDSC', 'group_multi', 'array', 24), (26, 0, 1, 'closesite_text', '_MD_AM_CLOSESITETXT', 'The site is currently closed for maintenance. Please come back later.', '_MD_AM_CLOSESITETXTDSC', 'textsarea', 'text', 25), (27, 0, 1, 'my_ip', '_MD_AM_MYIP', '127.0.0.1', '_MD_AM_MYIPDSC', 'textbox', 'text', 26), (28, 0, 1, 'use_ssl', '_MD_AM_USESSL', '0', '_MD_AM_USESSLDSC', 'yesno', 'int', 27), (29, 0, 1, 'sslpost_name', '_MD_AM_SSLPOST', 'icms_ssl', '_MD_AM_SSLPOSTDSC', 'textbox', 'text', 28), (30, 0, 1, 'sslloginlink', '_MD_AM_SSLLINK', 'https://', '_MD_AM_SSLLINKDSC', 'textbox', 'text', 29), (31, 0, 1, 'com_mode', '_MD_AM_COMMODE', 'nest', '_MD_AM_COMMODEDSC', 'select', 'text', 30), (32, 0, 1, 'com_order', '_MD_AM_COMORDER', '0', '_MD_AM_COMORDERDSC', 'select', 'int', 31), (33, 0, 1, 'use_captchaf', '_MD_AM_USECAPTCHAFORM', '1', '_MD_AM_USECAPTCHAFORMDSC', 'yesno', 'int', 32), (34, 0, 1, 'enable_badips', '_MD_AM_DOBADIPS', '0', '_MD_AM_DOBADIPSDSC', 'yesno', 'int', 33), (35, 0, 1, 'bad_ips', '_MD_AM_BADIPS', 'a:1:{i:0;s:9:"127.0.0.1";}', '_MD_AM_BADIPSDSC', 'textsarea', 'array', 34), (36, 0, 1, 'module_cache', '_MD_AM_MODCACHE', '', '_MD_AM_MODCACHEDSC', 'module_cache', 'array', 35), (37, 0, 2, 'allow_register', '_MD_AM_ALLOWREG', '1', '_MD_AM_ALLOWREGDSC', 'yesno', 'int', 0), (38, 0, 2, 'minpass', '_MD_AM_MINPASS', '5', '_MD_AM_MINPASSDSC', 'textbox', 'int', 1), (39, 0, 2, 'pass_level', '_MD_AM_PASSLEVEL', '40', '_MD_AM_PASSLEVEL_DESC', 'select', 'int', 2), (40, 0, 2, 'minuname', '_MD_AM_MINUNAME', '3', '_MD_AM_MINUNAMEDSC', 'textbox', 'int', 3), (41, 0, 2, 'maxuname', '_MD_AM_MAXUNAME', '20', '_MD_AM_MAXUNAMEDSC', 'textbox', 'int', 4), (42, 0, 2, 'delusers', '_MD_AM_DELUSRES', '30', '_MD_AM_DELUSRESDSC', 'textbox', 'int', 5), (43, 0, 2, 'use_captcha', '_MD_AM_USECAPTCHA', '1', '_MD_AM_USECAPTCHADSC', 'yesno', 'int', 6), (44, 0, 2, 'welcome_msg', '_MD_AM_WELCOMEMSG', '0', '_MD_AM_WELCOMEMSGDSC', 'yesno', 'int', 7), (45, 0, 2, 'welcome_msg_content', '_MD_AM_WELCOMEMSG_CONTENT', 'Welcome {UNAME},\n\nYour account has been successfully activated on {X_SITENAME}. As a member of our site, you will benefit from all the features reserved to registered members !\n\nOnce again, welcome to our site. Visit us often !\n\nIf you did not registered to our site, please contact us at the following address {X_ADMINMAIL}, and we will fix the situation.\n\n-----------\nYours truly,\n{X_SITENAME}\n\n{X_SITEURL}', '_MD_AM_WELCOMEMSG_CONTENTDSC', 'textsarea', 'text', 8), (46, 0, 2, 'allow_chgmail', '_MD_AM_ALLWCHGMAIL', '0', '_MD_AM_ALLWCHGMAILDSC', 'yesno', 'int', 9), (47, 0, 2, 'allow_chguname', '_MD_AM_ALLWCHGUNAME', '0', '_MD_AM_ALLWCHGUNAMEDSC', 'yesno', 'int', 10), (48, 0, 2, 'allwshow_sig', '_MD_AM_ALLWSHOWSIG', '1', '_MD_AM_ALLWSHOWSIGDSC', 'yesno', 'int', 11), (49, 0, 2, 'allow_htsig', '_MD_AM_ALLWHTSIG', '1', '_MD_AM_ALLWHTSIGDSC', 'yesno', 'int', 12), (50, 0, 2, 'sig_max_length', '_MD_AM_SIGMAXLENGTH', '255', '_MD_AM_SIGMAXLENGTHDSC', 'textbox', 'int', 13), (51, 0, 2, 'new_user_notify', '_MD_AM_NEWUNOTIFY', '1', '_MD_AM_NEWUNOTIFYDSC', 'yesno', 'int', 14), (52, 0, 2, 'new_user_notify_group', '_MD_AM_NOTIFYTO', '1', '_MD_AM_NOTIFYTODSC', 'group', 'int', 15), (53, 0, 2, 'activation_type', '_MD_AM_ACTVTYPE', '0', '_MD_AM_ACTVTYPEDSC', 'select', 'int', 16), (54, 0, 2, 'activation_group', '_MD_AM_ACTVGROUP', '1', '_MD_AM_ACTVGROUPDSC', 'group', 'int', 17), (55, 0, 2, 'uname_test_level', '_MD_AM_UNAMELVL', '0', '_MD_AM_UNAMELVLDSC', 'select', 'int', 18), (56, 0, 2, 'avatar_allow_upload', '_MD_AM_AVATARALLOW', '0', '_MD_AM_AVATARALWDSC', 'yesno', 'int', 19), (57, 0, 2, 'avatar_allow_gravatar', '_MD_AM_GRAVATARALLOW', '1', '_MD_AM_GRAVATARALWDSC', 'yesno', 'int', 20), (58, 0, 2, 'avatar_minposts', '_MD_AM_AVATARMP', '0', '_MD_AM_AVATARMPDSC', 'textbox', 'int', 21), (59, 0, 2, 'avatar_width', '_MD_AM_AVATARW', '80', '_MD_AM_AVATARWDSC', 'textbox', 'int', 22), (60, 0, 2, 'avatar_height', '_MD_AM_AVATARH', '80', '_MD_AM_AVATARHDSC', 'textbox', 'int', 23), (61, 0, 2, 'avatar_maxsize', '_MD_AM_AVATARMAX', '35000', '_MD_AM_AVATARMAXDSC', 'textbox', 'int', 24), (62, 0, 2, 'self_delete', '_MD_AM_SELFDELETE', '0', '_MD_AM_SELFDELETEDSC', 'yesno', 'int', 25), (63, 0, 2, 'rank_width', '_MD_AM_RANKW', '120', '_MD_AM_RANKWDSC', 'textbox', 'int', 26), (64, 0, 2, 'rank_height', '_MD_AM_RANKH', '120', '_MD_AM_RANKHDSC', 'textbox', 'int', 27), (65, 0, 2, 'rank_maxsize', '_MD_AM_RANKMAX', '35000', '_MD_AM_RANKMAXDSC', 'textbox', 'int', 28), (66, 0, 2, 'bad_unames', '_MD_AM_BADUNAMES', 'a:3:{i:0;s:9:"webmaster";i:1;s:11:"^impresscms";i:2;s:6:"^admin";}', '_MD_AM_BADUNAMESDSC', 'textsarea', 'array', 29), (67, 0, 2, 'bad_emails', '_MD_AM_BADEMAILS', 'a:1:{i:0;s:15:"impresscms.org$";}', '_MD_AM_BADEMAILSDSC', 'textsarea', 'array', 30), (68, 0, 2, 'remember_me', '_MD_AM_REMEMBERME', '0', '_MD_AM_REMEMBERMEDSC', 'yesno', 'int', 31), (69, 0, 2, 'reg_dispdsclmr', '_MD_AM_DSPDSCLMR', '1', '_MD_AM_DSPDSCLMRDSC', 'yesno', 'int', 32), (70, 0, 2, 'reg_disclaimer', '_MD_AM_REGDSCLMR', 'While the administrators and moderators of this site will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to this site express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.\n\nYou agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. Creating multiple accounts for a single user is not allowed. You agree that the webmaster, administrator and moderators of this site have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.\n\nThis site system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).\n\nBy clicking Register below you agree to be bound by these conditions.', '_MD_AM_REGDSCLMRDSC', 'textsarea', 'text', 33), (71, 0, 2, 'priv_dpolicy', '_MD_AM_PRIVDPOLICY', '0', '_MD_AM_PRIVDPOLICYDSC', 'yesno', 'int', 34), (72, 0, 2, 'priv_policy', '_MD_AM_PRIVPOLICY', '

This privacy policy sets out how {X_SITENAME} uses and protects any information that you provide when you use this website. {X_SITENAME} is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement. {X_SITENAME} may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes.\n

\nThis policy is effective from [date].\n

\n

What we collect

\n

\nWe may collect the following information:\n

\n

\n

What we do with the information we gather

\n

\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:\n

\n

\n

Security

\n

\nWe are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.\n

\n

How we use cookies

\n

\nA cookie is a small file which asks permission to be placed on your computer''s hard drive. Once you agree, the file is added and the cookie helps analyse web traffic or lets you know when you visit a particular site. Cookies allow web applications to respond to you as an individual. The web application can tailor its operations to your needs, likes and dislikes by gathering and remembering information about your preferences.\n

\nWe use traffic log cookies to identify which pages are being used & for authenticating you as a registered member. This helps us analyse data about web page traffic and improve our website in order to tailor it to customer needs. We only use this information for statistical analysis purposes and then the data is removed from the system. Overall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful and which you do not. A cookie in no way gives us access to your computer or any information about you, other than the data you choose to share with us.\n

\nYou can choose to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. This may prevent you from taking full advantage of the website including registration and logging in.\n

\n

Links to other websites

\n

\nOur website may contain links to enable you to visit other websites of interest easily. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.\n

\n

Controlling your personal information

\n

\nYou may choose to restrict the collection or use of your personal information in the following ways:\n

\n

\nWe will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law to do so. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen. You may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please write to [address].\n

\nIf you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.\n

', '_MD_AM_PRIVPOLICYDSC', 'textarea', 'text', 35), (73, 0, 2, 'allow_annon_view_prof', '_MD_AM_ALLOW_ANONYMOUS_VIEW_PROFILE', '0', '_MD_AM_ALLOW_ANONYMOUS_VIEW_PROFILE_DESC', 'yesno', 'int', 36), (74, 0, 2, 'enc_type', '_MD_AM_ENC_TYPE', '23', '_MD_AM_ENC_TYPEDSC', 'select', 'int', 37), (75, 0, 3, 'meta_keywords', '_MD_AM_METAKEY', 'community management system, CMS, content management, social networking, community, blog, support, modules, add-ons, themes', '_MD_AM_METAKEYDSC', 'textsarea', 'text', 0), (76, 0, 3, 'meta_description', '_MD_AM_METADESC', 'ImpressCMS is a dynamic Object Oriented based open source portal script written in PHP.', '_MD_AM_METADESCDSC', 'textsarea', 'text', 1), (77, 0, 3, 'meta_robots', '_MD_AM_METAROBOTS', 'index,follow', '_MD_AM_METAROBOTSDSC', 'select', 'text', 2), (78, 0, 3, 'meta_rating', '_MD_AM_METARATING', 'general', '_MD_AM_METARATINGDSC', 'select', 'text', 3), (79, 0, 3, 'meta_author', '_MD_AM_METAAUTHOR', 'ImpressCMS', '_MD_AM_METAAUTHORDSC', 'textbox', 'text', 4), (80, 0, 3, 'meta_copyright', '_MD_AM_METACOPYR', 'Copyright © 2007-2026', '_MD_AM_METACOPYRDSC', 'textbox', 'text', 5), (81, 0, 3, 'google_meta', '_MD_AM_METAGOOGLE', '', '_MD_AM_METAGOOGLE_DESC', 'textbox', 'text', 6), (82, 0, 3, 'footer', '_MD_AM_FOOTER', 'Powered by ImpressCMS © 2007-2026 The ImpressCMS Project', '_MD_AM_FOOTERDSC', 'textarea', 'text', 7), (83, 0, 3, 'use_google_analytics', '_MD_AM_USE_GOOGLE_ANA', '0', '_MD_AM_USE_GOOGLE_ANA_DESC', 'yesno', 'int', 8), (84, 0, 3, 'google_analytics', '_MD_AM_GOOGLE_ANA', '', '_MD_AM_GOOGLE_ANA_DESC', 'textbox', 'text', 9), (85, 0, 3, 'footadm', '_MD_AM_FOOTADM', 'Powered by ImpressCMS © 2007-2026 The ImpressCMS Project', '_MD_AM_FOOTADM_DESC', 'textarea', 'text', 10), (86, 0, 4, 'censor_enable', '_MD_AM_DOCENSOR', '0', '_MD_AM_DOCENSORDSC', 'yesno', 'int', 0), (87, 0, 4, 'censor_words', '_MD_AM_CENSORWRD', 'a:5:{i:0;s:4:"fuck";i:1;s:4:"shit";i:2;s:4:"cunt";i:3;s:6:"wanker";i:4;s:7:"bastard";}', '_MD_AM_CENSORWRDDSC', 'textsarea', 'array', 1), (88, 0, 4, 'censor_replace', '_MD_AM_CENSORRPLC', '#OOPS#', '_MD_AM_CENSORRPLCDSC', 'textbox', 'text', 2), (89, 0, 5, 'enable_search', '_MD_AM_DOSEARCH', '1', '_MD_AM_DOSEARCHDSC', 'yesno', 'int', 0), (90, 0, 5, 'enable_deep_search', '_MD_AM_DODEEPSEARCH', '1', '_MD_AM_DODEEPSEARCHDSC', 'yesno', 'int', 1), (91, 0, 5, 'num_shallow_search', '_MD_AM_NUMINITSRCHRSLTS', '5', '_MD_AM_NUMINITSRCHRSLTSDSC', 'textbox', 'int', 2), (92, 0, 5, 'keyword_min', '_MD_AM_MINSEARCH', '3', '_MD_AM_MINSEARCHDSC', 'textbox', 'int', 3), (93, 0, 5, 'search_user_date', '_MD_AM_SEARCH_USERDATE', '1', '_MD_AM_SEARCH_USERDATE', 'yesno', 'int', 4), (94, 0, 5, 'search_no_res_mod', '_MD_AM_SEARCH_NO_RES_MOD', '1', '_MD_AM_SEARCH_NO_RES_MODDSC', 'yesno', 'int', 5), (95, 0, 5, 'search_per_page', '_MD_AM_SEARCH_PER_PAGE', '20', '_MD_AM_SEARCH_PER_PAGEDSC', 'textbox', 'int', 6), (96, 0, 6, 'from', '_MD_AM_MAILFROM', '', '_MD_AM_MAILFROMDESC', 'textbox', 'text', 0), (97, 0, 6, 'fromname', '_MD_AM_MAILFROMNAME', '', '_MD_AM_MAILFROMNAMEDESC', 'textbox', 'text', 1), (98, 0, 6, 'fromuid', '_MD_AM_MAILFROMUID', '1', '_MD_AM_MAILFROMUIDDESC', 'user', 'int', 2), (99, 0, 6, 'mailmethod', '_MD_AM_MAILERMETHOD', 'mail', '_MD_AM_MAILERMETHODDESC', 'select', 'text', 3), (100, 0, 6, 'smtphost', '_MD_AM_SMTPHOST', 'a:1:{i:0;s:0:"";}', '_MD_AM_SMTPHOSTDESC', 'textsarea', 'array', 4), (101, 0, 6, 'smtpuser', '_MD_AM_SMTPUSER', '', '_MD_AM_SMTPUSERDESC', 'textbox', 'text', 5), (102, 0, 6, 'smtppass', '_MD_AM_SMTPPASS', '', '_MD_AM_SMTPPASSDESC', 'password', 'text', 6), (103, 0, 6, 'smtpsecure', '_MD_AM_SMTPSECURE', 'ssl', '_MD_AM_SMTPSECUREDESC', 'select', 'text', 7), (104, 0, 6, 'smtpauthport', '_MD_AM_SMTPAUTHPORT', '465', '_MD_AM_SMTPAUTHPORTDESC', 'textbox', 'int', 8), (105, 0, 6, 'sendmailpath', '_MD_AM_SENDMAILPATH', '/usr/sbin/sendmail', '_MD_AM_SENDMAILPATHDESC', 'textbox', 'text', 9), (106, 0, 7, 'auth_method', '_MD_AM_AUTHMETHOD', 'xoops', '_MD_AM_AUTHMETHODDESC', 'select', 'text', 0), (107, 0, 7, 'ldap_port', '_MD_AM_LDAP_PORT', '389', '_MD_AM_LDAP_PORT', 'textbox', 'int', 1), (108, 0, 7, 'ldap_server', '_MD_AM_LDAP_SERVER', 'your directory server', '_MD_AM_LDAP_SERVER_DESC', 'textbox', 'text', 2), (109, 0, 7, 'ldap_base_dn', '_MD_AM_LDAP_BASE_DN', 'dc=icms,dc=org', '_MD_AM_LDAP_BASE_DN_DESC', 'textbox', 'text', 3), (110, 0, 7, 'ldap_manager_dn', '_MD_AM_LDAP_MANAGER_DN', 'manager_dn', '_MD_AM_LDAP_MANAGER_DN_DESC', 'textbox', 'text', 4), (111, 0, 7, 'ldap_manager_pass', '_MD_AM_LDAP_MANAGER_PASS', 'manager_pass', '_MD_AM_LDAP_MANAGER_PASS_DESC', 'password', 'text', 5), (112, 0, 7, 'ldap_version', '_MD_AM_LDAP_VERSION', '3', '_MD_AM_LDAP_VERSION_DESC', 'textbox', 'text', 6), (113, 0, 7, 'ldap_users_bypass', '_MD_AM_LDAP_USERS_BYPASS', 'a:1:{i:0;s:5:"admin";}', '_MD_AM_LDAP_USERS_BYPASS_DESC', 'textsarea', 'array', 7), (114, 0, 7, 'ldap_loginname_asdn', '_MD_AM_LDAP_LOGINNAME_ASDN', 'uid_asdn', '_MD_AM_LDAP_LOGINNAME_ASDN_D', 'yesno', 'int', 8), (115, 0, 7, 'ldap_loginldap_attr', '_MD_AM_LDAP_LOGINLDAP_ATTR', 'uid', '_MD_AM_LDAP_LOGINLDAP_ATTR_D', 'textbox', 'text', 9), (116, 0, 7, 'ldap_filter_person', '_MD_AM_LDAP_FILTER_PERSON', '', '_MD_AM_LDAP_FILTER_PERSON_DESC', 'textbox', 'text', 10), (117, 0, 7, 'ldap_domain_name', '_MD_AM_LDAP_DOMAIN_NAME', 'mydomain', '_MD_AM_LDAP_DOMAIN_NAME_DESC', 'textbox', 'text', 11), (118, 0, 7, 'ldap_provisionning', '_MD_AM_LDAP_PROVIS', '0', '_MD_AM_LDAP_PROVIS_DESC', 'yesno', 'int', 12), (119, 0, 7, 'ldap_provisionning_group', '_MD_AM_LDAP_PROVIS_GROUP', 'a:1:{i:0;s:1:"2";}', '_MD_AM_LDAP_PROVIS_GROUP_DSC', 'group_multi', 'array', 13), (120, 0, 7, 'ldap_mail_attr', '_MD_AM_LDAP_MAIL_ATTR', 'mail', '_MD_AM_LDAP_MAIL_ATTR_DESC', 'textbox', 'text', 14), (121, 0, 7, 'ldap_givenname_attr', '_MD_AM_LDAP_GIVENNAME_ATTR', 'givenname', '_MD_AM_LDAP_GIVENNAME_ATTR_DSC', 'textbox', 'text', 15), (122, 0, 7, 'ldap_surname_attr', '_MD_AM_LDAP_SURNAME_ATTR', 'sn', '_MD_AM_LDAP_SURNAME_ATTR_DESC', 'textbox', 'text', 16), (123, 0, 7, 'ldap_field_mapping', '_MD_AM_LDAP_FIELD_MAPPING_ATTR', 'email=mail|name=displayname', '_MD_AM_LDAP_FIELD_MAPPING_DESC', 'textsarea', 'text', 17), (124, 0, 7, 'ldap_provisionning_upd', '_MD_AM_LDAP_PROVIS_UPD', '1', '_MD_AM_LDAP_PROVIS_UPD_DESC', 'yesno', 'int', 18), (125, 0, 7, 'ldap_use_TLS', '_MD_AM_LDAP_USETLS', '0', '_MD_AM_LDAP_USETLS_DESC', 'yesno', 'int', 19), (126, 0, 8, 'ml_enable', '_MD_AM_ML_ENABLE', '0', '_MD_AM_ML_ENABLEDEC', 'yesno', 'int', 0), (127, 0, 8, 'ml_autoselect_enabled', '_MD_AM_ML_AUTOSELECT_ENABLED', '0', '_MD_AM_ML_AUTOSELECT_ENABLED_DESC', 'yesno', 'int', 1), (128, 0, 8, 'ml_tags', '_MD_AM_ML_TAGS', 'en,fr,it,nl', '_MD_AM_ML_TAGSDSC', 'textbox', 'text', 2), (129, 0, 8, 'ml_names', '_MD_AM_ML_NAMES', 'english,french,italian,dutch', '_MD_AM_ML_NAMESDSC', 'textbox', 'text', 3), (130, 0, 8, 'ml_captions', '_MD_AM_ML_CAPTIONS', 'English,français,Italiano,Nederlands', '_MD_AM_ML_CAPTIONSDSC', 'textbox', 'text', 4), (131, 0, 8, 'ml_charset', '_MD_AM_ML_CHARSET', 'UTF-8,UTF-8', '_MD_AM_ML_CHARSETDSC', 'textbox', 'text', 5), (132, 0, 10, 'adm_left_logo', '_MD_AM_LLOGOADM', '/uploads/imagemanager/logos/img482278e29e81c.png', '_MD_AM_LLOGOADM_DESC', 'select_image', 'text', 0), (133, 0, 10, 'adm_left_logo_url', '_MD_AM_LLOGOADM_URL', '[[softurl]]/', '_MD_AM_LLOGOADM_URL_DESC', 'textbox', 'text', 1), (134, 0, 10, 'adm_left_logo_alt', '_MD_AM_LLOGOADM_ALT', 'ImpressCMS', '_MD_AM_LLOGOADM_ALT_DESC', 'textbox', 'text', 2), (135, 0, 10, 'adm_right_logo', '_MD_AM_RLOGOADM', '', '_MD_AM_RLOGOADM_DESC', 'select_image', 'text', 3), (136, 0, 10, 'adm_right_logo_url', '_MD_AM_RLOGOADM_URL', '', '_MD_AM_RLOGOADM_URL_DESC', 'textbox', 'text', 4), (137, 0, 10, 'adm_right_logo_alt', '_MD_AM_RLOGOADM_ALT', '', '_MD_AM_RLOGOADM_ALT_DESC', 'textbox', 'text', 5), (138, 0, 10, 'rss_local', '_MD_AM_RSSLOCAL', 'https://www.impresscms.org/modules/news/rss.php', '_MD_AM_RSSLOCAL_DESC', 'textbox', 'text', 6), (139, 0, 10, 'editre_block', '_MD_AM_EDITREMOVEBLOCK', '1', '_MD_AM_EDITREMOVEBLOCKDSC', 'yesno', 'int', 7), (140, 0, 10, 'use_custom_redirection', '_MD_AM_CUSTOMRED', '1', '_MD_AM_CUSTOMREDDSC', 'yesno', 'int', 8), (141, 0, 10, 'multi_login', '_MD_AM_MULTLOGINPREVENT', '0', '_MD_AM_MULTLOGINPREVENTDSC', 'yesno', 'int', 9), (142, 0, 10, 'email_protect', '_MD_AM_EMAILPROTECT', '0', '_MD_AM_EMAILPROTECTDSC', 'select', 'text', 10), (143, 0, 10, 'email_font', '_MD_AM_EMAILTTF', 'arial.ttf', '_MD_AM_EMAILTTF_DESC', 'select_font', 'text', 11), (144, 0, 10, 'email_font_len', '_MD_AM_EMAILLEN', '10', '_MD_AM_EMAILLEN_DESC', 'textbox', 'int', 12), (145, 0, 10, 'email_cor', '_MD_AM_EMAILCOLOR', '#000000', '_MD_AM_EMAILCOLOR_DESC', 'color', 'text', 13), (146, 0, 10, 'email_shadow', '_MD_AM_EMAILSHADOW', '#cccccc', '_MD_AM_EMAILSHADOW_DESC', 'color', 'text', 14), (147, 0, 10, 'shadow_x', '_MD_AM_SHADOWX', '2', '_MD_AM_SHADOWX_DESC', 'textbox', 'int', 15), (148, 0, 10, 'shadow_y', '_MD_AM_SHADOWY', '2', '_MD_AM_SHADOWY_DESC', 'textbox', 'int', 16), (149, 0, 10, 'recprvkey', '_MD_AM_RECPRVKEY', '', '_MD_AM_RECPRVKEY_DESC', 'textbox', 'text', 17), (150, 0, 10, 'recpubkey', '_MD_AM_RECPUBKEY', '', '_MD_AM_RECPUBKEY_DESC', 'textbox', 'text', 18), (151, 0, 10, 'shorten_url', '_MD_AM_SHORTURL', '0', '_MD_AM_SHORTURLDSC', 'yesno', 'int', 19), (152, 0, 10, 'max_url_long', '_MD_AM_URLLEN', '50', '_MD_AM_URLLEN_DESC', 'textbox', 'int', 20), (153, 0, 10, 'pre_chars_left', '_MD_AM_PRECHARS', '35', '_MD_AM_PRECHARS_DESC', 'textbox', 'int', 21), (154, 0, 10, 'last_chars_left', '_MD_AM_LASTCHARS', '10', '_MD_AM_LASTCHARS_DESC', 'textbox', 'int', 22), (155, 0, 10, 'show_impresscms_menu', '_MD_AM_SHOW_ICMSMENU', '1', '_MD_AM_SHOW_ICMSMENU_DESC', 'yesno', 'int', 23), (156, 0, 10, 'use_jsjalali', '_MD_AM_JALALICAL', '0', '_MD_AM_JALALICALDSC', 'yesno', 'int', 24), (157, 0, 10, 'pagstyle', '_MD_AM_PAGISTYLE', 'default', '_MD_AM_PAGISTYLE_DESC', 'select_paginati', 'text', 25), (158, 0, 11, 'captcha_mode', '_MD_AM_CAPTCHA_MODE', 'image', '_MD_AM_CAPTCHA_MODEDSC', 'select', 'text', 0), (159, 0, 11, 'captcha_skipmember', '_MD_AM_CAPTCHA_SKIPMEMBER', 'a:1:{i:0;s:1:"2";}', '_MD_AM_CAPTCHA_SKIPMEMBERDSC', 'group_multi', 'array', 1), (160, 0, 11, 'captcha_casesensitive', '_MD_AM_CAPTCHA_CASESENS', '0', '_MD_AM_CAPTCHA_CASESENSDSC', 'yesno', 'int', 2), (161, 0, 11, 'captcha_skip_characters', '_MD_AM_CAPTCHA_SKIPCHAR', 'a:5:{i:0;s:1:"o";i:1;s:1:"0";i:2;s:1:"i";i:3;s:1:"l";i:4;s:1:"1";}', '_MD_AM_CAPTCHA_SKIPCHARDSC', 'textsarea', 'array', 3), (162, 0, 11, 'captcha_maxattempt', '_MD_AM_CAPTCHA_MAXATTEMP', '8', '_MD_AM_CAPTCHA_MAXATTEMPDSC', 'textbox', 'int', 4), (163, 0, 11, 'captcha_num_chars', '_MD_AM_CAPTCHA_NUMCHARS', '4', '_MD_AM_CAPTCHA_NUMCHARSDSC', 'textbox', 'int', 5), (164, 0, 11, 'captcha_fontsize_min', '_MD_AM_CAPTCHA_FONTMIN', '10', '_MD_AM_CAPTCHA_FONTMINDSC', 'textbox', 'int', 6), (165, 0, 11, 'captcha_fontsize_max', '_MD_AM_CAPTCHA_FONTMAX', '12', '_MD_AM_CAPTCHA_FONTMAXDSC', 'textbox', 'int', 7), (166, 0, 11, 'captcha_background_type', '_MD_AM_CAPTCHA_BGTYPE', '100', '_MD_AM_CAPTCHA_BGTYPEDSC', 'select', 'text', 8), (167, 0, 11, 'captcha_background_num', '_MD_AM_CAPTCHA_BGNUM', '50', '_MD_AM_CAPTCHA_BGNUMDSC', 'textbox', 'int', 9), (168, 0, 11, 'captcha_polygon_point', '_MD_AM_CAPTCHA_POLPNT', '3', '_MD_AM_CAPTCHA_POLPNTDSC', 'textbox', 'int', 10), (169, 0, 12, 'sanitizer_plugins', '_MD_AM_SELECTSPLUGINS', 'a:2:{i:0;s:18:"syntaxhighlightphp";i:1;s:13:"hiddencontent";}', '_MD_AM_SELECTSPLUGINS_DESC', 'select_plugin', 'array', 0), (170, 0, 12, 'code_sanitizer', '_MD_AM_SELECTSHIGHLIGHT', 'none', '_MD_AM_SELECTSHIGHLIGHT_DESC', 'select', 'text', 1), (171, 0, 12, 'geshi_default', '_MD_AM_GESHI_DEFAULT', 'php', '_MD_AM_GESHI_DEFAULT_DESC', 'select_geshi', 'text', 2), (172, 0, 13, 'autotasks_system', '_MD_AM_AUTOTASKS_SYSTEM', 'internal', '_MD_AM_AUTOTASKS_SYSTEMDSC', 'autotasksystem', 'text', 0), (173, 0, 13, 'autotasks_helper', '_MD_AM_AUTOTASKS_HELPER', 'wget %url%', '_MD_AM_AUTOTASKS_HELPERDSC', 'select', 'text', 1), (174, 0, 13, 'autotasks_helper_path', '_MD_AM_AUTOTASKS_HELPER_PATH', '/usr/bin/', '_MD_AM_AUTOTASKS_HELPER_PATHDSC', 'text', 'text', 2), (175, 0, 13, 'autotasks_user', '_MD_AM_AUTOTASKS_USER', '', '_MD_AM_AUTOTASKS_USERDSC', 'text', 'text', 3), (176, 0, 14, 'enable_purifier', '_MD_AM_PURIFIER_ENABLE', '1', '_MD_AM_PURIFIER_ENABLEDSC', 'yesno', 'int', 0), (177, 0, 14, 'purifier_URI_DefinitionID', '_MD_AM_PURIFIER_URI_DEFID', 'system', '_MD_AM_PURIFIER_URI_DEFIDDSC', 'textbox', 'text', 1), (178, 0, 14, 'purifier_URI_DefinitionRev', '_MD_AM_PURIFIER_URI_DEFREV', '1', '_MD_AM_PURIFIER_URI_DEFREVDSC', 'textbox', 'int', 2), (179, 0, 14, 'purifier_URI_Host', '_MD_AM_PURIFIER_URI_HOST', '[[domhost_]]', '_MD_AM_PURIFIER_URI_HOSTDSC', 'textbox', 'text', 3), (180, 0, 14, 'purifier_URI_Base', '_MD_AM_PURIFIER_URI_BASE', '[[domhost]]', '_MD_AM_PURIFIER_URI_BASEDSC', 'textbox', 'text', 4), (181, 0, 14, 'purifier_URI_Disable', '_MD_AM_PURIFIER_URI_DISABLE', '0', '_MD_AM_PURIFIER_URI_DISABLEDSC', 'yesno', 'int', 5), (182, 0, 14, 'purifier_URI_DisableExternal', '_MD_AM_PURIFIER_URI_DISABLEEXT', '0', '_MD_AM_PURIFIER_URI_DISABLEEXTDSC', 'yesno', 'int', 6), (183, 0, 14, 'purifier_URI_DisableExternalResources', '_MD_AM_PURIFIER_URI_DISABLEEXTRES', '0', '_MD_AM_PURIFIER_URI_DISABLEEXTRESDSC', 'yesno', 'int', 7), (184, 0, 14, 'purifier_URI_DisableResources', '_MD_AM_PURIFIER_URI_DISABLERES', '0', '_MD_AM_PURIFIER_URI_DISABLERESDSC', 'yesno', 'int', 8), (185, 0, 14, 'purifier_URI_MakeAbsolute', '_MD_AM_PURIFIER_URI_MAKEABS', '0', '_MD_AM_PURIFIER_URI_MAKEABSDSC', 'yesno', 'int', 9), (186, 0, 14, 'purifier_URI_HostBlacklist', '_MD_AM_PURIFIER_URI_BLACKLIST', '', '_MD_AM_PURIFIER_URI_BLACKLISTDSC', 'textsarea', 'array', 10), (187, 0, 14, 'purifier_URI_AllowedSchemes', '_MD_AM_PURIFIER_URI_ALLOWSCHEME', 'a:6:{i:0;s:4:"http";i:1;s:5:"https";i:2;s:6:"mailto";i:3;s:3:"ftp";i:4;s:4:"nntp";i:5;s:4:"news";}', '_MD_AM_PURIFIER_URI_ALLOWSCHEMEDSC', 'textsarea', 'array', 11), (188, 0, 14, 'purifier_HTML_DefinitionID', '_MD_AM_PURIFIER_HTML_DEFID', 'system', '_MD_AM_PURIFIER_HTML_DEFIDDSC', 'textbox', 'text', 14), (189, 0, 14, 'purifier_HTML_DefinitionRev', '_MD_AM_PURIFIER_HTML_DEFREV', '1', '_MD_AM_PURIFIER_HTML_DEFREVDSC', 'textbox', 'int', 15), (190, 0, 14, 'purifier_HTML_Doctype', '_MD_AM_PURIFIER_HTML_DOCTYPE', 'XHTML 1.0 Transitional', '_MD_AM_PURIFIER_HTML_DOCTYPEDSC', 'select', 'text', 16), (191, 0, 14, 'purifier_HTML_TidyLevel', '_MD_AM_PURIFIER_HTML_TIDYLEVEL', 'medium', '_MD_AM_PURIFIER_HTML_TIDYLEVELDSC', 'select', 'text', 17), (192, 0, 14, 'purifier_HTML_AllowedElements', '_MD_AM_PURIFIER_HTML_ALLOWELE', 'a:1:{i:0;s:6:"iframe";}', '_MD_AM_PURIFIER_HTML_ALLOWELEDSC', 'textsarea', 'array', 18), (193, 0, 14, 'purifier_HTML_AllowedAttributes', '_MD_AM_PURIFIER_HTML_ALLOWATTR', 'a:3:{i:0;s:10:"iframe.src";i:1;s:12:"iframe.width";i:2;s:13:"iframe.height";}', '_MD_AM_PURIFIER_HTML_ALLOWATTRDSC', 'textsarea', 'array', 19), (194, 0, 14, 'purifier_HTML_ForbiddenElements', '_MD_AM_PURIFIER_HTML_FORBIDELE', '', '_MD_AM_PURIFIER_HTML_FORBIDELEDSC', 'textsarea', 'array', 20), (195, 0, 14, 'purifier_HTML_ForbiddenAttributes', '_MD_AM_PURIFIER_HTML_FORBIDATTR', '', '_MD_AM_PURIFIER_HTML_FORBIDATTRDSC', 'textsarea', 'array', 21), (196, 0, 14, 'purifier_HTML_MaxImgLength', '_MD_AM_PURIFIER_HTML_MAXIMGLENGTH', '1200', '_MD_AM_PURIFIER_HTML_MAXIMGLENGTHDSC', 'textbox', 'int', 22), (197, 0, 14, 'purifier_HTML_SafeEmbed', '_MD_AM_PURIFIER_HTML_SAFEEMBED', '0', '_MD_AM_PURIFIER_HTML_SAFEEMBEDDSC', 'yesno', 'int', 23), (198, 0, 14, 'purifier_HTML_SafeObject', '_MD_AM_PURIFIER_HTML_SAFEOBJECT', '0', '_MD_AM_PURIFIER_HTML_SAFEOBJECTDSC', 'yesno', 'int', 24), (199, 0, 14, 'purifier_HTML_AttrNameUseCDATA', '_MD_AM_PURIFIER_HTML_ATTRNAMEUSECDATA', '0', '_MD_AM_PURIFIER_HTML_ATTRNAMEUSECDATADSC', 'yesno', 'int', 27), (200, 0, 14, 'purifier_Filter_ExtractStyleBlocks', '_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLK', '1', '_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKDSC', 'yesno', 'int', 30), (201, 0, 14, 'purifier_Filter_ExtractStyleBlocks_Escaping', '_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEESC', '1', '_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEESCDSC', 'yesno', 'int', 31), (202, 0, 14, 'purifier_Filter_ExtractStyleBlocks_Scope', '_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKSCOPE', '', '_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKSCOPEDSC', 'textsarea', 'text', 32), (203, 0, 14, 'purifier_Filter_YouTube', '_MD_AM_PURIFIER_FILTER_ENABLEYOUTUBE', '1', '_MD_AM_PURIFIER_FILTER_ENABLEYOUTUBEDSC', 'yesno', 'int', 33), (204, 0, 14, 'purifier_Core_EscapeNonASCIICharacters', '_MD_AM_PURIFIER_CORE_ESCNONASCIICHARS', '1', '_MD_AM_PURIFIER_CORE_ESCNONASCIICHARSDSC', 'yesno', 'int', 35), (205, 0, 14, 'purifier_Core_HiddenElements', '_MD_AM_PURIFIER_CORE_HIDDENELE', 'a:2:{i:0;s:6:"script";i:1;s:5:"style";}', '_MD_AM_PURIFIER_CORE_HIDDENELEDSC', 'textsarea', 'array', 36), (206, 0, 14, 'purifier_Core_RemoveInvalidImg', '_MD_AM_PURIFIER_CORE_REMINVIMG', '1', '_MD_AM_PURIFIER_CORE_REMINVIMGDSC', 'yesno', 'int', 37), (207, 0, 14, 'purifier_AutoFormat_AutoParagraph', '_MD_AM_PURIFIER_AUTO_AUTOPARA', '0', '_MD_AM_PURIFIER_AUTO_AUTOPARADSC', 'yesno', 'int', 39), (208, 0, 14, 'purifier_AutoFormat_DisplayLinkURI', '_MD_AM_PURIFIER_AUTO_DISPLINKURI', '0', '_MD_AM_PURIFIER_AUTO_DISPLINKURIDSC', 'yesno', 'int', 40), (209, 0, 14, 'purifier_AutoFormat_Linkify', '_MD_AM_PURIFIER_AUTO_LINKIFY', '1', '_MD_AM_PURIFIER_AUTO_LINKIFYDSC', 'yesno', 'int', 41), (210, 0, 14, 'purifier_AutoFormat_PurifierLinkify', '_MD_AM_PURIFIER_AUTO_PURILINKIFY', '0', '_MD_AM_PURIFIER_AUTO_PURILINKIFYDSC', 'yesno', 'int', 42), (211, 0, 14, 'purifier_AutoFormat_Custom', '_MD_AM_PURIFIER_AUTO_CUSTOM', '', '_MD_AM_PURIFIER_AUTO_CUSTOMDSC', 'textsarea', 'array', 43), (212, 0, 14, 'purifier_AutoFormat_RemoveEmpty', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTY', '0', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTYDSC', 'yesno', 'int', 44), (213, 0, 14, 'purifier_AutoFormat_RemoveEmptyNbsp', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTYNBSP', '0', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTYNBSPDSC', 'yesno', 'int', 45), (214, 0, 14, 'purifier_AutoFormat_RemoveEmptyNbspExceptions', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTYNBSPEXCEPT', 'a:2:{i:0;s:2:"td";i:1;s:2:"th";}', '_MD_AM_PURIFIER_AUTO_REMOVEEMPTYNBSPEXCEPTDSC', 'textsarea', 'array', 46), (215, 0, 14, 'purifier_Attr_AllowedFrameTargets', '_MD_AM_PURIFIER_ATTR_ALLOWFRAMETARGET', 'a:4:{i:0;s:6:"_blank";i:1;s:7:"_parent";i:2;s:5:"_self";i:3;s:4:"_top";}', '_MD_AM_PURIFIER_ATTR_ALLOWFRAMETARGETDSC', 'textsarea', 'array', 47), (216, 0, 14, 'purifier_Attr_AllowedRel', '_MD_AM_PURIFIER_ATTR_ALLOWREL', 'a:4:{i:0;s:8:"external";i:1;s:8:"nofollow";i:2;s:17:"external nofollow";i:3;s:8:"lightbox";}', '_MD_AM_PURIFIER_ATTR_ALLOWRELDSC', 'textsarea', 'array', 48), (217, 0, 14, 'purifier_Attr_AllowedClasses', '_MD_AM_PURIFIER_ATTR_ALLOWCLASSES', '', '_MD_AM_PURIFIER_ATTR_ALLOWCLASSESDSC', 'textsarea', 'array', 49), (218, 0, 14, 'purifier_Attr_ForbiddenClasses', '_MD_AM_PURIFIER_ATTR_FORBIDDENCLASSES', '', '_MD_AM_PURIFIER_ATTR_FORBIDDENCLASSESDSC', 'textsarea', 'array', 50), (219, 0, 14, 'purifier_Attr_DefaultInvalidImage', '_MD_AM_PURIFIER_ATTR_DEFINVIMG', '', '_MD_AM_PURIFIER_ATTR_DEFINVIMGDSC', 'textbox', 'text', 51), (220, 0, 14, 'purifier_Attr_DefaultInvalidImageAlt', '_MD_AM_PURIFIER_ATTR_DEFINVIMGALT', '', '_MD_AM_PURIFIER_ATTR_DEFINVIMGALTDSC', 'textbox', 'text', 52), (221, 0, 14, 'purifier_Attr_DefaultImageAlt', '_MD_AM_PURIFIER_ATTR_DEFIMGALT', '', '_MD_AM_PURIFIER_ATTR_DEFIMGALTDSC', 'textbox', 'text', 53), (222, 0, 14, 'purifier_Attr_ClassUseCDATA', '_MD_AM_PURIFIER_ATTR_CLASSUSECDATA', '1', '_MD_AM_PURIFIER_ATTR_CLASSUSECDATADSC', 'yesno', 'int', 54), (223, 0, 14, 'purifier_Attr_EnableID', '_MD_AM_PURIFIER_ATTR_ENABLEID', '1', '_MD_AM_PURIFIER_ATTR_ENABLEIDDSC', 'yesno', 'int', 55), (224, 0, 14, 'purifier_Attr_IDPrefix', '_MD_AM_PURIFIER_ATTR_IDPREFIX', '', '_MD_AM_PURIFIER_ATTR_IDPREFIXDSC', 'textbox', 'text', 56), (225, 0, 14, 'purifier_Attr_IDPrefixLocal', '_MD_AM_PURIFIER_ATTR_IDPREFIXLOCAL', '', '_MD_AM_PURIFIER_ATTR_IDPREFIXLOCALDSC', 'textbox', 'text', 57), (226, 0, 14, 'purifier_Attr_IDBlacklist', '_MD_AM_PURIFIER_ATTR_IDBLACKLIST', '', '_MD_AM_PURIFIER_ATTR_IDBLACKLISTDSC', 'textsarea', 'array', 58), (227, 0, 14, 'purifier_CSS_DefinitionRev', '_MD_AM_PURIFIER_CSS_DEFREV', '1', '_MD_AM_PURIFIER_CSS_DEFREVDSC', 'textbox', 'int', 59), (228, 0, 14, 'purifier_CSS_AllowImportant', '_MD_AM_PURIFIER_CSS_ALLOWIMPORTANT', '1', '_MD_AM_PURIFIER_CSS_ALLOWIMPORTANTDSC', 'yesno', 'int', 60), (229, 0, 14, 'purifier_CSS_AllowTricky', '_MD_AM_PURIFIER_CSS_ALLOWTRICKY', '1', '_MD_AM_PURIFIER_CSS_ALLOWTRICKYDSC', 'yesno', 'int', 61), (230, 0, 14, 'purifier_CSS_AllowedProperties', '_MD_AM_PURIFIER_CSS_ALLOWPROP', '', '_MD_AM_PURIFIER_CSS_ALLOWPROPDSC', 'textsarea', 'array', 62), (231, 0, 14, 'purifier_CSS_MaxImgLength', '_MD_AM_PURIFIER_CSS_MAXIMGLEN', '1200px', '_MD_AM_PURIFIER_CSS_MAXIMGLENDSC', 'textbox', 'text', 63), (232, 0, 14, 'purifier_CSS_Proprietary', '_MD_AM_PURIFIER_CSS_PROPRIETARY', '1', '_MD_AM_PURIFIER_CSS_PROPRIETARYDSC', 'yesno', 'int', 64), (233, 0, 14, 'purifier_HTML_FlashAllowFullScreen', '_MD_AM_PURIFIER_HTML_FLASHFULLSCRN', '0', '_MD_AM_PURIFIER_HTML_FLASHFULLSCRNDSC', 'yesno', 'int', 28), (234, 0, 14, 'purifier_Output_FlashCompat', '_MD_AM_PURIFIER_OUTPUT_FLASHCOMPAT', '0', '_MD_AM_PURIFIER_OUTPUT_FLASHCOMPATDSC', 'yesno', 'int', 28), (235, 0, 14, 'purifier_Filter_AllowCustom', '_MD_AM_PURIFIER_FILTER_ALLOWCUSTOM', '0', '_MD_AM_PURIFIER_FILTER_ALLOWCUSTOMDSC', 'yesno', 'int', 34), (236, 0, 14, 'purifier_Core_NormalizeNewlines', '_MD_AM_PURIFIER_CORE_NORMALNEWLINES', '1', '_MD_AM_PURIFIER_CORE_NORMALNEWLINESDSC', 'yesno', 'int', 38), (237, 0, 14, 'purifier_URI_SafeIframeRegexp', '_MD_AM_PURIFIER_URI_SAFEIFRAMEREGEXP', 'http://www.youtube.com/|http://player.vimeo.com/video/|http://blip.tv/play/', '_MD_AM_PURIFIER_URI_SAFEIFRAMEREGEXPDSC', 'textsarea', 'text', 12), (238, 0, 14, 'purifier_HTML_SafeIframe', '_MD_AM_PURIFIER_HTML_SAFEIFRAME', '0', '_MD_AM_PURIFIER_HTML_SAFEIFRAMEDSC', 'yesno', 'int', 25), (239, 2, 0, 'global_disabled', '_MI_PROTECTOR_GLOBAL_DISBL', '0', '_MI_PROTECTOR_GLOBAL_DISBLDSC', 'yesno', 'int', 0), (240, 2, 0, 'default_lang', '_MI_PROTECTOR_DEFAULT_LANG', 'english', '_MI_PROTECTOR_DEFAULT_LANGDSC', 'textbox', 'text', 1), (241, 2, 0, 'log_level', '_MI_PROTECTOR_LOG_LEVEL', '255', '', 'select', 'int', 2), (242, 2, 0, 'banip_time0', '_MI_PROTECTOR_BANIP_TIME0', '86400', '', 'textbox', 'int', 3), (243, 2, 0, 'reliable_ips', '_MI_PROTECTOR_RELIABLE_IPS', 'a:2:{i:0;s:9:"^192.168.";i:1;s:9:"127.0.0.1";}', '_MI_PROTECTOR_RELIABLE_IPSDSC', 'textsarea', 'array', 4), (244, 2, 0, 'session_fixed_topbit', '_MI_PROTECTOR_HIJACK_TOPBIT', '24', '_MI_PROTECTOR_HIJACK_TOPBITDSC', 'textbox', 'int', 5), (245, 2, 0, 'groups_denyipmove', '_MI_PROTECTOR_HIJACK_DENYGP', 'a:1:{i:0;s:1:"1";}', '_MI_PROTECTOR_HIJACK_DENYGPDSC', 'group_multi', 'array', 6), (246, 2, 0, 'san_nullbyte', '_MI_PROTECTOR_SAN_NULLBYTE', '1', '_MI_PROTECTOR_SAN_NULLBYTEDSC', 'yesno', 'int', 7), (247, 2, 0, 'die_badext', '_MI_PROTECTOR_DIE_BADEXT', '1', '_MI_PROTECTOR_DIE_BADEXTDSC', 'yesno', 'int', 8), (248, 2, 0, 'contami_action', '_MI_PROTECTOR_CONTAMI_ACTION', '3', '_MI_PROTECTOR_CONTAMI_ACTIONDS', 'select', 'int', 9), (249, 2, 0, 'isocom_action', '_MI_PROTECTOR_ISOCOM_ACTION', '0', '_MI_PROTECTOR_ISOCOM_ACTIONDSC', 'select', 'int', 10), (250, 2, 0, 'union_action', '_MI_PROTECTOR_UNION_ACTION', '0', '_MI_PROTECTOR_UNION_ACTIONDSC', 'select', 'int', 11), (251, 2, 0, 'id_forceintval', '_MI_PROTECTOR_ID_INTVAL', '0', '_MI_PROTECTOR_ID_INTVALDSC', 'yesno', 'int', 12), (252, 2, 0, 'file_dotdot', '_MI_PROTECTOR_FILE_DOTDOT', '1', '_MI_PROTECTOR_FILE_DOTDOTDSC', 'yesno', 'int', 13), (253, 2, 0, 'bf_count', '_MI_PROTECTOR_BF_COUNT', '10', '_MI_PROTECTOR_BF_COUNTDSC', 'textbox', 'int', 14), (254, 2, 0, 'bwlimit_count', '_MI_PROTECTOR_BWLIMIT_COUNT', '0', '_MI_PROTECTOR_BWLIMIT_COUNTDSC', 'textbox', 'int', 15), (255, 2, 0, 'dos_skipmodules', '_MI_PROTECTOR_DOS_SKIPMODS', '', '_MI_PROTECTOR_DOS_SKIPMODSDSC', 'textbox', 'text', 16), (256, 2, 0, 'dos_expire', '_MI_PROTECTOR_DOS_EXPIRE', '60', '_MI_PROTECTOR_DOS_EXPIREDSC', 'textbox', 'int', 17), (257, 2, 0, 'dos_f5count', '_MI_PROTECTOR_DOS_F5COUNT', '20', '_MI_PROTECTOR_DOS_F5COUNTDSC', 'textbox', 'int', 18), (258, 2, 0, 'dos_f5action', '_MI_PROTECTOR_DOS_F5ACTION', 'exit', '', 'select', 'text', 19), (259, 2, 0, 'dos_crcount', '_MI_PROTECTOR_DOS_CRCOUNT', '40', '_MI_PROTECTOR_DOS_CRCOUNTDSC', 'textbox', 'int', 20), (260, 2, 0, 'dos_craction', '_MI_PROTECTOR_DOS_CRACTION', 'exit', '', 'select', 'text', 21), (261, 2, 0, 'dos_crsafe', '_MI_PROTECTOR_DOS_CRSAFE', '/(msnbot|Googlebot|Yahoo! Slurp)/i', '_MI_PROTECTOR_DOS_CRSAFEDSC', 'textbox', 'text', 22), (262, 2, 0, 'bip_except', '_MI_PROTECTOR_BIP_EXCEPT', 'a:1:{i:0;s:1:"1";}', '_MI_PROTECTOR_BIP_EXCEPTDSC', 'group_multi', 'array', 23), (263, 2, 0, 'disable_features', '_MI_PROTECTOR_DISABLES', '1', '', 'select', 'int', 24), (264, 2, 0, 'enable_dblayertrap', '_MI_PROTECTOR_DBLAYERTRAP', '1', '_MI_PROTECTOR_DBLAYERTRAPDSC', 'yesno', 'int', 25), (265, 2, 0, 'dblayertrap_wo_server', '_MI_PROTECTOR_DBTRAPWOSRV', '0', '_MI_PROTECTOR_DBTRAPWOSRVDSC', 'yesno', 'int', 26), (266, 2, 0, 'enable_bigumbrella', '_MI_PROTECTOR_BIGUMBRELLA', '1', '_MI_PROTECTOR_BIGUMBRELLADSC', 'yesno', 'int', 27), (267, 2, 0, 'spamcount_uri4user', '_MI_PROTECTOR_SPAMURI4U', '0', '_MI_PROTECTOR_SPAMURI4UDSC', 'textbox', 'int', 28), (268, 2, 0, 'spamcount_uri4guest', '_MI_PROTECTOR_SPAMURI4G', '5', '_MI_PROTECTOR_SPAMURI4GDSC', 'textbox', 'int', 29), (269, 2, 0, 'filters', '_MI_PROTECTOR_FILTERS', '', '_MI_PROTECTOR_FILTERSDSC', 'textsarea', 'text', 30), (270, 2, 0, 'enable_manip_check', '_MI_PROTECTOR_MANIPUCHECK', '0', '_MI_PROTECTOR_MANIPUCHECKDSC', 'yesno', 'int', 31), (271, 2, 0, 'manip_value', '_MI_PROTECTOR_MANIPUVALUE', '', '_MI_PROTECTOR_MANIPUVALUEDSC', 'textbox', 'text', 32); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_configcategory` -- CREATE TABLE `[[dbprefix]]_configcategory` ( `confcat_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `confcat_name` varchar(255) NOT NULL DEFAULT '', `confcat_order` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`confcat_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=15 ; -- -- Dumping data for table `[[dbprefix]]_configcategory` -- INSERT INTO `[[dbprefix]]_configcategory` VALUES (1, '_MD_AM_GENERAL', 0), (2, '_MD_AM_USERSETTINGS', 0), (3, '_MD_AM_METAFOOTER', 0), (4, '_MD_AM_CENSOR', 0), (5, '_MD_AM_SEARCH', 0), (6, '_MD_AM_MAILER', 0), (7, '_MD_AM_AUTHENTICATION', 0), (8, '_MD_AM_MULTILANGUAGE', 0), (10, '_MD_AM_PERSON', 0), (11, '_MD_AM_CAPTCHA', 0), (12, '_MD_AM_PLUGINS', 0), (13, '_MD_AM_AUTOTASKS', 0), (14, '_MD_AM_PURIFIER', 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_configoption` -- CREATE TABLE `[[dbprefix]]_configoption` ( `confop_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `confop_name` varchar(255) NOT NULL DEFAULT '', `confop_value` varchar(255) NOT NULL DEFAULT '', `conf_id` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`confop_id`), KEY `conf_id` (`conf_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=118 ; -- -- Dumping data for table `[[dbprefix]]_configoption` -- INSERT INTO `[[dbprefix]]_configoption` VALUES (1, '_MD_AM_DEBUGMODE0', '0', 23), (2, '_MD_AM_DEBUGMODE1', '1', 23), (3, '_MD_AM_DEBUGMODE2', '2', 23), (4, '_MD_AM_DEBUGMODE3', '3', 23), (5, '_NESTED', 'nest', 31), (6, '_FLAT', 'flat', 31), (7, '_THREADED', 'thread', 31), (8, '_OLDESTFIRST', '0', 32), (9, '_NEWESTFIRST', '1', 32), (10, '_MD_AM_PASSLEVEL1', '20', 39), (11, '_MD_AM_PASSLEVEL2', '40', 39), (12, '_MD_AM_PASSLEVEL3', '60', 39), (13, '_MD_AM_PASSLEVEL4', '80', 39), (14, '_MD_AM_PASSLEVEL5', '95', 39), (15, '_MD_AM_USERACTV', '0', 53), (16, '_MD_AM_AUTOACTV', '1', 53), (17, '_MD_AM_ADMINACTV', '2', 53), (18, '_MD_AM_REGINVITE', '3', 53), (19, '_MD_AM_STRICT', '0', 55), (20, '_MD_AM_MEDIUM', '1', 55), (21, '_MD_AM_LIGHT', '2', 55), (22, '_MD_AM_ENC_MD5', '20', 74), (23, '_MD_AM_ENC_SHA256', '21', 74), (24, '_MD_AM_ENC_SHA384', '22', 74), (25, '_MD_AM_ENC_SHA512', '23', 74), (26, '_MD_AM_ENC_RIPEMD128', '24', 74), (27, '_MD_AM_ENC_RIPEMD160', '25', 74), (28, '_MD_AM_ENC_WHIRLPOOL', '26', 74), (29, '_MD_AM_ENC_HAVAL1284', '27', 74), (30, '_MD_AM_ENC_HAVAL1604', '28', 74), (31, '_MD_AM_ENC_HAVAL1924', '29', 74), (32, '_MD_AM_ENC_HAVAL2244', '30', 74), (33, '_MD_AM_ENC_HAVAL2564', '31', 74), (34, '_MD_AM_ENC_HAVAL1285', '32', 74), (35, '_MD_AM_ENC_HAVAL1605', '33', 74), (36, '_MD_AM_ENC_HAVAL1925', '34', 74), (37, '_MD_AM_ENC_HAVAL2245', '35', 74), (38, '_MD_AM_ENC_HAVAL2565', '36', 74), (39, '_MD_AM_INDEXFOLLOW', 'index,follow', 77), (40, '_MD_AM_NOINDEXFOLLOW', 'noindex,follow', 77), (41, '_MD_AM_INDEXNOFOLLOW', 'index,nofollow', 77), (42, '_MD_AM_NOINDEXNOFOLLOW', 'noindex,nofollow', 77), (43, '_MD_AM_METAOGEN', 'general', 78), (44, '_MD_AM_METAO14YRS', '14 years', 78), (45, '_MD_AM_METAOREST', 'restricted', 78), (46, '_MD_AM_METAOMAT', 'mature', 78), (47, 'PHP mail()', 'mail', 99), (48, 'sendmail', 'sendmail', 99), (49, 'SMTP', 'smtp', 99), (50, 'SMTPAuth', 'smtpauth', 99), (51, 'None', '', 103), (52, 'SSL', 'ssl', 103), (53, 'TLS', 'tls', 103), (54, '_MD_AM_AUTH_CONFOPTION_XOOPS', 'xoops', 106), (55, '_MD_AM_AUTH_CONFOPTION_LDAP', 'ldap', 106), (56, '_MD_AM_AUTH_CONFOPTION_AD', 'ads', 106), (57, '_MD_AM_NOMAILPROTECT', '0', 142), (58, '_MD_AM_GDMAILPROTECT', '1', 142), (59, '_MD_AM_REMAILPROTECT', '2', 142), (60, '_MD_AM_CAPTCHA_OFF', 'none', 158), (61, '_MD_AM_CAPTCHA_IMG', 'image', 158), (62, '_MD_AM_CAPTCHA_TXT', 'text', 158), (63, '_MD_AM_BAR', '0', 166), (64, '_MD_AM_CIRCLE', '1', 166), (65, '_MD_AM_LINE', '2', 166), (66, '_MD_AM_RECTANGLE', '3', 166), (67, '_MD_AM_ELLIPSE', '4', 166), (68, '_MD_AM_POLYGON', '5', 166), (69, '_MD_AM_RANDOM', '100', 166), (70, '_MD_AM_HIGHLIGHTER_OFF', 'none', 170), (71, '_MD_AM_HIGHLIGHTER_PHP', 'php', 170), (72, '_MD_AM_HIGHLIGHTER_GESHI', 'geshi', 170), (73, 'PHP-CGI', 'php -f %path%', 173), (74, 'wget', 'wget %url%', 173), (75, 'Lynx', 'lynx --dump %url%', 173), (76, '_MD_AM_PURIFIER_401T', 'HTML 4.01 Transitional', 190), (77, '_MD_AM_PURIFIER_401S', 'HTML 4.01 Strict', 190), (78, '_MD_AM_PURIFIER_X10T', 'XHTML 1.0 Transitional', 190), (79, '_MD_AM_PURIFIER_X10S', 'XHTML 1.0 Strict', 190), (80, '_MD_AM_PURIFIER_X11', 'XHTML 1.1', 190), (81, '_MD_AM_PURIFIER_NONE', 'none', 191), (82, '_MD_AM_PURIFIER_LIGHT', 'light', 191), (83, '_MD_AM_PURIFIER_MEDIUM', 'medium', 191), (84, '_MD_AM_PURIFIER_HEAVY', 'heavy', 191), (85, '_MI_PROTECTOR_LOGLEVEL0', '0', 241), (86, '_MI_PROTECTOR_LOGLEVEL15', '15', 241), (87, '_MI_PROTECTOR_LOGLEVEL63', '63', 241), (88, '_MI_PROTECTOR_LOGLEVEL255', '255', 241), (89, '_MI_PROTECTOR_OPT_NONE', '0', 248), (90, '_MI_PROTECTOR_OPT_EXIT', '3', 248), (91, '_MI_PROTECTOR_OPT_BIPTIME0', '7', 248), (92, '_MI_PROTECTOR_OPT_BIP', '15', 248), (93, '_MI_PROTECTOR_OPT_NONE', '0', 249), (94, '_MI_PROTECTOR_OPT_SAN', '1', 249), (95, '_MI_PROTECTOR_OPT_EXIT', '3', 249), (96, '_MI_PROTECTOR_OPT_BIPTIME0', '7', 249), (97, '_MI_PROTECTOR_OPT_BIP', '15', 249), (98, '_MI_PROTECTOR_OPT_NONE', '0', 250), (99, '_MI_PROTECTOR_OPT_SAN', '1', 250), (100, '_MI_PROTECTOR_OPT_EXIT', '3', 250), (101, '_MI_PROTECTOR_OPT_BIPTIME0', '7', 250), (102, '_MI_PROTECTOR_OPT_BIP', '15', 250), (103, '_MI_PROTECTOR_DOSOPT_NONE', 'none', 258), (104, '_MI_PROTECTOR_DOSOPT_SLEEP', 'sleep', 258), (105, '_MI_PROTECTOR_DOSOPT_EXIT', 'exit', 258), (106, '_MI_PROTECTOR_DOSOPT_BIPTIME0', 'biptime0', 258), (107, '_MI_PROTECTOR_DOSOPT_BIP', 'bip', 258), (108, '_MI_PROTECTOR_DOSOPT_HTA', 'hta', 258), (109, '_MI_PROTECTOR_DOSOPT_NONE', 'none', 260), (110, '_MI_PROTECTOR_DOSOPT_SLEEP', 'sleep', 260), (111, '_MI_PROTECTOR_DOSOPT_EXIT', 'exit', 260), (112, '_MI_PROTECTOR_DOSOPT_BIPTIME0', 'biptime0', 260), (113, '_MI_PROTECTOR_DOSOPT_BIP', 'bip', 260), (114, '_MI_PROTECTOR_DOSOPT_HTA', 'hta', 260), (115, 'xmlrpc', '1', 263), (116, 'xmlrpc + 2.0.9.2 bugs', '1025', 263), (117, '_NONE', '0', 263); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_groups` -- CREATE TABLE `[[dbprefix]]_groups` ( `groupid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `description` text NOT NULL, `group_type` varchar(10) NOT NULL DEFAULT '', PRIMARY KEY (`groupid`), KEY `group_type` (`group_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=4 ; -- -- Dumping data for table `[[dbprefix]]_groups` -- INSERT INTO `[[dbprefix]]_groups` VALUES (1, 'Webmasters', 'Webmasters of this site', 'Admin'), (2, 'Registered Users', 'Registered Users Group', 'User'), (3, 'Anonymous Users', 'Anonymous Users Group', 'Anonymous'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_groups_users_link` -- CREATE TABLE `[[dbprefix]]_groups_users_link` ( `linkid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `groupid` smallint(5) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`linkid`), KEY `groupid_uid` (`groupid`,`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]_groups_users_link` -- INSERT INTO `[[dbprefix]]_groups_users_link` VALUES (1, 1, 1), (2, 2, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_group_permission` -- CREATE TABLE `[[dbprefix]]_group_permission` ( `gperm_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `gperm_groupid` smallint(5) unsigned NOT NULL DEFAULT '0', `gperm_itemid` mediumint(8) unsigned NOT NULL DEFAULT '0', `gperm_modid` smallint(5) unsigned NOT NULL DEFAULT '0', `gperm_name` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`gperm_id`), KEY `name_mod_group` (`gperm_name`(10),`gperm_modid`,`gperm_groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=120 ; -- -- Dumping data for table `[[dbprefix]]_group_permission` -- INSERT INTO `[[dbprefix]]_group_permission` VALUES (1, 2, 20, 1, 'use_extension'), (2, 1, 20, 1, 'use_extension'), (3, 2, 19, 1, 'use_extension'), (4, 1, 19, 1, 'use_extension'), (5, 2, 76, 1, 'use_extension'), (6, 1, 76, 1, 'use_extension'), (7, 2, 77, 1, 'use_extension'), (8, 1, 77, 1, 'use_extension'), (9, 2, 82, 1, 'use_extension'), (10, 1, 82, 1, 'use_extension'), (11, 2, 79, 1, 'use_extension'), (12, 1, 79, 1, 'use_extension'), (13, 2, 80, 1, 'use_extension'), (14, 1, 80, 1, 'use_extension'), (15, 2, 81, 1, 'use_extension'), (16, 1, 81, 1, 'use_extension'), (17, 2, 83, 1, 'use_extension'), (18, 1, 83, 1, 'use_extension'), (19, 2, 84, 1, 'use_extension'), (20, 1, 84, 1, 'use_extension'), (21, 2, 100, 1, 'use_extension'), (22, 1, 100, 1, 'use_extension'), (23, 2, 101, 1, 'use_extension'), (24, 1, 101, 1, 'use_extension'), (25, 1, 1, 1, 'module_admin'), (26, 1, 1, 1, 'module_read'), (27, 2, 1, 1, 'module_read'), (28, 3, 1, 1, 'module_read'), (29, 1, 1, 1, 'system_admin'), (30, 1, 2, 1, 'system_admin'), (31, 1, 3, 1, 'system_admin'), (32, 1, 4, 1, 'system_admin'), (33, 1, 5, 1, 'system_admin'), (34, 1, 6, 1, 'system_admin'), (35, 1, 7, 1, 'system_admin'), (36, 1, 8, 1, 'system_admin'), (37, 1, 9, 1, 'system_admin'), (38, 1, 10, 1, 'system_admin'), (39, 1, 11, 1, 'system_admin'), (40, 1, 12, 1, 'system_admin'), (41, 1, 13, 1, 'system_admin'), (42, 1, 14, 1, 'system_admin'), (43, 1, 15, 1, 'system_admin'), (44, 1, 16, 1, 'system_admin'), (45, 1, 17, 1, 'system_admin'), (46, 1, 18, 1, 'system_admin'), (47, 1, 19, 1, 'system_admin'), (48, 1, 20, 1, 'system_admin'), (49, 1, 1, 1, 'group_manager'), (50, 1, 2, 1, 'group_manager'), (51, 1, 3, 1, 'group_manager'), (52, 1, 1, 1, 'content_read'), (53, 2, 1, 1, 'content_read'), (54, 3, 1, 1, 'content_read'), (55, 1, 1, 1, 'content_admin'), (56, 1, 1, 1, 'use_wysiwygeditor'), (57, 1, 1, 1, 'imgcat_write'), (58, 1, 1, 1, 'imgcat_read'), (59, 1, 1, 1, 'block_read'), (60, 2, 1, 1, 'block_read'), (61, 3, 1, 1, 'block_read'), (62, 1, 2, 1, 'block_read'), (63, 2, 2, 1, 'block_read'), (64, 3, 2, 1, 'block_read'), (65, 1, 3, 1, 'block_read'), (66, 2, 3, 1, 'block_read'), (67, 3, 3, 1, 'block_read'), (68, 1, 4, 1, 'block_read'), (69, 2, 4, 1, 'block_read'), (70, 3, 4, 1, 'block_read'), (71, 1, 5, 1, 'block_read'), (72, 2, 5, 1, 'block_read'), (73, 3, 5, 1, 'block_read'), (74, 1, 6, 1, 'block_read'), (75, 2, 6, 1, 'block_read'), (76, 3, 6, 1, 'block_read'), (77, 1, 7, 1, 'block_read'), (78, 2, 7, 1, 'block_read'), (79, 3, 7, 1, 'block_read'), (80, 1, 8, 1, 'block_read'), (81, 2, 8, 1, 'block_read'), (82, 3, 8, 1, 'block_read'), (83, 1, 9, 1, 'block_read'), (84, 2, 9, 1, 'block_read'), (85, 3, 9, 1, 'block_read'), (86, 1, 10, 1, 'block_read'), (87, 2, 10, 1, 'block_read'), (88, 3, 10, 1, 'block_read'), (89, 1, 11, 1, 'block_read'), (90, 2, 11, 1, 'block_read'), (91, 3, 11, 1, 'block_read'), (92, 1, 12, 1, 'block_read'), (93, 2, 12, 1, 'block_read'), (94, 3, 12, 1, 'block_read'), (95, 1, 13, 1, 'block_read'), (96, 2, 13, 1, 'block_read'), (97, 3, 13, 1, 'block_read'), (98, 1, 14, 1, 'block_read'), (99, 2, 14, 1, 'block_read'), (100, 3, 14, 1, 'block_read'), (101, 1, 15, 1, 'block_read'), (102, 2, 15, 1, 'block_read'), (103, 3, 15, 1, 'block_read'), (104, 1, 16, 1, 'block_read'), (105, 2, 16, 1, 'block_read'), (106, 3, 16, 1, 'block_read'), (107, 1, 17, 1, 'block_read'), (108, 2, 17, 1, 'block_read'), (109, 3, 17, 1, 'block_read'), (110, 1, 18, 1, 'block_read'), (111, 2, 18, 1, 'block_read'), (112, 3, 18, 1, 'block_read'), (113, 1, 19, 1, 'block_read'), (114, 2, 19, 1, 'block_read'), (115, 3, 19, 1, 'block_read'), (116, 1, 20, 1, 'block_read'), (117, 3, 21, 1, 'block_read'), (118, 1, 2, 1, 'module_admin'), (119, 1, 2, 1, 'module_read'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_icmspage` -- CREATE TABLE `[[dbprefix]]_icmspage` ( `page_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `page_moduleid` mediumint(8) unsigned NOT NULL DEFAULT '1', `page_title` varchar(255) NOT NULL DEFAULT '', `page_url` varchar(255) NOT NULL DEFAULT '', `page_status` tinyint(1) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`page_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=22 ; -- -- Dumping data for table `[[dbprefix]]_icmspage` -- INSERT INTO `[[dbprefix]]_icmspage` VALUES (2, 1, 'Admin Control Panel', 'admin.php', 1), (3, 1, 'Avatars', 'modules/system/admin.php?fct=avatars*', 1), (5, 1, 'Blocks Admin', 'modules/system/admin.php?fct=blocksadmin*', 1), (6, 1, 'Block Positions', 'modules/system/admin.php?fct=blockspadmin*', 1), (7, 1, 'Comments', 'modules/system/admin.php?fct=comments*', 1), (9, 1, 'Find Users', 'modules/system/admin.php?fct=findusers*', 1), (10, 1, 'Custom Tag', 'modules/system/admin.php?fct=customtag*', 1), (11, 1, 'Groups', 'modules/system/admin.php?fct=groups*', 1), (12, 1, 'Image Manager', 'modules/system/admin.php?fct=images*', 1), (13, 1, 'Mail Users', 'modules/system/admin.php?fct=mailusers*', 1), (14, 1, 'Modules Admin', 'modules/system/admin.php?fct=modulesadmin*', 1), (15, 1, 'Symlink Manager', 'modules/system/admin.php?fct=pages*', 1), (16, 1, 'Preferences', 'modules/system/admin.php?fct=preferences*', 1), (17, 1, 'Smilies', 'modules/system/admin.php?fct=smilies*', 1), (18, 1, 'Templates', 'modules/system/admin.php?fct=tplsets*', 1), (19, 1, 'User Ranks', 'modules/system/admin.php?fct=userrank*', 1), (20, 1, 'User Edit', 'modules/system/admin.php?fct=users*', 1), (21, 1, 'Version Checker', 'modules/system/admin.php?fct=version*', 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_icms_data_file` -- CREATE TABLE `[[dbprefix]]_icms_data_file` ( `fileid` int(10) unsigned NOT NULL AUTO_INCREMENT, `mid` smallint(5) unsigned NOT NULL, `caption` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, PRIMARY KEY (`fileid`), KEY `mid` (`mid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_icms_data_urllink` -- CREATE TABLE `[[dbprefix]]_icms_data_urllink` ( `urllinkid` int(10) unsigned NOT NULL AUTO_INCREMENT, `mid` smallint(5) unsigned NOT NULL, `caption` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `target` varchar(6) NOT NULL, PRIMARY KEY (`urllinkid`), KEY `mid` (`mid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_image` -- CREATE TABLE `[[dbprefix]]_image` ( `image_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `image_name` varchar(30) NOT NULL DEFAULT '', `image_nicename` varchar(255) NOT NULL DEFAULT '', `image_mimetype` varchar(30) NOT NULL DEFAULT '', `image_created` int(10) unsigned NOT NULL DEFAULT '0', `image_display` tinyint(1) unsigned NOT NULL DEFAULT '0', `image_weight` smallint(5) unsigned NOT NULL DEFAULT '0', `imgcat_id` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`image_id`), KEY `imgcat_id` (`imgcat_id`), KEY `image_display` (`image_display`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]_image` -- INSERT INTO `[[dbprefix]]_image` VALUES (1, 'img482278e29e81c.png', 'ImpressCMS', 'image/png', [[timestamp]], 1, 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_imagebody` -- CREATE TABLE `[[dbprefix]]_imagebody` ( `image_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `image_body` mediumblob, KEY `image_id` (`image_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_imagecategory` -- CREATE TABLE `[[dbprefix]]_imagecategory` ( `imgcat_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `imgcat_pid` smallint(5) unsigned NOT NULL DEFAULT '0', `imgcat_name` varchar(100) NOT NULL DEFAULT '', `imgcat_maxsize` int(8) unsigned NOT NULL DEFAULT '0', `imgcat_maxwidth` smallint(3) unsigned NOT NULL DEFAULT '0', `imgcat_maxheight` smallint(3) unsigned NOT NULL DEFAULT '0', `imgcat_display` tinyint(1) unsigned NOT NULL DEFAULT '0', `imgcat_weight` smallint(3) unsigned NOT NULL DEFAULT '0', `imgcat_type` char(1) NOT NULL DEFAULT '', `imgcat_storetype` varchar(5) NOT NULL DEFAULT '', `imgcat_foldername` varchar(100) DEFAULT '', PRIMARY KEY (`imgcat_id`), KEY `imgcat_display` (`imgcat_display`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]_imagecategory` -- INSERT INTO `[[dbprefix]]_imagecategory` VALUES (1, 0, 'Logos', 358400, 350, 80, 1, 0, 'C', 'file', 'logos'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_imgset` -- CREATE TABLE `[[dbprefix]]_imgset` ( `imgset_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `imgset_name` varchar(50) NOT NULL DEFAULT '', `imgset_refid` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`imgset_id`), KEY `imgset_refid` (`imgset_refid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]_imgset` -- INSERT INTO `[[dbprefix]]_imgset` VALUES (1, 'default', 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_imgsetimg` -- CREATE TABLE `[[dbprefix]]_imgsetimg` ( `imgsetimg_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `imgsetimg_file` varchar(50) NOT NULL DEFAULT '', `imgsetimg_body` blob NOT NULL, `imgsetimg_imgset` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`imgsetimg_id`), KEY `imgsetimg_imgset` (`imgsetimg_imgset`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_imgset_tplset_link` -- CREATE TABLE `[[dbprefix]]_imgset_tplset_link` ( `imgset_id` smallint(5) unsigned NOT NULL DEFAULT '0', `tplset_name` varchar(50) NOT NULL DEFAULT '', KEY `tplset_name` (`tplset_name`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `[[dbprefix]]_imgset_tplset_link` -- INSERT INTO `[[dbprefix]]_imgset_tplset_link` VALUES (1, 'default'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_invites` -- CREATE TABLE `[[dbprefix]]_invites` ( `invite_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `from_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `invite_to` varchar(255) NOT NULL DEFAULT '', `invite_code` varchar(8) NOT NULL DEFAULT '', `invite_date` int(10) unsigned NOT NULL DEFAULT '0', `view_date` int(10) unsigned NOT NULL DEFAULT '0', `register_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `extra_info` text NOT NULL, PRIMARY KEY (`invite_id`), KEY `invite_code` (`invite_code`), KEY `register_id` (`register_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_modules` -- CREATE TABLE `[[dbprefix]]_modules` ( `mid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(150) NOT NULL DEFAULT '', `version` varchar(20) DEFAULT NULL, `last_update` int(10) unsigned NOT NULL DEFAULT '0', `weight` smallint(3) unsigned NOT NULL DEFAULT '0', `isactive` tinyint(1) unsigned NOT NULL DEFAULT '0', `dirname` varchar(25) NOT NULL DEFAULT '', `hasmain` tinyint(1) unsigned NOT NULL DEFAULT '0', `hasadmin` tinyint(1) unsigned NOT NULL DEFAULT '0', `hassearch` tinyint(1) unsigned NOT NULL DEFAULT '0', `hasconfig` tinyint(1) unsigned NOT NULL DEFAULT '0', `hascomments` tinyint(1) unsigned NOT NULL DEFAULT '0', `hasnotification` tinyint(1) unsigned NOT NULL DEFAULT '0', `dbversion` int(11) unsigned NOT NULL DEFAULT '1', `modname` varchar(25) NOT NULL DEFAULT '', `ipf` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`mid`), KEY `dirname` (`dirname`(5)), KEY `active_main_weight` (`isactive`,`hasmain`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]_modules` -- INSERT INTO `[[dbprefix]]_modules` VALUES (1, 'System', '2.0.3', [[timestamp]], 0, 1, 'system', 0, 1, 0, 0, 0, 0, 48, 'system', 1), (2, 'Protector', '5.1.0', [[timestamp]], 1, 1, 'protector', 0, 1, 0, 1, 0, 0, 0, '', 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_newblocks` -- CREATE TABLE `[[dbprefix]]_newblocks` ( `bid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `mid` smallint(5) unsigned NOT NULL DEFAULT '0', `func_num` tinyint(3) unsigned NOT NULL DEFAULT '0', `options` varchar(255) NOT NULL DEFAULT '', `name` varchar(150) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `content` text NOT NULL, `side` tinyint(1) unsigned NOT NULL DEFAULT '0', `weight` smallint(5) unsigned NOT NULL DEFAULT '0', `visible` tinyint(1) unsigned NOT NULL DEFAULT '0', `block_type` char(1) NOT NULL DEFAULT '', `c_type` char(1) NOT NULL DEFAULT '', `isactive` tinyint(1) unsigned NOT NULL DEFAULT '0', `dirname` varchar(50) NOT NULL DEFAULT '', `func_file` varchar(50) NOT NULL DEFAULT '', `show_func` varchar(50) NOT NULL DEFAULT '', `edit_func` varchar(50) NOT NULL DEFAULT '', `template` varchar(50) NOT NULL DEFAULT '', `bcachetime` int(10) unsigned NOT NULL DEFAULT '0', `last_modified` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`bid`), KEY `mid` (`mid`), KEY `visible` (`visible`), KEY `isactive_visible_mid` (`isactive`,`visible`,`mid`), KEY `mid_funcnum` (`mid`,`func_num`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=22 ; -- -- Dumping data for table `[[dbprefix]]_newblocks` -- INSERT INTO `[[dbprefix]]_newblocks` VALUES (1, 1, 1, '', 'User Menu', 'User Menu', '', 1, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_user_show', '', 'system_block_user.html', 0, [[timestamp]]), (2, 1, 2, '', 'Login', 'Login', '', 1, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_login_show', '', 'system_block_login.html', 0, [[timestamp]]), (3, 1, 3, '', 'Search', 'Search', '', 2, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_search_show', '', 'system_block_search.html', 0, [[timestamp]]), (4, 1, 4, '1|5', 'Waiting Contents', 'Waiting Contents', '', 9, 0, 1, 'S', 'H', 1, 'system', 'system_waiting.php', 'b_system_waiting_show', 'b_system_waiting_edit', 'system_block_waiting.html', 0, [[timestamp]]), (5, 1, 5, '', 'Main Menu', 'Main Menu', '', 1, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_main_show', '', 'system_block_mainmenu.html', 0, [[timestamp]]), (6, 1, 6, '320|190|s_poweredby.gif|1', 'Site Info', 'Site Info', '', 1, 0, 0, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_info_show', 'b_system_info_edit', 'system_block_siteinfo.html', 0, [[timestamp]]), (7, 1, 7, '', 'Who''s Online', 'Who''s Online', '', 9, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_online_show', '', 'system_block_online.html', 0, [[timestamp]]), (8, 1, 8, '10|1', 'Top Posters', 'Top Posters', '', 10, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_topposters_show', 'b_system_topposters_edit', 'system_block_topusers.html', 0, [[timestamp]]), (9, 1, 9, '10|1|1', 'New Members', 'New Members', '', 10, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_newmembers_show', 'b_system_newmembers_edit', 'system_block_newusers.html', 0, [[timestamp]]), (10, 1, 10, '10', 'Recent Comments', 'Recent Comments', '', 1, 0, 0, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_comments_show', 'b_system_comments_edit', 'system_block_comments.html', 0, [[timestamp]]), (11, 1, 11, '', 'Notification Options', 'Notification Options', '', 1, 0, 0, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_notification_show', '', 'system_block_notification.html', 0, [[timestamp]]), (12, 1, 12, '0|80', 'Themes', 'Themes', '', 1, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_themes_show', 'b_system_themes_edit', 'system_block_themes.html', 0, [[timestamp]]), (13, 1, 13, '', 'Language Selection', 'Language Selection', '', 1, 0, 0, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_multilanguage_show', '', 'system_block_multilanguage.html', 0, [[timestamp]]), (14, 1, 14, '1|1|1|1|1|1|1', 'Share this page!', 'Share this page!', '', 7, 0, 1, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_social_show', 'b_system_social_edit', 'system_block_socialbookmark.html', 0, [[timestamp]]), (15, 1, 15, '', 'System Warnings', 'System Warnings', '', 12, 0, 1, 'S', 'H', 1, 'system', 'system_admin_blocks.php', 'b_system_admin_warnings_show', '', 'system_admin_block_warnings.html', 0, [[timestamp]]), (16, 1, 16, '', 'Control Panel', 'Control Panel', '', 11, 0, 1, 'S', 'H', 1, 'system', 'system_admin_blocks.php', 'b_system_admin_cp_show', '', 'system_admin_block_cp.html', 0, [[timestamp]]), (17, 1, 17, '', 'Installed Modules', 'Installed Modules', '', 13, 0, 1, 'S', 'H', 1, 'system', 'system_admin_blocks.php', 'b_system_admin_modules_show', '', 'system_admin_block_modules.html', 0, [[timestamp]]), (18, 1, 18, '', 'My Bookmarks', 'My Bookmarks', '', 1, 0, 0, 'S', 'H', 1, 'system', 'system_blocks.php', 'b_system_bookmarks_show', '', 'system_block_bookmarks.html', 0, [[timestamp]]), (19, 1, 19, '', 'New Control Panel', 'New Control Panel', '', 1, 0, 0, 'S', 'H', 1, 'system', 'system_admin_blocks.php', 'b_system_admin_cp_new_show', '', 'system_admin_block_cp_new.html', 0, [[timestamp]]), (20, 0, 0, '', 'Custom Block (Auto Format + smilies)', 'Welcome Webmaster !', 'Welcome to your new ImpressCMS powered website. If you haven''t already, please delete the [b]install[/b] folder from the server and ensure that [b]mainfile.php[/b] is not writeable (chmod 444).\n\nTo begin administering your new ImpressCMS powered website you can click the [b]Administration[/b] Menu link located on the left of this page.\n\nYou may want to begin by editing your website [b]Preferences[/b]: In the admin panel, hover over the [b]System[/b] dropdown and select [b]Preferences.[/b]\n\nAfterwards you can begin adding [b]Modules[/b] and [b]Themes[/b].\nMany of the available modules and themes for ImpressCMS, are available at the [url=https://www.impresscms.org/modules/downloads]Addons[/url] section of the [url=https://www.impresscms.org]projects website[/url].\n\nYou will also need to begin using [b]Blocks[/b]. You can begin by removing this block. You can do this by navigating to System Admin > Blocks, and the selecting "Webmasters" in the [b]Groups[/b] select box. You will then be able to see the blocks available for the Webmasters group, which this block is!\n\nFor more information about working with ImpressCMS, please use the links below.\n\nWe warmly invite you to join [url=https://www.impresscms.org/modules/iforum/]The ImpressCMS Community[/url] - Where you can make contributions, get help, help others, etc...', 4, 0, 1, 'C', 'S', 1, '', '', '', '', '', 0, [[timestamp]]), (21, 0, 0, '', 'Custom Block (Auto Format + smilies)', 'Welcome to an ImpressCMS powered website !', 'This is sample text for a block. If you are the administrator please log in to view more information.\n\nLearn more about ImpressCMS:\n', 4, 0, 1, 'C', 'S', 1, '', '', '', '', '', 0, [[timestamp]]); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_online` -- CREATE TABLE `[[dbprefix]]_online` ( `online_uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `online_uname` varchar(25) NOT NULL DEFAULT '', `online_updated` int(10) unsigned NOT NULL DEFAULT '0', `online_module` smallint(5) unsigned NOT NULL DEFAULT '0', `online_ip` varchar(15) NOT NULL DEFAULT '', KEY `online_module` (`online_module`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_priv_msgs` -- CREATE TABLE `[[dbprefix]]_priv_msgs` ( `msg_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `msg_image` varchar(100) DEFAULT NULL, `subject` varchar(255) NOT NULL DEFAULT '', `from_userid` mediumint(8) unsigned NOT NULL DEFAULT '0', `to_userid` mediumint(8) unsigned NOT NULL DEFAULT '0', `msg_time` int(10) unsigned NOT NULL DEFAULT '0', `msg_text` text NOT NULL, `read_msg` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`msg_id`), KEY `touseridreadmsg` (`to_userid`,`read_msg`), KEY `msgidfromuserid` (`msg_id`,`from_userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_protector_access` -- CREATE TABLE `[[dbprefix]]_protector_access` ( `ip` varchar(255) NOT NULL DEFAULT '0.0.0.0', `request_uri` varchar(255) NOT NULL DEFAULT '', `malicious_actions` varchar(255) NOT NULL DEFAULT '', `expire` int(11) NOT NULL DEFAULT '0', KEY `ip` (`ip`), KEY `request_uri` (`request_uri`), KEY `malicious_actions` (`malicious_actions`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_protector_log` -- CREATE TABLE `[[dbprefix]]_protector_log` ( `lid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `ip` varchar(255) NOT NULL DEFAULT '0.0.0.0', `type` varchar(255) NOT NULL DEFAULT '', `agent` varchar(255) NOT NULL DEFAULT '', `description` text, `extra` text, `timestamp` datetime DEFAULT NULL, PRIMARY KEY (`lid`), KEY `uid` (`uid`), KEY `ip` (`ip`), KEY `type` (`type`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_ranks` -- CREATE TABLE `[[dbprefix]]_ranks` ( `rank_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `rank_title` varchar(50) NOT NULL DEFAULT '', `rank_min` mediumint(8) unsigned NOT NULL DEFAULT '0', `rank_max` mediumint(8) unsigned NOT NULL DEFAULT '0', `rank_special` tinyint(1) unsigned NOT NULL DEFAULT '0', `rank_image` varchar(255) DEFAULT NULL, PRIMARY KEY (`rank_id`), KEY `rank_max` (`rank_max`), KEY `rankminrankmaxranspecial` (`rank_min`,`rank_max`,`rank_special`), KEY `rankspecial` (`rank_special`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=8 ; -- -- Dumping data for table `[[dbprefix]]_ranks` -- INSERT INTO `[[dbprefix]]_ranks` VALUES (1, 'Just popping in', 0, 20, 0, 'rank3e632f95e81ca.gif'), (2, 'Not too shy to talk', 21, 40, 0, 'rank3dbf8e94a6f72.gif'), (3, 'Quite a regular', 41, 70, 0, 'rank3dbf8e9e7d88d.gif'), (4, 'Just can not stay away', 71, 150, 0, 'rank3dbf8ea81e642.gif'), (5, 'Home away from home', 151, 10000, 0, 'rank3dbf8eb1a72e7.gif'), (6, 'Moderator', 0, 0, 1, 'rank3dbf8edf15093.gif'), (7, 'Webmaster', 0, 0, 1, 'rank3dbf8ee8681cd.gif'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_session` -- CREATE TABLE `[[dbprefix]]_session` ( `sess_id` varchar(32) NOT NULL DEFAULT '', `sess_updated` int(10) unsigned NOT NULL DEFAULT '0', `sess_ip` varchar(64) NOT NULL DEFAULT '', `sess_data` text NOT NULL, PRIMARY KEY (`sess_id`), KEY `updated` (`sess_updated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_smiles` -- CREATE TABLE `[[dbprefix]]_smiles` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL DEFAULT '', `smile_url` varchar(100) NOT NULL DEFAULT '', `emotion` varchar(75) NOT NULL DEFAULT '', `display` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=18 ; -- -- Dumping data for table `[[dbprefix]]_smiles` -- INSERT INTO `[[dbprefix]]_smiles` VALUES (1, ':-D', 'smil3dbd4d4e4c4f2.gif', 'Very Happy', 1), (2, ':-)', 'smil3dbd4d6422f04.gif', 'Smile', 1), (3, ':-(', 'smil3dbd4d75edb5e.gif', 'Sad', 1), (4, ':-o', 'smil3dbd4d8676346.gif', 'Surprised', 1), (5, ':-?', 'smil3dbd4d99c6eaa.gif', 'Confused', 1), (6, '8-)', 'smil3dbd4daabd491.gif', 'Cool', 1), (7, ':lol:', 'smil3dbd4dbc14f3f.gif', 'Laughing', 1), (8, ':-x', 'smil3dbd4dcd7b9f4.gif', 'Mad', 1), (9, ':-P', 'smil3dbd4ddd6835f.gif', 'Razz', 1), (10, ':oops:', 'smil3dbd4df1944ee.gif', 'Embarrassed', 0), (11, ':cry:', 'smil3dbd4e02c5440.gif', 'Crying (very sad)', 0), (12, ':evil:', 'smil3dbd4e1748cc9.gif', 'Evil or Very Mad', 0), (13, ':roll:', 'smil3dbd4e29bbcc7.gif', 'Rolling Eyes', 0), (14, ';-)', 'smil3dbd4e398ff7b.gif', 'Wink', 0), (15, ':pint:', 'smil3dbd4e4c2e742.gif', 'Another pint of beer', 0), (16, ':hammer:', 'smil3dbd4e5e7563a.gif', 'ToolTimes at work', 0), (17, ':idea:', 'smil3dbd4e7853679.gif', 'I have an idea', 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_system_adsense` -- CREATE TABLE `[[dbprefix]]_system_adsense` ( `adsenseid` int(11) NOT NULL AUTO_INCREMENT, `format` varchar(255) NOT NULL DEFAULT '', `description` text NOT NULL, `style` text NOT NULL, `color_border` varchar(255) NOT NULL DEFAULT '', `color_background` varchar(255) NOT NULL DEFAULT '', `color_link` varchar(255) NOT NULL DEFAULT '', `color_url` varchar(255) NOT NULL DEFAULT '', `color_text` varchar(255) NOT NULL DEFAULT '', `client_id` varchar(255) NOT NULL DEFAULT '', `tag` varchar(255) NOT NULL DEFAULT '', `slot` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`adsenseid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_system_autotasks` -- CREATE TABLE `[[dbprefix]]_system_autotasks` ( `sat_id` int(11) NOT NULL AUTO_INCREMENT, `sat_name` varchar(255) NOT NULL DEFAULT '', `sat_code` text NOT NULL, `sat_repeat` int(11) NOT NULL DEFAULT '0', `sat_interval` int(11) NOT NULL DEFAULT '1440', `sat_onfinish` int(11) NOT NULL DEFAULT '0', `sat_enabled` int(11) NOT NULL DEFAULT '1', `sat_lastruntime` int(11) NOT NULL DEFAULT '0', `sat_type` varchar(255) NOT NULL DEFAULT ':custom', `sat_addon_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`sat_id`), KEY `sat_interval` (`sat_interval`), KEY `sat_lastruntime` (`sat_lastruntime`), KEY `sat_type` (`sat_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]_system_autotasks` -- INSERT INTO `[[dbprefix]]_system_autotasks` VALUES (1, 'Inactivating users', 'autotask.php', 0, 1440, 0, 1, [[timestamp]], 'addon/system', 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_system_customtag` -- CREATE TABLE `[[dbprefix]]_system_customtag` ( `customtagid` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` text NOT NULL, `customtag_content` text NOT NULL, `language` varchar(255) NOT NULL DEFAULT '', `customtag_type` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`customtagid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_system_mimetype` -- CREATE TABLE `[[dbprefix]]_system_mimetype` ( `mimetypeid` int(11) NOT NULL AUTO_INCREMENT, `extension` varchar(255) NOT NULL DEFAULT '', `types` text NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `dirname` text NOT NULL, KEY `mimetypeid` (`mimetypeid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=124 ; -- -- Dumping data for table `[[dbprefix]]_system_mimetype` -- INSERT INTO `[[dbprefix]]_system_mimetype` VALUES (1, 'bin', 'application/octet-stream', 'Binary File/Linux Executable', ''), (2, 'dms', 'application/octet-stream', 'Amiga DISKMASHER Compressed Archive', ''), (3, 'class', 'application/octet-stream', 'Java Bytecode', ''), (4, 'so', 'application/octet-stream', 'UNIX Shared Library Function', ''), (5, 'dll', 'application/octet-stream', 'Dynamic Link Library', ''), (6, 'hqx', 'application/binhex application/mac-binhex application/mac-binhex40', 'Macintosh BinHex 4 Compressed Archive', ''), (7, 'cpt', 'application/mac-compactpro application/compact_pro', 'Compact Pro Archive', ''), (8, 'lha', 'application/lha application/x-lha application/octet-stream application/x-compress application/x-compressed application/maclha', 'Compressed Archive File', ''), (9, 'lzh', 'application/lzh application/x-lzh application/x-lha application/x-compress application/x-compressed application/x-lzh-archive zz-application/zz-winassoc-lzh application/maclha application/octet-stream', 'Compressed Archive File', ''), (10, 'sh', 'application/x-shar', 'UNIX shar Archive File', ''), (11, 'shar', 'application/x-shar', 'UNIX shar Archive File', ''), (12, 'tar', 'application/tar application/x-tar applicaton/x-gtar multipart/x-tar application/x-compress application/x-compressed', 'Tape Archive File', ''), (13, 'gtar', 'application/x-gtar', 'GNU tar Compressed File Archive', ''), (14, 'ustar', 'application/x-ustar multipart/x-ustar', 'POSIX tar Compressed Archive', ''), (15, 'zip', 'application/zip application/x-zip application/x-zip-compressed application/octet-stream application/x-compress application/x-compressed multipart/x-zip', 'Compressed Archive File', ''), (16, 'exe', 'application/exe application/x-exe application/dos-exe application/x-winexe application/msdos-windows application/x-msdos-program', 'Executable File', ''), (17, 'wmz', 'application/x-ms-wmz', 'Windows Media Compressed Skin File', ''), (18, 'wmd', 'application/x-ms-wmd', 'Windows Media Download File', ''), (19, 'doc', 'application/msword application/doc appl/text application/vnd.msword application/vnd.ms-word application/winword application/word application/x-msw6 application/x-msword', 'Word Document', 'system'), (20, 'pdf', 'application/pdf application/acrobat application/x-pdf applications/vnd.pdf text/pdf', 'Acrobat Portable Document Format', 'system'), (21, 'eps', 'application/eps application/postscript application/x-eps image/eps image/x-eps', 'Encapsulated PostScript', ''), (22, 'ps', 'application/postscript application/ps application/x-postscript application/x-ps text/postscript', 'PostScript', ''), (23, 'smi', 'application/smil', 'SMIL Multimedia', ''), (24, 'smil', 'application/smil', 'Synchronized Multimedia Integration Language', ''), (25, 'wmlc', 'application/vnd.wap.wmlc ', 'Compiled WML Document', ''), (26, 'wmlsc', 'application/vnd.wap.wmlscriptc', 'Compiled WML Script', ''), (27, 'vcd', 'application/x-cdlink', 'Virtual CD-ROM CD Image File', ''), (28, 'pgn', 'application/formstore', 'Picatinny Arsenal Electronic Formstore Form in TIFF Format', ''), (29, 'cpio', 'application/x-cpio', 'UNIX CPIO Archive', ''), (30, 'csh', 'application/x-csh', 'Csh Script', ''), (31, 'dcr', 'application/x-director', 'Shockwave Movie', ''), (32, 'dir', 'application/x-director', 'Macromedia Director Movie', ''), (33, 'dxr', 'application/x-director application/vnd.dxr', 'Macromedia Director Protected Movie File', ''), (34, 'dvi', 'application/x-dvi', 'TeX Device Independent Document', ''), (35, 'spl', 'application/x-futuresplash', 'Macromedia FutureSplash File', ''), (36, 'hdf', 'application/x-hdf', 'Hierarchical Data Format File', ''), (37, 'js', 'application/x-javascript text/javascript', 'JavaScript Source Code', ''), (38, 'skp', 'application/x-koan application/vnd-koan koan/x-skm application/vnd.koan', 'SSEYO Koan Play File', ''), (39, 'skd', 'application/x-koan application/vnd-koan koan/x-skm application/vnd.koan', 'SSEYO Koan Design File', ''), (40, 'skt', 'application/x-koan application/vnd-koan koan/x-skm application/vnd.koan', 'SSEYO Koan Template File', ''), (41, 'skm', 'application/x-koan application/vnd-koan koan/x-skm application/vnd.koan', 'SSEYO Koan Mix File', ''), (42, 'latex', 'application/x-latex text/x-latex', 'LaTeX Source Document', ''), (43, 'nc', 'application/x-netcdf text/x-cdf', 'Unidata netCDF Graphics', ''), (44, 'cdf', 'application/cdf application/x-cdf application/netcdf application/x-netcdf text/cdf text/x-cdf', 'Channel Definition Format', ''), (45, 'swf', 'application/x-shockwave-flash application/x-shockwave-flash2-preview application/futuresplash image/vnd.rn-realflash', 'Macromedia Flash Format File', ''), (46, 'sit', 'application/stuffit application/x-stuffit application/x-sit', 'StuffIt Compressed Archive File', ''), (47, 'tcl', 'application/x-tcl', 'TCL/TK Language Script', ''), (48, 'tex', 'application/x-tex', 'LaTeX Source', ''), (49, 'texinfo', 'application/x-texinfo', 'TeX', ''), (50, 'texi', 'application/x-texinfo', 'TeX', ''), (51, 't', 'application/x-troff', 'TAR Tape Archive Without Compression', ''), (52, 'tr', 'application/x-troff', 'Unix Tape Archive = TAR without compression (tar)', ''), (53, 'src', 'application/x-wais-source', 'Sourcecode', ''), (54, 'xhtml', 'application/xhtml+xml', 'Extensible HyperText Markup Language File', ''), (55, 'xht', 'application/xhtml+xml', 'Extensible HyperText Markup Language File', ''), (56, 'au', 'audio/basic audio/x-basic audio/au audio/x-au audio/x-pn-au audio/rmf audio/x-rmf audio/x-ulaw audio/vnd.qcelp audio/x-gsm audio/snd', 'ULaw/AU Audio File', ''), (57, 'XM', 'audio/xm audio/x-xm audio/module-xm audio/mod audio/x-mod', 'Fast Tracker 2 Extended Module', ''), (58, 'snd', 'audio/basic', 'Macintosh Sound Resource', ''), (59, 'mid', 'audio/mid audio/m audio/midi audio/x-midi application/x-midi audio/soundtrack', 'Musical Instrument Digital Interface MIDI-sequention Sound', ''), (60, 'midi', 'audio/mid audio/m audio/midi audio/x-midi application/x-midi', 'Musical Instrument Digital Interface MIDI-sequention Sound', ''), (61, 'kar', 'audio/midi audio/x-midi audio/mid x-music/x-midi', 'Karaoke MIDI File', ''), (62, 'mpga', 'audio/mpeg audio/mp3 audio/mgp audio/m-mpeg audio/x-mp3 audio/x-mpeg audio/x-mpg video/mpeg', 'Mpeg-1 Layer3 Audio Stream', ''), (63, 'mp2', 'video/mpeg audio/mpeg', 'MPEG Audio Stream, Layer II', ''), (64, 'mp3', 'audio/mpeg audio/x-mpeg audio/mp3 audio/x-mp3 audio/mpeg3 audio/x-mpeg3 audio/mpg audio/x-mpg audio/x-mpegaudio', 'MPEG Audio Stream, Layer III', ''), (65, 'aif', 'audio/aiff audio/x-aiff sound/aiff audio/rmf audio/x-rmf audio/x-pn-aiff audio/x-gsm audio/x-midi audio/vnd.qcelp', 'Audio Interchange File', ''), (66, 'aiff', 'audio/aiff audio/x-aiff sound/aiff audio/rmf audio/x-rmf audio/x-pn-aiff audio/x-gsm audio/mid audio/x-midi audio/vnd.qcelp', 'Audio Interchange File', ''), (67, 'aifc', 'audio/aiff audio/x-aiff audio/x-aifc sound/aiff audio/rmf audio/x-rmf audio/x-pn-aiff audio/x-gsm audio/x-midi audio/mid audio/vnd.qcelp', 'Audio Interchange File', ''), (68, 'm3u', 'audio/x-mpegurl audio/mpeg-url application/x-winamp-playlist audio/scpls audio/x-scpls', 'MP3 Playlist File', ''), (69, 'ram', 'audio/x-pn-realaudio audio/vnd.rn-realaudio audio/x-pm-realaudio-plugin audio/x-pn-realvideo audio/x-realaudio video/x-pn-realvideo text/plain', 'RealMedia Metafile', ''), (70, 'rm', 'application/vnd.rn-realmedia audio/vnd.rn-realaudio audio/x-pn-realaudio audio/x-realaudio audio/x-pm-realaudio-plugin', 'RealMedia Streaming Media', ''), (71, 'rpm', 'audio/x-pn-realaudio audio/x-pn-realaudio-plugin audio/x-pnrealaudio-plugin video/x-pn-realvideo-plugin audio/x-mpegurl application/octet-stream', 'RealMedia Player Plug-in', ''), (72, 'ra', 'audio/vnd.rn-realaudio audio/x-pn-realaudio audio/x-realaudio audio/x-pm-realaudio-plugin video/x-pn-realvideo', 'RealMedia Streaming Media', ''), (73, 'wav', 'audio/wav audio/x-wav audio/wave audio/x-pn-wav', 'Waveform Audio', ''), (74, 'wax', ' audio/x-ms-wax', 'Windows Media Audio Redirector', ''), (75, 'wma', 'audio/x-ms-wma video/x-ms-asf', 'Windows Media Audio File', ''), (76, 'bmp', 'image/bmp image/x-bmp image/x-bitmap image/x-xbitmap image/x-win-bitmap image/x-windows-bmp image/ms-bmp image/x-ms-bmp application/bmp application/x-bmp application/x-win-bitmap application/preview', 'Windows OS/2 Bitmap Graphics', 'system'), (77, 'gif', 'image/gif image/x-xbitmap image/gi_', 'Graphic Interchange Format', 'system'), (78, 'ief', 'image/ief', 'Image File - Bitmap graphics', ''), (79, 'jpeg', 'image/jpeg image/jpg image/jpe_ image/pjpeg image/vnd.swiftview-jpeg', 'JPEG/JIFF Image', 'system'), (80, 'jpg', 'image/jpeg image/jpg image/jp_ application/jpg application/x-jpg image/pjpeg image/pipeg image/vnd.swiftview-jpeg image/x-xbitmap', 'JPEG/JIFF Image', 'system'), (81, 'jpe', 'image/jpeg', 'JPEG/JIFF Image', 'system'), (82, 'png', 'image/png application/png application/x-png', 'Portable (Public) Network Graphic', 'system'), (83, 'tiff', 'image/tiff', 'Tagged Image Format File', 'system'), (84, 'tif', 'image/tif image/x-tif image/tiff image/x-tiff application/tif application/x-tif application/tiff application/x-tiff', 'Tagged Image Format File', 'system'), (85, 'ico', 'image/ico image/x-icon application/ico application/x-ico application/x-win-bitmap image/x-win-bitmap application/octet-stream', 'Windows Icon', ''), (86, 'wbmp', 'image/vnd.wap.wbmp', 'Wireless Bitmap File Format', ''), (87, 'ras', 'application/ras application/x-ras image/ras', 'Sun Raster Graphic', ''), (88, 'pnm', 'image/x-portable-anymap', 'PBM Portable Any Map Graphic Bitmap', ''), (89, 'pbm', 'image/portable bitmap image/x-portable-bitmap image/pbm image/x-pbm', 'UNIX Portable Bitmap Graphic', ''), (90, 'pgm', 'image/x-portable-graymap image/x-pgm', 'Portable Graymap Graphic', ''), (91, 'ppm', 'image/x-portable-pixmap application/ppm application/x-ppm image/x-p image/x-ppm', 'PBM Portable Pixelmap Graphic', ''), (92, 'rgb', 'image/rgb image/x-rgb', 'Silicon Graphics RGB Bitmap', ''), (93, 'xbm', 'image/x-xpixmap image/x-xbitmap image/xpm image/x-xpm', 'X Bitmap Graphic', ''), (94, 'xpm', 'image/x-xpixmap', 'BMC Software Patrol UNIX Icon File', ''), (95, 'xwd', 'image/x-xwindowdump image/xwd image/x-xwd application/xwd application/x-xwd', 'X Windows Dump', ''), (96, 'igs', 'model/iges application/iges application/x-iges application/igs application/x-igs drawing/x-igs image/x-igs', 'Initial Graphics Exchange Specification Format', ''), (97, 'css', 'application/css-stylesheet text/css', 'Hypertext Cascading Style Sheet', ''), (98, 'html', 'text/html text/plain', 'Hypertext Markup Language', ''), (99, 'htm', 'text/html', 'Hypertext Markup Language', ''), (100, 'txt', 'text/plain application/txt browser/internal', 'Text File', 'system'), (101, 'rtf', 'application/rtf application/x-rtf text/rtf text/richtext application/msword application/doc application/x-soffice', 'Rich Text Format File', 'system'), (102, 'wml', 'text/vnd.wap.wml text/wml', 'Website META Language File', ''), (103, 'wmls', 'text/vnd.wap.wmlscript', 'WML Script', ''), (104, 'etx', 'text/x-setext', 'SetText Structure Enhanced Text', ''), (105, 'xml', 'text/xml application/xml application/x-xml', 'Extensible Markup Language File', ''), (106, 'xsl', 'text/xml', 'XML Stylesheet', ''), (107, 'php', 'text/php application/x-httpd-php application/php magnus-internal/shellcgi application/x-php', 'PHP Script', ''), (108, 'php3', 'text/php3 application/x-httpd-php', 'PHP Script', ''), (109, 'mpeg', 'video/mpeg', 'MPEG Movie', ''), (110, 'mpg', 'video/mpeg video/mpg video/x-mpg video/mpeg2 application/x-pn-mpg video/x-mpeg video/x-mpeg2a audio/mpeg audio/x-mpeg image/mpg', 'MPEG 1 System Stream', ''), (111, 'mpe', 'video/mpeg', 'MPEG Movie Clip', ''), (112, 'qt', 'video/quicktime audio/aiff audio/x-wav video/flc', 'QuickTime Movie', ''), (113, 'mov', 'video/quicktime video/x-quicktime image/mov audio/aiff audio/x-midi audio/x-wav video/avi', 'QuickTime Video Clip', ''), (114, 'avi', 'video/avi video/msvideo video/x-msvideo image/avi video/xmpg2 application/x-troff-msvideo audio/aiff audio/avi', 'Audio Video Interleave File', ''), (115, 'movie', 'video/sgi-movie video/x-sgi-movie', 'QuickTime Movie', ''), (116, 'asf', 'audio/asf application/asx video/x-ms-asf-plugin application/x-mplayer2 video/x-ms-asf application/vnd.ms-asf video/x-ms-asf-plugin video/x-ms-wm video/x-ms-wmx', 'Advanced Streaming Format', ''), (117, 'asx', 'video/asx application/asx video/x-ms-asf-plugin application/x-mplayer2 video/x-ms-asf application/vnd.ms-asf video/x-ms-asf-plugin video/x-ms-wm video/x-ms-wmx video/x-la-asf', 'Advanced Stream Redirector File', ''), (118, 'wmv', 'video/x-ms-wmv', 'Windows Media File', ''), (119, 'wvx', 'video/x-ms-wvx', 'Windows Media Redirector', ''), (120, 'wm', 'video/x-ms-wm', 'Windows Media A/V File', ''), (121, 'wmx', 'video/x-ms-wmx', 'Windows Media Player A/V Shortcut', ''), (122, 'ice', 'x-conference-xcooltalk', 'Cooltalk Audio', ''), (123, 'rar', 'application/octet-stream', 'WinRAR Compressed Archive', ''); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_system_rating` -- CREATE TABLE `[[dbprefix]]_system_rating` ( `ratingid` int(11) NOT NULL AUTO_INCREMENT, `dirname` varchar(255) NOT NULL DEFAULT '', `item` varchar(255) NOT NULL DEFAULT '', `itemid` int(11) NOT NULL DEFAULT '0', `uid` int(11) NOT NULL DEFAULT '0', `rate` int(11) NOT NULL DEFAULT '0', `date` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`ratingid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_tplfile` -- CREATE TABLE `[[dbprefix]]_tplfile` ( `tpl_id` mediumint(7) unsigned NOT NULL AUTO_INCREMENT, `tpl_refid` smallint(5) unsigned NOT NULL DEFAULT '0', `tpl_module` varchar(25) NOT NULL DEFAULT '', `tpl_tplset` varchar(50) NOT NULL DEFAULT '', `tpl_file` varchar(50) NOT NULL DEFAULT '', `tpl_desc` varchar(255) NOT NULL DEFAULT '', `tpl_lastmodified` int(10) unsigned NOT NULL DEFAULT '0', `tpl_lastimported` int(10) unsigned NOT NULL DEFAULT '0', `tpl_type` varchar(20) NOT NULL DEFAULT '', PRIMARY KEY (`tpl_id`), KEY `tpl_refid` (`tpl_refid`,`tpl_type`), KEY `tpl_tplset` (`tpl_tplset`,`tpl_file`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=72 ; -- -- Dumping data for table `[[dbprefix]]_tplfile` -- INSERT INTO `[[dbprefix]]_tplfile` VALUES (1, 1, 'system', 'default', 'system_userinfo.html', '', [[timestamp]], [[timestamp]], 'module'), (2, 1, 'system', 'default', 'system_userform.html', '', [[timestamp]], [[timestamp]], 'module'), (3, 1, 'system', 'default', 'system_rss.html', '', [[timestamp]], [[timestamp]], 'module'), (4, 1, 'system', 'default', 'system_comment.html', '', [[timestamp]], [[timestamp]], 'module'), (5, 1, 'system', 'default', 'system_comments_flat.html', '', [[timestamp]], [[timestamp]], 'module'), (6, 1, 'system', 'default', 'system_comments_thread.html', '', [[timestamp]], [[timestamp]], 'module'), (7, 1, 'system', 'default', 'system_comments_nest.html', '', [[timestamp]], [[timestamp]], 'module'), (8, 1, 'system', 'default', 'system_siteclosed.html', '', [[timestamp]], [[timestamp]], 'module'), (9, 1, 'system', 'default', 'system_redirect.html', '', [[timestamp]], [[timestamp]], 'module'), (10, 1, 'system', 'default', 'system_dummy.html', '', [[timestamp]], [[timestamp]], 'module'), (11, 1, 'system', 'default', 'system_notification_list.html', '', [[timestamp]], [[timestamp]], 'module'), (12, 1, 'system', 'default', 'system_notification_select.html', '', [[timestamp]], [[timestamp]], 'module'), (13, 1, 'system', 'default', 'system_block_dummy.html', '', [[timestamp]], [[timestamp]], 'module'), (14, 1, 'system', 'default', 'system_privpolicy.html', '', [[timestamp]], [[timestamp]], 'module'), (15, 1, 'system', 'default', 'system_error.html', '', [[timestamp]], [[timestamp]], 'module'), (16, 1, 'system', 'default', 'system_adm_blockspadmin.html', '', [[timestamp]], [[timestamp]], 'module'), (17, 1, 'system', 'default', 'system_adm_pagemanager_index.html', '', [[timestamp]], [[timestamp]], 'module'), (18, 1, 'system', 'default', 'system_adm_blocksadmin.html', '', [[timestamp]], [[timestamp]], 'module'), (19, 1, 'system', 'default', 'system_adm_modulesadmin.html', '', [[timestamp]], [[timestamp]], 'module'), (20, 1, 'system', 'default', 'system_common_form.html', '', [[timestamp]], [[timestamp]], 'module'), (21, 1, 'system', 'default', 'system_persistabletable_display.html', '', [[timestamp]], [[timestamp]], 'module'), (22, 1, 'system', 'default', 'system_adm_customtag.html', '', [[timestamp]], [[timestamp]], 'module'), (23, 1, 'system', 'default', 'system_default_form.html', '', [[timestamp]], [[timestamp]], 'module'), (24, 1, 'system', 'default', 'system_adm_imagemanager.html', '', [[timestamp]], [[timestamp]], 'module'), (25, 1, 'system', 'default', 'system_adm_imagemanager_imglist.html', '', [[timestamp]], [[timestamp]], 'module'), (26, 1, 'system', 'default', 'system_adm_imagemanager_img.html', '', [[timestamp]], [[timestamp]], 'module'), (27, 1, 'system', 'default', 'system_adm_imagemanager_editimg.html', '', [[timestamp]], [[timestamp]], 'module'), (28, 1, 'system', 'default', 'system_adm_imagemanager_cloneimg.html', '', [[timestamp]], [[timestamp]], 'module'), (29, 1, 'system', 'default', 'system_adm_rss.html', '', [[timestamp]], [[timestamp]], 'module'), (30, 1, 'system', 'default', 'system_search.html', '', [[timestamp]], [[timestamp]], 'module'), (31, 1, 'system', 'default', 'system_persistable_singleview.html', '', [[timestamp]], [[timestamp]], 'module'), (32, 1, 'system', 'default', 'system_breadcrumb.html', '', [[timestamp]], [[timestamp]], 'module'), (33, 1, 'system', 'default', 'system_adm_adsense.html', '', [[timestamp]], [[timestamp]], 'module'), (34, 1, 'system', 'default', 'system_print.html', '', [[timestamp]], [[timestamp]], 'module'), (35, 1, 'system', 'default', 'system_adm_rating.html', '', [[timestamp]], [[timestamp]], 'module'), (36, 1, 'system', 'default', 'system_adm_modulemenu.html', '', [[timestamp]], [[timestamp]], 'module'), (37, 1, 'system', 'default', 'system_rating_form.html', '', [[timestamp]], [[timestamp]], 'module'), (38, 1, 'system', 'default', 'system_adm_mimetype.html', '', [[timestamp]], [[timestamp]], 'module'), (39, 1, 'system', 'default', 'system_adm_userrank.html', '', [[timestamp]], [[timestamp]], 'module'), (40, 1, 'system', 'default', 'system_adm_version.html', 'Version information template', [[timestamp]], [[timestamp]], 'module'), (41, 1, 'system', 'default', 'system_adm_autotasks.html', '', [[timestamp]], [[timestamp]], 'module'), (42, 1, 'system', 'default', 'system_adm_moduleabout.html', '', [[timestamp]], [[timestamp]], 'module'), (43, 1, 'system', 'default', 'system_popup_imagemanager_cloneimg.html', '', [[timestamp]], [[timestamp]], 'module'), (44, 1, 'system', 'default', 'system_popup_imagemanager_editimg.html', '', [[timestamp]], [[timestamp]], 'module'), (45, 1, 'system', 'default', 'system_popup_imagemanager_img.html', '', [[timestamp]], [[timestamp]], 'module'), (46, 1, 'system', 'default', 'system_popup_imagemanager_imglist.html', '', [[timestamp]], [[timestamp]], 'module'), (47, 1, 'system', 'default', 'system_popup_imagemanager.html', '', [[timestamp]], [[timestamp]], 'module'), (48, 1, 'system', 'default', 'icms_form_elements_button_display.html', 'Display template for a button', [[timestamp]], [[timestamp]], 'module'), (49, 1, 'system', 'default', 'icms_form_elements_checkbox_display.html', 'Display template for a checkbox', [[timestamp]], [[timestamp]], 'module'), (50, 1, 'system', 'default', 'icms_form_elements_text_display.html', 'Display template for a text', [[timestamp]], [[timestamp]], 'module'), (51, 1, 'system', 'default', 'icms_form_elements_password_display.html', 'Display template for a password field', [[timestamp]], [[timestamp]], 'module'), (52, 1, 'system', 'default', 'icms_form_elements_passwordtray_display.html', 'Display template for a passwordtray', [[timestamp]], [[timestamp]], 'module'), (53, 1, 'system', 'default', 'system_block_user.html', '', [[timestamp]], [[timestamp]], 'block'), (54, 2, 'system', 'default', 'system_block_login.html', '', [[timestamp]], [[timestamp]], 'block'), (55, 3, 'system', 'default', 'system_block_search.html', '', [[timestamp]], [[timestamp]], 'block'), (56, 4, 'system', 'default', 'system_block_waiting.html', '', [[timestamp]], [[timestamp]], 'block'), (57, 5, 'system', 'default', 'system_block_mainmenu.html', '', [[timestamp]], [[timestamp]], 'block'), (58, 6, 'system', 'default', 'system_block_siteinfo.html', '', [[timestamp]], [[timestamp]], 'block'), (59, 7, 'system', 'default', 'system_block_online.html', '', [[timestamp]], [[timestamp]], 'block'), (60, 8, 'system', 'default', 'system_block_topusers.html', '', [[timestamp]], [[timestamp]], 'block'), (61, 9, 'system', 'default', 'system_block_newusers.html', '', [[timestamp]], [[timestamp]], 'block'), (62, 10, 'system', 'default', 'system_block_comments.html', '', [[timestamp]], [[timestamp]], 'block'), (63, 11, 'system', 'default', 'system_block_notification.html', '', [[timestamp]], [[timestamp]], 'block'), (64, 12, 'system', 'default', 'system_block_themes.html', '', [[timestamp]], [[timestamp]], 'block'), (65, 13, 'system', 'default', 'system_block_multilanguage.html', '', [[timestamp]], [[timestamp]], 'block'), (66, 14, 'system', 'default', 'system_block_socialbookmark.html', '', [[timestamp]], [[timestamp]], 'block'), (67, 15, 'system', 'default', 'system_admin_block_warnings.html', '', [[timestamp]], [[timestamp]], 'block'), (68, 16, 'system', 'default', 'system_admin_block_cp.html', '', [[timestamp]], [[timestamp]], 'block'), (69, 17, 'system', 'default', 'system_admin_block_modules.html', '', [[timestamp]], [[timestamp]], 'block'), (70, 18, 'system', 'default', 'system_block_bookmarks.html', 'Things I have bookmarked', [[timestamp]], [[timestamp]], 'block'), (71, 19, 'system', 'default', 'system_admin_block_cp_new.html', '', [[timestamp]], [[timestamp]], 'block'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_tplset` -- CREATE TABLE `[[dbprefix]]_tplset` ( `tplset_id` int(7) unsigned NOT NULL AUTO_INCREMENT, `tplset_name` varchar(50) NOT NULL DEFAULT '', `tplset_desc` varchar(255) NOT NULL DEFAULT '', `tplset_credits` text NOT NULL, `tplset_created` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`tplset_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]_tplset` -- INSERT INTO `[[dbprefix]]_tplset` VALUES (1, 'default', 'ImpressCMS Default Template Set', '', [[timestamp]]); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_tplsource` -- CREATE TABLE `[[dbprefix]]_tplsource` ( `tpl_id` mediumint(7) unsigned NOT NULL DEFAULT '0', `tpl_source` mediumtext NOT NULL, KEY `tpl_id` (`tpl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `[[dbprefix]]_tplsource` -- INSERT INTO `[[dbprefix]]_tplsource` VALUES (1, '<{if $user_ownpage == true}>\n\n
\n\n\n \n \n \n
\n \n \n \n\n <{if $user_candelete == true}>\n \n <{/if}>\n\n
\n
\n\n<{elseif $xoops_isadmin != false}>\n\n\n\n \n \n \n
\n \n
\n\n<{/if}>\n\n\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
<{$lang_allaboutuser}>
<{$lang_avatar}>Avatar
<{$lang_realname}><{$user_realname}>
<{$lang_website}><{$user_websiteurl}>
<{$lang_email}><{$user_email}>
<{$lang_privmsg}><{$user_pmlink}>
<{$lang_icq}><{$user_icq}>
<{$lang_aim}><{$user_aim}>
<{$lang_yim}><{$user_yim}>
<{$lang_msnm}><{$user_msnm}>
<{$lang_location}><{$user_location}>
<{$lang_occupation}><{$user_occupation}>
<{$lang_interest}><{$user_interest}>
<{$lang_extrainfo}><{$user_extrainfo}>
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
<{$lang_statistics}>
<{$lang_membersince}><{$user_joindate}>
<{$lang_rank}><{if $user_rankimage}><{$user_rankimage}>
<{/if}><{$user_ranktitle}>
<{$lang_posts}><{$user_posts}>
<{$lang_lastlogin}><{$user_lastlogin}>
\n
\n <{if $user_showsignature == true}>\n \n \n \n \n \n \n \n
<{$lang_signature}>
<{$user_signature}>
\n <{/if}>\n
\n\n\n<{foreach item=module from=$modules}>\n\n

<{$module.name}>

\n

\n \n <{foreach item=result from=$module.results}>\n\n <{$module.name}><{$result.title}>
(<{$result.time}>)
\n\n <{/foreach}>\n \n\n<{$module.showall_link}>\n

\n\n<{/foreach}>\n\n'), (2, '<{if $lang_reset !== 1}>\n
\n
\n
\n <{$lang_login}>\n
\n
\n
<{$lang_username}>\n
\n
\n
<{$lang_password}>
\n <{if $rememberme }>\n
<{$lang_rememberme}>
\n <{/if}>\n
\n
\n
\n
\n
\n
\n \n <{if $allow_registration }>\n
<{$lang_notregister}>
\n <{/if}>\n
\n
\n\n
\n
\n <{$lang_lostpassword}>\n
\n <{$lang_noproblem}>\n
\n
\n

<{$lang_youremail}>   \n
\n
\n
\n
\n
\n
\n
\n<{else}>\n
\n
\n
\n <{$smarty.const._US_RESETPASSWORD}>\n

<{$smarty.const._US_RESETPASSTITLE}>

\n
<{$smarty.const._US_RESETPASSINFO}>
\n
\n
\n <{$lang_currentpass}>
\n <{$lang_newpass}>
\n <{$lang_newpass2}>   \n
\n
\n \n
\n
\n
\n
\n<{/if}>\n'), (3, '\r\n\r\n \r\n <{$channel_title}>\r\n <{$channel_link}>\r\n <{$channel_desc}>\r\n <{$channel_copyright}>\r\n <{$channel_lastbuild}>\r\n http://backend.userland.com/rss/\r\n <{$channel_generator}>\r\n <{$channel_category}>\r\n <{$channel_editor}>\r\n <{$channel_webmaster}>\r\n <{$channel_ttl}>\r\n <{$channel_language}>\r\n <{if $image_url != ""}>\r\n \r\n <{$channel_title}>\r\n <{$image_url}>\r\n <{$channel_link}>\r\n <{$channel_width}>\r\n <{$channel_height}>\r\n \r\n <{/if}>\r\n <{foreach item=item from=$items}>\r\n \r\n <{$item.title}>\r\n <{$item.link}>\r\n <{$item.description}>\r\n <{$item.pubdate}>\r\n <{$item.guid}>\r\n <{$item.category}>\r\n <{$item.author}>\r\n \r\n <{/foreach}>\r\n \r\n'), (4, '\r\n \r\n <{$comment.poster.uname}>\r\n
<{$lang_posted}>: <{$comment.date_posted}>  <{$lang_updated}>: <{$comment.date_modified}>
\r\n \r\n \r\n\r\n <{if $comment.poster.id != 0}>\r\n\r\n
<{$comment.poster.rank_title}>
<{$lang_joined}>: <{$comment.poster.regdate}>
<{$lang_from}>: <{$comment.poster.from}>
<{$lang_posts}>: <{$comment.poster.postnum}>
<{$comment.poster.status}>
\r\n\r\n <{else}>\r\n\r\n \r\n\r\n <{/if}>\r\n\r\n \r\n
<{$comment.image}><{$comment.title}>
<{$comment.text}>
\r\n \r\n \r\n \r\n \r\n\r\n <{if $xoops_iscommentadmin == true}>\r\n\r\n \r\n <{$lang_edit}><{$lang_delete}><{$lang_reply}>\r\n \r\n\r\n <{elseif $xoops_isuser == true && $xoops_userid == $comment.poster.id}>\r\n\r\n \r\n <{$lang_edit}><{$lang_reply}>\r\n \r\n\r\n <{elseif $xoops_isuser == true || $anon_canpost == true}>\r\n\r\n \r\n <{$lang_reply}>\r\n \r\n\r\n <{else}>\r\n\r\n \r\n\r\n <{/if}>\r\n\r\n \r\n'), (5, '\r\n \r\n \r\n \r\n \r\n <{foreach item=comment from=$comments}>\r\n <{include file="db:system_comment.html" comment=$comment}>\r\n <{/foreach}>\r\n
<{$lang_poster}><{$lang_thread}>
'), (6, '<{section name=i loop=$comments}>\r\n
\r\n\r\n \r\n \r\n \r\n \r\n <{include file="db:system_comment.html" comment=$comments[i]}>\r\n
<{$lang_poster}><{$lang_thread}>
\r\n\r\n<{if $show_threadnav == true}>\r\n
\r\n<{$lang_top}> | <{$lang_parent}>\r\n
\r\n<{/if}>\r\n\r\n<{if $comments[i].show_replies == true}>\r\n\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n <{foreach item=reply from=$comments[i].replies}>\r\n \r\n \r\n \r\n \r\n \r\n <{/foreach}>\r\n
<{$lang_subject}><{$lang_poster}><{$lang_posted}>
<{$reply.prefix}> <{$reply.title}><{$reply.poster.uname}><{$reply.date_posted}>
\r\n\r\n<{/if}>\r\n\r\n<{/section}>'), (7, '<{section name=i loop=$comments}>\r\n
\r\n\r\n \r\n \r\n \r\n \r\n <{include file="db:system_comment.html" comment=$comments[i]}>\r\n
<{$lang_poster}><{$lang_thread}>
\r\n\r\n\r\n<{foreach item=reply from=$comments[i].replies}>\r\n
\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n <{include file="db:system_comment.html" comment=$reply}>\r\n
<{$lang_poster}><{$lang_thread}>
\r\n
\r\n<{/foreach}>\r\n\r\n<{/section}>'), (8, '\r\n\r\n\r\n\r\n\r\n<{$xoops_sitename}>\r\n\r\n\r\n\r\n\r\n\r\n
class="<{$columns_layout}>"<{/if}>>\r\n \r\n
\r\n \r\n
\r\n \r\n \r\n\r\n
\r\n
\r\n
\r\n
<{$lang_siteclosemsg}>\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
<{$lang_login}>
\r\n
\r\n
\r\n <{$lang_username}>
\r\n
\r\n <{$lang_password}>
\r\n \r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n
\r\n \r\n'), (9, '\r\n\r\n\r\n\r\n\r\n<{$xoops_sitename}>\r\n\r\n\r\n\r\n
\r\n

<{$message}>

\r\n

<{$lang_ifnotreload}>

\r\n
\r\n\r\n<{if $xoops_logdump != ''''}>
<{$xoops_logdump}>
<{/if}>\r\n\r\n\r\n'), (10, '<{$dummy_content}>'), (11, '

<{$lang_activenotifications}>

\r\n\r\n

<{$smarty.const._PROFILE}> »» <{$smarty.const._MB_SYSTEM_NOTIF}>

\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n <{foreach item=module from=$modules}>\r\n \r\n \r\n \r\n \r\n <{foreach item=category from=$module.categories}>\r\n <{foreach item=item from=$category.items}>\r\n <{foreach item=notification from=$item.notifications}>\r\n \r\n <{cycle values=odd,even assign=class}>\r\n \r\n \r\n \r\n \r\n \r\n \r\n <{/foreach}>\r\n <{/foreach}>\r\n <{/foreach}>\r\n <{/foreach}>\r\n \r\n \r\n \r\n
<{$lang_event}><{$lang_category}><{$lang_itemid}><{$lang_itemname}>
<{$lang_module}>: <{$module.name}>
<{$notification.event_title}><{$notification.category_title}><{if $item.id != 0}><{$item.id}><{/if}><{if $item.id != 0}><{if $item.url != ''''}><{/if}><{$item.name}><{if $item.url != ''''}><{/if}><{/if}>
\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n'), (12, '<{if $xoops_notification.show}>\r\n
\r\n
\r\n

<{$lang_activenotifications}>

\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n <{foreach name=outer item=category from=$xoops_notification.categories}>\r\n <{foreach name=inner item=event from=$category.events}>\r\n \r\n <{if $smarty.foreach.inner.first}>\r\n \r\n <{/if}>\r\n \r\n \r\n \r\n <{/foreach}>\r\n <{/foreach}>\r\n \r\n \r\n \r\n
<{$lang_notificationoptions}>
<{$lang_category}><{$lang_events}>
<{$category.title}>\r\n <{counter assign=index}>\r\n \r\n checked="checked"<{/if}> />\r\n <{$event.caption}>
\r\n
\r\n<{$lang_notificationmethodis}>: <{$user_method}>  [<{$lang_change}>]\r\n
\r\n
\r\n
\r\n<{/if}>'), (13, '<{$block.content}>'), (14, '<{if $priv_poltype == ''page''}>\r\n\r\n
\r\n

<{$xoops_sitename}>: <{$lang_privacy_policy}>

\r\n
<{$priv_policy}>
\r\n
\r\n<{/if}>\r\n'), (15, '
\r\n

<{$lang_error_title}>

\r\n <{if $lang_error_desc && $lang_error_desc != ''''}>\r\n
<{$lang_error_desc}>
\r\n <{/if}>\r\n
\r\n \r\n
'), (16, '
<{$lang_badmin}>

\n<{if $icms_blockposition_title}>\n

<{$icms_blockposition_title}>

\n<{/if}>\n<{if $icms_blockposition_info}>\n

<{$icms_blockposition_info}>

\n<{/if}>\n\n<{if $icms_blockposition_table}>\n <{$icms_blockposition_table}>\n<{/if}>\n\n<{if $addblockposition}>\n <{includeq file=''db:system_common_form.html'' form=$addblockposition}>\n<{/if}>'), (17, '<{if $icms_page_title}>\n
<{$icms_page_title}>

\n<{/if}>\n<{if $icms_page_info}>\n

<{$icms_page_info}>

\n<{/if}>\n\n<{if $icms_page_table}>\n <{$icms_page_table}>\n<{/if}>\n\n<{if $addpage}>\n <{includeq file=''db:system_common_form.html'' form=$addpage}>\n<{/if}>'), (18, '
<{$smarty.const._AM_BADMIN}>

\n<{if $icms_block_title}>\n

<{$icms_block_title}>

\n<{/if}>\n<{if $icms_block_info}>\n

<{$icms_block_info}>

\n<{/if}>\n\n<{if $icms_block_table}>\n <{$icms_block_table}>\n<{/if}>\n\n<{if $addblock}>\n <{includeq file=''db:system_common_form.html'' form=$addblock}>\n<{/if}>'), (19, '
<{$lang_madmin}>

\n

<{$lang_installed}>

\n
\n\n \n \n \n \n \n \n \n \n \n <{foreach item=module from=$modules}>\n ">\n \n \n \n \n \n \n \n \n <{/foreach}>\n \n \n \n
<{$lang_module}><{$lang_version}><{$lang_modstatus}><{$lang_lastup}><{$lang_active}><{$lang_order}>
<{$lang_order0}>
<{$lang_action}>
\n \n \n \n <{$module.version}><{$module.status}><{$module.last_update}>\n <{if $module.dirname == ''system''}>\n \n \n <{else}>\n <{if $module.isactive == ''1''}>\n \n \n <{else}>\n \n \n <{/if}>\n <{/if}>\n \n <{if $module.hasmain == ''1''}>\n \n \n <{else}>\n \n \n <{/if}>\n \n <{if $module.support_site_url != '''' && $module.isactive == ''1''}>\n <{$lang_support}>\n <{/if}>\n <{$lang_update}>\n <{if $module.isactive != ''1''}>\n <{$lang_unistall}>\n <{/if}> \n /modules/system/admin.php?fct=version&mid=<{$module.mid}>","Info",300,230);''><{$lang_info}>\n \n
\n \n \n '' />\n
\n
\n
\n

<{$lang_noninstall}>

\n\n \n \n \n \n \n \n <{foreach item=module from=$avmodules}>\n ">\n \n \n \n \n \n <{/foreach}>\n
<{$lang_module}><{$lang_version}><{$lang_modstatus}><{$lang_action}>
\n \n \n <{$module.version}><{$module.status}>\n <{$lang_install}>\n /modules/system/admin.php?fct=version&mid=<{$module.dirname}>","Info",300,230);''><{$lang_info}>\n
'), (20, '<{$form.javascript}>\n
>\n \n <{if $form.title}><{/if}>\n \n <{foreach item=element from=$form.elements}>\n <{if $element.section == true}>\n \n <{elseif $element.section_close == true}>\n \n <{elseif $element.hidden != true}>\n \n \n \n \n <{else}>\n <{$element.body}>\n <{/if}>\n <{/foreach}>\n \n
<{$form.title}>
<{$element.body}>
 
\n \n "><{$element.body}>
\n
'), (21, '\r\n\r\n
\r\n\r\n<{if $icms_table_header}>\r\n <{$icms_table_header}>\r\n<{/if}>\r\n\r\n
\r\n <{if $icms_introButtons}>\r\n
\r\n
\r\n <{foreach from=$icms_introButtons item=introButton}>\r\n \r\n <{/foreach}>\r\n
\r\n
\r\n <{/if}>\r\n\r\n<{if $icms_showFilterAndLimit || $icms_quicksearch}>\r\n
\r\n <{if $icms_quicksearch}>\r\n
\r\n <{$icms_quicksearch}> : \r\n \r\n
\r\n <{/if}>\r\n
\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n<{if $icms_showFilterAndLimit}>\r\n<{if $icms_pagenav}>\r\n
<{$icms_pagenav}>
\r\n<{/if}>\r\n\r\n \r\n \r\n \r\n \r\n \r\n
\r\n <{if $icms_optionssel_filtersArray}>\r\n <{$smarty.const._CO_ICMS_FILTER}> : \r\n \r\n <{if $icms_optionssel_filters2Array}>\r\n \r\n <{/if}>\r\n <{/if}>\r\n ''>\r\n\r\n <{if !$icms_isTree}>\r\n <{$smarty.const._CO_ICMS_SHOW_ONLY}> \r\n <{/if}>\r\n
\r\n\r\n<{/if}>\r\n\r\n<{/if}>\r\n\r\n<{if $icms_actionButtons || $icms_withSelectedActions}>\r\n
\r\n<{/if}>\r\n\r\n \r\n <{foreach from=$icms_columns item=column}>\r\n \r\n <{/foreach}>\r\n <{if $icms_has_actions}>\r\n \r\n <{/if}>\r\n \r\n\r\n <{if $icms_persistable_objects}>\r\n <{foreach from=$icms_persistable_objects item=icms_object}>\r\n <{if $icms_actionButtons}>\r\n _objects[]'' id=''listed_objects'' value=''<{$icms_object.id}>'' />\r\n <{/if}>\r\n \r\n <{foreach from=$icms_object.columns item=column}>\r\n \r\n <{/foreach}>\r\n <{if $icms_object.actions}>\r\n \r\n <{/if}>\r\n \r\n <{/foreach}>\r\n <{else}>\r\n \r\n \r\n \r\n <{/if}>\r\n
''><{$column.caption}>'' align=''center''>\r\n <{if $icms_show_action_column_title}>\r\n <{$smarty.const._CO_ICMS_ACTIONS}>\r\n <{/if}>\r\n
<{$column.value}>\r\n <{foreach from=$icms_object.actions item=action}>\r\n <{$action}>\r\n <{/foreach}>\r\n
<{$smarty.const._CO_ICMS_NO_OBJECT}>
\r\n<{if $icms_actionButtons || $icms_withSelectedActions}>\r\n \r\n <{if $icms_withSelectedActions}>\r\n
\r\n <{$smarty.const._CO_ICMS_WITH_SELECTED}>\r\n \r\n \r\n
\r\n <{/if}>\r\n <{if $icms_actionButtons}>\r\n
\r\n <{foreach from=$icms_actionButtons item=actionButton}>\r\n \r\n <{/foreach}>\r\n
\r\n <{/if}>\r\n
\r\n<{/if}>\r\n<{if $icms_pagenav}>\r\n
<{$icms_pagenav}>
\r\n<{/if}>\r\n\r\n<{if $icms_introButtons}>\r\n
\r\n
\r\n <{foreach from=$icms_introButtons item=introButton}>\r\n \r\n <{/foreach}>\r\n
\r\n
\r\n<{/if}>\r\n\r\n<{if $icms_table_footer}>\r\n <{$icms_table_footer}>\r\n<{/if}>\r\n\r\n
\r\n\r\n
\r\n\r\n<{if $icms_printer_friendly_page}>\r\n \r\n<{/if}>\r\n\r\n\r\n\r\n'), (22, '
<{$smarty.const._CO_ICMS_CUSTOMTAGS}>

\n\n<{if $icms_custom_tag_explain}>\n

<{$smarty.const._CO_ICMS_CUSTOMTAGS_EXPLAIN_TITLE}>

\n

<{$smarty.const._CO_ICMS_CUSTOMTAGS_EXPLAIN}>

\n<{/if}>\n\n

<{$icms_custom_tag_title}>

\n\n<{if $icms_customtag_table}>\n <{$icms_customtag_table}>\n<{/if}>\n\n<{if $addcustomtag}>\n <{includeq file=''db:system_common_form.html'' form=$addcustomtag}>\n<{/if}>'), (23, '<{$form.javascript}>\r\n
>\r\n \r\n \r\n \r\n \r\n \r\n <{foreach item=element from=$form.elements}>\r\n <{if $element.hidden != true}>\r\n \r\n \r\n \r\n \r\n <{else}>\r\n <{$element.body}>\r\n <{/if}>\r\n <{/foreach}>\r\n \r\n
<{$form.title}>
<{$element.caption}>\r\n <{if $element.description}>\r\n
<{$element.description}>
\r\n <{/if}>\r\n
"><{$element.body}>
\r\n
'), (24, '\n
<{$lang_imanager_title}>

\n

<{$admnav}>

\n<{if $catcount > 0}>\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <{section name=i loop=$imagecategorys}>\n <{if !$nwrite[i]}> blocked<{/if}>" align="center">\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <{/section}>\n \n \n \n
<{$lang_imanager_catid}><{$lang_imanager_catname}><{$lang_imanager_catmsize}><{$lang_imanager_catmwidth}><{$lang_imanager_catmheight}><{$lang_imanager_catstype}><{$lang_imanager_catdisp}><{$lang_imanager_catweight}><{$lang_imanager_catsubs}><{$lang_imanager_catqtde}><{$lang_imanager_catoptions}>
<{$imagecategorys[i]->getVar(''imgcat_id'')}><{$imagecategorys[i]->getVar(''imgcat_name'')}><{$msize[i]}><{$imagecategorys[i]->getVar(''imgcat_maxwidth'')}>px<{$imagecategorys[i]->getVar(''imgcat_maxheight'')}>px\n <{if $subs[i] > 0}>\n <{$subs[i]}> <{$smarty.const._MD_IMAGE_VIEWSUBS}>\n <{else}>\n <{$subs[i]}>\n <{/if}>\n <{$count[i]}><{if $scount[i] > 0}> (+<{$scount[i]}>)<{/if}>\n <{if $count[i] > 0}>\n <{$lang_imanager_cat_listimg}>\n <{else}>\n \n <{/if}>\n <{$lang_imanager_cat_edit}>\n <{if ($imagecategorys[i]->getVar(''imgcat_type'') == ''C'')}>\n <{$smarty.const._DELETE}>\n <{else}>\n \n <{/if}>\n
\n \n <{if $isAdmin}>\n \n <{/if}>\n <{if $writecatcount > 0}>\n \n <{/if}>\n
\n \n \n <{$token}>\n
\n<{/if}>\n<{if $hasnwrite}>\n
\n
<{$lang_imanager_folder_not_writable}>: <{$hasnwrite}>
\n
\n<{/if}>\n\n\n
<{$addcatform}>
\n'); INSERT INTO `[[dbprefix]]_tplsource` VALUES (25, '\n
<{$lang_imanager_title}>

\n

<{$admnav}>

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
<{$lang_imanager_catmsize}><{$lang_imanager_catmwidth}><{$lang_imanager_catmheight}><{$lang_imanager_catstype}><{$lang_imanager_catdisp}><{$lang_imanager_catsubs}><{$lang_imanager_catqtde}><{$lang_imanager_catoptions}>
<{$cat_maxsize}><{$cat_maxwidth}>px<{$cat_maxheight}>px<{$cat_storetype}><{$cat_display}>\n <{if $cat_subs > 0}>\n <{$cat_subs}> <{$smarty.const._MD_IMAGE_VIEWSUBS}>\n <{else}>\n <{$cat_subs}>\n <{/if}>\n <{$imgcount}><{if $simgcount > 0}> (+<{$simgcount}>)<{/if}>\n <{$lang_imanager_cat_addimg}>\n <{$lang_imanager_cat_edit}>\n <{$smarty.const._DELETE}>\n
\n
\n
\n <{$lang_search_title}>: \n \n \n \n
\n
\n
\n<{foreach from=$images item=image key=key}>\n <{include file="db:system_adm_imagemanager_img.html" image=$image i=$key}>\n<{/foreach}>\n
\n<{foreach from=$images item=image key=key}>\n <{include file="db:system_adm_imagemanager_editimg.html" image=$image i=$key}>\n <{include file="db:system_adm_imagemanager_cloneimg.html" image=$image i=$key}>\n<{/foreach}>\n\n\n<{$pag}>'), (26, '
\n \n <{$image.display_nicename}>\n \n <{$smarty.const.IMANAGER_FILE}>: <{$image.name}>
\n <{$smarty.const.IMANAGER_SIZE}>: <{$image.size}>
\n <{$smarty.const.IMANAGER_WIDTH}>: <{$image.width}>px
\n <{$smarty.const.IMANAGER_HEIGHT}>: <{$image.height}>px\n
\n \n <{$image.preview_link}>\n <{$lang_imanager_cat_edit}>\n <{$lang_imanager_cat_clone}>\n <{if $image.hasextra_link}>\n <{$lang_imanager_img_editor}>\n <{/if}>\n <{$smarty.const._DELETE}>\n \n
'), (27, '\n'), (28, '\n'), (29, '\n <{foreach item=feeditem from=$admin_rss_feeditems}>\n \n \n \n <{if $feeditem.description}>\n \n \n \n <{elseif $feeditem.guid}>\n \n \n \n <{/if}>\n <{/foreach}>\n
<{$feeditem.title}> (<{$feeditem.date}>)
\n <{$feeditem.description}>\n <{if $feeditem.guid}>\n
\n <{$smarty.const._MORE}>\n <{/if}>\n
\n <{$smarty.const._MORE}>\n
'), (30, '<{if $basic_search == false && $search_results }>\r\n\r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n
<{$label_search_results}>: <{$showing}>
\r\n
\r\n\r\n\r\n<{foreach from=$module_sort_order key=sort_key item=sort_value}>\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n<{/foreach}>\r\n\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
<{$sort_key}>: (<{$sort_value}> <{$smarty.const._SR_HITSRETURNED}>)
\r\n<{if $search_results[$sort_key].search_more_url != ''''}>\r\n \r\n \r\n <{$search_results[$sort_key].search_more_title}> <{$smarty.const._SR_SHOWALLR}>\r\n \r\n \r\n <{/if}>\r\n\r\n <{if $search_results[$sort_key].page_nav != ''''}>\r\n
<{$search_results[$sort_key].page_nav}>
\r\n <{/if}>\r\n
\r\n \r\n <{section name=cur_result loop=$search_results[$sort_key].results}>\r\n \r\n \r\n \r\n \r\n <{/section}>\r\n
<{math equation="x + y" x=$smarty.section.cur_result.index y=$start}>">\r\n <{$search_results[$sort_key].results[cur_result].processed_image_alt_text}>\r\n <{$search_results[$sort_key].results[cur_result].processed_image_tag}> \r\n <{$search_results[$sort_key].results[cur_result].processed_title}> \r\n
  <{$search_results[$sort_key].results[cur_result].processed_user_name}> <{$search_results[$sort_key].results[cur_result].processed_time}>\r\n
\r\n <{if $search_results[$sort_key].page_nav != ''''}>\r\n
<{$search_results[$sort_key].page_nav}>
\r\n <{/if}>\r\n

\r\n<{$label_search_type}> <{$search_type}>
\r\n<{$label_keywords}> \r\n <{* This section generates a space separated list of keywords that were searched. *}>\r\n <{section name=cur_kw_searched loop=$searched_keywords}>\r\n <{$searched_keywords[cur_kw_searched]}><{if $smarty.section.cur_kw_searched.index <> $smarty.section.cur_kw_searched.total}> <{/if}>\r\n <{/section}>
\r\n<{if $ignored_keywords}><{$label_ignored_keywords}>\r\n \r\n <{* This section generates a space separated list of keywords that were NOT searched. *}>\r\n <{section name=cur_kw_not_searched loop=$ignored_keywords}>\r\n <{$ignored_keywords[cur_kw_not_searched]}><{if $smarty.section.cur_kw_not_searched.index <> $smarty.section.cur_kw_not_searched.total}> <{/if}>\r\n <{/section}>\r\n
\r\n<{/if}>
\r\n<{/if}>\r\n<{$search_form}>'), (31, '<{if $icms_single_view_header_value && !$icms_header_as_row}>\r\n

<{$icms_single_view_header_value}>

\r\n<{/if}>\r\n\r\n\r\n <{if $icms_single_view_header_value && $icms_header_as_row}>\r\n \r\n \r\n \r\n \r\n <{/if}>\r\n <{foreach from=$icms_object_array key=key item=field name=singleviewloop}>\r\n \r\n \r\n \r\n \r\n <{/foreach}>\r\n
<{$icms_single_view_header_caption}><{$icms_single_view_header_value}>
<{$field.caption}>"><{$field.value}>
\r\n'), (32, '
\r\n <{foreach item=breadcrumb_item from=$icms_breadcrumb_items name=loop}>\r\n <{if $breadcrumb_item.link}>\r\n <{$breadcrumb_item.caption}>\r\n <{else}>\r\n <{$breadcrumb_item.caption}>\r\n <{/if}>\r\n <{if !$smarty.foreach.loop.last}> > <{/if}>\r\n <{/foreach}>\r\n
'), (33, '
<{$smarty.const._CO_ICMS_ADSENSE}>

\n\n<{if $icms_adsense_explain}>\n

<{$smarty.const._CO_ICMS_ADSENSE_EXPLAIN_TITLE}>

\n

<{$smarty.const._CO_ICMS_ADSENSE_EXPLAIN}>

\n<{/if}>\n\n

<{$icms_adsense_title}>

\n\n<{if $icms_adsense_table}>\n <{$icms_adsense_table}>\n<{/if}>\n\n<{if $addadsense}>\n <{includeq file=''db:system_common_form.html'' form=$addadsense}>\n<{/if}>'), (34, '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<{$icms_print_pageTitle}>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n <{if $icms_print_title}>\r\n

<{$icms_print_title}>

\r\n <{/if}>\r\n <{if $icms_print_dsc}>\r\n

<{$icms_print_dsc}>

\r\n <{/if}>\r\n \r\n
<{$icms_print_content}>
\r\n \r\n \r\n
\r\n\r\n'), (35, '
<{$smarty.const._CO_ICMS_RATING}>

\n\n<{if $icms_rating_explain}>\n

<{$smarty.const._CO_ICMS_RATING_EXPLAIN_TITLE}>

\n

<{$smarty.const._CO_ICMS_RATING_EXPLAIN}>

\n<{/if}>\n\n

<{$icms_rating_title}>

\n\n<{if $icms_rating_table}>\n <{$icms_rating_table}>\n<{/if}>\n\n<{if $addrating}>\n <{includeq file=''db:system_common_form.html'' form=$addrating}>\n<{/if}>'), (36, '\n\n
\n
\n
\n
\n <{foreach from=$headermenu key=itemnum item=menuitem}>\n <{$menuitem.title}>\n <{if ($itemnum + 1) <> $headermenucount}>\n |\n <{/if}>\n <{/foreach}>\n
\n
\n <{$breadcrumb}>\n
\n
\n
\n
\n \n
\n<{if $submenus}>\n \n
'), (37, '
\r\n
\r\n <{if $icms_rated}>\r\n
<{$smarty.const._CO_ICMS_RATING_ALREADY_RATED}><{$icms_user_rate}>
\r\n <{elseif $icms_user_can_rate}>\r\n
<{$smarty.const._CO_ICMS_RATING_RATE_THIS}>
\r\n
\r\n
\r\n
\r\n 1\r\n 2\r\n 3\r\n 4\r\n 5\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n\r\n <{/if}>\r\n
\r\n
<{$smarty.const._CO_ICMS_RATING_VOTERS_TOTAL}><{$icms_rating_stats_total}>
\r\n
<{$smarty.const._CO_ICMS_RATING_AVERAGE}><{$icms_rating_stats_average}>
\r\n
\r\n\r\n
\r\n
'), (38, '
<{$smarty.const._CO_ICMS_MIMETYPES}>

\n\n<{if $icms_mimetype_explain}>\n

<{$smarty.const._CO_ICMS_MIMETYPES_EXPLAIN_TITLE}>

\n

<{$smarty.const._CO_ICMS_MIMETYPES_EXPLAIN}>

\n<{/if}>\n\n

<{$icms_mimetype_title}>

\n\n<{if $icms_mimetype_table}>\n <{$icms_mimetype_table}>\n<{/if}>\n\n<{if $addmimetype}>\n <{includeq file=''db:system_common_form.html'' form=$addmimetype}>\n<{/if}>'), (39, '
<{$smarty.const._CO_ICMS_USERRANK}>

\n\n<{if $icms_userrank_explain}>\n

<{$smarty.const._CO_ICMS_USERRANK_EXPLAIN_TITLE}>

\n

<{$smarty.const._CO_ICMS_USERRANK_EXPLAIN}>

\n<{/if}>\n\n

<{$icms_userrank_title}>

\n\n<{if $icms_userrank_table}>\n <{$icms_userrank_table}>\n<{/if}>\n\n<{if $adduserrank}>\n <{includeq file=''db:system_common_form.html'' form=$adduserrank}>\n<{/if}>'), (40, '
<{$smarty.const._AM_VERSION_TITLE}>

\n\n
\n <{$smarty.const._AM_VERSION_YOUR_VERSION}> <{$installed.version_name}>\n Latest Version <{$latest.version_name}>\n
\n\n<{if $update_available == "1"}>\n
\n
\n <{$smarty.const._AM_VERSION_UPDATE_NEEDED}>
\n
\n <{$smarty.const._AM_VERSION_MOREINFO}>
\n

<{$latest.version_name}>

\n <{if $not_a_final_comment}>\n
<{$smarty.const._AM_VERSION_WARNING}>: <{$smarty.const._AM_VERSION_WARNING_NOT_A_FINAL}>
\n <{/if}>\n
\n
\n\n
\n

<{$latest.version_name}> <{$smarty.const._AM_VERSION_CHANGELOG}>

\n

<{$latest.changelog}>

\n
\n<{elseif $latest_installed == "1"}>\n
\n
\n <{$smarty.const._AM_VERSION_LATEST_VERSION}>
\n
\n
\n<{else}>\n
\n <{if $errors}>\n
\n <{$errors}>\n
\n <{else}>\n
<{$smarty.const._AM_VERSION_NO_UPDATE}>
\n <{/if}>\n
\n<{/if}>\n<{$smarty.const._AM_VERSION_SYSTEM_INFO}>\n\n'), (41, '
<{$smarty.const._MD_AM_AUTOTASKS}>

\n\n<{if $icms_autotasks_table}>\n <{$icms_autotasks_table}>\n<{else}>\n <{includeq file=''db:system_common_form.html'' form=$addautotasks}>\n<{/if}>'), (42, '\n<{$module_image}>'' alt=''<{$module_name}>'' style=''float: <{$smarty.const._GLOBAL_LEFT}>; margin-right: 10px;''/>\n
\n <{$module_name}> version <{$module_version}><{if $module_status_version}> (<{$module_status_version}>)<{/if}>\n
\n\n
\n <{$smarty.const._MODABOUT_BY}> <{$module_author_name}>\n
\n\n
\n <{$module_license}>\n
\n\n<{if $module_credits}>\n \n \n \n \n\n \n \n \n
<{$smarty.const._MODABOUT_DEVELOPER_CREDITS}>
<{$module_credits}>
\n<{/if}>\n\n\n \n \n \n\n <{if $module_developer_lead}>\n \n \n \n \n <{/if}>\n\n <{if $module_developer_contributor}>\n \n \n \n \n <{/if}>\n\n <{if $module_people_developers}>\n \n \n \n \n <{/if}>\n\n <{if $module_people_testers}>\n \n \n \n \n <{/if}>\n\n <{if $module_people_translators}>\n \n \n \n \n <{/if}>\n\n <{if $module_people_documenters}>\n \n \n \n \n <{/if}>\n\n <{if $module_people_other}>\n \n \n \n \n <{/if}>\n\n <{if $module_developer_website_url}>\n \n \n \n \n <{/if}>\n\n <{if $module_developer_email}>\n \n \n \n \n <{/if}>\n
\n <{$smarty.const._MODABOUT_AUTHOR_INFO}>\n
<{$smarty.const._MODABOUT_DEVELOPER_LEAD}><{$module_developer_lead}>
<{$smarty.const._MODABOUT_DEVELOPER_CONTRIBUTOR}><{$module_developer_contributor}>
<{$smarty.const._MODABOUT_PEOPLE_DEVELOPERS}>\n <{foreach item=person from=$module_people_developers}>\n
<{$person}>
\n <{/foreach}>\n
<{$smarty.const._MODABOUT_PEOPLE_TESTERS}>\n <{foreach item=person from=$module_people_testers}>\n
<{$person}>
\n <{/foreach}>\n
<{$smarty.const._MODABOUT_PEOPLE_TRANSLATERS}>\n <{foreach item=person from=$module_people_translators}>\n
<{$person}>
\n <{/foreach}>\n
<{$smarty.const._MODABOUT_PEOPLE_DOCUMENTERS}>\n <{foreach item=person from=$module_people_documenters}>\n
<{$person}>
\n <{/foreach}>\n
<{$smarty.const._MODABOUT_PEOPLE_OTHER}>\n <{foreach item=person from=$module_people_other}>\n
<{$person}>
\n <{/foreach}>\n
<{$smarty.const._MODABOUT_DEVELOPER_WEBSITE}><{$module_developer_website_name}>
<{$smarty.const._MODABOUT_DEVELOPER_EMAIL}><{$module_developer_email}>
\n\n\n \n \n \n\n \n \n \n \n\n \n \n \n \n\n <{if $module_demo_site_name}>\n \n \n \n \n <{/if}>\n\n <{if $module_support_site_name}>\n \n \n \n \n <{/if}>\n\n <{if $module_submit_bug}>\n \n \n \n \n <{/if}>\n\n <{if $module_submit_feature}>\n \n \n \n \n <{/if}>\n
<{$smarty.const._MODABOUT_MODULE_INFO}>
<{$smarty.const._MODABOUT_MODULE_RELEASE_DATE}><{$module_date}>
<{$smarty.const._MODABOUT_MODULE_STATUS}><{$module_status}>
<{$smarty.const._MODABOUT_MODULE_DEMO}><{$module_demo_site_name}>
<{$smarty.const._MODABOUT_MODULE_SUPPORT}><{$module_support_site_name}>
<{$smarty.const._MODABOUT_MODULE_BUG}><{$smarty.const._MODABOUT_MODULE_SUBMIT_BUG}>
<{$smarty.const._MODABOUT_MODULE_FEATURE}><{$smarty.const._MODABOUT_MODULE_SUBMIT_FEATURE}>
\n\n<{if $module_manual}>\n\n \n \n \n \n \n \n \n
<{$smarty.const._MODABOUT_MANUAL}>
<{$smarty.const._MODABOUT_MANUAL_WIKI}>\n <{foreach item=manual from=$module_manual}>\n
<{$manual}>
\n <{/foreach}>\n
\n<{/if}>\n\n<{if $module_warning}>\n \n \n \n \n\n \n \n \n
<{$smarty.const._MODABOUT_MODULE_DISCLAIMER}>
<{$module_warning}>
\n<{/if}>\n\n<{if $module_author_word}>\n \n \n \n \n\n \n \n \n
<{$smarty.const._MODABOUT_AUTHOR_WORD}>
<{$module_author_word}>
\n<{/if}>\n\n<{if $module_version_history}>\n \n \n \n \n\n \n \n \n
<{$smarty.const._MODABOUT_VERSION_HISTORY}>
\n
<{$module_version_history}>
\n
\n<{/if}>\n\n<{if $module_license_txt}>\n\n \n \n \n\n \n \n \n
<{$smarty.const._MODABOUT_MODULE_LICENSE}>
\n
<{$module_license_txt}>
\n
\n<{/if}>\n'), (43, '\n'), (44, '\n'), (45, '
\n \n <{$image.display_nicename}>\n \n <{$smarty.const.IMANAGER_FILE}>: <{$image.name}>
\n <{$smarty.const.IMANAGER_SIZE}>: <{$image.size}>
\n <{$smarty.const.IMANAGER_WIDTH}>: <{$image.width}>px
\n <{$smarty.const.IMANAGER_HEIGHT}>: <{$image.height}>px\n
\n \n <{$image.preview_link}>\n <{$lang_imanager_cat_edit}>\n <{$lang_imanager_cat_clone}>\n <{if $image.hasextra_link}>\n <{$lang_imanager_img_editor}>\n <{/if}>\n <{$smarty.const._DELETE}>\n <{if $type == "ibrow"}>\n <{$lang_select}>\n <{elseif $type == "iman"}>\n \n <{$lang_select}>\n
\n Left\n Center\n Right\n
\n \n <{elseif $type == "tiny"}>\n <{$lang_select}>\n <{/if}>\n
\n
'), (46, '\n\n
<{$lang_imanager_title}>

\n

<{$admnav}>

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
<{$lang_imanager_catmsize}><{$lang_imanager_catmwidth}><{$lang_imanager_catmheight}><{$lang_imanager_catsubs}><{$lang_imanager_catqtde}><{$lang_imanager_catoptions}>
<{$cat_maxsize}><{$cat_maxwidth}>px<{$cat_maxheight}>px\n <{if $cat_subs > 0}>\n <{$cat_subs}> <{$smarty.const._MD_IMAGE_VIEWSUBS}>\n <{else}>\n <{$cat_subs}>\n <{/if}>\n <{$imgcount}><{if $simgcount > 0}> (+<{$simgcount}>)<{/if}>\n <{$lang_imanager_cat_addimg}>\n
\n
\n
xoopsimagebrowser.php<{else}>browser.php<{/if}>?op=listimg&imgcat_id=<{$cat_id}>&target=<{$target}>&type=<{$type}>" method="POST">\n <{$lang_search_title}>:\n \n \n \n
\n
\n
\n<{foreach from=$images item=image key=key}>\n <{include file="$icms_root_path/modules/system/templates/system_popup_imagemanager_img.html" image=$image i=$key}>\n<{/foreach}>\n
\n<{foreach from=$images item=image key=key}>\n <{include file="$icms_root_path/modules/system/templates/system_popup_imagemanager_editimg.html" image=$image i=$key}>\n <{include file="$icms_root_path/modules/system/templates/system_popup_imagemanager_cloneimg.html" image=$image i=$key}>\n<{/foreach}>\n\n\n<{$pag}>'), (47, '\n\n
<{$lang_imanager_title}>

\n

<{$admnav}>

\n<{if $catcount > 0}>\n
\n <{if $isAdmin}>\n \n <{/if}>\n <{if $writecatcount > 0}>\n \n <{/if}>\n
\n
\n \n \n \n \n \n \n \n \n \n \n <{section name=i loop=$imagecategorys}>\n " align="center">\n \n \n \n \n \n \n \n \n \n \n \n \n <{/section}>\n
<{$lang_imanager_catname}><{$lang_imanager_catmsize}><{$lang_imanager_catmwidth}><{$lang_imanager_catmheight}><{$lang_imanager_catsubs}><{$lang_imanager_catqtde}><{$lang_imanager_catoptions}>
<{$imagecategorys[i]->getVar(''imgcat_name'')}><{$msize[i]}><{$imagecategorys[i]->getVar(''imgcat_maxwidth'')}>px<{$imagecategorys[i]->getVar(''imgcat_maxheight'')}>px\n <{if $subs[i] > 0}>\n <{$subs[i]}> <{$smarty.const._MD_IMAGE_VIEWSUBS}>\n <{else}>\n <{$subs[i]}>\n <{/if}>\n <{$count[i]}><{if $scount[i] > 0}> (+<{$scount[i]}>)<{/if}>\n <{if $count[i] > 0}>\n <{$lang_imanager_cat_listimg}>\n <{else}>\n \n <{/if}>\n
\n \n <{$token}>\n
\n
\n <{if $isAdmin}>\n \n <{/if}>\n <{if $writecatcount > 0}>\n \n <{/if}>\n
\n<{/if}>\n\n\n
<{$addcatform}>
\n'), (48, ''' class=''formButton'' name=''<{$name}>'' id=''<{$name}>'' value=''<{$value}>'' <{$extra}> />'), (49, '
\n <{if $ele_checkbox_options}>\n <{* Use the new unified structure if available *}>\n <{foreach from=$ele_checkbox_options item=option name=checkbox}>\n \n checked="checked"<{/if}> <{$ele_extra}> />\n \n \n <{if !$smarty.foreach.checkbox.last}><{$ele_delimeter}><{/if}>\n <{/foreach}>\n <{else}>\n <{* Fallback to legacy structure for backward compatibility *}>\n <{foreach from=$ele_options key=value item=label name=checkbox}>\n \n checked="checked"<{/if}> <{$ele_extra}> />\n \n \n <{if !$smarty.foreach.checkbox.last}><{$ele_delimeter}><{/if}>\n <{/foreach}>\n <{/if}>\n\n <{* Check All functionality - show if more than one option *}>\n <{assign var="option_count" value=0}>\n <{if $ele_checkbox_options}>\n <{assign var="option_count" value=$ele_checkbox_options|@count}>\n <{elseif $ele_options}>\n <{assign var="option_count" value=$ele_options|@count}>\n <{/if}>\n <{if $option_count gt 1}>\n
\n _checkemall'' class=''checkemall'' />\n \n
\n <{/if}>\n
'), (50, ' />\n'); INSERT INTO `[[dbprefix]]_tplsource` VALUES (51, ' <{if $ele_autocomplete != ""}><{$ele_autocomplete}><{/if}> />'), (52, '<{* Template for IPF password tray form element display *}>\n<{* This template creates dual password fields for password confirmation *}>\n\n
\n <{* First password field (from tray elements) *}>\n <{if $tray_elements}>\n <{foreach from=$tray_elements item=element}>\n <{$element}>\n <{if !$smarty.foreach.default.last}><{$tray_delimeter}><{/if}>\n <{/foreach}>\n <{/if}>\n \n <{* Second password field (confirmation) *}>\n <{if $second_password_field}>\n <{$tray_delimeter}>\n <{$second_password_field}>\n <{/if}>\n
\n'), (53, '
\r\n <{if $xoops_isadmin}>\r\n <{$block.lang_adminmenu}>\r\n <{$block.lang_youraccount}>\r\n <{else}>\r\n <{$block.lang_youraccount}>\r\n <{/if}>\r\n <{$block.lang_notifications}>\r\n <{if $block.new_messages > 0}>\r\n <{$block.lang_inbox}> (<{$block.new_messages}>)\r\n <{else}>\r\n <{$block.lang_inbox}>\r\n <{/if}>\r\n <{$block.lang_logout}>\r\n
\r\n'), (54, '
\n
\n

<{$block.lang_username}>

\n

\n

<{$block.lang_password}>

\n

\n <{if $block.rememberme }>\n
<{$block.lang_rememberme}>
\n <{/if}>\n
\n
\n

\n <{$block.sslloginlink}>\n
\n
\n
\n<{$block.lang_lostpass}>\n<{if $block.registration }>\n
\n<{$block.lang_registernow}>\n<{/if}>\n'), (55, '
\r\n

\r\n
\r\n<{$block.lang_advsearch}>'), (56, '<{foreach item=module from=$block.modules}>\r\n<{$module.name}>\r\n\r\n<{/foreach}>\r\n'), (57, ''), (58, ' <{if $block.showgroups == true}>\r\n
\r\n \r\n <{foreach item=group from=$block.groups}>\r\n
<{$group.name}>
\r\n
\r\n\r\n \r\n <{foreach item=user from=$group.users}>\r\n
" style="margin: 0 auto; text-align:center;"><{$user.name}>''s avatar
<{$user.name}> <{$user.msglink}>
\r\n
\r\n <{/foreach}>\r\n \r\n\r\n <{/foreach}>\r\n \r\n
\r\n<{/if}>\r\n
\r\n\r\n
\r\n <{$xoops_sitename}>
<{$block.recommendlink}>\r\n
\r\n'), (59, '<{$block.online_total}>

<{$block.lang_members}>: <{$block.online_members}>
<{$block.lang_guests}>: <{$block.online_guests}>

<{$block.online_names}> <{$block.lang_more}>'), (60, '\r\n <{foreach item=user from=$block.users}>\r\n " valign="middle">\r\n \r\n \r\n \r\n <{/foreach}>\r\n
\r\n <{if $user.avatar != ""}>\r\n <{$user.name}>''s avatar
\r\n <{/if}>\r\n <{$user.name}>\r\n
<{$user.posts}>
\r\n'), (61, '\r\n <{foreach item=user from=$block.users}>\r\n " valign="middle">\r\n \r\n \r\n <{/foreach}>\r\n
\r\n <{if $user.avatar != ""}>\r\n <{$user.name}>''s avatar
\r\n <{/if}>\r\n <{$user.name}>\r\n <{if $xoops_isadmin}>
(<{$user.login_name}>)<{/if}>\r\n
<{$user.joindate}>\r\n
\r\n<{if $block.index_enabled == true}>\r\n<{$block.lang_activeusers}>: <{$block.active}>
\r\n<{$block.lang_inactiveusers}>: <{$block.inactive}>
\r\n<{$block.lang_totalusers}>: <{$block.registered}>
\r\n<{/if}>'), (62, '\r\n <{foreach item=comment from=$block.comments}>\r\n ">\r\n \r\n \r\n \r\n \r\n \r\n \r\n <{/foreach}>\r\n
<{$comment.title}><{$comment.module}><{$comment.poster}><{$comment.time}>
'), (63, '
\r\n\r\n <{foreach item=category from=$block.categories}>\r\n <{foreach name=inner item=event from=$category.events}>\r\n <{if $smarty.foreach.inner.first}>\r\n \r\n \r\n \r\n <{/if}>\r\n \r\n \r\n \r\n \r\n <{/foreach}>\r\n <{/foreach}>\r\n \r\n \r\n \r\n
<{$category.title}>
<{counter assign=index}>checked="checked"<{/if}> /><{$event.caption}>
\r\n
'), (64, '
\r\n
\r\n
\r\n <{if $block.theme_select|@count > 1}>\r\n \r\n <{/if}>\r\n
\r\n
\r\n\r\n
\r\n'), (65, '
\r\n <{foreach item=language from=$block.ml_tag}>\r\n \r\n '' alt="<{$language.name}>">\r\n <{/foreach}>\r\n
'), (66, '<{foreach item=provider from=$block.provider}>\r\n<{$provider.title}>\r\n<{/foreach}>'), (67, '\r\n <{foreach item=item from=$block.msg}>\r\n <{$item}>\r\n <{/foreach}>\r\n
'), (68, '\r\n \r\n
\r\n
\r\n <{foreach item=mod from=$block.sysmod}>\r\n <{$mod.title}>\r\n <{$mod.title}>\n <{/foreach}>\n
\r\n
\r\n \r\n
'), (69, '\r\n \r\n \r\n \r\n
\r\n
\r\n <{foreach item=mod from=$block.mods}>\r\n <{$mod.title}>\r\n <{$mod.title}>\r\n <{/foreach}>\r\n
\r\n
'), (70, '
\r\n<{foreach item=module key=key from=$block}>\r\n<{$key}>\r\n \r\n<{/foreach}>\r\n
'), (71, '\n \n
\n
\n <{foreach item=group key=key from=$block}>\n <{$key}>\n <{foreach item=mod from=$group}>\n <{$mod.title}>\n <{$mod.title}>\n <{/foreach}>\n
\n <{/foreach}>\n
\n
\n \n
'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_users` -- CREATE TABLE `[[dbprefix]]_users` ( `uid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL DEFAULT '', `uname` varchar(255) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', `user_avatar` varchar(30) NOT NULL DEFAULT 'blank.gif', `user_regdate` int(10) unsigned NOT NULL DEFAULT '0', `user_icq` varchar(15) NOT NULL DEFAULT '', `user_from` varchar(100) NOT NULL DEFAULT '', `user_sig` text NOT NULL, `user_viewemail` tinyint(1) unsigned NOT NULL DEFAULT '0', `actkey` varchar(8) NOT NULL DEFAULT '', `user_aim` varchar(18) NOT NULL DEFAULT '', `user_yim` varchar(25) NOT NULL DEFAULT '', `user_msnm` varchar(100) NOT NULL DEFAULT '', `pass` varchar(255) NOT NULL DEFAULT '', `posts` mediumint(8) unsigned NOT NULL DEFAULT '0', `attachsig` tinyint(1) unsigned NOT NULL DEFAULT '0', `rank` smallint(5) unsigned NOT NULL DEFAULT '0', `level` varchar(3) NOT NULL DEFAULT '1', `theme` varchar(100) NOT NULL DEFAULT '', `timezone_offset` float(3,1) NOT NULL DEFAULT '0.0', `last_login` int(10) unsigned NOT NULL DEFAULT '0', `umode` varchar(10) NOT NULL DEFAULT '', `uorder` tinyint(1) unsigned NOT NULL DEFAULT '0', `notify_method` tinyint(1) NOT NULL DEFAULT '1', `notify_mode` tinyint(1) NOT NULL DEFAULT '0', `user_occ` varchar(100) NOT NULL DEFAULT '', `bio` tinytext NOT NULL, `user_intrest` varchar(150) NOT NULL DEFAULT '', `user_mailok` tinyint(1) unsigned NOT NULL DEFAULT '1', `language` varchar(100) NOT NULL DEFAULT '', `salt` varchar(255) NOT NULL DEFAULT '', `pass_expired` tinyint(1) unsigned NOT NULL DEFAULT '0', `enc_type` tinyint(2) unsigned NOT NULL DEFAULT '1', `login_name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`uid`), UNIQUE KEY `login_name` (`login_name`), KEY `uname` (`uname`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]_users` -- INSERT INTO `[[dbprefix]]_users` VALUES (1, '', '[[admin_realname]]', '[[admin_email]]', '[[softurl]]/', 'blank.gif', [[timestamp]], '', '', '', 0, '', '', '', '', '[[admin_pass]]', 0, 0, 7, '5', 'iTheme', 0.0, [[timestamp]], 'thread', 0, 1, 0, '', '', '', 0, 'english', '0', 0, 1, '[[admin_username]]'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_xoopscomments` -- CREATE TABLE `[[dbprefix]]_xoopscomments` ( `com_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `com_pid` mediumint(8) unsigned NOT NULL DEFAULT '0', `com_rootid` mediumint(8) unsigned NOT NULL DEFAULT '0', `com_modid` smallint(5) unsigned NOT NULL DEFAULT '0', `com_itemid` mediumint(8) unsigned NOT NULL DEFAULT '0', `com_icon` varchar(25) NOT NULL DEFAULT '', `com_created` int(10) unsigned NOT NULL DEFAULT '0', `com_modified` int(10) unsigned NOT NULL DEFAULT '0', `com_uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `com_ip` varchar(15) NOT NULL DEFAULT '', `com_title` varchar(255) NOT NULL DEFAULT '', `com_text` text NOT NULL, `com_sig` tinyint(1) unsigned NOT NULL DEFAULT '0', `com_status` tinyint(1) unsigned NOT NULL DEFAULT '0', `com_exparams` varchar(255) NOT NULL DEFAULT '', `dohtml` tinyint(1) unsigned NOT NULL DEFAULT '0', `dosmiley` tinyint(1) unsigned NOT NULL DEFAULT '0', `doxcode` tinyint(1) unsigned NOT NULL DEFAULT '0', `doimage` tinyint(1) unsigned NOT NULL DEFAULT '0', `dobr` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`com_id`), KEY `com_pid` (`com_pid`), KEY `com_itemid` (`com_itemid`), KEY `com_uid` (`com_uid`), KEY `com_title` (`com_title`(40)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_xoopsnotifications` -- CREATE TABLE `[[dbprefix]]_xoopsnotifications` ( `not_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `not_modid` smallint(5) unsigned NOT NULL DEFAULT '0', `not_itemid` mediumint(8) unsigned NOT NULL DEFAULT '0', `not_category` varchar(30) NOT NULL DEFAULT '', `not_event` varchar(30) NOT NULL DEFAULT '', `not_uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `not_mode` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`not_id`), KEY `not_modid` (`not_modid`), KEY `not_itemid` (`not_itemid`), KEY `not_class` (`not_category`), KEY `not_uid` (`not_uid`), KEY `not_event` (`not_event`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;