Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../e107
File: e107.sql
[0] Fix | Delete
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `e107233`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `[[dbprefix]]admin_log`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `[[dbprefix]]admin_log` (
[20] Fix | Delete
`dblog_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`dblog_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[22] Fix | Delete
`dblog_microtime` int(10) unsigned NOT NULL DEFAULT '0',
[23] Fix | Delete
`dblog_type` tinyint(3) NOT NULL DEFAULT '0',
[24] Fix | Delete
`dblog_eventcode` varchar(10) NOT NULL DEFAULT '',
[25] Fix | Delete
`dblog_user_id` int(10) unsigned NOT NULL DEFAULT '0',
[26] Fix | Delete
`dblog_ip` varchar(45) NOT NULL DEFAULT '',
[27] Fix | Delete
`dblog_title` varchar(255) NOT NULL DEFAULT '',
[28] Fix | Delete
`dblog_remarks` text NOT NULL,
[29] Fix | Delete
PRIMARY KEY (`dblog_id`),
[30] Fix | Delete
KEY `dblog_datestamp` (`dblog_datestamp`)
[31] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[32] Fix | Delete
[33] Fix | Delete
--
[34] Fix | Delete
-- Dumping data for table `[[dbprefix]]admin_log`
[35] Fix | Delete
--
[36] Fix | Delete
[37] Fix | Delete
-- --------------------------------------------------------
[38] Fix | Delete
[39] Fix | Delete
--
[40] Fix | Delete
-- Table structure for table `[[dbprefix]]audit_log`
[41] Fix | Delete
--
[42] Fix | Delete
[43] Fix | Delete
CREATE TABLE `[[dbprefix]]audit_log` (
[44] Fix | Delete
`dblog_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[45] Fix | Delete
`dblog_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[46] Fix | Delete
`dblog_microtime` int(10) unsigned NOT NULL DEFAULT '0',
[47] Fix | Delete
`dblog_eventcode` varchar(10) NOT NULL DEFAULT '',
[48] Fix | Delete
`dblog_user_id` int(10) unsigned NOT NULL DEFAULT '0',
[49] Fix | Delete
`dblog_user_name` varchar(100) NOT NULL DEFAULT '',
[50] Fix | Delete
`dblog_ip` varchar(45) NOT NULL DEFAULT '',
[51] Fix | Delete
`dblog_title` varchar(255) NOT NULL DEFAULT '',
[52] Fix | Delete
`dblog_remarks` text NOT NULL,
[53] Fix | Delete
PRIMARY KEY (`dblog_id`),
[54] Fix | Delete
KEY `dblog_datestamp` (`dblog_datestamp`)
[55] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[56] Fix | Delete
[57] Fix | Delete
-- --------------------------------------------------------
[58] Fix | Delete
[59] Fix | Delete
--
[60] Fix | Delete
-- Table structure for table `[[dbprefix]]banlist`
[61] Fix | Delete
--
[62] Fix | Delete
[63] Fix | Delete
CREATE TABLE `[[dbprefix]]banlist` (
[64] Fix | Delete
`banlist_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[65] Fix | Delete
`banlist_ip` varchar(100) NOT NULL DEFAULT '',
[66] Fix | Delete
`banlist_bantype` tinyint(3) NOT NULL DEFAULT '0',
[67] Fix | Delete
`banlist_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[68] Fix | Delete
`banlist_banexpires` int(10) unsigned NOT NULL DEFAULT '0',
[69] Fix | Delete
`banlist_admin` smallint(5) unsigned NOT NULL DEFAULT '0',
[70] Fix | Delete
`banlist_reason` tinytext NOT NULL,
[71] Fix | Delete
`banlist_notes` tinytext NOT NULL,
[72] Fix | Delete
PRIMARY KEY (`banlist_id`),
[73] Fix | Delete
KEY `banlist_ip` (`banlist_ip`),
[74] Fix | Delete
KEY `banlist_datestamp` (`banlist_datestamp`),
[75] Fix | Delete
KEY `banlist_banexpires` (`banlist_banexpires`)
[76] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[77] Fix | Delete
[78] Fix | Delete
-- --------------------------------------------------------
[79] Fix | Delete
[80] Fix | Delete
--
[81] Fix | Delete
-- Table structure for table `[[dbprefix]]comments`
[82] Fix | Delete
--
[83] Fix | Delete
[84] Fix | Delete
CREATE TABLE `[[dbprefix]]comments` (
[85] Fix | Delete
`comment_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[86] Fix | Delete
`comment_pid` int(10) unsigned NOT NULL DEFAULT '0',
[87] Fix | Delete
`comment_item_id` int(10) unsigned NOT NULL DEFAULT '0',
[88] Fix | Delete
`comment_subject` varchar(100) NOT NULL DEFAULT '',
[89] Fix | Delete
`comment_author_id` int(10) unsigned NOT NULL DEFAULT '0',
[90] Fix | Delete
`comment_author_name` varchar(100) NOT NULL DEFAULT '',
[91] Fix | Delete
`comment_author_email` varchar(200) NOT NULL DEFAULT '',
[92] Fix | Delete
`comment_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[93] Fix | Delete
`comment_comment` text NOT NULL,
[94] Fix | Delete
`comment_blocked` tinyint(3) unsigned NOT NULL DEFAULT '0',
[95] Fix | Delete
`comment_ip` varchar(45) NOT NULL DEFAULT '',
[96] Fix | Delete
`comment_type` varchar(20) NOT NULL DEFAULT '0',
[97] Fix | Delete
`comment_lock` tinyint(1) unsigned NOT NULL DEFAULT '0',
[98] Fix | Delete
`comment_share` tinyint(1) unsigned NOT NULL DEFAULT '0',
[99] Fix | Delete
PRIMARY KEY (`comment_id`),
[100] Fix | Delete
KEY `comment_blocked` (`comment_blocked`),
[101] Fix | Delete
KEY `comment_author_id` (`comment_author_id`)
[102] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[103] Fix | Delete
[104] Fix | Delete
-- --------------------------------------------------------
[105] Fix | Delete
[106] Fix | Delete
--
[107] Fix | Delete
-- Table structure for table `[[dbprefix]]core`
[108] Fix | Delete
--
[109] Fix | Delete
[110] Fix | Delete
CREATE TABLE `[[dbprefix]]core` (
[111] Fix | Delete
`e107_name` varchar(100) NOT NULL DEFAULT '',
[112] Fix | Delete
`e107_value` text NOT NULL,
[113] Fix | Delete
PRIMARY KEY (`e107_name`)
[114] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[115] Fix | Delete
[116] Fix | Delete
--
[117] Fix | Delete
-- Dumping data for table `[[dbprefix]]core`
[118] Fix | Delete
--
[119] Fix | Delete
[120] Fix | Delete
INSERT INTO `[[dbprefix]]core` VALUES
[121] Fix | Delete
('SitePrefs', 'array (\n ''admin_alerts_ok'' => ''1'',\n ''admin_alerts_uniquemenu'' => ''0'',\n ''admin_separate_plugins'' => ''0'',\n ''admin_collapse_sidebar'' => ''0'',\n ''admin_navbar_labels'' => ''0'',\n ''admin_helptip'' => ''1'',\n ''admincode'' => ''0'',\n ''admincss'' => ''css/modern-dark.css'',\n ''adminlanguage'' => '''',\n ''adminpwordchange'' => ''0'',\n ''adminstyle'' => ''flexpanel'',\n ''admintheme'' => ''bootstrap3'',\n ''allowCommentEdit'' => ''0'',\n ''allowEmailLogin'' => ''2'',\n ''anon_post'' => ''0'',\n ''antiflood1'' => ''1'',\n ''antiflood_timeout'' => ''10'',\n ''auth_method'' => '''',\n ''autoban'' => ''1'',\n ''autologinpostsignup'' => ''1'',\n ''ban_date_format'' => ''%H:%M %d-%m-%y'',\n ''ban_max_online_access'' => ''100,200'',\n ''ban_retrigger'' => ''0'',\n ''cachestatus'' => '''',\n ''check_updates'' => ''1'',\n ''comments_disabled'' => ''0'',\n ''comments_emoticons'' => ''0'',\n ''comments_engine'' => ''e107'',\n ''comments_icon'' => ''0'',\n ''comments_moderate'' => ''247'',\n ''comments_sort'' => ''desc'',\n ''compress_output'' => ''0'',\n ''contact_info'' => \n array (\n ''organization'' => ''My Company Inc.'',\n ''address'' => ''312 Address St.\nLas Vegas, NV,\nUSA'',\n ''phone1'' => ''+1-555-555-5555'',\n ''phone2'' => ''+1-444-444-4444'',\n ''phone3'' => '''',\n ''fax'' => '''',\n ''email1'' => '''',\n ''email2'' => '''',\n ''coordinates'' => '''',\n ''hours'' => '''',\n ''message'' => '''',\n ),\n ''contact_emailcopy'' => ''0'',\n ''contact_visibility'' => ''253'',\n ''contact_filter'' => '''',\n ''cookie_name'' => ''soft_cookie'',\n ''core-infopanel-default'' => \n array (\n 0 => ''e-administrator'',\n 1 => ''e-cpage'',\n 2 => ''e-filemanager'',\n 3 => ''e-frontpage'',\n 4 => ''e-image'',\n 5 => ''e-mailout'',\n 6 => ''e-menus'',\n 7 => ''e-meta'',\n 8 => ''e-newspost'',\n 9 => ''e-plugin'',\n 10 => ''e-prefs'',\n 11 => ''e-links'',\n 12 => ''e-theme'',\n 13 => ''e-userclass2'',\n 14 => ''e-users'',\n 15 => ''e-wmessage'',\n ),\n ''db_updates'' => \n array (\n ),\n ''developer'' => ''0'',\n ''disable_emailcheck'' => ''0'',\n ''disallowMultiLogin'' => ''0'',\n ''display_memory_usage'' => ''0'',\n ''displayname_class'' => ''255'',\n ''displayname_maxlength'' => ''20'',\n ''displayrendertime'' => ''0'',\n ''displaysql'' => ''0'',\n ''displaythemeinfo'' => ''1'',\n ''e_admin_list'' => \n array (\n ''social'' => ''social'',\n ),\n ''e_comment_list'' => \n array (\n ''social'' => ''social'',\n ),\n ''e_event_list'' => \n array (\n ''news'' => ''news'',\n ''social'' => ''social'',\n ),\n ''e_featurebox_list'' => \n array (\n ''news'' => ''news'',\n ),\n ''e_footer_list'' => \n array (\n ''tinymce4'' => ''tinymce4'',\n ),\n ''e_header_list'' => \n array (\n ''gallery'' => ''gallery'',\n ''hero'' => ''hero'',\n ''news'' => ''news'',\n ''tagcloud'' => ''tagcloud'',\n ''tinymce4'' => ''tinymce4'',\n ),\n ''e_jslib_cdn'' => ''1'',\n ''e_jslib_cdn_provider'' => ''jsdelivr'',\n ''e_jslib_browser_cache'' => [[timestamp]],\n ''e_jslib_nobcache'' => ''1'',\n ''e_jslib_nocache'' => ''1'',\n ''e_jslib_gzip'' => ''1'',\n ''e_jslib_nocombine'' => ''1'',\n ''e_jslib_core'' => \n array (\n ''prototype'' => ''none'',\n ''jquery'' => ''all'',\n ),\n ''e_jslib_plugin'' => \n array (\n ),\n ''e_jslib_theme'' => \n array (\n ),\n ''e_meta_list'' => \n array (\n ''rss_menu'' => ''rss_menu'',\n ),\n ''e_module_list'' => \n array (\n ''social'' => ''social'',\n ),\n ''e_related_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ),\n ''e_rss_list'' => \n array (\n ''news'' => ''news'',\n ),\n ''e_search_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ''user'' => ''user'',\n ),\n ''e_shortcode_list'' => \n array (\n ''gallery'' => ''gallery'',\n ''hero'' => ''hero'',\n ''page'' => ''page'',\n ''signin'' => ''signin'',\n ''siteinfo'' => ''siteinfo'',\n ''social'' => ''social'',\n ),\n ''shortcode_list'' => \n array (\n ),\n ''e_sitelink_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ),\n ''e_sql_list'' => \n array (\n ''hero'' => ''hero_sql'',\n ''rss_menu'' => ''rss_sql'',\n ),\n ''e_url_list'' => \n array (\n ''contact'' => ''contact'',\n ''gallery'' => ''gallery'',\n ''news'' => ''news'',\n ''rss_menu'' => ''rss_menu'',\n ),\n ''e_user_list'' => \n array (\n ''user'' => ''user'',\n ),\n ''email_text'' => '''',\n ''email_item_class'' => ''253'',\n ''emotepack'' => ''default'',\n ''enable_rdns'' => ''0'',\n ''enable_rdns_on_ban'' => ''0'',\n ''failed_login_limit'' => ''10'',\n ''filter_script'' => ''1'',\n ''flood_hits'' => ''100'',\n ''flood_time'' => ''30'',\n ''flood_timeout'' => ''5'',\n ''forumdate'' => ''%a %b %d %Y, %I:%M%p'',\n ''fpwcode'' => ''0'',\n ''frontpage'' => \n array (\n 0 => ''index.php'',\n ),\n ''frontpage_force'' => \n array (\n 0 => '''',\n ),\n ''gdpr_privacypolicy'' => '''',\n ''gdpr_termsandconditions'' => '''',\n ''html_abuse'' => ''1'',\n ''im_height'' => ''80'',\n ''im_path'' => ''/usr/X11R6/bin/'',\n ''im_width'' => ''80'',\n ''image_post'' => ''1'',\n ''image_post_class'' => ''0'',\n ''image_preload'' => ''0'',\n ''img_import_resize'' => ''1200x800'',\n ''inline_editing'' => ''255'',\n ''inputdate'' => ''%A, %d %b, %Y'',\n ''inputtime'' => ''%I:%M %p'',\n ''install_date'' => [[timestamp]],\n ''lan_global_list'' => \n array (\n ''gallery'' => ''gallery'',\n ''hero'' => ''hero'',\n ''navigation'' => ''navigation'',\n ''news'' => ''news'',\n ''page'' => ''page'',\n ''rss_menu'' => ''rss_menu'',\n ''social'' => ''social'',\n ''user'' => ''user'',\n ''tagcloud'' => ''tagcloud'',\n ),\n ''link_replace'' => ''0'',\n ''link_text'' => '''',\n ''linkpage_screentip'' => ''0'',\n ''links_new_window'' => ''1'',\n ''log_page_accesses'' => ''0'',\n ''log_refertype'' => ''1'',\n ''logcode'' => ''0'',\n ''loginname_maxlength'' => ''30'',\n ''longdate'' => ''%A %d %B %Y - %H:%M:%S'',\n ''mail_pause'' => ''3'',\n ''mail_bounce'' => ''none'',\n ''mail_pausetime'' => ''4'',\n ''mail_sendstyle'' => ''texthtml'',\n ''mail_workpertick'' => ''5'',\n ''mailer'' => ''php'',\n ''bulkmailer'' => ''smtp'',\n ''main_wordwrap'' => '''',\n ''maintainance_flag'' => ''0'',\n ''make_clickable'' => ''0'',\n ''memberlist_access'' => ''253'',\n ''membersonly_enabled'' => ''0'',\n ''membersonly_exceptions'' => \n array (\n 0 => '''',\n ),\n ''menu_wordwrap'' => ''0'',\n ''menuconfig_list'' => \n array (\n ''login_menu'' => \n array (\n ''name'' => ''Login'',\n ''link'' => ''login_menu/config.php'',\n ),\n ''news'' => \n array (\n ''name'' => ''Newsmonths'',\n ''link'' => ''blogcalendar_menu/config.php'',\n ),\n ),\n ''membersonly_redirect'' => ''login'',\n ''meta_tag'' => '''',\n ''multilanguage'' => ''0'',\n ''nbr_cols'' => ''1'',\n ''nested_comments'' => ''1'',\n ''news_cats'' => ''0'',\n ''news_default_template'' => ''list'',\n ''news_editauthor'' => ''254'',\n ''news_list_limit'' => ''10'',\n ''news_list_templates'' => \n array (\n 0 => ''0'',\n ),\n ''news_newdateheader'' => ''0'',\n ''news_pagination'' => ''record'',\n ''newsposts'' => ''10'',\n ''newsposts_archive'' => ''0'',\n ''newsposts_archive_title'' => '''',\n ''noLanguageSubs'' => ''0'',\n ''null'' => '''',\n ''old_np'' => ''0'',\n ''pageCookieExpire'' => ''84600'',\n ''passwordEncoding'' => 3,\n ''password_CHAP'' => ''0'',\n ''plug_installed'' => \n array (\n ''news'' => ''1.0'',\n ''page'' => ''1.0'',\n ''siteinfo'' => ''1.0'',\n ''social'' => ''1.0'',\n ''tinymce4'' => ''1.0'',\n ''rss_menu'' => ''1.3'',\n ''contact'' => ''1.0'',\n ''user'' => ''1.0'',\n ''navigation'' => ''1.0'',\n ''signin'' => ''1.0'',\n ''gallery'' => ''1.1'',\n ''hero'' => ''1.0'',\n ''tagcloud'' => ''1.3'',\n ),\n ''post_html'' => ''254'',\n ''post_script'' => ''255'',\n ''predefinedLoginName'' => '''',\n ''profanity_filter'' => ''0'',\n ''profanity_replace'' => ''[censored]'',\n ''profanity_words'' => '''',\n ''redirectsiteurl'' => ''0'',\n ''replyto_email'' => ''[[admin_email]]'',\n ''replyto_name'' => ''[[admin_realname]]'',\n ''resize_method'' => ''gd2'',\n ''resize_dimensions'' => \n array (\n ''news-image'' => \n array (\n ''w'' => ''300'',\n ''h'' => ''300'',\n ),\n ''news-bbcode'' => \n array (\n ''w'' => ''300'',\n ''h'' => ''300'',\n ),\n ''page-bbcode'' => \n array (\n ''w'' => ''300'',\n ''h'' => ''300'',\n ),\n ),\n ''search_highlight'' => ''1'',\n ''search_restrict'' => ''0'',\n ''session_lifetime'' => ''86400'',\n ''session_save_method'' => ''db'',\n ''shortdate'' => ''%d %b %Y'',\n ''signcode'' => ''0'',\n ''signup_disallow_text'' => '''',\n ''signup_maxip'' => ''3'',\n ''signup_option_class'' => ''0'',\n ''signup_option_customtitle'' => ''0'',\n ''signup_option_email_confirm'' => ''0'',\n ''signup_option_hideemail'' => ''0'',\n ''signup_option_image'' => ''0'',\n ''signup_option_password'' => ''2'',\n ''signup_option_realname'' => ''0'',\n ''signup_option_signature'' => ''0'',\n ''signup_pass_len'' => ''6'',\n ''signup_text'' => '''',\n ''signup_text_after'' => '''',\n ''siteadmin'' => ''[[admin_realname]]'',\n ''siteadminemail'' => ''[[admin_email]]'',\n ''sitebutton'' => ''{e_IMAGE}button.png'',\n ''sitecontacts'' => ''sitecontactinfo'',\n ''sitedescription'' => '''',\n ''sitedisclaimer'' => '''',\n ''sitelang_init'' => ''English'',\n ''sitelanguage'' => ''English'',\n ''sitelogo'' => '''',\n ''sitename'' => ''[[site_name]]'',\n ''sitetag'' => ''e107 Website System'',\n ''sitetheme'' => ''bootstrap5'',\n ''sitetheme_custompages'' => \n array (\n ''home'' => \n array (\n 0 => ''FRONTPAGE'',\n ),\n ''full'' => \n array (\n 0 => ''forum/'',\n 1 => ''download/'',\n ),\n ''splash'' => \n array (\n 0 => ''login'',\n 1 => ''fpw'',\n 2 => ''signup'',\n ),\n ''bare'' => \n array (\n ),\n ),\n ''sitetheme_deflayout'' => ''sidebar_right'',\n ''sitetheme_layouts'' => \n array (\n ''home'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Home Page'',\n ),\n ''custompages'' => ''FRONTPAGE'',\n ),\n ''full'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Full Page'',\n ),\n ''custompages'' => ''forum/ download/'',\n ),\n ''sidebar_left'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Sidebar (left)'',\n ),\n ''@value'' => '''',\n ),\n ''sidebar_right'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Sidebar (right)'',\n ''default'' => ''true'',\n ),\n ''@value'' => '''',\n ),\n ''splash'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Splash Page'',\n ),\n ''custompages'' => ''login fpw signup'',\n ),\n ''bare'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Bare Page'',\n ),\n ''custompages'' => '''',\n ),\n ),\n ''sitetheme_pref'' => '''',\n ''siteurl'' => ''[[relativeurl]]/'',\n ''smiley_activate'' => ''1'',\n ''smtp_server'' => '''',\n ''smtp_username'' => '''',\n ''smtp_password'' => '''',\n ''smtp_options'' => '''',\n ''smtp_port'' => ''25'',\n ''social_login_active'' => ''0'',\n ''social_login'' => ''array()'',\n ''ssl_enabled'' => ''0'',\n ''subnews_attach'' => ''253'',\n ''subnews_class'' => ''253'',\n ''subnews_htmlarea'' => ''0'',\n ''subnews_resize'' => '''',\n ''themecss'' => ''https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.3/quartz/bootstrap.min.css'',\n ''thumbnail_quality'' => ''75'',\n ''timezone'' => ''UTC'',\n ''track_online'' => ''1'',\n ''ue_upgrade'' => ''1'',\n ''upload_class'' => ''255'',\n ''upload_enabled'' => ''0'',\n ''upload_maxfilesize'' => ''2M'',\n ''url_aliases'' => \n array (\n ),\n ''url_config'' => \n array (\n ''index'' => ''core'',\n ''news'' => ''core'',\n ''page'' => ''core'',\n ''search'' => ''core'',\n ''system'' => ''core'',\n ''user'' => ''core'',\n ''gallery'' => ''plugin'',\n ),\n ''url_profiles'' => \n array (\n ),\n ''url_disable_pathinfo'' => ''1'',\n ''url_error_redirect'' => ''0'',\n ''url_locations'' => \n array (\n ''index'' => \n array (\n 0 => ''core'',\n ),\n ''news'' => \n array (\n 0 => ''core'',\n 1 => ''core/sef_full'',\n 2 => ''core/sef_noid'',\n 3 => ''core/sef'',\n ),\n ''page'' => \n array (\n 0 => ''core'',\n 1 => ''core/sef_chapters'',\n 2 => ''core/sef_noid'',\n 3 => ''core/sef'',\n ),\n ''search'' => \n array (\n 0 => ''core'',\n 1 => ''core/rewrite'',\n ),\n ''system'' => \n array (\n 0 => ''core'',\n 1 => ''core/rewrite'',\n ),\n ''user'' => \n array (\n 0 => ''core'',\n 1 => ''core/rewrite'',\n ),\n ''gallery'' => \n array (\n 0 => ''plugin'',\n 1 => ''plugin/rewrite'',\n ),\n ),\n ''url_main_module'' => ''page'',\n ''url_modules'' => \n array (\n ''core'' => \n array (\n 0 => ''index'',\n 1 => ''news'',\n 2 => ''page'',\n 3 => ''search'',\n 4 => ''system'',\n 5 => ''user'',\n ),\n ''plugin'' => \n array (\n 0 => ''gallery'',\n ),\n ''override'' => \n array (\n ),\n ),\n ''url_sef_translate'' => ''dashl'',\n ''useGeshi'' => ''0'',\n ''use_coppa'' => ''1'',\n ''user_new_period'' => ''3'',\n ''user_reg'' => ''1'',\n ''user_reg_secureveri'' => ''1'',\n ''user_reg_veri'' => ''1'',\n ''user_tracking'' => ''session'',\n ''version'' => ''2.2.0'',\n ''wm_enclose'' => ''1'',\n ''wmessage_sc'' => ''0'',\n ''wysiwyg'' => ''1'',\n ''wysiwyg_list'' => \n array (\n ''tinymce4'' => ''TinyMce4'',\n ),\n ''xup_enabled'' => ''1'',\n ''xurl'' => \n array (\n ''facebook'' => ''#'',\n ''twitter'' => ''#'',\n ''youtube'' => ''#'',\n ''google'' => ''#'',\n ''linkedin'' => '''',\n ''github'' => '''',\n ''flickr'' => '''',\n ''instagram'' => '''',\n ''pinterest'' => '''',\n ''vimeo'' => '''',\n ),\n ''xmlfeed_languagepacks'' => ''https://www.e107.org/themeupdate.php'',\n ''xmlfeed_security'' => ''https://www.e107.org/themeupdate.php'',\n ''avatar_upload'' => ''0'',\n ''photo_upload'' => ''0'',\n ''profile_rate'' => ''0'',\n ''profile_comments'' => ''0'',\n ''force_userupdate'' => ''0'',\n ''del_unv'' => ''0'',\n ''del_accu'' => ''1'',\n ''signature_access'' => ''253'',\n ''bbcode_list'' => \n array (\n ),\n ''shortcode_legacy_list'' => \n array (\n ),\n ''e_menu_list'' => \n array (\n ''navigation'' => ''navigation'',\n ''news'' => ''news'',\n ''page'' => ''page'',\n ''social'' => ''social'',\n ''tagcloud'' => ''tagcloud'',\n ),\n ''e_frontpage_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ),\n ''e_gsitemap_list'' => \n array (\n ''news'' => ''news'',\n ),\n ''e_dashboard_list'' => \n array (\n ''user'' => ''user'',\n ),\n ''e_mailout_list'' => \n array (\n ''user'' => ''user'',\n ),\n ''e_library_list'' => \n array (\n ''gallery'' => ''gallery'',\n ),\n ''sitetheme_glyphicons'' => \n array (\n ),\n ''sitetheme_version'' => ''1.1'',\n)'),
[122] Fix | Delete
('emote_', 'array (\n ''alien!png'' => ''!alien'',\n ''amazed!png'' => ''!amazed'',\n ''angry!png'' => ''!grr !angry'',\n ''biglaugh!png'' => ''!lol'',\n ''cheesey!png'' => '':D :oD :-D'',\n ''confused!png'' => '':? :o? :-?'',\n ''cry!png'' => ''&| &-| &o| :(( !cry'',\n ''dead!png'' => ''x) xo) x-) x( xo( x-('',\n ''dodge!png'' => ''!dodge'',\n ''frown!png'' => '':( :o( :-('',\n ''gah!png'' => '':@ :o@ :o@'',\n ''grin!png'' => '':D :oD :-D'',\n ''heart!png'' => ''!heart'',\n ''idea!png'' => '':! :o! :-!'',\n ''ill!png'' => ''!ill'',\n ''mad!png'' => ''~:( ~:o( ~:-('',\n ''mistrust!png'' => ''!mistrust'',\n ''neutral!png'' => '':| :o| :-|'',\n ''question!png'' => ''?!'',\n ''rolleyes!png'' => ''B) Bo) B-)'',\n ''sad!png'' => ''!sad'',\n ''shades!png'' => ''8) 8o) 8-)'',\n ''shy!png'' => ''!shy'',\n ''smile!png'' => '':) :o) :-)'',\n ''special!png'' => ''%-6'',\n ''suprised!png'' => '':O :oO :-O'',\n ''tongue!png'' => '':p :op :-p :P :oP :-P'',\n ''wink!png'' => '';) ;o) ;-)'',\n)'),
[123] Fix | Delete
('menu_pref', 'array (\n ''clock_caption'' => ''Date / Time'',\n ''comment_caption'' => ''Latest Comments'',\n ''comment_characters'' => ''50'',\n ''comment_display'' => ''10'',\n ''comment_postfix'' => ''[more ...]'',\n ''comment_title'' => ''0'',\n ''update_menu'' => ''Update menu Settings'',\n)'),
[124] Fix | Delete
('search_prefs', 'array (\n ''comments_handlers'' => \n array (\n ''news'' => \n array (\n ''id'' => 0,\n ''dir'' => ''core'',\n ''class'' => ''0'',\n ),\n ''download'' => \n array (\n ''id'' => 2,\n ''dir'' => ''core'',\n ''class'' => ''0'',\n ),\n ),\n ''core_handlers'' => \n array (\n ''comments'' => \n array (\n ''class'' => ''0'',\n ''pre_title'' => ''1'',\n ''pre_title_alt'' => '''',\n ''chars'' => ''150'',\n ''results'' => ''10'',\n ''order'' => ''2'',\n ),\n ''users'' => \n array (\n ''class'' => ''0'',\n ''pre_title'' => ''1'',\n ''pre_title_alt'' => '''',\n ''chars'' => ''150'',\n ''results'' => ''10'',\n ''order'' => ''3'',\n ),\n ),\n ''google'' => ''0'',\n ''multisearch'' => ''1'',\n ''mysql_sort'' => ''1'',\n ''php_limit'' => '''',\n ''relevance'' => ''0'',\n ''selector'' => ''2'',\n ''time_restrict'' => ''0'',\n ''time_secs'' => ''60'',\n ''user_select'' => ''1'',\n)'),
[125] Fix | Delete
('notify_prefs', 'array (\n ''event'' => \n array (\n ''login'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''logout'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_signup_submitted'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_signup_activated'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_ban_flood'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_news_submit'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_news_created'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_news_updated'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_news_deleted'' => \n array (\n ''class'' => ''255'',\n ''email'' => '''',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_xup_login'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_xup_signup'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_ban_failed_login'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_profile_display'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_password_update'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_user_created'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_user_activated'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''admin_news_notify'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''maildone'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ''user_file_upload'' => \n array (\n ''class'' => ''255'',\n ''include'' => '''',\n ''legacy'' => ''0'',\n ),\n ),\n)'),
[126] Fix | Delete
('SitePrefs_Backup', 'array (\n ''admin_alerts_ok'' => ''1'',\n ''admin_alerts_uniquemenu'' => ''0'',\n ''admin_separate_plugins'' => ''0'',\n ''admin_collapse_sidebar'' => ''0'',\n ''admin_navbar_labels'' => ''0'',\n ''admin_helptip'' => ''1'',\n ''admincode'' => ''0'',\n ''admincss'' => ''css/modern-light.css'',\n ''adminlanguage'' => '''',\n ''adminpwordchange'' => ''0'',\n ''adminstyle'' => ''flexpanel'',\n ''admintheme'' => ''bootstrap3'',\n ''allowCommentEdit'' => ''0'',\n ''allowEmailLogin'' => ''2'',\n ''anon_post'' => ''0'',\n ''antiflood1'' => ''1'',\n ''antiflood_timeout'' => ''10'',\n ''auth_method'' => '''',\n ''autoban'' => ''1'',\n ''autologinpostsignup'' => ''1'',\n ''ban_date_format'' => ''%H:%M %d-%m-%y'',\n ''ban_max_online_access'' => ''100,200'',\n ''ban_retrigger'' => ''0'',\n ''cachestatus'' => '''',\n ''check_updates'' => ''1'',\n ''comments_disabled'' => ''0'',\n ''comments_emoticons'' => ''0'',\n ''comments_engine'' => ''e107'',\n ''comments_icon'' => ''0'',\n ''comments_moderate'' => ''247'',\n ''comments_sort'' => ''desc'',\n ''compress_output'' => ''0'',\n ''contact_info'' => \n array (\n ''organization'' => ''My Company Inc.'',\n ''address'' => ''312 Address St.\nLas Vegas, NV,\nUSA'',\n ''phone1'' => ''+1-555-555-5555'',\n ''phone2'' => ''+1-444-444-4444'',\n ''phone3'' => '''',\n ''fax'' => '''',\n ''email1'' => '''',\n ''email2'' => '''',\n ''coordinates'' => '''',\n ''hours'' => '''',\n ''message'' => '''',\n ),\n ''contact_emailcopy'' => ''0'',\n ''contact_visibility'' => ''253'',\n ''contact_filter'' => '''',\n ''cookie_name'' => ''e107cookie'',\n ''core-infopanel-default'' => \n array (\n 0 => ''e-administrator'',\n 1 => ''e-cpage'',\n 2 => ''e-filemanager'',\n 3 => ''e-frontpage'',\n 4 => ''e-image'',\n 5 => ''e-mailout'',\n 6 => ''e-menus'',\n 7 => ''e-meta'',\n 8 => ''e-newspost'',\n 9 => ''e-plugin'',\n 10 => ''e-prefs'',\n 11 => ''e-links'',\n 12 => ''e-theme'',\n 13 => ''e-userclass2'',\n 14 => ''e-users'',\n 15 => ''e-wmessage'',\n ),\n ''db_updates'' => \n array (\n ),\n ''developer'' => ''0'',\n ''disable_emailcheck'' => ''0'',\n ''disallowMultiLogin'' => ''0'',\n ''display_memory_usage'' => ''0'',\n ''displayname_class'' => ''255'',\n ''displayname_maxlength'' => ''20'',\n ''displayrendertime'' => ''0'',\n ''displaysql'' => ''0'',\n ''displaythemeinfo'' => ''1'',\n ''e_admin_list'' => \n array (\n ''social'' => ''social'',\n ),\n ''e_comment_list'' => \n array (\n ''social'' => ''social'',\n ),\n ''e_event_list'' => \n array (\n ''news'' => ''news'',\n ''social'' => ''social'',\n ),\n ''e_featurebox_list'' => \n array (\n ''news'' => ''news'',\n ),\n ''e_footer_list'' => \n array (\n ''tinymce4'' => ''tinymce4'',\n ),\n ''e_header_list'' => \n array (\n ''gallery'' => ''gallery'',\n ''hero'' => ''hero'',\n ''news'' => ''news'',\n ''tagcloud'' => ''tagcloud'',\n ''tinymce4'' => ''tinymce4'',\n ),\n ''e_jslib_cdn'' => ''1'',\n ''e_jslib_cdn_provider'' => ''jsdelivr'',\n ''e_jslib_browser_cache'' => [[timestamp]],\n ''e_jslib_nobcache'' => ''1'',\n ''e_jslib_nocache'' => ''1'',\n ''e_jslib_gzip'' => ''1'',\n ''e_jslib_nocombine'' => ''1'',\n ''e_jslib_core'' => \n array (\n ''prototype'' => ''none'',\n ''jquery'' => ''all'',\n ),\n ''e_jslib_plugin'' => \n array (\n ),\n ''e_jslib_theme'' => \n array (\n ),\n ''e_meta_list'' => \n array (\n ''rss_menu'' => ''rss_menu'',\n ),\n ''e_module_list'' => \n array (\n ''social'' => ''social'',\n ),\n ''e_related_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ),\n ''e_rss_list'' => \n array (\n ''news'' => ''news'',\n ),\n ''e_search_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ''user'' => ''user'',\n ),\n ''e_shortcode_list'' => \n array (\n ''gallery'' => ''gallery'',\n ''hero'' => ''hero'',\n ''page'' => ''page'',\n ''signin'' => ''signin'',\n ''siteinfo'' => ''siteinfo'',\n ''social'' => ''social'',\n ),\n ''shortcode_list'' => \n array (\n ),\n ''e_sitelink_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ),\n ''e_sql_list'' => \n array (\n ''hero'' => ''hero_sql'',\n ''rss_menu'' => ''rss_sql'',\n ),\n ''e_url_list'' => \n array (\n ''contact'' => ''contact'',\n ''gallery'' => ''gallery'',\n ''news'' => ''news'',\n ''rss_menu'' => ''rss_menu'',\n ),\n ''e_user_list'' => \n array (\n ''user'' => ''user'',\n ),\n ''email_text'' => '''',\n ''email_item_class'' => ''253'',\n ''emotepack'' => ''default'',\n ''enable_rdns'' => ''0'',\n ''enable_rdns_on_ban'' => ''0'',\n ''failed_login_limit'' => ''10'',\n ''filter_script'' => ''1'',\n ''flood_hits'' => ''100'',\n ''flood_time'' => ''30'',\n ''flood_timeout'' => ''5'',\n ''forumdate'' => ''%a %b %d %Y, %I:%M%p'',\n ''fpwcode'' => ''0'',\n ''frontpage'' => \n array (\n 0 => ''index.php'',\n ),\n ''frontpage_force'' => \n array (\n 0 => '''',\n ),\n ''gdpr_privacypolicy'' => '''',\n ''gdpr_termsandconditions'' => '''',\n ''html_abuse'' => ''1'',\n ''im_height'' => ''80'',\n ''im_path'' => ''/usr/X11R6/bin/'',\n ''im_width'' => ''80'',\n ''image_post'' => ''1'',\n ''image_post_class'' => ''0'',\n ''image_preload'' => ''0'',\n ''img_import_resize'' => ''1200x800'',\n ''inline_editing'' => ''255'',\n ''inputdate'' => ''%A, %d %b, %Y'',\n ''inputtime'' => ''%I:%M %p'',\n ''install_date'' => ''1251664949'',\n ''lan_global_list'' => \n array (\n ''gallery'' => ''gallery'',\n ''hero'' => ''hero'',\n ''navigation'' => ''navigation'',\n ''news'' => ''news'',\n ''page'' => ''page'',\n ''rss_menu'' => ''rss_menu'',\n ''social'' => ''social'',\n ''user'' => ''user'',\n ''tagcloud'' => ''tagcloud'',\n ),\n ''link_replace'' => ''0'',\n ''link_text'' => '''',\n ''linkpage_screentip'' => ''0'',\n ''links_new_window'' => ''1'',\n ''log_page_accesses'' => ''0'',\n ''log_refertype'' => ''1'',\n ''logcode'' => ''0'',\n ''loginname_maxlength'' => ''30'',\n ''longdate'' => ''%A %d %B %Y - %H:%M:%S'',\n ''mail_pause'' => ''3'',\n ''mail_bounce'' => ''none'',\n ''mail_pausetime'' => ''4'',\n ''mail_sendstyle'' => ''texthtml'',\n ''mail_workpertick'' => ''5'',\n ''mailer'' => ''php'',\n ''bulkmailer'' => ''smtp'',\n ''main_wordwrap'' => '''',\n ''maintainance_flag'' => ''0'',\n ''make_clickable'' => ''0'',\n ''memberlist_access'' => ''253'',\n ''membersonly_enabled'' => ''0'',\n ''membersonly_exceptions'' => \n array (\n 0 => '''',\n ),\n ''menu_wordwrap'' => ''0'',\n ''menuconfig_list'' => \n array (\n ''login_menu'' => \n array (\n ''name'' => ''Login'',\n ''link'' => ''login_menu/config.php'',\n ),\n ''news'' => \n array (\n ''name'' => ''Newsmonths'',\n ''link'' => ''blogcalendar_menu/config.php'',\n ),\n ),\n ''membersonly_redirect'' => ''login'',\n ''meta_tag'' => '''',\n ''multilanguage'' => ''0'',\n ''nbr_cols'' => ''1'',\n ''nested_comments'' => ''1'',\n ''news_cats'' => ''0'',\n ''news_default_template'' => ''list'',\n ''news_editauthor'' => ''254'',\n ''news_list_limit'' => ''10'',\n ''news_list_templates'' => \n array (\n 0 => ''0'',\n ),\n ''news_newdateheader'' => ''0'',\n ''news_pagination'' => ''record'',\n ''newsposts'' => ''10'',\n ''newsposts_archive'' => ''0'',\n ''newsposts_archive_title'' => '''',\n ''noLanguageSubs'' => ''0'',\n ''null'' => '''',\n ''old_np'' => ''0'',\n ''pageCookieExpire'' => ''84600'',\n ''passwordEncoding'' => ''0'',\n ''password_CHAP'' => ''0'',\n ''plug_installed'' => \n array (\n ''news'' => ''1.0'',\n ''page'' => ''1.0'',\n ''siteinfo'' => ''1.0'',\n ''social'' => ''1.0'',\n ''tinymce4'' => ''1.0'',\n ''rss_menu'' => ''1.3'',\n ''contact'' => ''1.0'',\n ''user'' => ''1.0'',\n ''navigation'' => ''1.0'',\n ''signin'' => ''1.0'',\n ''gallery'' => ''1.1'',\n ''hero'' => ''1.0'',\n ''tagcloud'' => ''1.3'',\n ),\n ''post_html'' => ''254'',\n ''post_script'' => ''255'',\n ''predefinedLoginName'' => '''',\n ''profanity_filter'' => ''0'',\n ''profanity_replace'' => ''[censored]'',\n ''profanity_words'' => '''',\n ''redirectsiteurl'' => ''0'',\n ''replyto_email'' => ''registration@yoursite.com'',\n ''replyto_name'' => ''e107 Website System'',\n ''resize_method'' => ''gd2'',\n ''resize_dimensions'' => \n array (\n ''news-image'' => \n array (\n ''w'' => ''300'',\n ''h'' => ''300'',\n ),\n ''news-bbcode'' => \n array (\n ''w'' => ''300'',\n ''h'' => ''300'',\n ),\n ''page-bbcode'' => \n array (\n ''w'' => ''300'',\n ''h'' => ''300'',\n ),\n ),\n ''search_highlight'' => ''1'',\n ''search_restrict'' => ''0'',\n ''session_lifetime'' => ''86400'',\n ''session_save_method'' => ''db'',\n ''shortdate'' => ''%d %b %Y'',\n ''signcode'' => ''0'',\n ''signup_disallow_text'' => '''',\n ''signup_maxip'' => ''3'',\n ''signup_option_class'' => ''0'',\n ''signup_option_customtitle'' => ''0'',\n ''signup_option_email_confirm'' => ''0'',\n ''signup_option_hideemail'' => ''0'',\n ''signup_option_image'' => ''0'',\n ''signup_option_password'' => ''2'',\n ''signup_option_realname'' => ''0'',\n ''signup_option_signature'' => ''0'',\n ''signup_pass_len'' => ''6'',\n ''signup_text'' => '''',\n ''signup_text_after'' => '''',\n ''siteadmin'' => ''admin'',\n ''siteadminemail'' => ''user@yoursite.com'',\n ''sitebutton'' => ''{e_IMAGE}button.png'',\n ''sitecontacts'' => ''sitecontactinfo'',\n ''sitedescription'' => '''',\n ''sitedisclaimer'' => '''',\n ''sitelang_init'' => ''English'',\n ''sitelanguage'' => ''English'',\n ''sitelogo'' => '''',\n ''sitename'' => ''My Website'',\n ''sitetag'' => ''e107 Website System'',\n ''sitetheme'' => ''bootstrap5'',\n ''sitetheme_custompages'' => \n array (\n ''home'' => \n array (\n 0 => ''FRONTPAGE'',\n ),\n ''full'' => \n array (\n 0 => ''forum/'',\n 1 => ''download/'',\n ),\n ''splash'' => \n array (\n 0 => ''login'',\n 1 => ''fpw'',\n 2 => ''signup'',\n ),\n ''bare'' => \n array (\n ),\n ),\n ''sitetheme_deflayout'' => ''sidebar_right'',\n ''sitetheme_layouts'' => \n array (\n ''home'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Home Page'',\n ),\n ''custompages'' => ''FRONTPAGE'',\n ),\n ''full'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Full Page'',\n ),\n ''custompages'' => ''forum/ download/'',\n ),\n ''sidebar_left'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Sidebar (left)'',\n ),\n ''@value'' => '''',\n ),\n ''sidebar_right'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Sidebar (right)'',\n ''default'' => ''true'',\n ),\n ''@value'' => '''',\n ),\n ''splash'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Splash Page'',\n ),\n ''custompages'' => ''login fpw signup'',\n ),\n ''bare'' => \n array (\n ''@attributes'' => \n array (\n ''title'' => ''Bare Page'',\n ),\n ''custompages'' => '''',\n ),\n ),\n ''sitetheme_pref'' => '''',\n ''siteurl'' => ''/'',\n ''smiley_activate'' => ''1'',\n ''smtp_server'' => '''',\n ''smtp_username'' => '''',\n ''smtp_password'' => '''',\n ''smtp_options'' => '''',\n ''smtp_port'' => ''25'',\n ''social_login_active'' => ''0'',\n ''social_login'' => ''array()'',\n ''ssl_enabled'' => ''0'',\n ''subnews_attach'' => ''253'',\n ''subnews_class'' => ''253'',\n ''subnews_htmlarea'' => ''0'',\n ''subnews_resize'' => '''',\n ''themecss'' => ''https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.3/quartz/bootstrap.min.css'',\n ''thumbnail_quality'' => ''75'',\n ''timezone'' => ''UTC'',\n ''track_online'' => ''1'',\n ''ue_upgrade'' => ''1'',\n ''upload_class'' => ''255'',\n ''upload_enabled'' => ''0'',\n ''upload_maxfilesize'' => ''2M'',\n ''url_aliases'' => \n array (\n ),\n ''url_config'' => \n array (\n ''index'' => ''core'',\n ''news'' => ''core'',\n ''page'' => ''core'',\n ''search'' => ''core'',\n ''system'' => ''core'',\n ''user'' => ''core'',\n ),\n ''url_profiles'' => \n array (\n ),\n ''url_disable_pathinfo'' => ''1'',\n ''url_error_redirect'' => ''0'',\n ''url_locations'' => \n array (\n ''index'' => \n array (\n 0 => ''core'',\n ),\n ''news'' => \n array (\n 0 => ''core'',\n 1 => ''core/sef_full'',\n 2 => ''core/sef_noid'',\n 3 => ''core/sef'',\n ),\n ''page'' => \n array (\n 0 => ''core'',\n 1 => ''core/sef_chapters'',\n 2 => ''core/sef_noid'',\n 3 => ''core/sef'',\n ),\n ''search'' => \n array (\n 0 => ''core'',\n 1 => ''core/rewrite'',\n ),\n ''system'' => \n array (\n 0 => ''core'',\n 1 => ''core/rewrite'',\n ),\n ''user'' => \n array (\n 0 => ''core'',\n 1 => ''core/rewrite'',\n ),\n ),\n ''url_main_module'' => ''page'',\n ''url_modules'' => \n array (\n ''core'' => \n array (\n 0 => ''index'',\n 1 => ''news'',\n 2 => ''page'',\n 3 => ''search'',\n 4 => ''system'',\n 5 => ''user'',\n ),\n ''plugin'' => \n array (\n 0 => ''gallery'',\n ),\n ''override'' => \n array (\n ),\n ),\n ''url_sef_translate'' => ''dashl'',\n ''useGeshi'' => ''0'',\n ''use_coppa'' => ''1'',\n ''user_new_period'' => ''3'',\n ''user_reg'' => ''1'',\n ''user_reg_secureveri'' => ''1'',\n ''user_reg_veri'' => ''1'',\n ''user_tracking'' => ''session'',\n ''version'' => ''2.2.0'',\n ''wm_enclose'' => ''1'',\n ''wmessage_sc'' => ''0'',\n ''wysiwyg'' => ''1'',\n ''wysiwyg_list'' => \n array (\n ''tinymce4'' => ''TinyMce4'',\n ),\n ''xup_enabled'' => ''1'',\n ''xurl'' => \n array (\n ''facebook'' => ''#'',\n ''twitter'' => ''#'',\n ''youtube'' => ''#'',\n ''google'' => ''#'',\n ''linkedin'' => '''',\n ''github'' => '''',\n ''flickr'' => '''',\n ''instagram'' => '''',\n ''pinterest'' => '''',\n ''vimeo'' => '''',\n ),\n ''xmlfeed_languagepacks'' => ''https://www.e107.org/themeupdate.php'',\n ''xmlfeed_security'' => ''https://www.e107.org/themeupdate.php'',\n ''avatar_upload'' => ''0'',\n ''photo_upload'' => ''0'',\n ''profile_rate'' => ''0'',\n ''profile_comments'' => ''0'',\n ''force_userupdate'' => ''0'',\n ''del_unv'' => ''0'',\n ''del_accu'' => ''1'',\n ''signature_access'' => ''253'',\n ''bbcode_list'' => \n array (\n ),\n ''shortcode_legacy_list'' => \n array (\n ),\n ''e_menu_list'' => \n array (\n ''navigation'' => ''navigation'',\n ''news'' => ''news'',\n ''page'' => ''page'',\n ''social'' => ''social'',\n ''tagcloud'' => ''tagcloud'',\n ),\n ''e_frontpage_list'' => \n array (\n ''news'' => ''news'',\n ''page'' => ''page'',\n ),\n ''e_gsitemap_list'' => \n array (\n ''news'' => ''news'',\n ),\n ''e_dashboard_list'' => \n array (\n ''user'' => ''user'',\n ),\n ''e_mailout_list'' => \n array (\n ''user'' => ''user'',\n ),\n ''e_library_list'' => \n array (\n ''gallery'' => ''gallery'',\n ),\n ''sitetheme_glyphicons'' => \n array (\n ),\n ''sitetheme_version'' => ''1.1'',\n)'),
[127] Fix | Delete
('plugin_gallery', 'array (\n ''popup_w'' => ''800'',\n ''popup_h'' => ''800'',\n ''slideshow_category'' => ''1'',\n ''slideshow_duration'' => ''1000'',\n ''slideshow_auto'' => ''1'',\n ''slideshow_freq'' => ''4000'',\n ''slideshow_effect'' => ''scrollHorz'',\n ''perpage'' => ''12'',\n ''orderby'' => ''media_id DESC'',\n ''pp_global'' => ''0'',\n ''pp_hook'' => ''data-gal'',\n ''pp_animation_speed'' => ''fast'',\n ''pp_slideshow'' => ''5000'',\n ''pp_autoplay_slideshow'' => ''0'',\n ''pp_opacity'' => ''0.80'',\n ''pp_show_title'' => ''1'',\n ''pp_allow_resize'' => ''1'',\n ''pp_default_width'' => ''500'',\n ''pp_default_height'' => ''344'',\n ''pp_counter_separator_label'' => ''/'',\n ''pp_theme'' => ''pp_default'',\n ''pp_horizontal_padding'' => ''20'',\n ''pp_hideflash'' => ''0'',\n ''pp_wmode'' => ''opaque'',\n ''pp_autoplay'' => ''1'',\n ''pp_modal'' => ''0'',\n ''pp_deeplinking'' => ''0'',\n ''pp_overlay_gallery'' => ''0'',\n ''pp_keyboard_shortcuts'' => ''1'',\n ''pp_ie6_fallback'' => ''1'',\n)'),
[128] Fix | Delete
('plugin_hero', 'array (\n ''visibility'' => ''0'',\n ''icon_pack'' => ''fontawesome'',\n ''slide_interval'' => ''7000'',\n)'),
[129] Fix | Delete
('plugin_tinymce4', 'array (\n ''paste_as_text'' => ''0'',\n ''browser_spellcheck'' => ''1'',\n ''visualblocks'' => ''1'',\n ''code_highlight_class'' => ''prettyprint linenums'',\n)'),
[130] Fix | Delete
('theme_bootstrap5', 'array (\n ''cardmenu_look'' => ''1'',\n ''login_iframe'' => '''',\n)'),
[131] Fix | Delete
('history_prefs', 'array (\n ''most_members_online'' => 0,\n ''most_guests_online'' => 1,\n ''most_online_datestamp'' => [[timestamp]],\n)');
[132] Fix | Delete
[133] Fix | Delete
-- --------------------------------------------------------
[134] Fix | Delete
[135] Fix | Delete
--
[136] Fix | Delete
-- Table structure for table `[[dbprefix]]core_media`
[137] Fix | Delete
--
[138] Fix | Delete
[139] Fix | Delete
CREATE TABLE `[[dbprefix]]core_media` (
[140] Fix | Delete
`media_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[141] Fix | Delete
`media_type` varchar(50) NOT NULL DEFAULT '',
[142] Fix | Delete
`media_name` varchar(255) NOT NULL DEFAULT '',
[143] Fix | Delete
`media_caption` varchar(255) NOT NULL DEFAULT '',
[144] Fix | Delete
`media_description` varchar(255) NOT NULL DEFAULT '',
[145] Fix | Delete
`media_category` varchar(255) NOT NULL DEFAULT '',
[146] Fix | Delete
`media_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[147] Fix | Delete
`media_author` int(10) unsigned NOT NULL DEFAULT '0',
[148] Fix | Delete
`media_url` varchar(255) NOT NULL DEFAULT '',
[149] Fix | Delete
`media_size` int(20) unsigned NOT NULL DEFAULT '0',
[150] Fix | Delete
`media_dimensions` varchar(25) NOT NULL DEFAULT '',
[151] Fix | Delete
`media_userclass` varchar(255) NOT NULL DEFAULT '',
[152] Fix | Delete
`media_usedby` text NOT NULL,
[153] Fix | Delete
`media_tags` text NOT NULL,
[154] Fix | Delete
PRIMARY KEY (`media_id`),
[155] Fix | Delete
UNIQUE KEY `media_url` (`media_url`)
[156] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;
[157] Fix | Delete
[158] Fix | Delete
--
[159] Fix | Delete
-- Dumping data for table `[[dbprefix]]core_media`
[160] Fix | Delete
--
[161] Fix | Delete
[162] Fix | Delete
INSERT INTO `[[dbprefix]]core_media` VALUES
[163] Fix | Delete
(1, 'image/jpeg', 'butterfly.jpg', 'butterfly.jpg', '', 'gallery_image', [[timestamp]], 1, '{e_PLUGIN}gallery/images/butterfly.jpg', 238490, '1500 x 1000', '0', '', ''),
[164] Fix | Delete
(2, 'image/jpeg', 'horse.jpg', 'horse.jpg', '', 'gallery_image', [[timestamp]], 1, '{e_PLUGIN}gallery/images/horse.jpg', 335810, '1500 x 1000', '0', '', ''),
[165] Fix | Delete
(3, 'image/jpeg', 'lake-and-forest.jpg', 'lake-and-forest.jpg', '', 'gallery_image', [[timestamp]], 1, '{e_PLUGIN}gallery/images/lake-and-forest.jpg', 317718, '1000 x 1500', '0', '', ''),
[166] Fix | Delete
(4, 'image/png', 'gallery_16.png', 'gallery_16.png', '', '_icon_16', [[timestamp]], 1, '{e_PLUGIN}gallery/images/gallery_16.png', 1075, '16 x 16', '0', '', ''),
[167] Fix | Delete
(5, 'image/png', 'gallery_32.png', 'gallery_32.png', '', '_icon_32', [[timestamp]], 1, '{e_PLUGIN}gallery/images/gallery_32.png', 2770, '32 x 32', '0', '', ''),
[168] Fix | Delete
(6, 'image/png', 'rss_16.png', 'rss_16.png', '', '_icon_16', [[timestamp]], 1, '{e_PLUGIN}rss_menu/images/rss_16.png', 898, '16 x 16', '0', '', ''),
[169] Fix | Delete
(7, 'image/png', 'rss_32.png', 'rss_32.png', '', '_icon_32', [[timestamp]], 1, '{e_PLUGIN}rss_menu/images/rss_32.png', 2486, '32 x 32', '0', '', ''),
[170] Fix | Delete
(8, 'image/png', 'icon_16.png', 'icon_16.png', '', '_icon_16', [[timestamp]], 1, '{e_PLUGIN}social/images/icon_16.png', 1748, '16 x 16', '0', '', ''),
[171] Fix | Delete
(9, 'image/png', 'icon_32.png', 'icon_32.png', '', '_icon_32', [[timestamp]], 1, '{e_PLUGIN}social/images/icon_32.png', 2446, '32 x 32', '0', '', ''),
[172] Fix | Delete
(10, 'image/svg+xml', 'fontello.svg', 'fontello.svg', '', '_icon_svg', [[timestamp]], 1, '{e_PLUGIN}social/font/fontello.svg', 25299, '', '0', '', ''),
[173] Fix | Delete
(11, 'image/png', 'icon_16.png', 'icon_16.png', '', '_icon_16', [[timestamp]], 1, '{e_PLUGIN}tinymce4/images/icon_16.png', 859, '16 x 16', '0', '', ''),
[174] Fix | Delete
(12, 'image/png', 'icon_32.png', 'icon_32.png', '', '_icon_32', [[timestamp]], 1, '{e_PLUGIN}tinymce4/images/icon_32.png', 2441, '32 x 32', '0', '', ''),
[175] Fix | Delete
(13, 'image/png', 'icon_16.png', 'icon_16.png', '', '_icon_16', [[timestamp]], 1, '{e_PLUGIN}tagcloud/images/icon_16.png', 736, '16 x 16', '0', '', ''),
[176] Fix | Delete
(14, 'image/png', 'icon_32.png', 'icon_32.png', '', '_icon_32', [[timestamp]], 1, '{e_PLUGIN}tagcloud/images/icon_32.png', 1497, '32 x 32', '0', '', '');
[177] Fix | Delete
[178] Fix | Delete
-- --------------------------------------------------------
[179] Fix | Delete
[180] Fix | Delete
--
[181] Fix | Delete
-- Table structure for table `[[dbprefix]]core_media_cat`
[182] Fix | Delete
--
[183] Fix | Delete
[184] Fix | Delete
CREATE TABLE `[[dbprefix]]core_media_cat` (
[185] Fix | Delete
`media_cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[186] Fix | Delete
`media_cat_owner` varchar(255) NOT NULL DEFAULT '',
[187] Fix | Delete
`media_cat_category` varchar(255) NOT NULL DEFAULT '',
[188] Fix | Delete
`media_cat_title` text NOT NULL,
[189] Fix | Delete
`media_cat_sef` varchar(255) NOT NULL DEFAULT '',
[190] Fix | Delete
`media_cat_diz` text NOT NULL,
[191] Fix | Delete
`media_cat_class` int(5) DEFAULT '0',
[192] Fix | Delete
`media_cat_image` varchar(255) NOT NULL DEFAULT '',
[193] Fix | Delete
`media_cat_order` int(3) unsigned NOT NULL DEFAULT '0',
[194] Fix | Delete
PRIMARY KEY (`media_cat_id`),
[195] Fix | Delete
UNIQUE KEY `media_cat_category` (`media_cat_category`)
[196] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ;
[197] Fix | Delete
[198] Fix | Delete
--
[199] Fix | Delete
-- Dumping data for table `[[dbprefix]]core_media_cat`
[200] Fix | Delete
--
[201] Fix | Delete
[202] Fix | Delete
INSERT INTO `[[dbprefix]]core_media_cat` VALUES
[203] Fix | Delete
(1, '_common', '_common_image', '(Common Images)', '', 'Media in this category will be available in all areas of admin.', 253, '', 0),
[204] Fix | Delete
(2, '_common', '_common_file', '(Common Files)', '', 'Media in this category will be available in all areas of admin.', 253, '', 0),
[205] Fix | Delete
(3, '_common', '_common_video', '(Common Videos)', '', 'Media in this category will be available in all areas of admin.', 253, '', 0),
[206] Fix | Delete
(4, '_common', '_common_audio', '(Common Audio)', '', 'Media in this category will be available in all areas of admin.', 253, '', 0),
[207] Fix | Delete
(5, 'news', 'news', 'News', '', 'Will be available in the news area.', 253, '', 1),
[208] Fix | Delete
(6, 'page', 'page', 'Custom Pages', '', 'Will be available in the custom pages area of admin.', 253, '', 0),
[209] Fix | Delete
(7, 'download', 'download_image', 'Download Images', '', '', 253, '', 0),
[210] Fix | Delete
(8, 'download', 'download_thumb', 'Download Thumbnails', '', '', 253, '', 0),
[211] Fix | Delete
(9, 'download', 'download_file', 'Download Files', '', '', 253, '', 0),
[212] Fix | Delete
(10, 'news', 'news_thumb', 'News Thumbnails (Legacy)', '', 'Legacy news thumbnails.', 253, '', 1),
[213] Fix | Delete
(11, '_icon', '_icon_16', 'Icons 16px', '', 'Available where icons are used in admin.', 253, '', 0),
[214] Fix | Delete
(12, '_icon', '_icon_32', 'Icons 32px', '', 'Available where icons are used in admin.', 253, '', 0),
[215] Fix | Delete
(13, '_icon', '_icon_48', 'Icons 48px', '', 'Available where icons are used in admin.', 253, '', 0),
[216] Fix | Delete
(14, '_icon', '_icon_64', 'Icons 64px', '', 'Available where icons are used in admin.', 253, '', 0),
[217] Fix | Delete
(15, '_icon', '_icon_svg', 'Icons SVG', '', 'Available where icons are used in admin.', 253, '', 0),
[218] Fix | Delete
(16, 'gallery', 'gallery_image', 'Gallery 1', 'gallery-1', '', 0, '{e_PLUGIN}gallery/images/butterfly.jpg', 0),
[219] Fix | Delete
(17, 'hero', 'hero_image', 'Hero Images', '', '', 253, '', 0);
[220] Fix | Delete
[221] Fix | Delete
-- --------------------------------------------------------
[222] Fix | Delete
[223] Fix | Delete
--
[224] Fix | Delete
-- Table structure for table `[[dbprefix]]cron`
[225] Fix | Delete
--
[226] Fix | Delete
[227] Fix | Delete
CREATE TABLE `[[dbprefix]]cron` (
[228] Fix | Delete
`cron_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[229] Fix | Delete
`cron_name` varchar(50) NOT NULL,
[230] Fix | Delete
`cron_category` varchar(20) NOT NULL,
[231] Fix | Delete
`cron_description` varchar(255) NOT NULL,
[232] Fix | Delete
`cron_function` varchar(50) NOT NULL,
[233] Fix | Delete
`cron_tab` varchar(255) NOT NULL,
[234] Fix | Delete
`cron_lastrun` int(13) unsigned NOT NULL,
[235] Fix | Delete
`cron_active` int(1) unsigned NOT NULL,
[236] Fix | Delete
PRIMARY KEY (`cron_id`),
[237] Fix | Delete
UNIQUE KEY `cron_function` (`cron_function`)
[238] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[239] Fix | Delete
[240] Fix | Delete
-- --------------------------------------------------------
[241] Fix | Delete
[242] Fix | Delete
--
[243] Fix | Delete
-- Table structure for table `[[dbprefix]]dblog`
[244] Fix | Delete
--
[245] Fix | Delete
[246] Fix | Delete
CREATE TABLE `[[dbprefix]]dblog` (
[247] Fix | Delete
`dblog_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[248] Fix | Delete
`dblog_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[249] Fix | Delete
`dblog_microtime` int(10) unsigned NOT NULL DEFAULT '0',
[250] Fix | Delete
`dblog_type` tinyint(3) NOT NULL DEFAULT '0',
[251] Fix | Delete
`dblog_eventcode` varchar(10) NOT NULL DEFAULT '',
[252] Fix | Delete
`dblog_user_id` int(10) unsigned NOT NULL DEFAULT '0',
[253] Fix | Delete
`dblog_user_name` varchar(100) NOT NULL DEFAULT '',
[254] Fix | Delete
`dblog_ip` varchar(45) NOT NULL DEFAULT '',
[255] Fix | Delete
`dblog_caller` varchar(255) NOT NULL DEFAULT '',
[256] Fix | Delete
`dblog_title` varchar(255) NOT NULL DEFAULT '',
[257] Fix | Delete
`dblog_remarks` text NOT NULL,
[258] Fix | Delete
PRIMARY KEY (`dblog_id`),
[259] Fix | Delete
KEY `dblog_datestamp` (`dblog_datestamp`)
[260] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[261] Fix | Delete
[262] Fix | Delete
-- --------------------------------------------------------
[263] Fix | Delete
[264] Fix | Delete
--
[265] Fix | Delete
-- Table structure for table `[[dbprefix]]generic`
[266] Fix | Delete
--
[267] Fix | Delete
[268] Fix | Delete
CREATE TABLE `[[dbprefix]]generic` (
[269] Fix | Delete
`gen_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[270] Fix | Delete
`gen_type` varchar(80) NOT NULL DEFAULT '',
[271] Fix | Delete
`gen_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[272] Fix | Delete
`gen_user_id` int(10) unsigned NOT NULL DEFAULT '0',
[273] Fix | Delete
`gen_ip` varchar(80) NOT NULL DEFAULT '',
[274] Fix | Delete
`gen_intdata` int(10) unsigned NOT NULL DEFAULT '0',
[275] Fix | Delete
`gen_chardata` text NOT NULL,
[276] Fix | Delete
PRIMARY KEY (`gen_id`),
[277] Fix | Delete
KEY `gen_type` (`gen_type`)
[278] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[279] Fix | Delete
[280] Fix | Delete
--
[281] Fix | Delete
-- Dumping data for table `[[dbprefix]]generic`
[282] Fix | Delete
--
[283] Fix | Delete
[284] Fix | Delete
INSERT INTO `[[dbprefix]]generic` VALUES
[285] Fix | Delete
(1, 'wmessage', 1145848343, 1, 'Hello World!', 0, '[html]This is a twitter bootstrap template for a simple marketing or informational website. The only difference is that e107 is managing the content. ie. The text you are reading is the &quot;Welcome Message&quot;. Visit the admin-area to modify.<br><br><a class=&quot;btn btn-primary btn-large &quot; href=&quot;e107_admin/admin.php&quot;>Go to Admin area</a><br>[/html]');
[286] Fix | Delete
[287] Fix | Delete
-- --------------------------------------------------------
[288] Fix | Delete
[289] Fix | Delete
--
[290] Fix | Delete
-- Table structure for table `[[dbprefix]]hero`
[291] Fix | Delete
--
[292] Fix | Delete
[293] Fix | Delete
CREATE TABLE `[[dbprefix]]hero` (
[294] Fix | Delete
`hero_id` int(10) NOT NULL AUTO_INCREMENT,
[295] Fix | Delete
`hero_title` varchar(255) NOT NULL,
[296] Fix | Delete
`hero_description` varchar(255) DEFAULT '',
[297] Fix | Delete
`hero_bg` varchar(255) NOT NULL,
[298] Fix | Delete
`hero_media` varchar(255) DEFAULT '',
[299] Fix | Delete
`hero_bullets` text,
[300] Fix | Delete
`hero_button1` text,
[301] Fix | Delete
`hero_button2` text,
[302] Fix | Delete
`hero_order` tinyint(3) unsigned NOT NULL DEFAULT '0',
[303] Fix | Delete
`hero_class` int(5) DEFAULT '0',
[304] Fix | Delete
PRIMARY KEY (`hero_id`)
[305] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
[306] Fix | Delete
[307] Fix | Delete
--
[308] Fix | Delete
-- Dumping data for table `[[dbprefix]]hero`
[309] Fix | Delete
--
[310] Fix | Delete
[311] Fix | Delete
INSERT INTO `[[dbprefix]]hero` VALUES
[312] Fix | Delete
(1, 'A [powerful] & [free] hero area', '[Easy] to Use', '', 'https://via.placeholder.com/800x350.jpg?text=Image+1', '[\n {\n "icon": "fa-sun-o.glyph",\n "icon_style": "warning",\n "text": "Add some bullet text",\n "animation": "fadeInRight",\n "animation_delay": "15"\n },\n {\n "icon": "fa-font-awesome.glyph",\n "icon_style": "success",\n "text": "Select an Icon from FontAwesome or others",\n "animation": "fadeInRight",\n "animation_delay": "25"\n },\n {\n "icon": "fa-adjust.glyph",\n "icon_style": "danger",\n "text": "Choose a Style from Bootstrap",\n "animation": "fadeInRight",\n "animation_delay": "35"\n },\n {\n "icon": "",\n "icon_style": "",\n "text": "",\n "animation": "",\n "animation_delay": "0"\n },\n {\n "icon": "",\n "icon_style": "",\n "text": "",\n "animation": "",\n "animation_delay": "0"\n }\n]', '{\n "icon": "fa-arrow-circle-o-down",\n "label": "Button",\n "url": "",\n "class": "primary"\n}', '{\n "icon": "fa-",\n "label": "",\n "url": "",\n "class": ""\n}', 0, 0),
[313] Fix | Delete
(2, 'Add [emphasized] titles', 'Add a description [here]', '', 'https://via.placeholder.com/800x350.jpg?text=Image+2', '[\n {\n "icon": "fa-clock-o.glyph",\n "icon_style": "info",\n "text": "Time it how you wish",\n "animation": "fadeInRight",\n "animation_delay": "35"\n },\n {\n "icon": "fa-id-badge.glyph",\n "icon_style": "warning",\n "text": "Add a Button",\n "animation": "fadeInRight",\n "animation_delay": "15"\n },\n {\n "icon": "fa-globe.glyph",\n "icon_style": "success",\n "text": "To the URL of your choice",\n "animation": "fadeInRight",\n "animation_delay": "20"\n },\n {\n "icon": "fa-.glyph",\n "icon_style": "",\n "text": "",\n "animation": "",\n "animation_delay": "0"\n },\n {\n "icon": "fa-.glyph",\n "icon_style": "",\n "text": "",\n "animation": "",\n "animation_delay": "0"\n }\n]', '{\n "icon": "fa-link",\n "label": "Button",\n "url": "#",\n "class": "success"\n}', '{\n "icon": "fa-",\n "label": "",\n "url": "",\n "class": ""\n}', 1, 0),
[314] Fix | Delete
(3, 'Select your [Animations]', 'Use the admin area to adjust.', '', 'https://via.placeholder.com/800x350.jpg?text=Image+3', '[\n {\n "icon": "fa-soccer-ball-o.glyph",\n "icon_style": "warning",\n "text": "Bounce In from the Left",\n "animation": "bounceInLeft",\n "animation_delay": "15"\n },\n {\n "icon": "fa-arrow-up.glyph",\n "icon_style": "success",\n "text": "Zoom In Up",\n "animation": "zoomInUp",\n "animation_delay": "42"\n },\n {\n "icon": "fa-anchor.glyph",\n "icon_style": "danger",\n "text": "Rotate In Down and Left",\n "animation": "rotateInDownLeft",\n "animation_delay": "30"\n },\n {\n "icon": "",\n "icon_style": "",\n "text": "",\n "animation": "",\n "animation_delay": "0"\n },\n {\n "icon": "",\n "icon_style": "",\n "text": "",\n "animation": "",\n "animation_delay": "0"\n }\n]', '{\n "icon": "fa-",\n "label": "",\n "url": "",\n "class": ""\n}', '{\n "icon": "fa-",\n "label": "",\n "url": "",\n "class": ""\n}', 2, 0);
[315] Fix | Delete
[316] Fix | Delete
-- --------------------------------------------------------
[317] Fix | Delete
[318] Fix | Delete
--
[319] Fix | Delete
-- Table structure for table `[[dbprefix]]links`
[320] Fix | Delete
--
[321] Fix | Delete
[322] Fix | Delete
CREATE TABLE `[[dbprefix]]links` (
[323] Fix | Delete
`link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[324] Fix | Delete
`link_name` varchar(100) NOT NULL DEFAULT '',
[325] Fix | Delete
`link_url` varchar(200) NOT NULL DEFAULT '',
[326] Fix | Delete
`link_description` text NOT NULL,
[327] Fix | Delete
`link_button` varchar(100) NOT NULL DEFAULT '',
[328] Fix | Delete
`link_category` tinyint(3) unsigned NOT NULL DEFAULT '0',
[329] Fix | Delete
`link_order` int(10) unsigned NOT NULL DEFAULT '0',
[330] Fix | Delete
`link_parent` int(10) unsigned NOT NULL DEFAULT '0',
[331] Fix | Delete
`link_open` tinyint(1) unsigned NOT NULL DEFAULT '0',
[332] Fix | Delete
`link_rel` varchar(200) NOT NULL DEFAULT '',
[333] Fix | Delete
`link_class` varchar(255) NOT NULL DEFAULT '0',
[334] Fix | Delete
`link_function` varchar(100) NOT NULL DEFAULT '',
[335] Fix | Delete
`link_sefurl` varchar(255) NOT NULL,
[336] Fix | Delete
`link_owner` varchar(50) NOT NULL DEFAULT '',
[337] Fix | Delete
PRIMARY KEY (`link_id`)
[338] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;
[339] Fix | Delete
[340] Fix | Delete
--
[341] Fix | Delete
-- Dumping data for table `[[dbprefix]]links`
[342] Fix | Delete
--
[343] Fix | Delete
[344] Fix | Delete
INSERT INTO `[[dbprefix]]links` VALUES
[345] Fix | Delete
(1, 'Home', 'index.php', '', '', 1, 1, 0, 0, '', '0', '', '', ''),
[346] Fix | Delete
(3, 'Submit News', 'submitnews.php', '', '', 2, 10, 0, 0, '', '253', '', '', ''),
[347] Fix | Delete
(4, 'Contact', 'contact.php', '', '', 1, 7, 0, 0, '', '0', '', 'index', 'contact'),
[348] Fix | Delete
(5, 'News', 'news.php', '', '', 1, 2, 0, 0, '', '0', '', 'index', 'news'),
[349] Fix | Delete
(6, 'Content', 'page.php', '', '', 1, 3, 0, 0, '', '0', 'page::pagesFromChapter(2)', '', ''),
[350] Fix | Delete
(7, 'Privacy', '#privacy-policy', '', '', 3, 11, 0, 0, '', '0', '', '', ''),
[351] Fix | Delete
(8, 'Contact', 'contact.php', '', '', 3, 13, 0, 0, '', '0', '', 'index', 'contact'),
[352] Fix | Delete
(9, 'Other', '#', '', '', 3, 14, 0, 0, '', '255', '', '', ''),
[353] Fix | Delete
(10, 'Other', '#', '', '', 3, 14, 0, 0, '', '255', '', '', ''),
[354] Fix | Delete
(11, 'Other', '#', '', '', 3, 15, 0, 0, '', '255', '', '', ''),
[355] Fix | Delete
(2, 'Terms', '#terms-of-use', '', '', 3, 12, 0, 0, '', '0', '', '', '');
[356] Fix | Delete
[357] Fix | Delete
-- --------------------------------------------------------
[358] Fix | Delete
[359] Fix | Delete
--
[360] Fix | Delete
-- Table structure for table `[[dbprefix]]mail_content`
[361] Fix | Delete
--
[362] Fix | Delete
[363] Fix | Delete
CREATE TABLE `[[dbprefix]]mail_content` (
[364] Fix | Delete
`mail_source_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[365] Fix | Delete
`mail_content_status` tinyint(1) unsigned NOT NULL DEFAULT '0',
[366] Fix | Delete
`mail_total_count` int(10) unsigned NOT NULL DEFAULT '0',
[367] Fix | Delete
`mail_togo_count` int(10) unsigned NOT NULL DEFAULT '0',
[368] Fix | Delete
`mail_sent_count` int(10) unsigned NOT NULL DEFAULT '0',
[369] Fix | Delete
`mail_fail_count` int(10) unsigned NOT NULL DEFAULT '0',
[370] Fix | Delete
`mail_bounce_count` int(10) unsigned NOT NULL DEFAULT '0',
[371] Fix | Delete
`mail_start_send` int(10) unsigned NOT NULL DEFAULT '0',
[372] Fix | Delete
`mail_end_send` int(10) unsigned NOT NULL DEFAULT '0',
[373] Fix | Delete
`mail_create_date` int(10) unsigned NOT NULL DEFAULT '0',
[374] Fix | Delete
`mail_creator` int(10) unsigned NOT NULL DEFAULT '0',
[375] Fix | Delete
`mail_create_app` varchar(20) NOT NULL DEFAULT '',
[376] Fix | Delete
`mail_e107_priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
[377] Fix | Delete
`mail_notify_complete` tinyint(1) unsigned NOT NULL DEFAULT '0',
[378] Fix | Delete
`mail_last_date` int(10) unsigned NOT NULL DEFAULT '0',
[379] Fix | Delete
`mail_title` varchar(100) NOT NULL DEFAULT '',
[380] Fix | Delete
`mail_subject` varchar(100) NOT NULL DEFAULT '',
[381] Fix | Delete
`mail_body` text,
[382] Fix | Delete
`mail_body_templated` text,
[383] Fix | Delete
`mail_other` text,
[384] Fix | Delete
`mail_media` text,
[385] Fix | Delete
PRIMARY KEY (`mail_source_id`),
[386] Fix | Delete
KEY `mail_content_status` (`mail_content_status`)
[387] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[388] Fix | Delete
[389] Fix | Delete
-- --------------------------------------------------------
[390] Fix | Delete
[391] Fix | Delete
--
[392] Fix | Delete
-- Table structure for table `[[dbprefix]]mail_recipients`
[393] Fix | Delete
--
[394] Fix | Delete
[395] Fix | Delete
CREATE TABLE `[[dbprefix]]mail_recipients` (
[396] Fix | Delete
`mail_target_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[397] Fix | Delete
`mail_recipient_id` int(10) unsigned NOT NULL DEFAULT '0',
[398] Fix | Delete
`mail_recipient_email` varchar(80) NOT NULL DEFAULT '',
[399] Fix | Delete
`mail_recipient_name` varchar(80) NOT NULL DEFAULT '',
[400] Fix | Delete
`mail_status` tinyint(1) unsigned NOT NULL DEFAULT '0',
[401] Fix | Delete
`mail_detail_id` int(10) unsigned NOT NULL DEFAULT '0',
[402] Fix | Delete
`mail_send_date` int(10) unsigned NOT NULL DEFAULT '0',
[403] Fix | Delete
`mail_target_info` text,
[404] Fix | Delete
PRIMARY KEY (`mail_target_id`),
[405] Fix | Delete
KEY `mail_status` (`mail_status`),
[406] Fix | Delete
KEY `mail_detail_id` (`mail_detail_id`)
[407] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[408] Fix | Delete
[409] Fix | Delete
-- --------------------------------------------------------
[410] Fix | Delete
[411] Fix | Delete
--
[412] Fix | Delete
-- Table structure for table `[[dbprefix]]menus`
[413] Fix | Delete
--
[414] Fix | Delete
[415] Fix | Delete
CREATE TABLE `[[dbprefix]]menus` (
[416] Fix | Delete
`menu_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[417] Fix | Delete
`menu_name` varchar(100) NOT NULL DEFAULT '',
[418] Fix | Delete
`menu_location` tinyint(3) unsigned NOT NULL DEFAULT '0',
[419] Fix | Delete
`menu_order` tinyint(3) unsigned NOT NULL DEFAULT '0',
[420] Fix | Delete
`menu_class` varchar(255) NOT NULL DEFAULT '0',
[421] Fix | Delete
`menu_pages` text NOT NULL,
[422] Fix | Delete
`menu_path` varchar(100) NOT NULL DEFAULT '',
[423] Fix | Delete
`menu_layout` varchar(100) NOT NULL DEFAULT '',
[424] Fix | Delete
`menu_parms` text NOT NULL,
[425] Fix | Delete
PRIMARY KEY (`menu_id`)
[426] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ;
[427] Fix | Delete
[428] Fix | Delete
--
[429] Fix | Delete
-- Dumping data for table `[[dbprefix]]menus`
[430] Fix | Delete
--
[431] Fix | Delete
[432] Fix | Delete
INSERT INTO `[[dbprefix]]menus` VALUES
[433] Fix | Delete
(1, 'login_menu', 1, 1, '0', '', 'login_menu/', '', ''),
[434] Fix | Delete
(2, 'online_menu', 0, 0, '0', '', 'online/', '', ''),
[435] Fix | Delete
(3, 'blogcalendar_menu', 0, 0, '0', '', 'blogcalendar_menu/', '', ''),
[436] Fix | Delete
(5, 'search_menu', 0, 0, '0', '', 'search_menu/', '', ''),
[437] Fix | Delete
(6, 'counter_menu', 0, 0, '0', '', 'siteinfo/', '', ''),
[438] Fix | Delete
(7, 'userlanguage_menu', 0, 0, '0', '', 'user/', '', ''),
[439] Fix | Delete
(8, 'compliance_menu', 0, 0, '0', '', 'siteinfo/', '', ''),
[440] Fix | Delete
(9, 'other_news_menu', 0, 0, '0', '', 'news/', '', ''),
[441] Fix | Delete
(10, 'clock_menu', 0, 0, '0', '', 'clock_menu/', '', ''),
[442] Fix | Delete
(11, 'other_news2_menu', 0, 0, '0', '', 'news/', '', ''),
[443] Fix | Delete
(12, 'comment_menu', 0, 0, '0', '', 'comment_menu/', '', ''),
[444] Fix | Delete
(13, 'lastseen_menu', 0, 0, '0', '', 'online/', '', ''),
[445] Fix | Delete
(14, 'news_months_menu', 0, 2, '0', '', 'news/', '', ''),
[446] Fix | Delete
(15, 'admin_menu', 0, 0, '0', '', 'admin_menu/', '', ''),
[447] Fix | Delete
(16, 'news_categories_menu', 0, 0, '0', '', 'news/', '', ''),
[448] Fix | Delete
(17, 'latestnews_menu', 0, 0, '0', '', 'news/', '', ''),
[449] Fix | Delete
(18, 'usertheme_menu', 0, 0, '0', '', 'user/', '', ''),
[450] Fix | Delete
(19, 'powered_by_menu', 0, 0, '0', '', 'siteinfo/', '', ''),
[451] Fix | Delete
(20, 'sitebutton_menu', 0, 0, '0', '', 'siteinfo/', '', ''),
[452] Fix | Delete
(21, 'news_carousel_menu', 0, 0, '0', '', 'news/', '', ''),
[453] Fix | Delete
(22, 'chapter_menu', 0, 0, '0', '', 'page/', '', ''),
[454] Fix | Delete
(23, 'page_menu', 0, 0, '0', '', 'page/', '', ''),
[455] Fix | Delete
(24, 'page_navigation_menu', 0, 0, '0', '', 'page/', '', ''),
[456] Fix | Delete
(25, 'slideshow_menu', 0, 0, '0', '0', 'gallery/', '', ''),
[457] Fix | Delete
(26, 'hero_menu', 0, 0, '0', '0', 'hero/', '', ''),
[458] Fix | Delete
(27, 'rss_menu', 0, 0, '0', '0', 'rss_menu/', '', ''),
[459] Fix | Delete
(28, 'fb_like_menu', 0, 0, '0', '0', 'social/', '', ''),
[460] Fix | Delete
(29, 'twitter_menu', 0, 0, '0', '0', 'social/', '', ''),
[461] Fix | Delete
(30, 'xurl_menu', 0, 0, '0', '0', 'social/', '', ''),
[462] Fix | Delete
(31, 'tagcloud_menu', 0, 0, '0', '0', 'tagcloud/', '', ''),
[463] Fix | Delete
(32, 'news_grid_menu', 2, 1, '0', '', 'news/', 'home', '{\n "lastname_74758209201093747": "",\n "caption": {\n "English": ""\n },\n "category": "",\n "source": "latest",\n "layout": "col-lg-4",\n "count": "4",\n "feature": "0",\n "titleLimit": "0",\n "summaryLimit": "0"\n}'),
[464] Fix | Delete
(33, 'news_archive_menu', 1, 1, '0', '', 'news/', '', ''),
[465] Fix | Delete
(34, 'tagcloud_menu', 1, 2, '0', '', 'tagcloud/', '', '');
[466] Fix | Delete
[467] Fix | Delete
-- --------------------------------------------------------
[468] Fix | Delete
[469] Fix | Delete
--
[470] Fix | Delete
-- Table structure for table `[[dbprefix]]news`
[471] Fix | Delete
--
[472] Fix | Delete
[473] Fix | Delete
CREATE TABLE `[[dbprefix]]news` (
[474] Fix | Delete
`news_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[475] Fix | Delete
`news_title` varchar(255) NOT NULL DEFAULT '',
[476] Fix | Delete
`news_sef` varchar(255) NOT NULL DEFAULT '',
[477] Fix | Delete
`news_body` longtext NOT NULL,
[478] Fix | Delete
`news_extended` longtext NOT NULL,
[479] Fix | Delete
`news_meta_title` varchar(255) NOT NULL DEFAULT '',
[480] Fix | Delete
`news_meta_keywords` varchar(255) NOT NULL DEFAULT '',
[481] Fix | Delete
`news_meta_description` text NOT NULL,
[482] Fix | Delete
`news_meta_robots` varchar(255) DEFAULT '',
[483] Fix | Delete
`news_datestamp` int(10) unsigned NOT NULL DEFAULT '0',
[484] Fix | Delete
`news_modified` int(10) unsigned NOT NULL DEFAULT '0',
[485] Fix | Delete
`news_author` int(10) unsigned NOT NULL DEFAULT '0',
[486] Fix | Delete
`news_category` tinyint(3) unsigned NOT NULL DEFAULT '0',
[487] Fix | Delete
`news_allow_comments` tinyint(3) unsigned NOT NULL DEFAULT '0',
[488] Fix | Delete
`news_start` int(10) unsigned NOT NULL DEFAULT '0',
[489] Fix | Delete
`news_end` int(10) unsigned NOT NULL DEFAULT '0',
[490] Fix | Delete
`news_class` varchar(255) NOT NULL DEFAULT '0',
[491] Fix | Delete
`news_render_type` varchar(20) NOT NULL DEFAULT '0',
[492] Fix | Delete
`news_comment_total` int(10) unsigned NOT NULL DEFAULT '0',
[493] Fix | Delete
`news_summary` text NOT NULL,
[494] Fix | Delete
`news_thumbnail` text NOT NULL,
[495] Fix | Delete
`news_sticky` tinyint(3) unsigned NOT NULL DEFAULT '0',
[496] Fix | Delete
`news_template` varchar(50) DEFAULT NULL,
[497] Fix | Delete
PRIMARY KEY (`news_id`),
[498] Fix | Delete
KEY `news_category` (`news_category`),
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function