-- phpMyAdmin SQL Dump
-- version 2.6.3-pl1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 26, 2013 at 04:29 PM
-- Server version: 5.0.45
-- PHP Version: 5.1.6
--
-- Database: `mld_forum`
--
-- --------------------------------------------------------
--
-- Table structure for table `admin_info_files`
--
CREATE TABLE `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 AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `admin_info_files`
--
INSERT INTO `admin_info_files` VALUES (1, 'current-version.js', '/smf/', 'version=%3$s', 'window.smfVersion = "SMF 2.0.4";', 'text/javascript');
INSERT INTO `admin_info_files` VALUES (2, 'detailed-version.js', '/smf/', 'language=%1$s&version=%3$s', 'window.smfVersions = {\n ''SMF'': ''SMF 2.0.4'',\n ''SourcesAdmin.php'': ''2.0'',\n ''SourcesBoardIndex.php'': ''2.0'',\n ''SourcesCalendar.php'': ''2.0'',\n ''SourcesClass-Graphics.php'': ''2.0'',\n ''SourcesClass-Package.php'': ''2.0'',\n ''SourcesDbExtra-mysql.php'': ''2.0'',\n ''SourcesDbExtra-postgresql.php'': ''2.0'',\n ''SourcesDbExtra-sqlite.php'': ''2.0'',\n ''SourcesDbPackages-mysql.php'': ''2.0'',\n ''SourcesDbPackages-postgresql.php'': ''2.0'',\n ''SourcesDbPackages-sqlite.php'': ''2.0'',\n ''SourcesDbSearch-mysql.php'': ''2.0'',\n ''SourcesDbSearch-postgresql.php'': ''2.0'',\n ''SourcesDbSearch-sqlite.php'': ''2.0'',\n ''SourcesDisplay.php'': ''2.0'',\n ''SourcesDumpDatabase.php'': ''2.0'',\n ''SourcesErrors.php'': ''2.0.4'',\n ''SourcesGroups.php'': ''2.0'',\n ''SourcesHelp.php'': ''2.0'',\n ''SourcesKarma.php'': ''2.0'',\n ''SourcesLoad.php'': ''2.0.3'',\n ''SourcesLockTopic.php'': ''2.0'',\n ''SourcesLogInOut.php'': ''2.0.4'',\n ''SourcesManageAttachments.php'': ''2.0'',\n ''SourcesManageBans.php'': ''2.0'',\n ''SourcesManageBoards.php'': ''2.0'',\n ''SourcesManageCalendar.php'': ''2.0'',\n ''SourcesManageErrors.php'': ''2.0.4'',\n ''SourcesManageMail.php'': ''2.0'',\n ''SourcesManageMaintenance.php'': ''2.0.1'',\n ''SourcesManageMembergroups.php'': ''2.0'',\n ''SourcesManageMembers.php'': ''2.0'',\n ''SourcesManageNews.php'': ''2.0'',\n ''SourcesManagePaid.php'': ''2.0.3'',\n ''SourcesManagePermissions.php'': ''2.0'',\n ''SourcesManagePosts.php'': ''2.0'',\n ''SourcesManageRegistration.php'': ''2.0'',\n ''SourcesManageScheduledTasks.php'': ''2.0'',\n ''SourcesManageSearch.php'': ''2.0'',\n ''SourcesManageSearchEngines.php'': ''2.0'',\n ''SourcesManageServer.php'': ''2.0.4'',\n ''SourcesManageSettings.php'': ''2.0'',\n ''SourcesManageSmileys.php'': ''2.0'',\n ''SourcesMemberlist.php'': ''2.0.2'',\n ''SourcesMessageIndex.php'': ''2.0.2'',\n ''SourcesModerationCenter.php'': ''2.0.1'',\n ''SourcesModlog.php'': ''2.0.3'',\n ''SourcesMoveTopic.php'': ''2.0'',\n ''SourcesNews.php'': ''2.0'',\n ''SourcesNotify.php'': ''2.0'',\n ''SourcesPackageGet.php'': ''2.0'',\n ''SourcesPackages.php'': ''2.0.2'',\n ''SourcesPersonalMessage.php'': ''2.0'',\n ''SourcesPoll.php'': ''2.0'',\n ''SourcesPost.php'': ''2.0'',\n ''SourcesPostModeration.php'': ''2.0'',\n ''SourcesPrintpage.php'': ''2.0'',\n ''SourcesProfile.php'': ''2.0'',\n ''SourcesProfile-Actions.php'': ''2.0'',\n ''SourcesProfile-Modify.php'': ''2.0.2'',\n ''SourcesProfile-View.php'': ''2.0'',\n ''SourcesQueryString.php'': ''2.0.3'',\n ''SourcesRecent.php'': ''2.0'',\n ''SourcesRegister.php'': ''2.0.4'',\n ''SourcesReminder.php'': ''2.0.4'',\n ''SourcesRemoveTopic.php'': ''2.0'',\n ''SourcesRepairBoards.php'': ''2.0'',\n ''SourcesReports.php'': ''2.0'',\n ''SourcesSSI.php'': ''2.0.4'',\n ''SourcesScheduledTasks.php'': ''2.0'',\n ''SourcesSearch.php'': ''2.0'',\n ''SourcesSearchAPI-Custom.php'': ''2.0'',\n ''SourcesSearchAPI-Fulltext.php'': ''2.0'',\n ''SourcesSearchAPI-Standard.php'': ''2.0'',\n ''SourcesSecurity.php'': ''2.0.3'',\n ''SourcesSendTopic.php'': ''2.0'',\n ''SourcesSplitTopics.php'': ''2.0'',\n ''SourcesStats.php'': ''2.0'',\n ''SourcesSubs.php'': ''2.0'',\n ''SourcesSubs-Admin.php'': ''2.0'',\n ''SourcesSubs-Auth.php'': ''2.0'',\n ''SourcesSubs-BoardIndex.php'': ''2.0'',\n ''SourcesSubs-Boards.php'': ''2.0'',\n ''SourcesSubs-Calendar.php'': ''2.0'',\n ''SourcesSubs-Categories.php'' : ''2.0'',\n ''SourcesSubs-Charset.php'' : ''2.0'',\n ''SourcesSubs-Compat.php'': ''2.0'',\n ''SourcesSubs-Db-mysql.php'': ''2.0.4'',\n ''SourcesSubs-Db-postgresql.php'': ''2.0.4'',\n ''SourcesSubs-Db-sqlite.php'': ''2.0'',\n ''SourcesSubs-Editor.php'': ''2.0'',\n ''SourcesSubs-Graphics.php'': ''2.0'',\n ''SourcesSubs-List.php'': ''2.0'',\n ''SourcesSubs-Membergroups.php'': ''2.0'',\n ''SourcesSubs-Members.php'': ''2.0.1'',\n ''SourcesSubs-MembersOnline.php'': ''2.0'',\n ''SourcesSubs-Menu.php'': ''2.0.1'',\n ''SourcesSubs-MessageIndex.php'': ''2.0'',\n ''SourcesSubs-OpenID.php'': ''2.0'',\n ''SourcesSubs-Package.php'': ''2.0.1'',\n ''SourcesSubs-Post.php'': ''2.0'',\n ''SourcesSubs-Recent.php'': ''2.0'',\n ''SourcesSubscriptions-PayPal.php'': ''2.0.3'',\n ''Sourcessubscriptions.php'': ''2.0.2'',\n ''SourcesSubs-Sound.php'': ''2.0'',\n ''SourcesThemes.php'': ''2.0.4'',\n ''SourcesViewQuery.php'': ''2.0'',\n ''SourcesWho.php'': ''2.0.2'',\n ''SourcesXml.php'': ''2.0'',\n ''DefaultAdmin.template.php'': ''2.0'',\n ''DefaultBoardIndex.template.php'': ''2.0'',\n ''DefaultCalendar.template.php'': ''2.0'',\n ''DefaultCompat.template.php'': ''2.0'',\n ''DefaultDisplay.template.php'': ''2.0'',\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'',\n ''DefaultLogin.template.php'': ''2.0'',\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'',\n ''DefaultManagePaid.template.php'': ''2.0'',\n ''DefaultManagePermissions.template.php'': ''2.0'',\n ''DefaultManageScheduledTasks.template.php'': ''2.0'',\n ''DefaultManageSearch.template.php'': ''2.0'',\n ''DefaultManageSmileys.template.php'': ''2.0'',\n ''DefaultMemberlist.template.php'': ''2.0'',\n ''DefaultMessageIndex.template.php'': ''2.0'',\n ''DefaultModerationCenter.template.php'': ''2.0'',\n ''DefaultMoveTopic.template.php'': ''2.0'',\n ''DefaultNotify.template.php'': ''2.0'',\n ''DefaultPackages.template.php'': ''2.0'',\n ''DefaultPersonalMessage.template.php'': ''2.0'',\n ''DefaultPoll.template.php'': ''2.0'',\n ''DefaultPost.template.php'': ''2.0'',\n ''DefaultPrintpage.template.php'': ''2.0'',\n ''DefaultProfile.template.php'': ''2.0'',\n ''DefaultRecent.template.php'': ''2.0'',\n ''DefaultRegister.template.php'': ''2.0'',\n ''DefaultReminder.template.php'': ''2.0'',\n ''DefaultReports.template.php'': ''2.0'',\n ''DefaultSearch.template.php'': ''2.0'',\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'',\n ''DefaultWho.template.php'': ''2.0'',\n ''DefaultWireless.template.php'': ''2.0'',\n ''DefaultXml.template.php'': ''2.0'',\n ''Defaultindex.template.php'': ''2.0'',\n ''TemplatesAdmin.template.php'': ''2.0'',\n ''TemplatesBoardIndex.template.php'': ''2.0'',\n ''TemplatesCalendar.template.php'': ''2.0'',\n ''TemplatesDisplay.template.php'': ''2.0'',\n ''TemplatesErrors.template.php'': ''2.0'',\n ''TemplatesGenericControls.template.php'': ''2.0'',\n ''TemplatesGenericList.template.php'': ''2.0'',\n ''TemplatesGenericMenu.template.php'': ''2.0'',\n ''TemplatesHelp.template.php'': ''2.0'',\n ''TemplatesLogin.template.php'': ''2.0'',\n ''TemplatesManageAttachments.template.php'': ''2.0'',\n ''TemplatesManageBans.template.php'': ''2.0'',\n ''TemplatesManageBoards.template.php'': ''2.0'',\n ''TemplatesManageCalendar.template.php'': ''2.0'',\n ''TemplatesManageMail.template.php'': ''2.0'',\n ''TemplatesManageMaintenance.template.php'': ''2.0'',\n ''TemplatesManageMembergroups.template.php'': ''2.0'',\n ''TemplatesManageMembers.template.php'': ''2.0'',\n ''TemplatesManageNews.template.php'': ''2.0'',\n ''TemplatesManagePaid.template.php'': ''2.0'',\n ''TemplatesManagePermissions.template.php'': ''2.0'',\n ''TemplatesManageSearch.template.php'': ''2.0'',\n ''TemplatesManageSmileys.template.php'': ''2.0'',\n ''TemplatesMemberlist.template.php'': ''2.0'',\n ''TemplatesMessageIndex.template.php'': ''2.0'',\n ''TemplatesModerationCenter.template.php'': ''2.0'',\n ''TemplatesModlog.template.php'': ''2.0'',\n ''TemplatesMoveTopic.template.php'': ''2.0'',\n ''TemplatesNotify.template.php'': ''2.0'',\n ''TemplatesPackages.template.php'': ''2.0'',\n ''TemplatesPersonalMessage.template.php'': ''2.0'',\n ''TemplatesPoll.template.php'': ''2.0'',\n ''TemplatesPost.template.php'': ''2.0'',\n ''TemplatesPrintpage.template.php'': ''2.0'',\n ''TemplatesProfile.template.php'': ''2.0'',\n ''TemplatesRecent.template.php'': ''2.0'',\n ''TemplatesRegister.template.php'': ''2.0'',\n ''TemplatesReminder.template.php'': ''2.0'',\n ''TemplatesReports.template.php'': ''2.0'',\n ''TemplatesSearch.template.php'': ''2.0'',\n ''TemplatesSendTopic.template.php'': ''2.0'',\n ''TemplatesSettings.template.php'': ''2.0'',\n ''TemplatesSplitTopics.template.php'': ''2.0'',\n ''TemplatesStats.template.php'': ''2.0'',\n ''TemplatesThemes.template.php'': ''2.0'',\n ''TemplatesWho.template.php'': ''2.0'',\n ''TemplatesWireless.template.php'': ''2.0'',\n ''TemplatesXml.template.php'': ''2.0'',\n ''Templatesindex.template.php'': ''2.0''\n};\n\nwindow.smfLanguageVersions = {\n ''Admin'': ''2.0'',\n ''EmailTemplates'': ''2.0'',\n ''Errors'': ''2.0'',\n ''Help'': ''2.0'',\n ''index'': ''2.0.4'',\n ''Install'': ''2.0'',\n ''Login'': ''2.0'',\n ''ManageBoards'': ''2.0'',\n ''ManageCalendar'': ''2.0'',\n ''ManageMail'': ''2.0'',\n ''ManageMaintenance'': ''2.0'',\n ''ManageMembers'': ''2.0'',\n ''ManagePaid'': ''2.0'',\n ''ManagePermissions'': ''2.0'',\n ''ManageScheduledTasks'': ''2.0'',\n ''ManageSettings'': ''2.0'',\n ''ManageSmileys'': ''2.0'',\n ''Manual'': ''2.0'',\n ''ModerationCenter'': ''2.0'',\n ''Modifications'': ''2.0'',\n ''Modlog'': ''2.0'',\n ''Packages'': ''2.0'',\n ''PersonalMessage'': ''2.0'',\n ''Post'': ''2.0'',\n ''Profile'': ''2.0'',\n ''Reports'': ''2.0'',\n ''Search'': ''2.0'',\n ''Settings'': ''2.0'',\n ''Stats'': ''2.0'',\n ''Themes'': ''2.0'',\n ''Who'': ''2.0'',\n ''Wireless'': ''2.0''\n};\n', 'text/javascript');
INSERT INTO `admin_info_files` VALUES (3, 'latest-news.js', '/smf/', 'language=%1$s&format=%2$s', '\nwindow.smfAnnouncements = [\n {\n subject: ''SMF 2.0.4 and 1.1.18 security patches have been released.'',\n href: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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: ''http://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 {\n subject: ''SMF 1.0.9 and patch for SMF 1.1 RC3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=123285.0'',\n time: ''October 29, 2006, 05:57:14 AM'',\n author: ''Compuart'',\n message: ''A security issue has been discovered in both SMF 1.0 and SMF 1.1. Therefore a patch has been released that will upgrade SMF 1.0.8 to 1.0.9 and update SMF 1.1 RC3. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.1 RC3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=107112.0'',\n time: ''August 21, 2006, 07:32:19 PM'',\n author: ''Grudge'',\n message: ''Release Candidate 3 of SMF 1.1 has been released! This is the final update to SMF 1.1 before it goes final - and includes UTF support as well as numerous bug fixes. Please read the announcement for details - and only upgrade if you are comfortable running software yet to go gold.''\n },\n {\n subject: ''SMF 1.0.8'',\n href: ''http://www.simplemachines.org/community/index.php?topic=107135.0'',\n time: ''August 21, 2006, 07:32:19 PM'',\n author: ''Compuart'',\n message: ''A security issue has been reported in PHP causing a vulnerability in SMF. A patch has been released to upgrade Simple Machines Forum from 1.0.7 to 1.0.8. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.0.7 and patch for SMF 1.1 RC2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=78841.0'',\n time: ''March 29, 2006, 05:32:12 PM'',\n author: ''Compuart'',\n message: ''A security issue has been discovered in both SMF 1.0 and SMF 1.1. Therefor a patch has been released that will upgrade SMF 1.0.6 to 1.0.7 and update SMF 1.1 RC2. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.0.6'',\n href: ''http://www.simplemachines.org/community/index.php?topic=68110.0'',\n time: ''January 28, 2006, 06:36:25 AM'',\n author: ''Grudge'',\n message: ''SMF 1.0.6 has been released. This release addresses a potential security issue as well as a few minor bugs found since the 1.0.5 release. You are encouraged to update immediately, using the package manager or otherwise. This update does not apply to the 1.1 line!''\n },\n {\n subject: ''Bug in Firefox 1.5'',\n href: ''http://www.simplemachines.org/community/index.php?topic=66862.0'',\n time: ''January 24, 2006, 08:09:45 AM'',\n author: ''Grudge'',\n message: ''There is a bug in Firefox 1.5 which can cause server issues for forums running SMF 1.1 (RC1/RC2). There is a simple fix which can be downloaded from the Simple Machines forum.''\n },\n {\n subject: ''SMF 1.1 RC2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=62731.0'',\n time: ''December 31, 2005, 02:58:20 PM'',\n author: ''Grudge'',\n message: ''The second (and final) Release Candidate of SMF 1.1 has been released! Please read the announcement for details - and please update only if you are certain you are comfortable with software that hasn\\''t gone gold yet. There is no package manager style update for this version.''\n }\n];\nif (window.smfVersion < "SMF 1.1")\n{\n window.smfUpdateNotice = ''SMF 1.1 Final has now been released. To take advantage of the improvements available in SMF 1.1 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 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}\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 `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" && window.smfVersion == "SMF 1.0")\n window.smfLatestPackages = ''As was inevitable, a few small mistakes have been found in 1.0. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.1")\n window.smfLatestPackages = ''A few problems have been found in the package manager\\''s modification code, among a few other issues. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.2")\n window.smfLatestPackages = ''A problem has been found in the system that sends critical database messages. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.3")\n window.smfLatestPackages = ''A few bugs have been fixed since SMF 1.0.3, and a problem with parsing nested BBC tags addressed. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.4")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.4. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.5")\n window.smfLatestPackages = ''A bbc security issue has been identified in SMF 1.0.5. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.6")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.6. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.7")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.7. You can install this patch (click here to install) to easily update yourself to the latest version.
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\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.8")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.8. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.9")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.9. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.10")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.10. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.11")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.11 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.12")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.12 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.13")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.13 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.14")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.14. You can install this patch (click here to install) to update your version of SMF to 1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.15")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.15. You can install this patch (click here to install) to update your version of SMF to 1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.16")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.16. You can install this patch (click here to install) to update your version of SMF to 1.0.17.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.17")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.17. You can install this patch (click here to install) to update your version of SMF to 1.0.18.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.18")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.18. You can install this patch (click here to install) to update your version of SMF to 1.0.19.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.19")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.19. You can install this patch (click here to install) to update your version of SMF to 1.0.20.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.20")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.20. You can install this patch (click here to install) to update your version of SMF to 1.0.21.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.21")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.21. You can install this patch (click here to install) to update your version of SMF to 1.0.22.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.22")\n window.smfLatestPackages = ''A security vulnerability has been identified in SMF 1.0.22. You can install this patch (click here to install) to update your version of SMF to 1.0.23.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.23")\n window.smfLatestPackages = ''SMF 1.0 was released to the world in December 2004 and has been supported for more than eight years. Starting from the 1st of January 2013 it will not receive security updates any more. Anyone still using a 1.0 release should investigate migrating to the lates SMF version. Please post on the forum if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 Beta 2" && !in_array("smf:smf_1-1-beta2-fix1", window.smfInstalledPackages))\n window.smfLatestPackages = ''A few bugs have been fixed since SMF 1.1 Beta 2, and a problem with parsing nested BBC tags addressed. You can install this patch (click here to install) to easily fix the problem.
Please post on the forum or in the helpdesk if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 RC2" && !in_array("smf:smf-1.0.7", window.smfInstalledPackages))\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.1 RC2. You can install this patch (click here to install) to easily update yourself to the latest version.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 RC2" && !in_array("smf:smf_1-1-rc2-2", window.smfInstalledPackages))\n window.smfLatestPackages = ''A bug in PHP causes a vulnerability in SMF 1.1 RC2-1. You can install this patch (click here to install) to patch your version of 1.1 RC2 to 1.1 RC2-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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1")\n window.smfLatestPackages = ''A number of small bugs and a security issue have been identified in SMF 1.1 Final. You can install this patch (click here to install) to update your version of SMF to 1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.1")\n window.smfLatestPackages = ''A number of bugs and a couple of low risk security issues have been identified in SMF 1.1.1 - and some improvements have been made to the visual verification images on registration. You can install this patch (click here to install) to update your version of SMF to 1.1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.2")\n window.smfLatestPackages = ''A number of bugs and a couple of low risk security issues have been identified in SMF 1.1.2 - and some improvements have been made to the package manager. You can install this patch (click here to install) to update your version of SMF to 1.1.3.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.3")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.3 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 1.1.4.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.4")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.4 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 1.1.5.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.5")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.5 as well as a few small bugs. You can install this patch (click here to install) to update your version of SMF to 1.1.6.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.6")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.6. You can install this patch (click here to install) to update your version of SMF to 1.1.7.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.7")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.7. You can install this patch (click here to install) to update your version of SMF to 1.1.8.
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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.8")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.8. You can install this patch (click here to install) to update your version of SMF to 1.1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.9")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.9. You can install this patch (click here to install) to update your version of SMF to 1.1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.10")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.10. You can install this patch (click here to install) to update your version of SMF to 1.1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.11")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.11. You can install this patch (click here to install) to update your version of SMF to 1.1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.12")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.12. You can install this patch (click here to install) to update your version of SMF to 1.1.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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.13")\n window.smfLatestPackages = ''A security vulnerability have been identified in SMF 1.1.13. You can install this patch (click here to install) to update your version of SMF to 1.1.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 if you use the full package. Please post on the forum if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.14")\n window.smfLatestPackages = ''A security vulnerability have been identified in SMF 1.1.14. You can install this patch (click here to install) to update your version of SMF to 1.1.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 if you use the full package. Please post on the forum if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.15")\n window.smfLatestPackages = ''A couple of security vulnerabilities have been identified in SMF 1.1.15. You can install this patch (click here to install) to update your version of SMF to 1.1.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 if you use the full package. Please post on the forum if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.16")\n window.smfLatestPackages = ''A security vulnerability has been identified in SMF 1.1.16. You can install this patch (click here to install) to update your version of SMF to 1.1.17.
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 if you use the full package. Please post on the forum if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.17")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.17. You can install this patch (click here to install) to update your version of SMF to 1.1.18.
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 if you use the full package. Please post on the forum if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC4" && 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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "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.'';\nelse if (typeof(window.smfVersion) == "undefined")\n window.smfLatestPackages = ''For the package manager to function properly, please upgrade to the latest version of SMF.'';\nelse\n{\nvar smf_modificationInfo = {\n\n 3765: {\n name: ''Men of Star Trek Avatars by BK-Modding 1.0'',\n versions: [''72'', ''73''],\n desc: ''BK Modding Men of Star Trek Avatars
Made by: BK Modding Team - BK Modding
These Star Trek Avatars are perfect for any Star Trek fan.
Star Trek®, Star Trek: The Next Generation®, Star Trek: Deep Space Nine®, Star Trek: Voyager®, Star Trek: Enterprise®, and related Star Trek marks are registered trademarks and/or copyrights of Paramount Pictures, CBS, and their respective owners.
\\\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