// // Alternatively, the contents of this file may be used under the terms of // either the GNU General Public License Version 2 or later (the "GPL"), or // the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), // in which case the provisions of the GPL or the LGPL are applicable instead // of those above. If you wish to allow use of your version of this file only // under the terms of either the GPL or the LGPL, and not to allow others to // use your version of this file under the terms of the MPL, indicate your // decision by deleting the provisions above and replace them with the notice // and other provisions required by the GPL or the LGPL. If you do not delete // the provisions above, a recipient may use your version of this file under // the terms of any one of the MPL, the GPL or the LGPL. // // ***** END LICENSE BLOCK ***** ?> Mozilla Update &list=newest">

Important Firefox Security Update:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur viverra ultrices ante. Aliquam nec lectus. Praesent vitae risus. Aenean vulputate sapien et leo. Nullam euismod tortor id wisi.


What is Mozilla Update?

Mozilla Update is the place to get extras for your Mozilla products. Learn more about us.

Extensions
Extensions are small add-ons that add new functionality to your Mozilla program. They can add anything from a toolbar button to a completely new feature. Browse extensions for: application=firefox">Firefox, application=thunderbird">Thunderbird, application=mozilla">Mozilla Suite
Themes
Themes allow you to change the way your Mozilla program looks. New graphics and colors. Browse themes for: application=firefox">Firefox, application=thunderbird">Thunderbird, application=mozilla">Mozilla Suite
Plugins
Plugins are programs that allow websites to provide content to you and have it appear in your browser. Examples of Plugins are Flash, RealPlayer, and Java. Browse plug-ins for Mozilla Suite and Firefox
= '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `approved` = 'YES' AND TR.featured = 'YES' AND TR.featuredate = '$featuredate' AND TP.preview='YES' LIMIT 1"; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); while ($row = mysql_fetch_array($sql_result)) { $id = $row["ID"]; $type = $row["Type"]; if ($type=="E") {$typename = "extensions"; } else if ($type=="T") {$typename="themes"; } $name = $row["Name"]; $title = $row["Title"]; $body = nl2br($row["Body"]); $extendedbody = $row["ExtendedBody"]; $previewuri = $row["PreviewURI"]; $attr = getimagesize("$websitepath/$previewuri"); $attr = $attr[3]; ?>

Currently Featuring...

">" alt="" class="imgright">

" style="text-decoration: none">
More..."; } ?>

Most Popular Extensions

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `downloadcount` > '0' AND `approved` = 'YES' ORDER BY `downloadcount` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. No Popular Extensions
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $downloadcount = $row["downloadcount"]; $totaldownloads = $row["TotalDownloads"]; $typename="extensions"; if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name"; echo" ($downloadcount downloads)"; echo"
  4. \n"; $lastname = $name; if ($i >= "5") { break; } } ?>

Most Popular Themes

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `downloadcount` > '0' AND `approved` = 'YES' ORDER BY `downloadcount` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. No Popular Themes
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $downloadcount = $row["downloadcount"]; $totaldownloads = $row["TotalDownloads"]; $typename="themes"; if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name"; echo" ($downloadcount downloads)"; echo"
  4. \n"; $lastname = $name; if ($i >= "5") { break; } } ?>
&list=newest">News Additions in RSS

New Additions

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `approved` = 'YES' ORDER BY `DateAdded` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. Nothing Recently Added
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $type = $row["Type"]; $name = $row["Name"]; $version = $row["Version"]; $dateadded = $row["DateAdded"]; $dateadded = gmdate("M d, Y", strtotime("$dateadded")); //$dateupdated = gmdate("F d, Y g:i:sa T", $timestamp); if ($type=="E") { $typename = "extensions"; } else if ($type=="T") { $typename = "themes"; } if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name $version"; echo" ($dateadded)"; echo"
  4. \n"; $lastname = $name; if ($i >= "8") { break; } } ?>