// // 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 :: Extensions - Add Features to Mozilla Software
What is an Extension?
Extensions are small add-ons that add new functionality to . They can add anything from a toolbar button to a completely new feature. They allow the browser to be customized to fit the personal needs of each user if they need addtional features, while keeping small to download .
Featured Extension
"250") { $body = substr($body,0,250); $body .= " [More...]"; } //Create Customizeable Timestamp $day=substr($dateadded,8,2); //get the day $month=substr($dateadded,5,2); //get the month $year=substr($dateadded,0,4); //get the year $hour=substr($dateadded,11,2); //get the hour $minute=substr($dateadded,14,2); //get the minute $second=substr($dateadded,17,2); //get the sec $timestamp = strtotime("$year-$month-$day $hour:$minute:$second"); $date = gmdate("F, Y", $timestamp); echo"$name -- $title"; if ($pick=="YES") {echo" - $date Editors Pick"; } echo"
\n"; echo"$body
\n"; } ?>
"0.95", "thunderbird"=>"0.8", "mozilla"=>"1.7"); $currentver_display_array = array("firefox"=>"1.0 Preview Release", "thunderbird"=>"0.8", "mozilla"=>"1.7.x"); $currentver = $currentver_array[$application]; $currentver_display = $currentver_display_array[$application]; ?>
= '$currentver' 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); 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"]; if ($lastname == $name) {$i--; continue; } echo"$i - $name
\n"; echo"($downloadcount downloads)
\n"; $lastname = $name; if ($i >= "5") {break;} } ?>
= '$currentver' AND `Rating` > '0' AND `approved` = 'YES' ORDER BY `Rating` DESC, `Name` ASC, `Version` DESC"; $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)) { $r++; $s++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $rating = $row["Rating"]; $arraysearch = array_search("$name", $usednames); if ($arraysearch !== false AND $usedversions[$arraysearch]['version']<$version) {$r--; continue; } // echo"$r - $name "; //$rating = round($rating); echo""; for ($i = 1; $i <= floor($rating); $i++) { echo"\"";"; } if ($rating>floor($rating)) { $val = ($rating-floor($rating))*10; echo"\"\""; $i++; } for ($i = $i; $i <= 5; $i++) { echo"\"";"; } echo"
\n"; //echo"By $author
\n"; $usednames[$s] = $name; $usedversions[$s] = $version; if ($r >= "5") {break;} } unset($usednames, $usedversions, $r, $s, $i); ?>
= '$currentver' AND (`OSName` = '$_SESSION[app_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); while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $dateadded = $row["DateAdded"]; //Create Customizeable Datestamp $timestamp = strtotime("$dateadded"); $dateadded = gmdate("F d, Y g:i:sa", $timestamp); // $dateupdated = gmdate("F d, Y g:i:sa T", $timestamp); if ($lastname == $name) {$i--; continue; } echo"$i - $name $version
\n"; echo"($dateadded)
\n"; $lastname = $name; if ($i >= "5") {break;} } ?>