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: `smf2019`
--
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]admin_info_files`
--
CREATE TABLE `[[dbprefix]]admin_info_files` (
`id_file` tinyint(4) unsigned NOT NULL AUTO_INCREMENT,
`filename` varchar(255) NOT NULL DEFAULT '',
`path` varchar(255) NOT NULL DEFAULT '',
`parameters` varchar(255) NOT NULL DEFAULT '',
`data` text NOT NULL,
`filetype` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id_file`),
KEY `filename` (`filename`(30))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `[[dbprefix]]admin_info_files`
--
INSERT INTO `[[dbprefix]]admin_info_files` VALUES
(1, 'current-version.js', '/smf/', 'version=%3$s', 'window.smfVersion = "SMF 2.0.19";', 'text/javascript'),
(2, 'detailed-version.js', '/smf/', 'language=%1$s&version=%3$s', 'window.smfVersions = {\n ''SMF'': ''SMF 2.0.19'',\n ''SourcesAdmin.php'': ''2.0.16'',\n ''SourcesAgreement.php'': ''2.0.18'',\n ''SourcesBoardIndex.php'': ''2.0'',\n ''SourcesCalendar.php'': ''2.0.12'',\n ''SourcesClass-CurlFetchWeb.php'': ''2.0.16'',\n ''SourcesClass-Graphics.php'': ''2.0.18'',\n ''SourcesClass-Package.php'': ''2.0.8'',\n ''SourcesDbExtra-mysql.php'': ''2.0.18'',\n ''SourcesDbExtra-postgresql.php'': ''2.0.15'',\n ''SourcesDbExtra-sqlite.php'': ''2.0.15'',\n ''SourcesDbPackages-mysql.php'': ''2.0.15'',\n ''SourcesDbPackages-postgresql.php'': ''2.0.10'',\n ''SourcesDbPackages-sqlite.php'': ''2.0'',\n ''SourcesDbSearch-mysql.php'': ''2.0'',\n ''SourcesDbSearch-postgresql.php'': ''2.0.7'',\n ''SourcesDbSearch-sqlite.php'': ''2.0.7'',\n ''SourcesDisplay.php'': ''2.0.18'',\n ''SourcesDumpDatabase.php'': ''2.0'',\n ''SourcesErrors.php'': ''2.0.19'',\n ''SourcesGroups.php'': ''2.0.18'',\n ''SourcesHelp.php'': ''2.0.16'',\n ''SourcesKarma.php'': ''2.0'',\n ''SourcesLoad.php'': ''2.0.19'',\n ''SourcesLockTopic.php'': ''2.0'',\n ''SourcesLogInOut.php'': ''2.0.14'',\n ''SourcesManageAttachments.php'': ''2.0.18'',\n ''SourcesManageBans.php'': ''2.0.18'',\n ''SourcesManageBoards.php'': ''2.0'',\n ''SourcesManageCalendar.php'': ''2.0.18'',\n ''SourcesManageErrors.php'': ''2.0.18'',\n ''SourcesManageMail.php'': ''2.0.18'',\n ''SourcesManageMaintenance.php'': ''2.0.19'',\n ''SourcesManageMembergroups.php'': ''2.0.18'',\n ''SourcesManageMembers.php'': ''2.0.18'',\n ''SourcesManageNews.php'': ''2.0.16'',\n ''SourcesManagePaid.php'': ''2.0.18'',\n ''SourcesManagePermissions.php'': ''2.0'',\n ''SourcesManagePosts.php'': ''2.0.12'',\n ''SourcesManageRegistration.php'': ''2.0.18'',\n ''SourcesManageScheduledTasks.php'': ''2.0.18'',\n ''SourcesManageSearch.php'': ''2.0.16'',\n ''SourcesManageSearchEngines.php'': ''2.0.18'',\n ''SourcesManageServer.php'': ''2.0.18'',\n ''SourcesManageSettings.php'': ''2.0.18'',\n ''SourcesManageSmileys.php'': ''2.0.18'',\n ''SourcesMemberlist.php'': ''2.0.18'',\n ''SourcesMessageIndex.php'': ''2.0.2'',\n ''SourcesModerationCenter.php'': ''2.0.19'',\n ''SourcesModlog.php'': ''2.0.18'',\n ''SourcesMoveTopic.php'': ''2.0'',\n ''SourcesNews.php'': ''2.0.19'',\n ''SourcesNotify.php'': ''2.0.16'',\n ''SourcesPackageGet.php'': ''2.0.13'',\n ''SourcesPackages.php'': ''2.0.18'',\n ''SourcesPersonalMessage.php'': ''2.0.16'',\n ''SourcesPoll.php'': ''2.0.16'',\n ''SourcesPost.php'': ''2.0.18'',\n ''SourcesPostModeration.php'': ''2.0'',\n ''SourcesPrintpage.php'': ''2.0'',\n ''SourcesProfile-Actions.php'': ''2.0.14'',\n ''SourcesProfile-Modify.php'': ''2.0.19'',\n ''SourcesProfile-View.php'': ''2.0.18'',\n ''SourcesProfile.php'': ''2.0.16'',\n ''SourcesQueryString.php'': ''2.0.19'',\n ''SourcesRecent.php'': ''2.0.16'',\n ''SourcesRegister.php'': ''2.0.18'',\n ''SourcesReminder.php'': ''2.0.14'',\n ''SourcesRemoveTopic.php'': ''2.0.19'',\n ''SourcesRepairBoards.php'': ''2.0.19'',\n ''SourcesReports.php'': ''2.0'',\n ''SourcesSSI.php'': ''2.0.18'',\n ''SourcesScheduledTasks.php'': ''2.0.19'',\n ''SourcesSearch.php'': ''2.0.19'',\n ''SourcesSearchAPI-Custom.php'': ''2.0.15'',\n ''SourcesSearchAPI-Fulltext.php'': ''2.0.16'',\n ''SourcesSearchAPI-Standard.php'': ''2.0'',\n ''SourcesSecurity.php'': ''2.0.16'',\n ''SourcesSendTopic.php'': ''2.0.15'',\n ''SourcesSplitTopics.php'': ''2.0.14'',\n ''SourcesStats.php'': ''2.0.15'',\n ''SourcesSubs-Admin.php'': ''2.0.19'',\n ''SourcesSubs-Auth.php'': ''2.0.18'',\n ''SourcesSubs-BoardIndex.php'': ''2.0.16'',\n ''SourcesSubs-Boards.php'': ''2.0.15'',\n ''SourcesSubs-Calendar.php'': ''2.0'',\n ''SourcesSubs-Categories.php'': ''2.0'',\n ''SourcesSubs-Charset.php'': ''2.0.12'',\n ''SourcesSubs-Compat.php'': ''2.0.18'',\n ''SourcesSubs-Db-mysql.php'': ''2.0.19'',\n ''SourcesSubs-Db-postgresql.php'': ''2.0.19'',\n ''SourcesSubs-Db-sqlite.php'': ''2.0.16'',\n ''SourcesSubs-Editor.php'': ''2.0.18'',\n ''SourcesSubs-Graphics.php'': ''2.0.19'',\n ''SourcesSubs-List.php'': ''2.0'',\n ''SourcesSubs-Membergroups.php'': ''2.0'',\n ''SourcesSubs-Members.php'': ''2.0.18'',\n ''SourcesSubs-MembersOnline.php'': ''2.0.12'',\n ''SourcesSubs-Menu.php'': ''2.0.12'',\n ''SourcesSubs-MessageIndex.php'': ''2.0'',\n ''SourcesSubs-OpenID.php'': ''2.0.11'',\n ''SourcesSubs-Package.php'': ''2.0.18'',\n ''SourcesSubs-Post.php'': ''2.0.19'',\n ''SourcesSubs-Recent.php'': ''2.0'',\n ''SourcesSubs-Sound.php'': ''2.0.18'',\n ''SourcesSubs.php'': ''2.0.18'',\n ''SourcesSubscriptions-PayPal.php'': ''2.0.12'',\n ''SourcesThemes.php'': ''2.0.16'',\n ''SourcesViewQuery.php'': ''2.0'',\n ''SourcesWho.php'': ''2.0.19'',\n ''SourcesXml.php'': ''2.0'',\n ''Sourcessubscriptions.php'': ''2.0.12'',\n ''DefaultAdmin.template.php'': ''2.0.16'',\n ''DefaultAgreement.template.php'': ''2.0.16'',\n ''DefaultBoardIndex.template.php'': ''2.0'',\n ''DefaultCalendar.template.php'': ''2.0'',\n ''DefaultCompat.template.php'': ''2.0'',\n ''DefaultDisplay.template.php'': ''2.0.16'',\n ''DefaultErrors.template.php'': ''2.0'',\n ''DefaultGenericControls.template.php'': ''2.0'',\n ''DefaultGenericList.template.php'': ''2.0'',\n ''DefaultGenericMenu.template.php'': ''2.0'',\n ''DefaultHelp.template.php'': ''2.0.6'',\n ''DefaultLogin.template.php'': ''2.0.16'',\n ''DefaultManageAttachments.template.php'': ''2.0'',\n ''DefaultManageBans.template.php'': ''2.0'',\n ''DefaultManageBoards.template.php'': ''2.0'',\n ''DefaultManageCalendar.template.php'': ''2.0'',\n ''DefaultManageMail.template.php'': ''2.0'',\n ''DefaultManageMaintenance.template.php'': ''2.0'',\n ''DefaultManageMembergroups.template.php'': ''2.0'',\n ''DefaultManageMembers.template.php'': ''2.0'',\n ''DefaultManageNews.template.php'': ''2.0.16'',\n ''DefaultManagePaid.template.php'': ''2.0'',\n ''DefaultManagePermissions.template.php'': ''2.0.9'',\n ''DefaultManageScheduledTasks.template.php'': ''2.0'',\n ''DefaultManageSearch.template.php'': ''2.0'',\n ''DefaultManageSmileys.template.php'': ''2.0'',\n ''DefaultMemberlist.template.php'': ''2.0.16'',\n ''DefaultMessageIndex.template.php'': ''2.0'',\n ''DefaultModerationCenter.template.php'': ''2.0'',\n ''DefaultMoveTopic.template.php'': ''2.0'',\n ''DefaultNotify.template.php'': ''2.0.16'',\n ''DefaultPackages.template.php'': ''2.0'',\n ''DefaultPersonalMessage.template.php'': ''2.0.16'',\n ''DefaultPoll.template.php'': ''2.0'',\n ''DefaultPost.template.php'': ''2.0.10'',\n ''DefaultPrintpage.template.php'': ''2.0'',\n ''DefaultProfile.template.php'': ''2.0.16'',\n ''DefaultRecent.template.php'': ''2.0'',\n ''DefaultRegister.template.php'': ''2.0.16'',\n ''DefaultReminder.template.php'': ''2.0'',\n ''DefaultReports.template.php'': ''2.0'',\n ''DefaultSearch.template.php'': ''2.0.18'',\n ''DefaultSendTopic.template.php'': ''2.0'',\n ''DefaultSettings.template.php'': ''2.0'',\n ''DefaultSplitTopics.template.php'': ''2.0'',\n ''DefaultStats.template.php'': ''2.0'',\n ''DefaultThemes.template.php'': ''2.0.12'',\n ''DefaultWho.template.php'': ''2.0'',\n ''DefaultWireless.template.php'': ''2.0.16'',\n ''DefaultXml.template.php'': ''2.0.16'',\n ''Defaultindex.template.php'': ''2.0.19'',\n ''TemplateAdmin.template.php'': ''2.0.16'',\n ''TemplateAgreement.template.php'': ''2.0.16'',\n ''TemplateBoardIndex.template.php'': ''2.0'',\n ''TemplateCalendar.template.php'': ''2.0'',\n ''TemplateCompat.template.php'': ''2.0'',\n ''TemplateDisplay.template.php'': ''2.0.16'',\n ''TemplateErrors.template.php'': ''2.0'',\n ''TemplateGenericControls.template.php'': ''2.0'',\n ''TemplateGenericList.template.php'': ''2.0'',\n ''TemplateGenericMenu.template.php'': ''2.0'',\n ''TemplateHelp.template.php'': ''2.0.6'',\n ''TemplateLogin.template.php'': ''2.0.16'',\n ''TemplateManageAttachments.template.php'': ''2.0'',\n ''TemplateManageBans.template.php'': ''2.0'',\n ''TemplateManageBoards.template.php'': ''2.0'',\n ''TemplateManageCalendar.template.php'': ''2.0'',\n ''TemplateManageMail.template.php'': ''2.0'',\n ''TemplateManageMaintenance.template.php'': ''2.0'',\n ''TemplateManageMembergroups.template.php'': ''2.0'',\n ''TemplateManageMembers.template.php'': ''2.0'',\n ''TemplateManageNews.template.php'': ''2.0.16'',\n ''TemplateManagePaid.template.php'': ''2.0'',\n ''TemplateManagePermissions.template.php'': ''2.0.9'',\n ''TemplateManageScheduledTasks.template.php'': ''2.0'',\n ''TemplateManageSearch.template.php'': ''2.0'',\n ''TemplateManageSmileys.template.php'': ''2.0'',\n ''TemplateMemberlist.template.php'': ''2.0.16'',\n ''TemplateMessageIndex.template.php'': ''2.0'',\n ''TemplateModerationCenter.template.php'': ''2.0'',\n ''TemplateMoveTopic.template.php'': ''2.0'',\n ''TemplateNotify.template.php'': ''2.0.16'',\n ''TemplatePackages.template.php'': ''2.0'',\n ''TemplatePersonalMessage.template.php'': ''2.0.16'',\n ''TemplatePoll.template.php'': ''2.0'',\n ''TemplatePost.template.php'': ''2.0.10'',\n ''TemplatePrintpage.template.php'': ''2.0'',\n ''TemplateProfile.template.php'': ''2.0.16'',\n ''TemplateRecent.template.php'': ''2.0'',\n ''TemplateRegister.template.php'': ''2.0.16'',\n ''TemplateReminder.template.php'': ''2.0'',\n ''TemplateReports.template.php'': ''2.0'',\n ''TemplateSearch.template.php'': ''2.0.18'',\n ''TemplateSendTopic.template.php'': ''2.0'',\n ''TemplateSettings.template.php'': ''2.0'',\n ''TemplateSplitTopics.template.php'': ''2.0'',\n ''TemplateStats.template.php'': ''2.0'',\n ''TemplateThemes.template.php'': ''2.0.12'',\n ''TemplateWho.template.php'': ''2.0'',\n ''TemplateWireless.template.php'': ''2.0.16'',\n ''TemplateXml.template.php'': ''2.0.16'',\n ''Templateindex.template.php'': ''2.0.19'',\n};\n\nwindow.smfLanguageVersions = {\n ''Admin'': ''2.0.16'',\n ''Agreement'': ''2.0.16'',\n ''EmailTemplates'': ''2.0.16'',\n ''Errors'': ''2.0.16'',\n ''Help'': ''2.0.19'',\n ''Install'': ''2.0.16'',\n ''Login'': ''2.0.16'',\n ''ManageBoards'': ''2.0'',\n ''ManageCalendar'': ''2.0'',\n ''ManageMail'': ''2.0'',\n ''ManageMaintenance'': ''2.0'',\n ''ManageMembers'': ''2.0'',\n ''ManagePaid'': ''2.0.10'',\n ''ManagePermissions'': ''2.0'',\n ''ManageScheduledTasks'': ''2.0'',\n ''ManageSettings'': ''2.0.19'',\n ''ManageSmileys'': ''2.0'',\n ''Manual'': ''2.0'',\n ''ModerationCenter'': ''2.0'',\n ''Modifications'': ''2.0'',\n ''Modlog'': ''2.0.16'',\n ''Packages'': ''2.0'',\n ''PersonalMessage'': ''2.0'',\n ''Post'': ''2.0'',\n ''Profile'': ''2.0.18'',\n ''Reports'': ''2.0'',\n ''Search'': ''2.0'',\n ''Settings'': ''2.0'',\n ''Stats'': ''2.0'',\n ''Themes'': ''2.0'',\n ''Who'': ''2.0.16'',\n ''Wireless'': ''2.0'',\n ''index'': ''2.0.18'',\n};\n', 'text/javascript'),
(3, 'latest-news.js', '/smf/', 'language=%1$s&format=%2$s', '\nwindow.smfAnnouncements = [\n {\n subject: ''SMF 2.0.19 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=579982.0'',\n time: ''December 21, 2021, 04:45:41 PM'',\n author: ''Sesquipedalian'',\n message: ''SMF 2.0.19 includes security updates and several bug fixes. We recommend updating as soon as possible.''\n },\n {\n subject: ''SMF 2.1 RC4 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=578135.0'',\n time: ''July 10, 2021, 11:14:15 AM'',\n author: ''Suki'',\n message: ''Simple Machines is pleased to announce SMF 2.1 RC4. This fourth release candidate brings a number of bugfixes and improvements over SMF 2.1 RC3.''\n },\n {\n subject: ''SMF 2.0.18 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=576577.0'',\n time: ''February 01, 2021, 01:55:41 PM'',\n author: ''Suki'',\n message: ''SMF 2.0.18 adds compatibility to PHP 7.4 version as well as fixes a few bugs in 2.0.17. We recommend updating as soon as possible.''\n },\n {\n subject: ''SMF 2.1 RC3 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=575228.0'',\n time: ''October 15, 2020, 06:16:48 AM'',\n author: ''Suki'',\n message: ''Simple Machines is pleased to announce SMF 2.1 RC3. This third release candidate brings a number of bugfixes and improvements over SMF 2.1 RC2.''\n },\n {\n subject: ''SMF 2.0.17 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=571067.0'',\n time: ''December 30, 2019, 07:43:24 PM'',\n author: ''Sesquipedalian'',\n message: ''SMF 2.0.17 fixes a bug in 2.0.16 that could cause significant performance issues when retrieving RSS feeds, and fixes some warning messages that could appear when using SSI.php. We recommend updating as soon as possible.''\n },\n {\n subject: ''SMF 2.0.16 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=570986.0'',\n time: ''December 27, 2019, 07:44:07 PM'',\n author: ''Sesquipedalian'',\n message: ''SMF 2.0.16 fixes some important security issues and adds support for the EU\\''s General Data Protection Regulation (GDPR) requirements.''\n },\n {\n subject: ''SMF 2.1 RC2 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=566669.0'',\n time: ''March 30, 2019, 12:27:45 PM'',\n author: ''Sesquipedalian'',\n message: ''Simple Machines is pleased to announce SMF 2.1 RC2. This second release candidate brings a number of bugfixes and improvements over SMF 2.1 RC1.''\n },\n {\n subject: ''SMF 2.1 RC1 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=564881.0'',\n time: ''February 04, 2019, 08:02:47 PM'',\n author: ''Sesquipedalian'',\n message: ''Simple Machines is proud to announce the first release candidate of the next version of SMF, which contains many bugfixes and a number of new features since 2.1 Beta 3.''\n },\n {\n subject: ''SMF 2.0.15 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=557176.0'',\n time: ''November 19, 2017, 09:03:58 PM'',\n author: ''Colin'',\n message: ''A patch has been released, addressing a few vulnerabilities in SMF 2.0.14 and fixing several bugs as well. We urge all forum administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.1 Beta 3 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=554301.0'',\n time: ''May 31, 2017, 09:21:59 PM'',\n author: ''Colin'',\n message: ''Simple Machines is proud to announce the third beta of the next version of SMF, which contains many bugfixes and a few new features since 2.1 Beta 2.''\n },\n {\n subject: ''SMF 2.0.14 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=553855.0'',\n time: ''May 14, 2017, 05:23:46 PM'',\n author: ''Colin'',\n message: ''A patch has been released, addressing a few vulnerabilities in SMF 2.0.13 and fixing several bugs as well. We urge all forum administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.13 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=551061.0'',\n time: ''January 04, 2017, 07:00:00 PM'',\n author: ''Oldiesmann'',\n message: ''A patch has been released, addressing a few vulnerabilities in SMF 2.0.12 and fixing several bugs as well. We urge all forum administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.12 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=548871.0'',\n time: ''September 27, 2016, 07:00:00 AM'',\n author: ''CoreISP'',\n message: ''A patch has been released, addressing a vulnerability in SMF 2.0.11 and fixing several bugs as well. We urge all forum administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.11 has been released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=539888.0'',\n time: ''September 18, 2015, 10:56:19 PM'',\n author: ''Oldiesmann'',\n message: ''A patch has been released, addressing a vulnerability in SMF 2.0.10. We urge all forum administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.1 Beta 2 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=538198.0'',\n time: ''July 16, 2015, 05:45:30 PM'',\n author: ''Oldiesmann'',\n message: ''Simple Machines is proud to announce the second beta of the next version of SMF, which contains many bugfixes and a few new features since 2.1 Beta 1!''\n },\n {\n subject: ''SMF 2.0.10 and 1.1.21 have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=535828.0'',\n time: ''April 24, 2015, 10:09:00 AM'',\n author: ''Oldiesmann'',\n message: ''A patch has been released, addressing a few bugs in SMF 2.0.x and SMF 1.1.x. We urge all forum administrators to upgrade to SMF 2.0.10 or 1.1.21—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.1 Beta 1 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=530233.0'',\n time: ''November 20, 2014, 07:40:06 PM'',\n author: ''Oldiesmann'',\n message: ''Simple Machines is proud to announce the first beta of the next version of SMF, with many improvements and new features!''\n },\n {\n subject: ''SMF 2.0.9 and 1.1.20 security patches have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=528448.0'',\n time: ''October 02, 2014, 07:13:50 PM'',\n author: ''Oldiesmann'',\n message: ''Critical security patches have been released, addressing a few vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.8 released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=524016.0'',\n time: ''June 18, 2014, 10:11:32 AM'',\n author: ''Oldiesmann'',\n message: ''A patch has been released, addressing memory issues with 2.0.7, MySQL 5.6 compatibility issues and a rare memberlist search bug. We urge all forum administrators to upgrade to SMF 2.0.8—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.7 released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=517205.0'',\n time: ''January 20, 2014, 09:48:07 PM'',\n author: ''Oldiesmann'',\n message: ''A patch has been released, addressing several bugs, including PHP 5.5 compatibility. We urge all forum administrators to upgrade to SMF 2.0.7—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.6 and 1.1.19 security patches have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=512964.0'',\n time: ''October 22, 2013, 09:00:00 AM'',\n author: ''Illori'',\n message: ''Critical security patches have been released, addressing few vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.5 security patches has been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=509417.0'',\n time: ''August 12, 2013, 08:34:06 PM'',\n author: ''Oldiesmann'',\n message: ''A critical security patch has been released, addressing a few vulnerabilities in SMF 2.0.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.4 and 1.1.18 security patches have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=496403.0'',\n time: ''February 01, 2013, 05:27:00 PM'',\n author: ''emanuele'',\n message: ''Critical security patches have been released, addressing few vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.3, 1.1.17 and 1.0.23 security patches have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=492786.0'',\n time: ''December 16, 2012, 11:41:05 PM'',\n author: ''emanuele'',\n message: ''Security patches have been released, addressing a vulnerability in SMF 2.0.x, SMF 1.1.x and SMF 1.0.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.2 and 1.1.16 security patches have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=463103.0'',\n time: ''December 23, 2011, 12:41:31 AM'',\n author: ''Norv'',\n message: ''Critical security patches have been released, addressing vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.1 and 1.1.15 security patches have been released.'',\n href: ''https://www.simplemachines.org/community/index.php?topic=452888.0'',\n time: ''September 18, 2011, 04:48:18 PM'',\n author: ''Norv'',\n message: ''Critical security patches have been released, addressing vulnerabilities in SMF 2.0 and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Gold'',\n href: ''https://www.simplemachines.org/community/index.php?topic=421547.0'',\n time: ''June 04, 2011, 05:00:00 PM'',\n author: ''Norv'',\n message: ''SMF 2.0 has gone Gold! Please upgrade your forum from older versions, as 2.0 is now the stable version, and mods and themes will be built on it.''\n },\n {\n subject: ''SMF 1.1.13, 2.0 RC4 security patch and SMF 2.0 RC5 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=421547.0'',\n time: ''February 11, 2011, 03:16:35 PM'',\n author: ''Norv'',\n message: ''Simple Machines announces the release of important security patches for SMF 1.1.x and SMF 2.0 RC4, along with the fifth Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 2.0 RC4 and SMF 1.1.12 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=407256.0'',\n time: ''November 01, 2010, 12:14:21 PM'',\n author: ''Norv'',\n message: ''Simple Machines is pleased to announce the release of the fourth Release Candidate of SMF 2.0, along with an important security patch for SMF 1.1.x. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 2.0 RC3 Public released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=369616.0'',\n time: ''March 08, 2010, 06:03:11 PM'',\n author: ''Aaron'',\n message: ''Simple Machines is pleased to announce the release of the third Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.11 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=351341.0'',\n time: ''December 01, 2009, 05:59:19 PM'',\n author: ''SleePy'',\n message: ''A patch has been released, addressing multiple vulnerabilites. We urge all forum administrators to upgrade to 1.1.11. Simply visit the package manager to install the patch. Also for those still using the 1.0 branch, version 1.0.19 has been released.''\n },\n {\n subject: ''SMF 2.0 RC2 Public released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=346813.0'',\n time: ''November 08, 2009, 07:10:03 PM'',\n author: ''Aaron'',\n message: ''Simple Machines is very pleased to announce the release of the second Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.10 and 2.0 RC1.2 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=324169.0'',\n time: ''July 14, 2009, 07:05:19 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing a few security vulnerabilites. We urge all forum administrators to upgrade to either 1.1.10 or 2.0 RC1.2, depending on the current version. Simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.9 and 2.0 RC1-1 released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=311899.0'',\n time: ''May 20, 2009, 08:40:41 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to either 1.1.9 or 2.0 RC1-1, depending on the current version. Simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 RC1 Public Released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=290609.0'',\n time: ''February 04, 2009, 11:10:01 PM'',\n author: ''Compuart'',\n message: ''Simple Machines are very pleased to announce the release of the first Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.8'',\n href: ''https://www.simplemachines.org/community/index.php?topic=290608.0'',\n time: ''February 04, 2009, 11:08:44 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to SMF 1.1.8—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.7'',\n href: ''https://www.simplemachines.org/community/index.php?topic=272861.0'',\n time: ''November 07, 2008, 02:15:36 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to SMF 1.1.7—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.6'',\n href: ''https://www.simplemachines.org/community/index.php?topic=260145.0'',\n time: ''September 07, 2008, 04:38:05 AM'',\n author: ''Compuart'',\n message: ''A patch has been released fixing a few bugs and addressing a security vulnerability. We urge all forum administrators to upgrade to SMF 1.1.6—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.5'',\n href: ''https://www.simplemachines.org/community/index.php?topic=236816.0'',\n time: ''April 20, 2008, 09:56:14 PM'',\n author: ''Compuart'',\n message: ''A patch has been released fixing a few bugs and addressing some security vulnerabilities. We urge all forum administrators to upgrade to SMF 1.1.5—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Beta 3 Public Released'',\n href: ''https://www.simplemachines.org/community/index.php?topic=228921.0'',\n time: ''March 17, 2008, 03:20:21 PM'',\n author: ''Grudge'',\n message: ''Simple Machines are very pleased to announce the release of the first public beta of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.4'',\n href: ''https://www.simplemachines.org/community/index.php?topic=196380.0'',\n time: ''September 24, 2007, 09:07:36 PM'',\n author: ''Compuart'',\n message: ''A patch has been released to address some security vulnerabilities discovered in SMF 1.1.3. We urge all forum administrators to upgrade to SMF 1.1.4—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Beta 1 Released to Charter Members'',\n href: ''https://www.simplemachines.org/community/index.php?topic=190812.0'',\n time: ''August 25, 2007, 07:29:25 AM'',\n author: ''Grudge'',\n message: ''Simple Machines are pleased to announce the first beta of SMF 2.0 has been released to our Charter Members. Visit the Simple Machines site for information on what\\''s new''\n },\n {\n subject: ''SMF 1.1.3'',\n href: ''https://www.simplemachines.org/community/index.php?topic=178757.0'',\n time: ''June 24, 2007, 09:52:40 PM'',\n author: ''Thantos'',\n message: ''A number of small bugs and a potential security issue have been discovered in SMF 1.1.2. We urge all forum administrators to upgrade to SMF 1.1.3—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.2'',\n href: ''https://www.simplemachines.org/community/index.php?topic=149553.0'',\n time: ''February 11, 2007, 08:35:45 AM'',\n author: ''Grudge'',\n message: ''A patch has been released to address a number of outstanding bugs in SMF 1.1.1, including several around UTF-8 language support. In addition this patch offers improved image verification support and fixes a couple of low risk security related bugs. If you need any help upgrading please visit our forum.''\n },\n {\n subject: ''SMF 1.1.1'',\n href: ''https://www.simplemachines.org/community/index.php?topic=134971.0'',\n time: ''December 17, 2006, 09:33:41 AM'',\n author: ''Grudge'',\n message: ''A number of small bugs and a potential security issue have been discovered in SMF 1.1. We urge all forum administrators to upgrade to SMF 1.1.1 - simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1'',\n href: ''https://www.simplemachines.org/community/index.php?topic=131008.0'',\n time: ''December 02, 2006, 02:53:16 PM'',\n author: ''Grudge'',\n message: ''SMF 1.1 has gone gold! If you are using an older version, please upgrade as soon as possible - many things have been changed and fixed, and mods and packages will expect you to be using 1.1. If you need any help upgrading custom modifications to the new version, please feel free to ask us at our forum.''\n }\n];\nif (window.smfVersion < "SMF 2.0")\n{\n window.smfUpdateNotice = ''SMF 2.0 Final has now been released. To take advantage of the improvements available in SMF 2.0 we recommend upgrading as soon as is practical.'';\n window.smfUpdateCritical = false;\n}\n\nif (document.getElementById("yourVersion"))\n{\n var yourVersion = getInnerHTML(document.getElementById("yourVersion"));\n if (yourVersion == "SMF 1.0.4")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-5_package.tar.gz";\n else if (yourVersion == "SMF 1.0.5" || yourVersion == "SMF 1.0.6")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz";\n window.smfUpdateCritical = false;\n }\n else if (yourVersion == "SMF 1.0.7")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-8_package.tar.gz";\n else if (yourVersion == "SMF 1.0.8")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1-0-9_1-1-rc3-1.tar.gz";\n else if (yourVersion == "SMF 1.0.9")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-10_patch.tar.gz";\n else if (yourVersion == "SMF 1.0.10" || yourVersion == "SMF 1.1.2")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz";\n else if (yourVersion == "SMF 1.0.11" || yourVersion == "SMF 1.1.3" || yourVersion == "SMF 2.0 beta 1")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.12" || yourVersion == "SMF 1.1.4" || yourVersion == "SMF 2.0 beta 3 Public")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip";\n else if (yourVersion == "SMF 1.0.13" || yourVersion == "SMF 1.1.5")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.14" || yourVersion == "SMF 1.1.6")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.15" || yourVersion == "SMF 1.1.7")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip";\n window.smfUpdateCritical = false;\n }\n else if (yourVersion == "SMF 1.0.16" || yourVersion == "SMF 1.1.8" || yourVersion == "SMF 2.0 RC1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip";\n else if (yourVersion == "SMF 1.0.17" || yourVersion == "SMF 1.1.9" || yourVersion == "SMF 2.0 RC1-1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip";\n else if (yourVersion == "SMF 1.0.18" || yourVersion == "SMF 1.1.10")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.19" || yourVersion == "SMF 1.1.11")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz";\n }\n else if (yourVersion == "SMF 1.0.20" || yourVersion == "SMF 1.1.12")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.14")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.15.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.1.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.15" || yourVersion == "SMF 1.0.21")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.1")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.2.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.16" || yourVersion == "SMF 1.0.22")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.23_1.1.17.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.17")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.18.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.2")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.3.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.3")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.4.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.4")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.5.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.18" || yourVersion == "SMF 2.0.5")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.19_2.0.6.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.19" || yourVersion == "SMF 2.0.8")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.20_2.0.9.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.20" || yourVersion == "SMF 2.0.9")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.21_2.0.10.zip";\n else if (yourVersion == "SMF 2.0.10")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.11.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-1-1_patch.tar.gz";\n else if (yourVersion == "SMF 1.1.1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-1-2_patch.tar.gz";\n else if (yourVersion == "SMF 2.0.11")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.12.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.12")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.13.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.13")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.14.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.14")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.15.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.15")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.16.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.16")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.17.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.17")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.18.tar.gz";\n window.smfUpdateCritical = true;\n }\n}\n\nif (document.getElementById(''credits''))\n setInnerHTML(document.getElementById(''credits''), getInnerHTML(document.getElementById(''credits'')).replace(/anyone we may have missed/, ''anyone we may have missed''));\n', 'text/javascript');
INSERT INTO `[[dbprefix]]admin_info_files` VALUES
(4, 'latest-packages.js', '/smf/', 'language=%1$s&version=%3$s', 'var actionurl = ''?action=admin;area=packages;sa=download;get;package='';if (typeof(window.smfForum_sessionvar) == "undefined")\n window.smfForum_sessionvar = ''sesc'';\n\nif (typeof(window.smfVersion) != "undefined")\n{\n var version = window.smfVersion;\n\n // We might need this...\n var smf_modificationInfo = {};\n \n switch (version)\n {\n case "SMF 2.0 Beta 1":\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 beta 1 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 2.0 beta 1.1.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0 Beta 3 Public":\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 beta 3 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 2.0 beta 3.1.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0 RC1":\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC1. You can install this patch (click here to install) to update your version of SMF to 2.0-RC1-1.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0 RC1-1":\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC1-1. You can install this patch (click here to install) to update your version of SMF to 2.0-RC1.2 .
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0 RC4":\n if (typeof(window.smfRC4patch) == "undefined")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC4. You can install this patch (click here to install) to install the security patch for SMF 2.0 RC4.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n else\n showLatestPackages();\n break;\n case "SMF 2.0":\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0. You can install this patch (click here to install) to update your forum.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.1":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.1 have been fixed. You can install this patch (click here to install) to fix your forum.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.2":\n window.smfLatestPackages = ''A security vulnerability and few bugs in SMF 2.0.2 have been fixed. You can install this patch (click here to install) to fix your forum.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.3":\n window.smfLatestPackages = ''A few security vulnerabilities in SMF 2.0.3 have been fixed. You can install this patch (click here to install) to fix your forum.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.4":\n window.smfLatestPackages = ''A few security vulnerabilities in SMF 2.0.4 have been fixed. You can install this patch (click here to install) to fix your forum.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.5":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.5 have been fixed. You can install this patch (click here to install) to fix your forum.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.6":\n window.smfLatestPackages = ''PHP 5.5 compatibility issues and several other bugs have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.7.
If you have any problems applying it, you can try to use the upgrade file posted on the downloads page - although, any modifications you have installed will need to be uninstalled when you use that method.
Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.7":\n window.smfLatestPackages = ''Memory issues encountered with SMF 2.0.7, some MySQL 5.6 compatibility issues and a rare bug with the memberlist search feature have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.8.
If you have any problems applying it, you can try to use the upgrade file posted on the downloads page - although, any modifications you have installed will need to be uninstalled when you use that method.
Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.8":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.8 have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.9.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.9":\n window.smfLatestPackages = ''A few bugs in SMF 2.0.9 have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.10.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.10":\n window.smfLatestPackages = ''A security vulnerability has been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.11.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.11":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.11 have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.12.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.12":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.12 have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.13.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.13":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.13 have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.14.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.14":\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.14 have been fixed. You can install this patch (click here to install) to fix your forum and update it to 2.0.15.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.15":\n window.smfLatestPackages = ''SMF 2.0.16 fixes some important security issues and adds support for the EU\\''s General Data Protection Regulation (GDPR) requirements. You can install this patch (click here to install) to fix your forum and update it to 2.0.16.
If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.16":\n window.smfLatestPackages = ''SMF 2.0.17 fixes a bug introduced in 2.0.16 that could cause significant performance issues when retrieving RSS feeds, and fixes some annoying warning messages that could appear when using SSI.php. You can install this patch (click here to install) to fix your forum and update it to 2.0.17.
If you have any problems applying it, you can use the "Large upgrade" posted on the Download page - although, any modifications you have installed will need to be reinstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.17":\n window.smfLatestPackages = ''SMF 2.0.18 adds compatibility for PHP 7.4 version as well as fixes a few bugs in 2.0.17. You can install this patch (click here to install) to fix your forum and update it to 2.0.18.
If you have any problems applying it, you can use the "Large upgrade" posted on the Download page - although, any modifications you have installed will need to be reinstalled. Please post on the forum if you need more help.'';\n break;\n case "SMF 2.0.18":\n window.smfLatestPackages = ''SMF 2.0.19 includes security updates and several bug fixes. You can install this patch (click here to install) to fix your forum and update it to 2.0.19.
If you have any problems applying it, you can use the "Large upgrade" posted on the Download page - although, any modifications you have installed will need to be reinstalled. Please post on the forum if you need more help.'';\n break;\n default:\n showLatestPackages();\n break;\n }\n}\nelse\n{\n window.smfLatestPackages = ''For the package manager to function properly, please upgrade to the latest version of SMF.'';\n}\n\n// This function shows latest mods when there isn''t anything else to display\nfunction showLatestPackages()\n{\n smf_modificationInfo = {\n \n 4301: {\n name: ''Smf Affiliates System 1.0'',\n versions: [''98''],\n desc: ''This mod will add an affiliate system to your forum. It is group permission based. You can set the permissions to add, view and manage affiliates for each group under General permissions->Affiliates. Guests are only allowed to view affiliates.
Members can edit/delete their own affiliates by going to My Affiliates page where all the affiliates that they have added are listed. Whereas members belonging to the groups which are allowed to manage affiliates, can edit/delete all affiliates.
Admins can add/manage affiliates from their admin panel where the mod adds its settings.
Random affiliates can be shown on the board index of your forum.
To prevent spamming, there is a limit on how many affiliates members can submit daily. Certain group (s) can be excluded from this limit.
Note: I originally coded this for someone who wanted it like this and for version 2.1.x. If you would like to like to see new features added, please post your suggestion at the mod 's support topic.'',\n file: ''AffiliatesSystem.zip''\n },\n 4300: {\n name: ''Polyfill of create_function() 1.0.0'',\n versions: [''97'', ''98''],\n desc: ''test'',\n file: ''polyfill-create_function.zip''\n },\n 4299: {\n name: ''BBCode Permissions 1.0'',\n versions: [''98''],\n desc: ''BBCode Permissions
A modification for SMF 2.1 that allows the admin to set permissions for BBCodes. Any standard or custom BBCodes can be given permissions using this mod.
Settings
There are two settings to control BBCode permissions.
First, the "Restricted BBC" setting allows you to control which BBCodes will require permission to use and which will not.
Then, a separate setting is created for each restricted BBCode that allows you to set the permissions for that BBCode.
Limitations
This modification cannot be used to remove restrictions from BBCodes that already have them. For example, the html BBCode is always restricted by SMF itself, and this modification does not change that.
License
BBCode Permissions, © 2021 Jon Stovell, is released under the MIT License. A full copy of this license is included in the package file.
Changelog
Version 1.0:
\\\n 

\\\n 

'',\r\n file: ''Radiohead.zip'',\r\n author: ''Mick.''\r\n },\r\n 2984: {\r\n name: ''Teal Splash'',\r\n desc: ''Teal Splash
\\\r\n \\\r\n ''+smf_themeInfo[smf_featured].name + '' by '' + smf_themeInfo[smf_featured].author+''\\\r\n
'';\r\n if ( smf_random != 0 )\r\n window.smfLatestThemes += ''\\\r\n\\\r\n ''+smf_themeInfo[smf_random].name + '' by '' + smf_themeInfo[smf_random].author+''\\\r\n
'';\r\n}\r\nwindow.smfLatestThemes += ''\\\r\n