Recent versions: ||| Galaxytool: v5.1 ||| Galaxytoolbar: v2.6.32 |||

Difference between revisions of "Downloads"

From Galaxytool wiki
Jump to: navigation, search
Line 7: Line 7:
 
manual update to recognize moons from ogameversion 0.75 and newer:
 
manual update to recognize moons from ogameversion 0.75 and newer:
  
  spioparser.inc.php line 196: if (strtolower($planetname) == strtolower($moon_name)) $moon = "true";
+
  spioparser.inc.php line 196:
  replace with: if (strpos($planetname,$moon_name) !== false) $moon = "true";
+
if (strtolower($planetname) == strtolower($moon_name)) $moon = "true";
 +
or maybe an older version:
 +
if ($planetname == $moon_name) $moon = "true";
 +
 
 +
  replace with:
 +
if (strpos($planetname,$moon_name) !== false) $moon = "true";
  
 
This adjustment will be included at the next version. The new ship will be included to the next version only - no update at current version!
 
This adjustment will be included at the next version. The new ship will be included to the next version only - no update at current version!
 +
 +
  
 
===Mozilla Firefox Toolbar - Galaxyplugin===
 
===Mozilla Firefox Toolbar - Galaxyplugin===

Revision as of 21:30, 1 February 2007

Galaxytool

Current Version: 3.52
Galaxytool Changelog
Download as zip or tar.gz

manual update to recognize moons from ogameversion 0.75 and newer:

spioparser.inc.php line 196:
if (strtolower($planetname) == strtolower($moon_name)) $moon = "true";
or maybe an older version:
if ($planetname == $moon_name) $moon = "true";
replace with:
if (strpos($planetname,$moon_name) !== false) $moon = "true";

This adjustment will be included at the next version. The new ship will be included to the next version only - no update at current version!


Mozilla Firefox Toolbar - Galaxyplugin

Current Version: 1.4.3
Toolbar Changelog
Download xpi


Javatool - Clipboard monitoring

Current Version: 1.0
Javatool Changelog
Download zip