<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.en.wiki.galaxytool.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gionnico</id>
		<title>Galaxytool wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.en.wiki.galaxytool.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gionnico"/>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Special:Contributions/Gionnico"/>
		<updated>2026-04-06T18:26:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1949</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1949"/>
				<updated>2007-04-21T21:34:42Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: /* config.php */  +corrected&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After downloading the file, you need to extract it. After that you will have to modify the config.php to suit your needs. You receive the required information for the database connection from your webhoster.&lt;br /&gt;
If the modification of your config.php is finished, you need to upload all files to your server. Start the install.php on your webserver by typing&lt;br /&gt;
&lt;br /&gt;
 http://address.of.your.webspace/path/to/galaxytool/install.php&lt;br /&gt;
&lt;br /&gt;
in your browser and have a look at the screen. You should see something equal to this picture:&lt;br /&gt;
[[Image:Installation.gif]]&lt;br /&gt;
&lt;br /&gt;
If there are any fields which are not green, you have a problem and you cannot start the installation.&lt;br /&gt;
After the installation you should delete the install.php and the update.php.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== config.php ==&lt;br /&gt;
&lt;br /&gt;
Note you can find the file in the folder: /secret/&lt;br /&gt;
&lt;br /&gt;
Go to your folder where you have downloaded galaxy tool (if you didn't download it yet go to the [[Download]] section on our page). In the folder you will find the &amp;quot;readme.txt&amp;quot; and some more files (including &amp;quot;install.php&amp;quot;). Well first we are going to find &amp;quot;config.php&amp;quot;. Open in and then change the following:&lt;br /&gt;
&lt;br /&gt;
 $dbusername = 'username';&lt;br /&gt;
&lt;br /&gt;
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbpassword = 'password';&lt;br /&gt;
&lt;br /&gt;
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).&lt;br /&gt;
&lt;br /&gt;
 $dbname = 'database'; &lt;br /&gt;
&lt;br /&gt;
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbtablename = 'galaxy'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $utablename = 'user'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $playertable = 'players'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the players table in the quotation marks. It is recommended to use a significant name like u15_players to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $allytable = 'alliances'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the players table in the quotation marks. It is recommended to use a significant name like u15_alliances to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $noticetable = 'notices'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $reporttable = 'reports'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $iptablename = 'ips'; &lt;br /&gt;
&lt;br /&gt;
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 u15_ip to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $shouttable = 'shoutbox'; &lt;br /&gt;
&lt;br /&gt;
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 u15_shoutbox to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $allyhistory = 'allyhistory';&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
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 10 members.&lt;br /&gt;
&lt;br /&gt;
 $playerhistory = 'playerhistory';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Write the name of the playerhistory table in the quotation marks. It is recommended to use a significant name like u15_playerhistory to know what the tables are used for if you look in your database. &lt;br /&gt;
&lt;br /&gt;
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 10 members.&lt;br /&gt;
&lt;br /&gt;
 $dbhost = 'localhost'; &lt;br /&gt;
&lt;br /&gt;
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.&lt;br /&gt;
&lt;br /&gt;
== attributes.php ==&lt;br /&gt;
&lt;br /&gt;
Note you can find the file in the folder: /secret/&lt;br /&gt;
&lt;br /&gt;
Now if you have edited &amp;quot;config.php&amp;quot; it is time to edit some stuff to give galaxy tool another look. Now in the same folder (&amp;quot;secret&amp;quot;) there is a file called &amp;quot;attributes.php&amp;quot;. Open in and we are going to change some things:&lt;br /&gt;
&lt;br /&gt;
 $owner = 'yourname'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $maxshouts = 15; &lt;br /&gt;
&lt;br /&gt;
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!&lt;br /&gt;
&lt;br /&gt;
 $email_to = 'admin@yourdomain.com';&lt;br /&gt;
&lt;br /&gt;
Enter your admin Email address where you want to receive emails about newly registered users.&lt;br /&gt;
&lt;br /&gt;
 $email_from = 'email@provider.xxx'; &lt;br /&gt;
&lt;br /&gt;
Here you can add an email address which should be shown in the FROM field of registration emails. Put the address between quotation marks.&lt;br /&gt;
If someone registers himself at the galaxytool, an email is sent to this address showing that someone registered and needs to be activated.&lt;br /&gt;
If you want to disable registering, you have to delete the register.php file.&lt;br /&gt;
&lt;br /&gt;
 $default_language = 'english'; &lt;br /&gt;
&lt;br /&gt;
Write the default language for the tool in the quotation marks.&lt;br /&gt;
You can choose between: german, english, spanish, dutch, balkan, french, portugues, turkish, danish, italian,polish, danish, brazil, russian, swedish or greek.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 $global_universe = 15;&lt;br /&gt;
&lt;br /&gt;
This is your Universe number.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== After installation ==&lt;br /&gt;
&lt;br /&gt;
After the installation you have to delete the install.php and the update.php!&lt;br /&gt;
&lt;br /&gt;
The first login:&lt;br /&gt;
 Loginname: admin&lt;br /&gt;
 Password: galatool&lt;br /&gt;
&lt;br /&gt;
You should change the password for the admin account after you log in the first time!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1676</id>
		<title>User talk:Krischanlp</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1676"/>
				<updated>2006-12-18T20:11:52Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: edited (already banned)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User bans ==&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I think some users should be banned.&lt;br /&gt;
&lt;br /&gt;
Like:&lt;br /&gt;
&lt;br /&gt;
[[User:Xtrinityluvx]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Xtrinityluvx]&lt;br /&gt;
&lt;br /&gt;
[[User:Tandal]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Tandal]&lt;br /&gt;
&lt;br /&gt;
[[User:Anal]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Anal]&lt;br /&gt;
&lt;br /&gt;
Bye --[[User:Gionnico|Gionnico]] 01:05, 8 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Gameforge ==&lt;br /&gt;
&lt;br /&gt;
Gameforge sucks!&lt;br /&gt;
&lt;br /&gt;
Fuck itself, instead of fucking people! --[[User:Gionnico|Gionnico]] 21:08, 18 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Deletion list ==&lt;br /&gt;
&lt;br /&gt;
[[Talk:Main Page]] should be deleted: unuseful.&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1675</id>
		<title>User talk:Krischanlp</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1675"/>
				<updated>2006-12-18T20:11:04Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: Deletion list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User bans ==&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I think some users should be banned.&lt;br /&gt;
&lt;br /&gt;
Like:&lt;br /&gt;
&lt;br /&gt;
[[User:Xtrinityluvx]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Xtrinityluvx]&lt;br /&gt;
&lt;br /&gt;
[[User:Tandal]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Tandal]&lt;br /&gt;
&lt;br /&gt;
Bye --[[User:Gionnico|Gionnico]] 01:05, 8 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Gameforge ==&lt;br /&gt;
&lt;br /&gt;
Gameforge sucks!&lt;br /&gt;
&lt;br /&gt;
Fuck itself, instead of fucking people! --[[User:Gionnico|Gionnico]] 21:08, 18 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Deletion list ==&lt;br /&gt;
&lt;br /&gt;
[[Talk:Main Page]] should be deleted: unuseful.&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1673</id>
		<title>User talk:Krischanlp</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1673"/>
				<updated>2006-12-18T20:08:12Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: author&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User bans ==&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I think some users should be banned.&lt;br /&gt;
&lt;br /&gt;
Like:&lt;br /&gt;
&lt;br /&gt;
[[User:Xtrinityluvx]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Xtrinityluvx]&lt;br /&gt;
&lt;br /&gt;
[[User:Tandal]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Tandal]&lt;br /&gt;
&lt;br /&gt;
Bye --[[User:Gionnico|Gionnico]] 01:05, 8 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Gameforge ==&lt;br /&gt;
&lt;br /&gt;
Gameforge sucks!&lt;br /&gt;
&lt;br /&gt;
Fuck itself, instead of fucking people! --[[User:Gionnico|Gionnico]] 21:08, 18 December 2006 (CET)&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1672</id>
		<title>User talk:Krischanlp</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1672"/>
				<updated>2006-12-18T20:07:55Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: Gameforge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User bans ==&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I think some users should be banned.&lt;br /&gt;
&lt;br /&gt;
Like:&lt;br /&gt;
&lt;br /&gt;
[[User:Xtrinityluvx]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Xtrinityluvx]&lt;br /&gt;
&lt;br /&gt;
[[User:Tandal]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Tandal]&lt;br /&gt;
&lt;br /&gt;
Bye --[[User:Gionnico|Gionnico]] 01:05, 8 December 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Gameforge ==&lt;br /&gt;
&lt;br /&gt;
Gameforge sucks!&lt;br /&gt;
&lt;br /&gt;
Fuck itself, instead of fucking people!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1671</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1671"/>
				<updated>2006-12-18T20:06:25Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: rollback: vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After donwloading the file, you need to extract it. After that you will have to modify the config.php to suit your needs. You receive the required information for the database connection from your webhoster.&lt;br /&gt;
If the modification of your config.php is finished, you need to upload all files to your server. Start the install.php on your webserver by typing adress.of.your.webspace/path/to/galaxytool/install.php in your browser and see what happens (of course with your specific address and path).&lt;br /&gt;
If there are any problems during the installation, you have to look what is wrong with your config.php!&lt;br /&gt;
After the installation you should delete the install.php and the update.php.&lt;br /&gt;
The attributes.php allows to modify the Galaxytool, but you donÄt need to change anything there.&lt;br /&gt;
&lt;br /&gt;
And now a detailed description of the config.php:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== config.php ===&lt;br /&gt;
&lt;br /&gt;
 $dbusername = 'username'; &lt;br /&gt;
&lt;br /&gt;
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbpassword = 'password'; &lt;br /&gt;
&lt;br /&gt;
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).&lt;br /&gt;
&lt;br /&gt;
 $dbname = 'galaxytool'; &lt;br /&gt;
&lt;br /&gt;
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbtablename = 'tabelle'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $utablename = 'tabelle2'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $pstablename = 'tabelle3'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the playerstats table in the quotation marks. It is recommended to use a significant name like u15_playerstats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $astablename = 'tabelle4'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the allystats table in the quotation marks. It is recommended to use a significant name like u15_allystats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $noticetable = 'tabelle5'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $reporttable = 'tabelle6'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $iptablename = 'tabelle7'; &lt;br /&gt;
&lt;br /&gt;
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 u15_ip to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $shouttable = 'tabelle8'; &lt;br /&gt;
&lt;br /&gt;
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 u15_shoutbox to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $dbhost = 'localhost'; &lt;br /&gt;
&lt;br /&gt;
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.&lt;br /&gt;
&lt;br /&gt;
=== attributes.php ===&lt;br /&gt;
&lt;br /&gt;
 $owner = 'yourname'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $maxshouts = 15; &lt;br /&gt;
&lt;br /&gt;
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!&lt;br /&gt;
&lt;br /&gt;
 $statspage = 100; &lt;br /&gt;
&lt;br /&gt;
Number of entries at the statistics page. If you don't like to scroll down use a smaller number.&lt;br /&gt;
&lt;br /&gt;
 $email_from = $_SERVER['SERVER_ADMIN']; &lt;br /&gt;
&lt;br /&gt;
Here you can add an email address which should be shown in the FROM field of registration emails. Put the address between quotation marks.&lt;br /&gt;
If someone registers himself at the galaxytool, an email is sent to this address showing that someone registered and needs to be activated.&lt;br /&gt;
If you want to disable registering, you have to delete the register.php file.&lt;br /&gt;
&lt;br /&gt;
 $default_language = 'german'; &lt;br /&gt;
&lt;br /&gt;
Write the default language for the tool in the quotation marks.&lt;br /&gt;
You can choose between: german, english, spanish, dutch, balkan, french, portugues, turkish, danish, italian and polish.&lt;br /&gt;
&lt;br /&gt;
 $default_charset = 'iso-8859-1'; &lt;br /&gt;
&lt;br /&gt;
This iso-code should work for most languages. If not - adjust it for your needs.&lt;br /&gt;
&lt;br /&gt;
Modify the main menu&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de' &lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
In this example the main menu gets an additional link to the OGame startpage.&lt;br /&gt;
If you like, you can add new links (e.g. to your alliance board) by adding a new entry.&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de',&lt;br /&gt;
 'Allyboard' =&amp;gt; 'http://www.yourallypage.de/path/to/board'&lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The more links you add, the more complex the main menu will get.&lt;br /&gt;
You modify only the english main menu in this example. If you want to have the extension in other languages too, you need to modify their array too.&lt;br /&gt;
&lt;br /&gt;
Ostat&lt;br /&gt;
&lt;br /&gt;
After several requests to add links to ostat these links are integrated now.&lt;br /&gt;
You need to modify the ostat-server (&amp;amp;quot;de&amp;amp;quot; for german, or &amp;amp;quot;org&amp;amp;quot; for english universes).&lt;br /&gt;
You should always fill in the universe value, to help other users to know for which universe the tool is used. The universe is shown above the main menu if you have filled in a value.&lt;br /&gt;
&lt;br /&gt;
 $ostat_universe = '2'; &lt;br /&gt;
 $ostat_server = 'org'; &lt;br /&gt;
&lt;br /&gt;
This is an example for the english universe 2.&lt;br /&gt;
&lt;br /&gt;
=== After installation ===&lt;br /&gt;
&lt;br /&gt;
After the installation you have to delete the install.php and the update.php!&lt;br /&gt;
&lt;br /&gt;
The first login:&lt;br /&gt;
 Loginname: admin&lt;br /&gt;
 Password: galatool&lt;br /&gt;
&lt;br /&gt;
You should change the password for the admin account after you log in the first time!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1661</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1661"/>
				<updated>2006-12-13T14:15:58Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: rollback : vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After donwloading the file, you need to extract it. After that you will have to modify the config.php to suit your needs. You receive the required information for the database connection from your webhoster.&lt;br /&gt;
If the modification of your config.php is finished, you need to upload all files to your server. Start the install.php on your webserver by typing adress.of.your.webspace/path/to/galaxytool/install.php in your browser and see what happens (of course with your specific address and path).&lt;br /&gt;
If there are any problems during the installation, you have to look what is wrong with your config.php!&lt;br /&gt;
After the installation you should delete the install.php and the update.php.&lt;br /&gt;
The attributes.php allows to modify the Galaxytool, but you donÄt need to change anything there.&lt;br /&gt;
&lt;br /&gt;
And now a detailed description of the config.php:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== config.php ===&lt;br /&gt;
&lt;br /&gt;
 $dbusername = 'uoxou'; &lt;br /&gt;
&lt;br /&gt;
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbpassword = 'dkqqkr1'; &lt;br /&gt;
&lt;br /&gt;
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).&lt;br /&gt;
&lt;br /&gt;
 $dbname = 'TRPASS'; &lt;br /&gt;
&lt;br /&gt;
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbtablename = 'analchist'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $utablename = 'k4_galaxy'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $pstablename = 'k4_anal'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the playerstats table in the quotation marks. It is recommended to use a significant name like u15_playerstats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $astablename = 'k4_SantaClaus'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the allystats table in the quotation marks. It is recommended to use a significant name like u15_allystats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $noticetable = 'k4_allystats'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $reporttable = 'k4_notices'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $iptablename = 'k4_reports'; &lt;br /&gt;
&lt;br /&gt;
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 u15_ip to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $shouttable = 'k4_anal'; &lt;br /&gt;
&lt;br /&gt;
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 u15_shoutbox to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $dbhost = 'anal'; &lt;br /&gt;
&lt;br /&gt;
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.&lt;br /&gt;
&lt;br /&gt;
=== attributes.php ===&lt;br /&gt;
&lt;br /&gt;
 $owner = 'yourname'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $maxshouts = 15; &lt;br /&gt;
&lt;br /&gt;
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!&lt;br /&gt;
&lt;br /&gt;
 $statspage = 100; &lt;br /&gt;
&lt;br /&gt;
Number of entries at the statistics page. If you don't like to scroll down use a smaller number.&lt;br /&gt;
&lt;br /&gt;
 $email_from = $_SERVER['SERVER_ADMIN']; &lt;br /&gt;
&lt;br /&gt;
Here you can add an email address which should be shown in the FROM field of registration emails. Put the address between quotation marks.&lt;br /&gt;
If someone registers himself at the galaxytool, an email is sent to this address showing that someone registered and needs to be activated.&lt;br /&gt;
If you want to disable registering, you have to delete the register.php file.&lt;br /&gt;
&lt;br /&gt;
 $default_language = 'german'; &lt;br /&gt;
&lt;br /&gt;
Write the default language for the tool in the quotation marks.&lt;br /&gt;
You can choose between: german, english, spanish, dutch, balkan, french, portugues, turkish, danish, italian and polish.&lt;br /&gt;
&lt;br /&gt;
 $default_charset = 'iso-8859-1'; &lt;br /&gt;
&lt;br /&gt;
This iso-code should work for most languages. If not - adjust it for your needs.&lt;br /&gt;
&lt;br /&gt;
Modify the main menu&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de' &lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
In this example the main menu gets an additional link to the OGame startpage.&lt;br /&gt;
If you like, you can add new links (e.g. to your alliance board) by adding a new entry.&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de',&lt;br /&gt;
 'Allyboard' =&amp;gt; 'http://www.yourallypage.de/path/to/board'&lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The more links you add, the more complex the main menu will get.&lt;br /&gt;
You modify only the english main menu in this example. If you want to have the extension in other languages too, you need to modify their array too.&lt;br /&gt;
&lt;br /&gt;
Ostat&lt;br /&gt;
&lt;br /&gt;
After several requests to add links to ostat these links are integrated now.&lt;br /&gt;
You need to modify the ostat-server (&amp;amp;quot;de&amp;amp;quot; for german, or &amp;amp;quot;org&amp;amp;quot; for english universes).&lt;br /&gt;
You should always fill in the universe value, to help other users to know for which universe the tool is used. The universe is shown above the main menu if you have filled in a value.&lt;br /&gt;
&lt;br /&gt;
 $ostat_universe = '2'; &lt;br /&gt;
 $ostat_server = 'org'; &lt;br /&gt;
&lt;br /&gt;
This is an example for the english universe 2.&lt;br /&gt;
&lt;br /&gt;
=== After installation ===&lt;br /&gt;
&lt;br /&gt;
After the installation you have to delete the install.php and the update.php!&lt;br /&gt;
&lt;br /&gt;
The first login:&lt;br /&gt;
 Loginname: admin&lt;br /&gt;
 Password: galatool&lt;br /&gt;
&lt;br /&gt;
You should change the password for the admin account after you log in the first time!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1652</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1652"/>
				<updated>2006-12-09T17:08:54Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: rollback : vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After donwloading the file, you need to extract it. After that you will have to modify the config.php to suit your needs. You receive the required information for the database connection from your webhoster.&lt;br /&gt;
If the modification of your config.php is finished, you need to upload all files to your server. Start the install.php on your webserver by typing adress.of.your.webspace/path/to/galaxytool/install.php in your browser and see what happens (of course with your specific address and path).&lt;br /&gt;
If there are any problems during the installation, you have to look what is wrong with your config.php!&lt;br /&gt;
After the installation you should delete the install.php and the update.php.&lt;br /&gt;
The attributes.php allows to modify the Galaxytool, but you donÄt need to change anything there.&lt;br /&gt;
&lt;br /&gt;
And now a detailed description of the config.php:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== config.php ===&lt;br /&gt;
&lt;br /&gt;
 $dbusername = 'username'; &lt;br /&gt;
&lt;br /&gt;
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbpassword = 'password'; &lt;br /&gt;
&lt;br /&gt;
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).&lt;br /&gt;
&lt;br /&gt;
 $dbname = 'galaxytool'; &lt;br /&gt;
&lt;br /&gt;
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbtablename = 'tabelle'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $utablename = 'tabelle2'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $pstablename = 'tabelle3'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the playerstats table in the quotation marks. It is recommended to use a significant name like u15_playerstats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $astablename = 'tabelle4'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the allystats table in the quotation marks. It is recommended to use a significant name like u15_allystats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $noticetable = 'tabelle5'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $reporttable = 'tabelle6'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $iptablename = 'tabelle7'; &lt;br /&gt;
&lt;br /&gt;
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 u15_ip to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $shouttable = 'tabelle8'; &lt;br /&gt;
&lt;br /&gt;
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 u15_shoutbox to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $dbhost = 'localhost'; &lt;br /&gt;
&lt;br /&gt;
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.&lt;br /&gt;
&lt;br /&gt;
=== attributes.php ===&lt;br /&gt;
&lt;br /&gt;
 $owner = 'yourname'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $maxshouts = 15; &lt;br /&gt;
&lt;br /&gt;
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!&lt;br /&gt;
&lt;br /&gt;
 $statspage = 100; &lt;br /&gt;
&lt;br /&gt;
Number of entries at the statistics page. If you don't like to scroll down use a smaller number.&lt;br /&gt;
&lt;br /&gt;
 $email_from = $_SERVER['SERVER_ADMIN']; &lt;br /&gt;
&lt;br /&gt;
Here you can add an email address which should be shown in the FROM field of registration emails. Put the address between quotation marks.&lt;br /&gt;
If someone registers himself at the galaxytool, an email is sent to this address showing that someone registered and needs to be activated.&lt;br /&gt;
If you want to disable registering, you have to delete the register.php file.&lt;br /&gt;
&lt;br /&gt;
 $default_language = 'german'; &lt;br /&gt;
&lt;br /&gt;
Write the default language for the tool in the quotation marks.&lt;br /&gt;
You can choose between: german, english, spanish, dutch, balkan, french, portugues, turkish, danish, italian and polish.&lt;br /&gt;
&lt;br /&gt;
 $default_charset = 'iso-8859-1'; &lt;br /&gt;
&lt;br /&gt;
This iso-code should work for most languages. If not - adjust it for your needs.&lt;br /&gt;
&lt;br /&gt;
Modify the main menu&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de' &lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
In this example the main menu gets an additional link to the OGame startpage.&lt;br /&gt;
If you like, you can add new links (e.g. to your alliance board) by adding a new entry.&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de',&lt;br /&gt;
 'Allyboard' =&amp;gt; 'http://www.yourallypage.de/path/to/board'&lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The more links you add, the more complex the main menu will get.&lt;br /&gt;
You modify only the english main menu in this example. If you want to have the extension in other languages too, you need to modify their array too.&lt;br /&gt;
&lt;br /&gt;
Ostat&lt;br /&gt;
&lt;br /&gt;
After several requests to add links to ostat these links are integrated now.&lt;br /&gt;
You need to modify the ostat-server (&amp;amp;quot;de&amp;amp;quot; for german, or &amp;amp;quot;org&amp;amp;quot; for english universes).&lt;br /&gt;
You should always fill in the universe value, to help other users to know for which universe the tool is used. The universe is shown above the main menu if you have filled in a value.&lt;br /&gt;
&lt;br /&gt;
 $ostat_universe = '2'; &lt;br /&gt;
 $ostat_server = 'org'; &lt;br /&gt;
&lt;br /&gt;
This is an example for the english universe 2.&lt;br /&gt;
&lt;br /&gt;
=== After installation ===&lt;br /&gt;
&lt;br /&gt;
After the installation you have to delete the install.php and the update.php!&lt;br /&gt;
&lt;br /&gt;
The first login:&lt;br /&gt;
 Loginname: admin&lt;br /&gt;
 Password: galatool&lt;br /&gt;
&lt;br /&gt;
You should change the password for the admin account after you log in the first time!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Main_Page&amp;diff=1651</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Main_Page&amp;diff=1651"/>
				<updated>2006-12-09T17:08:01Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: rollback : vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is the Galaxytool ? ===&lt;br /&gt;
&lt;br /&gt;
The Galaxytool is a stand-alone tool for [http://www.ogame.org Ogame] ©. It allows players or alliances to create and manage an image of their universe.&lt;br /&gt;
&lt;br /&gt;
With this tool they can get information which ogame does not give them directly.&lt;br /&gt;
&lt;br /&gt;
A list of all search capabilities:&lt;br /&gt;
&lt;br /&gt;
    * search for alliance tags&lt;br /&gt;
    * search for playernames&lt;br /&gt;
    * search only planets with moon&lt;br /&gt;
    * search only planets with notices&lt;br /&gt;
    * search only planets with espionage reports&lt;br /&gt;
    * search only planets for colonisation from position X to position Y&lt;br /&gt;
    * restrictions for galaxy or systems&lt;br /&gt;
    * only show entries which are newer / older than a specific date&lt;br /&gt;
    * only show entries which have more than X metal, Y crystal or Z of both in its debris field&lt;br /&gt;
    * capability to choose the sort order&lt;br /&gt;
    * search for player status - inactive, banned or vacation mode&lt;br /&gt;
    * search for players in the top X (score or fleet)&lt;br /&gt;
    * parameter to select how many entries should be shown on each site&lt;br /&gt;
    * mark alliances as enemy, friend, wing ally and many more&lt;br /&gt;
    * update your data with the firefox toolbar&lt;br /&gt;
    * sort the statistics as you like&lt;br /&gt;
    * integrated registration process&lt;br /&gt;
    * get a new password with email if you lost it (needs email support at your webserver)&lt;br /&gt;
    * detailed user information to show who is very busy or who is sharing his account&lt;br /&gt;
    * shoutbox for internal communication&lt;br /&gt;
    * and many more ...&lt;br /&gt;
&lt;br /&gt;
=== Legality ===&lt;br /&gt;
&lt;br /&gt;
This tool is absolutely rule-consistent because it never uses resources or other things from ogame directly! We asked people from the ogame staff directly if the tool and the toolbar are 100% rule-consistent - and they ARE!&lt;br /&gt;
&lt;br /&gt;
The player / alliance has to update the information manually.&lt;br /&gt;
&lt;br /&gt;
But this can be done very comfortable with copy and paste of the required information (galaxy view or espionage report). Then pasting the data in a text area of that tool and thats all. The tool will do the rest and analyze the data and its content to make it searchable.&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1646</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Installation&amp;diff=1646"/>
				<updated>2006-12-08T12:30:10Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After donwloading the file, you need to extract it. After that you will have to modify the config.php to suit your needs. You receive the required information for the database connection from your webhoster.&lt;br /&gt;
If the modification of your config.php is finished, you need to upload all files to your server. Start the install.php on your webserver by typing adress.of.your.webspace/path/to/galaxytool/install.php in your browser and see what happens (of course with your specific address and path).&lt;br /&gt;
If there are any problems during the installation, you have to look what is wrong with your config.php!&lt;br /&gt;
After the installation you should delete the install.php and the update.php.&lt;br /&gt;
The attributes.php allows to modify the Galaxytool, but you donÄt need to change anything there.&lt;br /&gt;
&lt;br /&gt;
And now a detailed description of the config.php:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== config.php ===&lt;br /&gt;
&lt;br /&gt;
 $dbusername = 'username'; &lt;br /&gt;
&lt;br /&gt;
Write the username for your MySQL database in the quotation marks (you get the username from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbpassword = 'password'; &lt;br /&gt;
&lt;br /&gt;
Write the password for your MySQL database in the quotation marks (you get the password from your webhoster, too).&lt;br /&gt;
&lt;br /&gt;
 $dbname = 'galaxytool'; &lt;br /&gt;
&lt;br /&gt;
Write the name of your MySQL database in the quotation marks (again, you get the name from your webhoster).&lt;br /&gt;
&lt;br /&gt;
 $dbtablename = 'tabelle'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $utablename = 'tabelle2'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $pstablename = 'tabelle3'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the playerstats table in the quotation marks. It is recommended to use a significant name like u15_playerstats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $astablename = 'tabelle4'; &lt;br /&gt;
&lt;br /&gt;
Write the name of the allystats table in the quotation marks. It is recommended to use a significant name like u15_allystats to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $noticetable = 'tabelle5'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $reporttable = 'tabelle6'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $iptablename = 'tabelle7'; &lt;br /&gt;
&lt;br /&gt;
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 u15_ip to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $shouttable = 'tabelle8'; &lt;br /&gt;
&lt;br /&gt;
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 u15_shoutbox to know what the tables are used for if you look in your database.&lt;br /&gt;
&lt;br /&gt;
 $dbhost = 'localhost'; &lt;br /&gt;
&lt;br /&gt;
Write the address (e.g. localhost) for your MySQL database in the quotation marks. You will get the address from your webhoster.&lt;br /&gt;
&lt;br /&gt;
=== attributes.php ===&lt;br /&gt;
&lt;br /&gt;
 $owner = 'yourname'; &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
 $maxshouts = 15; &lt;br /&gt;
&lt;br /&gt;
This is the number of shouts shown in the shoutbox on the overview page. All shouts which are not shown are deleted!&lt;br /&gt;
&lt;br /&gt;
 $statspage = 100; &lt;br /&gt;
&lt;br /&gt;
Number of entries at the statistics page. If you don't like to scroll down use a smaller number.&lt;br /&gt;
&lt;br /&gt;
 $email_from = $_SERVER['SERVER_ADMIN']; &lt;br /&gt;
&lt;br /&gt;
Here you can add an email address which should be shown in the FROM field of registration emails. Put the address between quotation marks.&lt;br /&gt;
If someone registers himself at the galaxytool, an email is sent to this address showing that someone registered and needs to be activated.&lt;br /&gt;
If you want to disable registering, you have to delete the register.php file.&lt;br /&gt;
&lt;br /&gt;
 $default_language = 'german'; &lt;br /&gt;
&lt;br /&gt;
Write the default language for the tool in the quotation marks.&lt;br /&gt;
You can choose between: german, english, spanish, dutch, balkan, french, portugues, turkish, danish, italian and polish.&lt;br /&gt;
&lt;br /&gt;
 $default_charset = 'iso-8859-1'; &lt;br /&gt;
&lt;br /&gt;
This iso-code should work for most languages. If not - adjust it for your needs.&lt;br /&gt;
&lt;br /&gt;
Modify the main menu&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de' &lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
In this example the main menu gets an additional link to the OGame startpage.&lt;br /&gt;
If you like, you can add new links (e.g. to your alliance board) by adding a new entry.&lt;br /&gt;
&lt;br /&gt;
 $additional_links_english = array( &lt;br /&gt;
 'Ogame' =&amp;gt; 'http://www.ogame.de',&lt;br /&gt;
 'Allyboard' =&amp;gt; 'http://www.yourallypage.de/path/to/board'&lt;br /&gt;
 ); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The more links you add, the more complex the main menu will get.&lt;br /&gt;
You modify only the english main menu in this example. If you want to have the extension in other languages too, you need to modify their array too.&lt;br /&gt;
&lt;br /&gt;
Ostat&lt;br /&gt;
&lt;br /&gt;
After several requests to add links to ostat these links are integrated now.&lt;br /&gt;
You need to modify the ostat-server (&amp;amp;quot;de&amp;amp;quot; for german, or &amp;amp;quot;org&amp;amp;quot; for english universes).&lt;br /&gt;
You should always fill in the universe value, to help other users to know for which universe the tool is used. The universe is shown above the main menu if you have filled in a value.&lt;br /&gt;
&lt;br /&gt;
 $ostat_universe = '2'; &lt;br /&gt;
 $ostat_server = 'org'; &lt;br /&gt;
&lt;br /&gt;
This is an example for the english universe 2.&lt;br /&gt;
&lt;br /&gt;
=== After installation ===&lt;br /&gt;
&lt;br /&gt;
After the installation you have to delete the install.php and the update.php!&lt;br /&gt;
&lt;br /&gt;
The first login:&lt;br /&gt;
 Loginname: admin&lt;br /&gt;
 Password: galatool&lt;br /&gt;
&lt;br /&gt;
You should change the password for the admin account after you log in the first time!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1645</id>
		<title>User talk:Krischanlp</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Krischanlp&amp;diff=1645"/>
				<updated>2006-12-08T00:05:03Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: Ban list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User bans ==&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I think some users should be banned.&lt;br /&gt;
&lt;br /&gt;
Like:&lt;br /&gt;
&lt;br /&gt;
[[User:Xtrinityluvx]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Xtrinityluvx]&lt;br /&gt;
&lt;br /&gt;
[[User:Tandal]]: [http://en.wiki.galaxytool.eu/index.php?title=Special:Contributions&amp;amp;target=Tandal]&lt;br /&gt;
&lt;br /&gt;
Bye --[[User:Gionnico|Gionnico]] 01:05, 8 December 2006 (CET)&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Main_Page&amp;diff=1644</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Main_Page&amp;diff=1644"/>
				<updated>2006-12-08T00:00:11Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is the Galaxytool ? ===&lt;br /&gt;
&lt;br /&gt;
The Galaxytool is a stand-alone tool for [http://www.ogame.org Ogame] ©. It allows players or alliances to create and manage an image of their universe.&lt;br /&gt;
&lt;br /&gt;
With this tool they can get information which ogame does not give them directly.&lt;br /&gt;
&lt;br /&gt;
A list of all search capabilities:&lt;br /&gt;
&lt;br /&gt;
    * search for alliance tags&lt;br /&gt;
    * search for playernames&lt;br /&gt;
    * search only planets with moon&lt;br /&gt;
    * search only planets with notices&lt;br /&gt;
    * search only planets with espionage reports&lt;br /&gt;
    * search only planets for colonisation from position X to position Y&lt;br /&gt;
    * restrictions for galaxy or systems&lt;br /&gt;
    * only show entries which are newer / older than a specific date&lt;br /&gt;
    * only show entries which have more than X metal, Y crystal or Z of both in its debris field&lt;br /&gt;
    * capability to choose the sort order&lt;br /&gt;
    * search for player status - inactive, banned or vacation mode&lt;br /&gt;
    * search for players in the top X (score or fleet)&lt;br /&gt;
    * parameter to select how many entries should be shown on each site&lt;br /&gt;
    * mark alliances as enemy, friend, wing ally and many more&lt;br /&gt;
    * update your data with the firefox toolbar&lt;br /&gt;
    * sort the statistics as you like&lt;br /&gt;
    * integrated registration process&lt;br /&gt;
    * get a new password with email if you lost it (needs email support at your webserver)&lt;br /&gt;
    * detailed user information to show who is very busy or who is sharing his account&lt;br /&gt;
    * shoutbox for internal communication&lt;br /&gt;
    * and many more ...&lt;br /&gt;
&lt;br /&gt;
=== Legality ===&lt;br /&gt;
&lt;br /&gt;
This tool is absolutely rule-consistent because it never uses resources or other things from ogame directly! We asked people from the ogame staff directly if the tool and the toolbar are 100% rule-consistent - and they ARE!&lt;br /&gt;
&lt;br /&gt;
The player / alliance has to update the information manually.&lt;br /&gt;
&lt;br /&gt;
But this can be done very comfortable with copy and paste of the required information (galaxy view or espionage report). Then pasting the data in a text area of that tool and thats all. The tool will do the rest and analyze the data and its content to make it searchable.&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Main_Page&amp;diff=1640</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Main_Page&amp;diff=1640"/>
				<updated>2006-12-05T14:23:16Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: +link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What is the Galaxytool ? ===&lt;br /&gt;
&lt;br /&gt;
The Galaxytool is a stand-alone tool for [http://www.ogame.org Ogame] ©. It allows players or alliances to create and manage an image of their universe.&lt;br /&gt;
&lt;br /&gt;
With this tool they can get information which ogame does not give them directly.&lt;br /&gt;
&lt;br /&gt;
A list of all search capabilities:&lt;br /&gt;
&lt;br /&gt;
    * search for alliance tags&lt;br /&gt;
    * search for playernames&lt;br /&gt;
    * search only planets with moon&lt;br /&gt;
    * search only planets with notices&lt;br /&gt;
    * search only planets with espionage reports&lt;br /&gt;
    * search only planets for colonisation from position X to position Y&lt;br /&gt;
    * restrictions for galaxy or systems&lt;br /&gt;
    * only show entries which are newer / older than a specific date&lt;br /&gt;
    * only show entries which have more than X metal, Y crystal or Z of both in its debris field&lt;br /&gt;
    * capability to choose the sort order&lt;br /&gt;
    * search for player status - inactive, banned or vacation mode&lt;br /&gt;
    * search for players in the top X (score or fleet)&lt;br /&gt;
    * parameter to select how many entries should be shown on each site&lt;br /&gt;
    * mark alliances as enemy, friend, wing ally and many more&lt;br /&gt;
    * update your data with the firefox toolbar&lt;br /&gt;
    * sort the statistics as you like&lt;br /&gt;
    * integrated registration process&lt;br /&gt;
    * get a new password with email if you lost it (needs email support at your webserver)&lt;br /&gt;
    * detailed user information to show who is very busy or who is sharing his account&lt;br /&gt;
    * shoutbox for internal communication&lt;br /&gt;
    * and many more ...&lt;br /&gt;
&lt;br /&gt;
=== Legality ===&lt;br /&gt;
&lt;br /&gt;
This tool is absolutely rule-consistent because it never uses resources or other things from ogame directly! We asked people from the ogame staff directly if the tool and the toolbar are 100% rule-consistent - and they ARE!&lt;br /&gt;
&lt;br /&gt;
The player / alliance has to update the information manually.&lt;br /&gt;
&lt;br /&gt;
But this can be done very comfortable with copy and paste of the required information (galaxy view or espionage report). Then pasting the data in a text area of that tool and thats all. The tool will do the rest and analyze the data and its content to make it searchable.&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User:Gionnico&amp;diff=1634</id>
		<title>User:Gionnico</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User:Gionnico&amp;diff=1634"/>
				<updated>2006-12-04T14:35:03Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: My user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my user page...&lt;br /&gt;
&lt;br /&gt;
I don't know what to do with it..&lt;br /&gt;
I'll expand it in the future.&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Gionnico&amp;diff=1633</id>
		<title>User talk:Gionnico</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=User_talk:Gionnico&amp;diff=1633"/>
				<updated>2006-12-04T14:34:06Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: My talk page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome ==&lt;br /&gt;
I'm gionnico and I'll help develop this wiki! I like ogame and I think Galaxytool is great! --[[User:Gionnico|Gionnico]] 15:34, 4 December 2006 (CET)&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Requirements&amp;diff=1631</id>
		<title>Requirements</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Requirements&amp;diff=1631"/>
				<updated>2006-12-04T14:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: even better wikilink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Requirements===&lt;br /&gt;
&lt;br /&gt;
You will need a webserver with [http://www.php.net PHP] and [http://www.mysql.com MySQL] support to run this program.&lt;br /&gt;
There are several free hosting companies which have this support but they have a lot of advertising.&lt;br /&gt;
The requirements for your webserver are pretty low. About 10 MB should be enough to store 9 galaxies and some notices and espionage reports.&lt;br /&gt;
For PHP you need at least version 4.3. MySQL requires Version 4.0.x (maybe it is running with 3.x).&lt;br /&gt;
Users who want to use this tool just need a web browser as they know it from Ogame. It is recommended to use Mozilla, Mozilla Firefox, Epiphany or the IE to insert data into the database!&lt;br /&gt;
Opera does not copy tooltips with copy and paste which are required. Konqueror copies the galaxy view with LOTS of empty lines which makes it nearly impossible to analyse it. So these two browsers are not supported by this tool!&lt;br /&gt;
&lt;br /&gt;
If you are not familiar with those things you can use the hosting offer at [http://www.galaxytool-hosting.eu/register.php www.galaxytool-hosting.eu]. You cannot modify the sourcecode there, everything else works as usual! You do not need to update the galaxytool there, it will be done automatically for you.&lt;br /&gt;
&lt;br /&gt;
===Overview of hosters===&lt;br /&gt;
For a overview of webspace hosters offering both PHP and MySQL and user experiances with hosting a galaxytool there you can look at the table of [[hosting providers and the Galaxytool]].&lt;br /&gt;
&lt;br /&gt;
===Other Requirements===&lt;br /&gt;
&lt;br /&gt;
You will need a lot of time, or an active alliance which supports you filling the database.&lt;br /&gt;
With the help of the Javatool you can copy a whole galaxy within 30 minutes.&lt;br /&gt;
If you want to use the Javatool, you need at least a [http://java.sun.com Java Runtime Environment] (JRE) 1.4.2 on your PC to start the program.&lt;br /&gt;
You need Mozilla Firefox to use the [[Toolbar]] which updates the systems and the statistics you are viewing. Without the [[Toolbar]] the statistics and alliance statistics cannot be updated!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Requirements&amp;diff=1630</id>
		<title>Requirements</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Requirements&amp;diff=1630"/>
				<updated>2006-12-04T14:29:06Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: +wikilink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Requirements===&lt;br /&gt;
&lt;br /&gt;
You will need a webserver with [http://www.php.net PHP] and [http://www.mysql.com MySQL] support to run this program.&lt;br /&gt;
There are several free hosting companies which have this support but they have a lot of advertising.&lt;br /&gt;
The requirements for your webserver are pretty low. About 10 MB should be enough to store 9 galaxies and some notices and espionage reports.&lt;br /&gt;
For PHP you need at least version 4.3. MySQL requires Version 4.0.x (maybe it is running with 3.x).&lt;br /&gt;
Users who want to use this tool just need a web browser as they know it from Ogame. It is recommended to use Mozilla, Mozilla Firefox, Epiphany or the IE to insert data into the database!&lt;br /&gt;
Opera does not copy tooltips with copy and paste which are required. Konqueror copies the galaxy view with LOTS of empty lines which makes it nearly impossible to analyse it. So these two browsers are not supported by this tool!&lt;br /&gt;
&lt;br /&gt;
If you are not familiar with those things you can use the hosting offer at [http://www.galaxytool-hosting.eu/register.php www.galaxytool-hosting.eu]. You cannot modify the sourcecode there, everything else works as usual! You do not need to update the galaxytool there, it will be done automatically for you.&lt;br /&gt;
&lt;br /&gt;
===Overview of hosters===&lt;br /&gt;
For a overview of webspace hosters offering both PHP and MySQL and user experiances with hosting a galaxytool there you can look at the table of [[Hosting providers and the Galaxytool]].&lt;br /&gt;
&lt;br /&gt;
===Other Requirements===&lt;br /&gt;
&lt;br /&gt;
You will need a lot of time, or an active alliance which supports you filling the database.&lt;br /&gt;
With the help of the Javatool you can copy a whole galaxy within 30 minutes.&lt;br /&gt;
If you want to use the Javatool, you need at least a [http://java.sun.com Java Runtime Environment] (JRE) 1.4.2 on your PC to start the program.&lt;br /&gt;
You need Mozilla Firefox to use the [[Toolbar]] which updates the systems and the statistics you are viewing. Without the [[Toolbar]] the statistics and alliance statistics cannot be updated!&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Hosting_providers_and_the_Galaxytool&amp;diff=1628</id>
		<title>Hosting providers and the Galaxytool</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Hosting_providers_and_the_Galaxytool&amp;diff=1628"/>
				<updated>2006-12-04T14:28:25Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: Hostingproviders and the Galaxytool moved to Hosting providers and the Galaxytool: Missing space...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Overview of hosting providers and user comments on how easy the tool can be deployed there. Please feel free to add your own experiences.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Provider Name&lt;br /&gt;
!width=&amp;quot;225&amp;quot;|URL&lt;br /&gt;
!width=&amp;quot;15&amp;quot;|Fee&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|galaxytool user&lt;br /&gt;
!Width=&amp;quot;12&amp;quot;|Tool version&lt;br /&gt;
!Width=&amp;quot;14&amp;quot;|Plugin version&lt;br /&gt;
!width=&amp;quot;20&amp;quot;|compatibility&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
|Digitalus Webhosting || http://www.digitalus.nl || various commercially || Zathras || 3.50 || 1.4.1 1.4.2 || ok || none&lt;br /&gt;
|-&lt;br /&gt;
|Awardspace || http://www.awardspace.com || free || Zathras || 3.50 || 1.4.1 1.4.2 || ok* || DNS hoster required. Tool works, toolbar doesn't&lt;br /&gt;
|-&lt;br /&gt;
|Lycos Tripod NL || http://tripod.lycos.nl || free || Zathras || 3.50 || 1.4.1 1.4.2 || ok* || toolbar doesn't work&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Contact&amp;diff=1616</id>
		<title>Contact</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Contact&amp;diff=1616"/>
				<updated>2006-12-02T18:17:31Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: better email text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== IRC ==&lt;br /&gt;
 Channel: #galaxietool&lt;br /&gt;
 Server: ogamenet.net&lt;br /&gt;
&lt;br /&gt;
contact persons: &lt;br /&gt;
 eX0du5&lt;br /&gt;
 Machiavelli&lt;br /&gt;
 Dr_Jekyll&lt;br /&gt;
 [Deut4You]Tr1nity&lt;br /&gt;
 StonedAndDrunk&lt;br /&gt;
 Reemo&lt;br /&gt;
&lt;br /&gt;
== Board ==&lt;br /&gt;
URL: [http://forum.mathe-informatik.de/index.php forum.mathe-informatik.de]&lt;br /&gt;
&lt;br /&gt;
== Email == &lt;br /&gt;
[http://www.mathe-informatik.de/index.php?open=email&amp;amp;subject=Galaxietool Send an email via website form]&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	<entry>
		<id>http://www.en.wiki.galaxytool.eu/index.php?title=Contact&amp;diff=1615</id>
		<title>Contact</title>
		<link rel="alternate" type="text/html" href="http://www.en.wiki.galaxytool.eu/index.php?title=Contact&amp;diff=1615"/>
				<updated>2006-12-02T18:16:16Z</updated>
		
		<summary type="html">&lt;p&gt;Gionnico: server domain?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== IRC ==&lt;br /&gt;
 Channel: #galaxietool&lt;br /&gt;
 Server: ogamenet.net&lt;br /&gt;
&lt;br /&gt;
contact persons: &lt;br /&gt;
 eX0du5&lt;br /&gt;
 Machiavelli&lt;br /&gt;
 Dr_Jekyll&lt;br /&gt;
 [Deut4You]Tr1nity&lt;br /&gt;
 StonedAndDrunk&lt;br /&gt;
 Reemo&lt;br /&gt;
&lt;br /&gt;
== Board ==&lt;br /&gt;
URL: [http://forum.mathe-informatik.de/index.php forum.mathe-informatik.de]&lt;br /&gt;
&lt;br /&gt;
== Email == &lt;br /&gt;
[http://www.mathe-informatik.de/index.php?open=email&amp;amp;subject=Galaxietool form]&lt;/div&gt;</summary>
		<author><name>Gionnico</name></author>	</entry>

	</feed>