pluginName) == 0) { $index = $i; break; } } $cat = isset($index) ? $cats[$list_array[$index]->catID][0] : ""; ?> "; echo "\r"; if (!isset($docu) || $docu == "") { echo "
Plugins List
pluginFile,0,-4); echo 'prev '; } if ($index < count($list_array)-1) { $nextPluginID = substr($list_array[$index+1]->pluginFile,0,-4); echo ' next'; } echo "
"; } if (!isset($name)) { die('Invalid Plugin'); } include('box_top.php'); echo "Plugin Details > {$cat} > {$name}"; include('box_middle.php'); if (isset($os_specific) && $os_specific === true) { echo 'This plugin has operating system specific versions available - check here if none are shown below: '. 'Windows '. 'Mac OSX '. 'Linux etc.'. '

'; } } // showEverything // Following table MUST be 10 rows and 6 columns or plugin update will break // 2102 // PARG - OK this is a very old restriction and I'm adding a new Column for .vuze files so screw 2102 $numCols = $bShowEverything ? 7 : 6; ?> new PluginVersionInfo("", isset($version) ? $version : "", isset($dl_link) ? $dl_link : "", isset($src_link) ? $src_link : "" ) ); } else { if (!isset($versions[0])) $versions[0] = new PluginVersionInfo("", "", "", ""); } if (!isset($versions_live_index)) { $versions_live_index = 0; } if (!isset($cvsVersionInfo)) { $cvsVersionInfo = new PluginVersionInfo( isset($min_az_version_cvs) ? $min_az_version_cvs : "", isset($version_cvs) ? $version_cvs : "", isset($dl_link_cvs) ? $dl_link_cvs : "", isset($src_link_cvs) ? $src_link_cvs : "" ); } else { $cvsVersionInfo = new PluginVersionInfo("", "", "", ""); } $latestVersions = array($versions[$versions_live_index], $cvsVersionInfo); // Row 3 & 4 of 10 for ($i = 0; $i < 2; $i++) { $versionInfo = $latestVersions[$i]; echo ""; // Column 1/7 echo ""; // Column 2/7 echo ""; // Column 3/7 if ($bShowEverything) { echo '"; } // Column 4/7 echo '"; // Column 5/7 echo '"; // Column 6/7 echo '"; // Column 7/7 echo '"; echo ""; } ?>
Name Version Installer Manual Download Source Author Contact
"; if ($i == 0) echo $name; echo "{$versionInfo->version}'; $vuzeFile=str_replace( ".jar", ".vuze", str_replace( ".zip", ".vuze", $versionInfo->dl_link )); if ($vuzeFile != $versionInfo->dl_link && file_exists($vuzeFile)) { echo "\"\""; } else if ($versionInfo->version != "") { echo "\"\""; } echo "'; if ($versionInfo->dl_link != "" && file_exists($versionInfo->dl_link)) { echo "dl_link}\">\"\""; } else if ($versionInfo->version != "") { echo "\"\""; } echo "'; if ($versionInfo->src_link != "" && file_exists($versionInfo->src_link)) { echo "src_link}\">\"\""; } else if ($versionInfo->version != "") { echo "\"\""; } echo "'; if (isset($author) && $author != "" && $i == 0) { echo $author; } echo "'; if ($i == 0) { if (isset($mail) && $mail != "") { echo "\"\""; } elseif (isset($web) && $web != "") { echo "\"\""; } else { echo "\"\""; } } echo "

'; else echo " "; ?>
Author's Description "; $lk2 = "";}?> '.$lk2; } ?>
>
Documentation
>Version Info
1) { echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; for ($i = 0; $i < $size; $i++) { $versionInfo = $versions[$i]; if ($versionInfo->minAZVersion == "") continue; echo ""; echo ""; echo ""; echo '"; echo '"; echo ""; } echo "
All Supported AZ VersionsPlugin VersionManual DownloadSource
>= {$versionInfo->minAZVersion}{$versionInfo->version}'; if ($versionInfo->dl_link != "" && file_exists($versionInfo->dl_link)) { echo "dl_link}\">\"\""; } else { echo "\"\""; } echo "'; if ($versionInfo->src_link != "" && file_exists($versionInfo->src_link)) { echo "src_link}\">\"\""; } else { echo "\"\""; } echo "
"; } // include('box_bottom.php'); echo "
\r"; } else { echo "
\r"; include('box_top.php'); echo 'Documentation'."\r"; include('box_middle.php'); if (@$frame) { echo "\r"; } else { include($doc); } include('box_bottom.php'); echo "\r"; } } ?>