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

Difference between revisions of "Toolbar Changelog"

From Galaxytool wiki
Jump to: navigation, search
(Headline text)
Line 1: Line 1:
v 1.4.6 (soon)
+
Welcome to ATA alliance
 
+
We are Spartnars and we got a Party to celabtite
    * Added Danish Language
+
so lets welcome those bitches to our Hell
    * Added Italian Language
 
 
 
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
+
$dbusername = 'username';
 +
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).  
  
    * changes for ogame-version 0.76
+
$dbpassword = 'password';
 +
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).  
  
v 1.4.3
+
$dbname = 'database';
 +
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).  
  
    * playerstats are now correctly updated (Update required for new ogame version)
+
$dbtablename = 'galaxy';
 +
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.
  
v 1.4.2
+
$utablename = 'user';
 +
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.  
  
    * equal to 1.4.1 but can be installed on Firefox 2
+
$playertable = 'players';
    * updatefunction of firefox can be used from now on
+
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.
  
 +
$allytable = 'alliances';
 +
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.
  
v 1.4.1
+
$noticetable = 'notices';
 +
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.  
  
    * spaces at alliance tags are no longer removed by the toolbar
+
$reporttable = 'reports';
 +
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.
  
 +
$iptablename = 'ips';
 +
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.
  
v 1.4
+
$shouttable = 'shoutbox';
 +
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.  
  
    * faster uploads
+
$allyhistory = 'allyhistory';
    * bugfixes
+
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 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 1.3
+
$playerhistory = 'playerhistory';
  
    * multilanguage support
+
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.  
    * uploads allyhistory
 
    * better error messages
 
    * fixed problem with disabled cookies
 
    * bug fixed when entering a galaxyview with 0 Deut.
 
  
 +
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 1.2
+
$dbhost = 'Two Face';
 +
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.  
  
    * fixed the compatibility problem with other firefox extensions
+
attributes.php
    * data upload to the galaxytool is now asynchronous, so firefox won't freeze during that time any longer
+
Note you can find the file in the folder: /secret/
  
 +
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 1.1
+
$owner = 'Two Face';
 +
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.  
  
    * support for up to 5 universes
+
$maxshouts = 99;
    * espionage reports can be send to the galaxytool (requires at least galaxytool 3.13)
+
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!
  
 +
$email_to = 'admin@yourdomain.com';
 +
  
v 1.0
+
$email_from = Mr.lonely112@hotmail.com
 +
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.  
  
    * basic features as inserting galaxy views or statistics implemented
+
$default_language = 'english';
    * requires username, password and url to work
+
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.
  
 
+
$global_universe = 23;
Welcome to ATA alliance
 
We are Spartnars and we got a Party to celabtite
 
so lets welcome those bitches to our Hell
 

Revision as of 08:41, 3 June 2007

Welcome to ATA alliance We are Spartnars and we got a Party to celabtite so lets welcome those bitches to our Hell

$dbusername = 'username'; Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).

$dbpassword = 'password'; Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).

$dbname = 'database'; Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).

$dbtablename = 'galaxy'; 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.

$utablename = 'user'; 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.

$playertable = 'players'; 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.

$allytable = 'alliances'; 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.

$noticetable = 'notices'; 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.

$reporttable = 'reports'; 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.

$iptablename = 'ips'; 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.

$shouttable = 'shoutbox'; 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.

$allyhistory = 'allyhistory'; 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 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.

$playerhistory = 'playerhistory';

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.

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.

$dbhost = 'Two Face'; Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.

attributes.php Note you can find the file in the folder: /secret/

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:

$owner = 'Two Face'; 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.

$maxshouts = 99; This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!

$email_to = 'admin@yourdomain.com';


$email_from = Mr.lonely112@hotmail.com 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'; 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.

$global_universe = 23;