Difference between revisions of "Downloads"
From Galaxytool wiki
ThePatriot (talk | contribs) |
ThePatriot (talk | contribs) (added small "bugfix") |
||
Line 4: | Line 4: | ||
[[Galaxytool Changelog]] | [[Galaxytool Changelog]] | ||
Download as [http://www.galaxytool.eu/galaxietool_3_52.zip zip] or [http://www.galaxytool.eu/galaxietool_3_52.tar.gz tar.gz] | Download as [http://www.galaxytool.eu/galaxietool_3_52.zip zip] or [http://www.galaxytool.eu/galaxietool_3_52.tar.gz tar.gz] | ||
+ | |||
+ | |||
+ | |||
+ | there is a small "bug" in the file "allyparser.inc.php": | ||
+ | |||
+ | the first line has to be "<?php" instead of "<?" | ||
+ | and at the end of the file "?>" has to be appended, after the last curly bracket "}" | ||
+ | |||
+ | |||
manual update to recognize moons from ogameversion 0.75 and newer: | manual update to recognize moons from ogameversion 0.75 and newer: |
Revision as of 01:32, 6 February 2007
Galaxytool
Current Version: 3.52 Galaxytool Changelog Download as zip or tar.gz
there is a small "bug" in the file "allyparser.inc.php":
the first line has to be "<?php" instead of "<?" and at the end of the file "?>" has to be appended, after the last curly bracket "}"
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