Please use the plugin installation wizard to install from within Vuze (update to latest version if it doesn't appear on the list).";
$versions = array();
$cvs_version = new PluginVersionInfo( "", "", "", "", "" );
$os_specific = true;
if (isset($_GET['os'])){
$os = $_GET['os'];
if (strpos(strtolower(" " . $os), 'windows') > 0) {
$versions = array(
new PluginVersionInfo( "4.9.1.0", "0.4.1", "plugins/3DView-win32_0.4.1.zip", "plugins/3DView-win32_0.4.1.zip",
"0.4.1: Updated libraries; improved rendering.
".
"0.4.0: 64 bit support and updated libraries." ),
new PluginVersionInfo( "4.8.0.0", "0.4.0", "plugins/3DView-win32_0.4.0.zip", "plugins/3DView-win32_0.4.0.zip",
"0.4.0: 64 bit support and updated libraries." ),
new PluginVersionInfo( "3.0.5.0", "0.3.1", "plugins/3DView-win32_0.3.1.zip", "plugins/3DView-win32_0.3.1.zip",
"0.3.1: 08/06/04: Fixed config option.
".
"0.3.0: 08/03/07: Fixed npe (connection error); More accurate display of peers and connections; All OS compatible!
".
"0.2.2: 06/01/19: Fix to work with 2400.
".
"0.2.1: 05/11/22: Added three rotation speeds (double-click).
".
"0.2.0: 05/11/14: Smooth entry and filling up of peers.
".
"0.1.1: Fix opengl.jar load.
".
"0.1.0: Initial version." )
);
$cvs_version =
new PluginVersionInfo( "4.9.0.1", "0.4.1_CVS", "plugins/3DView-win32_0.4.1.zip", "plugins/3DView-win32_0.4.1.zip",
"" );
}
if (strpos(strtolower(" " . $os), 'mac os') > 0) {
$versions = array(
new PluginVersionInfo( "4.9.1.0", "0.4.2", "plugins/3DView-osx_0.4.2.zip", "plugins/3DView-osx_0.4.2.zip",
"0.4.2: Added option to switch to old rendering approach if CPU usage unacceptable.
".
"0.4.1: Updated libraries; improved rendering." ),
new PluginVersionInfo( "3.0.5.0", "0.3.1", "plugins/3DView-osx_0.3.1.zip", "plugins/3DView-osx_0.3.1.zip",
"0.3.1: 08/06/04: Fixed config option.
".
"0.3.0: 08/03/07: Fixed npe (connection error); More accurate display of peers and connections; All OS compatible!
".
"0.2.2: 06/01/19: Fix to work with 2400.
".
"0.2.1: 05/11/22: Added three rotation speeds (double-click).
".
"0.2.0: 05/11/14: Smooth entry and filling up of peers.
".
"0.1.1: Fix opengl.jar load.
".
"0.1.0: Initial version." )
);
$cvs_version =
new PluginVersionInfo( "4.9.0.1", "0.4.2_CVS", "plugins/3DView-osx_0.4.2.zip", "plugins/3DView-osx_0.4.2.zip",
"" );
}
if (strpos(strtolower(" " . $os), 'linux') > 0) {
$versions = array(
new PluginVersionInfo( "4.9.1.0", "0.4.1", "plugins/3DView-linux_0.4.1.zip", "plugins/3DView-linux_0.4.1.zip",
"0.4.1: Updated libraries; improved rendering." ),
new PluginVersionInfo( "3.0.5.0", "0.3.1", "plugins/3DView-linux_0.3.1.zip", "plugins/3DView-linux_0.3.1.zip",
"0.3.1: 08/06/04: Fixed config option.
".
"0.3.0: 08/03/07: Fixed npe (connection error); More accurate display of peers and connections; All OS compatible!
".
"0.2.2: 06/01/19: Fix to work with 2400.
".
"0.2.1: 05/11/22: Added three rotation speeds (double-click).
".
"0.2.0: 05/11/14: Smooth entry and filling up of peers.
".
"0.1.1: Fix opengl.jar load.
".
"0.1.0: Initial version." )
);
$cvs_version =
new PluginVersionInfo( "4.9.0.1", "0.4.1_CVS", "plugins/3DView-linux_0.4.1.zip", "plugins/3DView-linux_0.4.1.zip",
"" );
}
}
fillDetailVarsFromArray($versions, $cvs_version);
?>