Hello everyone i am gonna release a small TUT for hosting your ogame server on your xampp.
Ok lets start.
Credits for me making this tut.
*Notice* you can use any ogame server's
Step 1.
Lets say you have xampp installed. (If not download it and install)
Download your ogame server. Extract it to your desktop or somewhere you know.
Go to C:\xampp\htdocs\ (The location you installed xampp)
Make a folder in \htdocs\ called ogame
Step 2. (Putting files into xampp)
Ok go in your ogame folder that you just made.
All the files you extracted for the ogame server copy it all in the ogame folder. Ex: (C:\xampp\htdocs\ogame)
Next Go to your browser and type down
[Only Registered and Activated Users Can See Links. Click Here To Register...] or click the button.
Step 3. (Mysql) Hard Part
Go to Security then click on the link they give you or skip this step and click this link
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Ok at that section it sets a password for mysql.
Fill in the password box keep everything the same just add a password.
*Optional*
You can check the box that saves your pass to a text.
Then click Password changing or w/e it says.
After that go back to
[Only Registered and Activated Users Can See Links. Click Here To Register...]
click phpmyadmin on the side.
It Will ask you for user name "
root" Password "
the one you enter"
Now it should take you inside the phpmyadmin.
Where it says create database put a database name. (use for config.php)
After that click import on the top tab.
Import your
.SQL file
Then Close.
Step 4. (Config the ogame server)
Go to your ogame folder
go to config.php (open as notepad)
Code:
"server" => "localhost", //MySQL server name. (Default: localhost)
"user" => "root", // MySQL username.
"pass" => "Your Password", // GundamMySQL password.
"name" => "Your Data Base Name", // MySQL database name.
"prefix" => "ugml_", // Prefix for table names.
"secretword" => "ogamec"); // Secret word used when hashing information for cookies.
Thats all you need to get your server working.
Look at other guides to find out how to change title.
<title> afnasilfnas </title> (change that)
Thankyou,
Anyone know how to make your self admin?
and how to change the speed of the game. Ex: (Game speed, Production Speed, Fleet Speed etc.)