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

Difference between revisions of "Toolbar Changelog"

From Galaxytool wiki
Jump to: navigation, search
m
 
(30 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Welcome to ATA alliance
+
'''For changelogs for versions newer than 2.2 see [https://addons.mozilla.org/en-US/firefox/addon/galaxytoolbar/versions/  Mozilla Addons Page].'''
We are Spartnars and we got a Party to celabtite
 
so lets welcome those bitches to our Hell
 
  
$dbusername = 'username';
+
v 2.1.15
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).
+
  * fixed zombie compartments - lead to high memory usage by Firefox
 +
  * compatibility with Firefox 13
  
$dbpassword = 'password';
+
v 2.1.14
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).
+
  * compatibility with Firefox 8
  
$dbname = 'database';
+
v 2.1.13
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).
+
  * compatibility with Firefox 5
  
$dbtablename = 'galaxy';
+
v 2.1.12
Write the name of the galaxy table (all the data like planets and coordinates) in the quotation marks. It is recommended to use a significant name like u15_galaxy to know what the tables are used for if you look in your database.  
+
  * compatibility with Firefox 4
 +
  * this version requires Firefox 3
 +
  * some small adjustements
  
$utablename = 'user';
+
v 2.1.11
Write the name of the user table (the users of the tool) in the quotation marks. It is recommended to use a significant name like u15_user to know what the tables are used for if you look in your database.  
+
    * adjusted install script to support also firefox 3.6
  
$playertable = 'players';
+
v 2.1.10
Write the name of the players table in the quotation marks. It is recommended to use a significant name like u23_players to know what the tables are used for if you look in your database.  
+
    * adjusted install script to support also firefox 3.5
  
$allytable = 'alliances';
+
v 2.1.9
Write the name of the alliance table in the quotation marks. It is recommended to use a significant name like u23_alliances to know what the tables are used for if you look in your database.
+
    * bugfix to regognize | character from planetnames to avoid problems at galaxytool
  
$noticetable = 'notices';
+
v 2.1.8
Write the name of the notices table in the quotation marks. It is recommended to use a significant name like u15_notices to know what the tables are used for if you look in your database.
+
    * added a new compatibility mode to avoid problems with foxgame extension
 +
    * added new locale HU
 +
    * added new locale FI
  
$reporttable = 'reports';
+
v 2.1.7
Write the name of the espionage reports table in the quotation marks. It is recommended to use a significant name like u15_reports to know what the tables are used for if you look in your database.
+
    * bugfix for portugues language
  
$iptablename = 'ips';
+
v 2.1.6
Write the name of the IP addresses table (IP addresses from the users of the tool) in the quotation marks. It is recommended to use a significant name like u23_ip to know what the tables are used for if you look in your database.
+
    * stats are also sent for "own position"
 +
    * works with firefox 3
  
$shouttable = 'shoutbox';
+
v 2.1.5
Write the name of the shoutbox table (the shoutbox on the overview page of the tool) in the quotation marks. It is recommended to use a significant name like u23_shoutbox to know what the tables are used for if you look in your database.
+
    * small bugfix which removed the ALERT() window if you view a galaxyview which shall not be uploaded to a galaxytool
  
$allyhistory = 'allyhistory';
+
v 2.1.4
Write the name of the allyhistory table in the quotation marks. It is recommended to use a significant name like u15_allyhistory to know what the tables are used for if you look in your database.
+
    * if you view the alliance stats sorted by member points, the stats will not be updated at the galaxytool any more
  
If you leave this field empty (no name between the quotation marks), no statistic records are saved. You can save webspace by keeping this field empty. The tables for statistics can become 20 MB / year for an average alliance with 180 members.
+
v 2.1.3
 +
    * fix: alliance statistics were not sent correctly
  
$playerhistory = 'playerhistory';
+
v 2.1.2
 +
    * removed leading spaces at names of players and alliances at stats
  
Write the name of the playerhistory table in the quotation marks. It is recommended to use a significant name like u23_playerhistory to know what the tables are used for if you look in your database.  
+
v 2.1.1
 +
    * ogame stats can be read again (v 0.78c)
  
If you leave this field empty (no name between the quotation marks), no statistic records are saved. You can save webspace by keeping this field empty. The tables for statistics can become 20 MB / year for an average alliance with 180 members.
+
v 2.1
 +
    * added debug functionality
 +
    * removed useless html code from toolbar data upload to reduce traffic (allyhistory)
 +
    * toolbar now sends the universe number (galaxytool will check against it)
 +
    * toolbar now sends the toolbar version number (galaxytool will check if there are problems with this version)
 +
    * you can hide the status window
 +
    * you can specify which ogame pages shall be sent to the galaxytool
 +
    * new pages sent to the galaxytool: buildings, research, fleet and defense (update own reports)
  
$dbhost = 'Two Face';
+
v 2.04
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.  
+
    * moons are recognized with ogame v 0.77c
  
attributes.php
+
v 2.03
Note you can find the file in the folder: /secret/
+
    * using right-click you can now send reports manually
 +
    * using right-click you can enter the options
 +
    * fixed a problem with ogame commander accounts that had disabled some icons at the galaxyview
 +
    * messages are only send to the galaxytool if there are reports inside
  
Now if you have edited "config.php" it is time to edit some stuff to give galaxy tool another look. Now in the same folder ("secret") there is a file called "attributes.php". Open in and we are going to change some things:
+
v 2.02
 +
    * Made some changes to the toolbar to work with "partly" different ogame sourcecode (as in ogame.pl)
  
$owner = 'Two Face';
+
v 2.01
Write your alliance or OGame nickname in the quotation marks. It is shown at the login screen to show which tool you are using if you play in different univereses.
+
    * bugfix when updating multiple tools at the same time
  
$maxshouts = 99;
+
v 2.0
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!
+
    * added portugues
 +
    * works with ogame v0.77
 +
    * allows to update several galaxytool installations for the same universe
 +
    * removed the toolbar - added status window instead (to show several updates)
 +
    * further updates will come (but the was an urgent release, 2.0 wasn't supposed to come out that early)
  
$email_to = 'admin@yourdomain.com';
+
v 1.4.6
+
    * added italian
 +
    * added danish
 +
    * fixed bug with own alliance caused by invalid ogame HTML "code"
  
$email_from = Mr.lonely112@hotmail.com
+
v 1.4.5
Here you can add an email address which should be shown in the FROM field of registration emails. Put the address between quotation marks. If someone registers himself at the galaxytool, an email is sent to this address showing that someone registered and needs to be activated. If you want to disable registering, you have to delete the register.php file.  
 
  
$default_language = 'english';
+
    * bug fixed for alliance statistic pages with less than 100 entries
Write the default language for the tool in the quotation marks. You can choose between: german, english, spanish, dutch, balkan, french, portugues, turkish, danish, italian,polish, danish, brazil, russian, swedish or greek.
+
    * different error message if no content was received by the galaxytool (previously "access denied")
 +
    * Dots at statistic rank numbers will not cause problems
 +
    * small correction at spanish language
  
$global_universe = 23;
+
v 1.4.4
 +
 
 +
    * changes for ogame-version 0.76
 +
 
 +
v 1.4.3
 +
 
 +
    * playerstats are now correctly updated (Update required for new ogame version)
 +
 
 +
v 1.4.2
 +
 
 +
    * equal to 1.4.1 but can be installed on Firefox 2
 +
    * updatefunction of firefox can be used from now on
 +
 
 +
 
 +
v 1.4.1
 +
 
 +
    * spaces at alliance tags are no longer removed by the toolbar
 +
 
 +
 
 +
v 1.4
 +
 
 +
    * faster uploads
 +
    * bugfixes
 +
 
 +
 
 +
v 1.3
 +
 
 +
    * multilanguage support
 +
    * uploads allyhistory
 +
    * better error messages
 +
    * fixed problem with disabled cookies
 +
    * bug fixed when entering a galaxyview with 0 Deut.
 +
 
 +
 
 +
v 1.2
 +
 
 +
    * fixed the compatibility problem with other firefox extensions
 +
    * data upload to the galaxytool is now asynchronous, so firefox won't freeze during that time any longer
 +
 
 +
 
 +
v 1.1
 +
 
 +
    * support for up to 5 universes
 +
    * espionage reports can be send to the galaxytool (requires at least galaxytool 3.13)
 +
 
 +
 
 +
v 1.0
 +
 
 +
    * basic features as inserting galaxy views or statistics implemented
 +
    * requires username, password and url to work
 +
 
 +
[[de:Toolbar Changelog]]
 +
[[es:Toolbar Changelog]]

Latest revision as of 14:34, 6 April 2012

For changelogs for versions newer than 2.2 see Mozilla Addons Page.

v 2.1.15

  * fixed zombie compartments - lead to high memory usage by Firefox
  * compatibility with Firefox 13

v 2.1.14

  * compatibility with Firefox 8

v 2.1.13

  * compatibility with Firefox 5

v 2.1.12

  * compatibility with Firefox 4
  * this version requires Firefox 3
  * some small adjustements

v 2.1.11

   * adjusted install script to support also firefox 3.6

v 2.1.10

   * adjusted install script to support also firefox 3.5

v 2.1.9

   * bugfix to regognize | character from planetnames to avoid problems at galaxytool

v 2.1.8

   * added a new compatibility mode to avoid problems with foxgame extension
   * added new locale HU
   * added new locale FI

v 2.1.7

   * bugfix for portugues language

v 2.1.6

   * stats are also sent for "own position"
   * works with firefox 3

v 2.1.5

   * small bugfix which removed the ALERT() window if you view a galaxyview which shall not be uploaded to a galaxytool

v 2.1.4

   * if you view the alliance stats sorted by member points, the stats will not be updated at the galaxytool any more

v 2.1.3

   * fix: alliance statistics were not sent correctly

v 2.1.2

   * removed leading spaces at names of players and alliances at stats

v 2.1.1

   * ogame stats can be read again (v 0.78c)

v 2.1

   * added debug functionality
   * removed useless html code from toolbar data upload to reduce traffic (allyhistory)
   * toolbar now sends the universe number (galaxytool will check against it)
   * toolbar now sends the toolbar version number (galaxytool will check if there are problems with this version)
   * you can hide the status window
   * you can specify which ogame pages shall be sent to the galaxytool
   * new pages sent to the galaxytool: buildings, research, fleet and defense (update own reports)

v 2.04

   * moons are recognized with ogame v 0.77c

v 2.03

   * using right-click you can now send reports manually
   * using right-click you can enter the options
   * fixed a problem with ogame commander accounts that had disabled some icons at the galaxyview
   * messages are only send to the galaxytool if there are reports inside

v 2.02

   * Made some changes to the toolbar to work with "partly" different ogame sourcecode (as in ogame.pl)

v 2.01

   * bugfix when updating multiple tools at the same time

v 2.0

   * added portugues
   * works with ogame v0.77
   * allows to update several galaxytool installations for the same universe
   * removed the toolbar - added status window instead (to show several updates)
   * further updates will come (but the was an urgent release, 2.0 wasn't supposed to come out that early)

v 1.4.6

   * added italian
   * added danish
   * fixed bug with own alliance caused by invalid ogame HTML "code"

v 1.4.5

   * bug fixed for alliance statistic pages with less than 100 entries
   * different error message if no content was received by the galaxytool (previously "access denied")
   * Dots at statistic rank numbers will not cause problems
   * small correction at spanish language

v 1.4.4

   * changes for ogame-version 0.76

v 1.4.3

   * playerstats are now correctly updated (Update required for new ogame version)

v 1.4.2

   * equal to 1.4.1 but can be installed on Firefox 2
   * updatefunction of firefox can be used from now on


v 1.4.1

   * spaces at alliance tags are no longer removed by the toolbar


v 1.4

   * faster uploads
   * bugfixes


v 1.3

   * multilanguage support
   * uploads allyhistory
   * better error messages
   * fixed problem with disabled cookies
   * bug fixed when entering a galaxyview with 0 Deut.


v 1.2

   * fixed the compatibility problem with other firefox extensions
   * data upload to the galaxytool is now asynchronous, so firefox won't freeze during that time any longer


v 1.1

   * support for up to 5 universes
   * espionage reports can be send to the galaxytool (requires at least galaxytool 3.13)


v 1.0

   * basic features as inserting galaxy views or statistics implemented
   * requires username, password and url to work