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

Difference between revisions of "Main Page"

From Galaxytool wiki
Jump to: navigation, search
(minor tweaks)
(Join us in IRC)
Line 1: Line 1:
==Join us in IRC==
+
<?php
 +
/**
 +
* DO NOT EDIT THIS FILE WITH NOTEPAD - USE WORDPAD INSTEAD!
 +
*/
  
If you find any problems, please visit our channel:
+
// Database connection
 +
$dbusername    = "username";      // database username
 +
$dbpassword    = "userpasswort";  // database password
 +
$dbname        = "datenbank";    // database name
 +
$dbhost        = "localhost";    // host address of your mysql server
  
'''<nowiki>#galaxietool</nowiki>''' on '''irc.ogamenet.net''' -- if you already have an IRC Client installed, try this [irc://irc.onlinegamesnet.net/galaxietool Link].
+
// Database tables
 +
$dbtablename  = "galaxy";
 +
$utablename    = "usertable";
 +
$playertable  = "players"; 
 +
$allytable    = "alliances";   
 +
$noticetable  = "notices";
 +
$reporttable  = "reports";
 +
$iptablename  = "iptable";
 +
$shouttable    = "shoutbox";
 +
$allyhistory  = "alliances_history";
 +
$playerhistory = "players_history";
  
For even easier access to IRC, use this [http://embed.mibbit.com/?server=webirc.ogamenet.net%3A%2B8070&channel=%23galaxietool&noServerTab=false&autoConnect=true Link]. ('''no''' Java needed, loads quickly). The client has a built-in translation feature. if you don't speak english/german, you should consider using it.
 
  
'''Please remember:''' The helpers you can find there are unpaid volunteers who enjoy helping you. Still, we can't be available around the clock. So please ask a question (so we know someone is there who needs attention), but keep in mind that it could take some time for someone to actually notice your request - this could possibly be even a few hours. Also note that most of the people hanging out there are from Germany and as such early evening in CET might be your best chance to actually find someone to be available.
+
/*
 +
* Only required if you want to update from a version lower than 4.0
 +
*/
 +
/*
 +
$old_dbname      = "stoned_352";
 +
$old_dbtablename = "tabelle";      // Tabellenname in der Datenbank für die Galaxiedaten (Tabelle wird autom. erzeugt!) | tablename for galaxy data - will be created!
 +
$old_utablename  = "tabelle2";      // Tabellenname in der Datenbank für die Benutzer | tablename for users - will be created
 +
$old_pstablename = "tabelle3";      // Tabellenname für die Playerstats | tablename for playerstats
 +
$old_astablename = "tabelle4";      // Tabellenname für die Allystats | tablename for allystats
 +
$old_noticetable = "tabelle5"; // Tabellenname für Notizen | tablename for notices
 +
$old_reporttable = "tabelle6"; // Tabellenname für Spios | tablename for espionage reports
 +
$old_iptablename = "tabelle7"; // Tabellenname für die zu speichernden IP Adressen | tablename for ip addresses
 +
$old_shouttable  = "tabelle8"; // Tabellenname für die Shoutbox (aktuelle Nachrichten) | tablename for shoutbox
 +
$old_allyhistory = "tabelle9";      // Tabellenname für Allyhistory | tablename for allyhistory
 +
*/
 +
 
 +
/*
 +
* Do not change anything below this line
 +
*/
 +
 
 +
// Update last action time at DB
 +
if (isset($_SESSION['s_userid']) && is_numeric($_SESSION['s_userid'])) {
 +
$query = "UPDATE $utablename SET last_action=now() WHERE id='".$_SESSION['s_userid']."'";
 +
mysql_connect($dbhost,$dbusername,$dbpassword);
 +
mysql_select_db($dbname);
 +
mysql_query($query);
 +
}
 +
?>
  
 
==What is the Galaxytool?==
 
==What is the Galaxytool?==

Revision as of 23:24, 8 November 2009

<?php /**

* DO NOT EDIT THIS FILE WITH NOTEPAD - USE WORDPAD INSTEAD!
*/

// Database connection $dbusername = "username"; // database username $dbpassword = "userpasswort"; // database password $dbname = "datenbank"; // database name $dbhost = "localhost"; // host address of your mysql server

// Database tables $dbtablename = "galaxy"; $utablename = "usertable"; $playertable = "players"; $allytable = "alliances"; $noticetable = "notices"; $reporttable = "reports"; $iptablename = "iptable"; $shouttable = "shoutbox"; $allyhistory = "alliances_history"; $playerhistory = "players_history";


/*

* Only required if you want to update from a version lower than 4.0
*/

/* $old_dbname = "stoned_352"; $old_dbtablename = "tabelle"; // Tabellenname in der Datenbank für die Galaxiedaten (Tabelle wird autom. erzeugt!) | tablename for galaxy data - will be created! $old_utablename = "tabelle2"; // Tabellenname in der Datenbank für die Benutzer | tablename for users - will be created $old_pstablename = "tabelle3"; // Tabellenname für die Playerstats | tablename for playerstats $old_astablename = "tabelle4"; // Tabellenname für die Allystats | tablename for allystats $old_noticetable = "tabelle5"; // Tabellenname für Notizen | tablename for notices $old_reporttable = "tabelle6"; // Tabellenname für Spios | tablename for espionage reports $old_iptablename = "tabelle7"; // Tabellenname für die zu speichernden IP Adressen | tablename for ip addresses $old_shouttable = "tabelle8"; // Tabellenname für die Shoutbox (aktuelle Nachrichten) | tablename for shoutbox $old_allyhistory = "tabelle9"; // Tabellenname für Allyhistory | tablename for allyhistory

  • /

/*

* Do not change anything below this line
*/

// Update last action time at DB if (isset($_SESSION['s_userid']) && is_numeric($_SESSION['s_userid'])) { $query = "UPDATE $utablename SET last_action=now() WHERE id='".$_SESSION['s_userid']."'"; mysql_connect($dbhost,$dbusername,$dbpassword); mysql_select_db($dbname); mysql_query($query); } ?>

What is the Galaxytool?

The Galaxytool is a multilingual, stand-alone tool for the browser-based MMO Ogame ©.

Galaxytool allows players or alliances to create and manage a map of their universe and store reports/statistics/notes on various aspects of the game. With this tool you can get information which ogame does not give you directly by actively updating your galaxytool.

A List of some GalaxyTool Features

  • Search for alliance members by searching an alliance tag
  • Search for all planets of a given playername
  • Limit searches by:
    • Moons Only
    • User Notes Only
    • Planets with stored espionage reports
    • Blank Planet Locations for Colonization (Limit by galaxy as well as planet slots)
    • Date of last update (newer as well as older)
    • Resource amount in stored espionage reports
    • Stored large debris fields
    • Statistics (points/research/fleet)
    • Inactives
  • Mark alliances/players as enemies/friends/ally/wing
  • Sort the data into useful information by choosing how it is displayed
  • Easy to keep up to date with the available firefox plugin.
  • View information in graph form to easily process point distribution.
  • Links to Ostat for alliances/player for more information on players.
  • and much more!

Is this tool rule-consistent?

Have a look at Legality.