Welcome to RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr)

OGame Discuss, [Tut] Using Xampp for ogame server [Tut] at Server Developments forum; Hello everyone i am gonna release a small TUT for hosting your ogame server on your xampp. Ok lets start. ...




Reply
Thread Tools
[Tut] Using Xampp for ogame server [Tut]
 
 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Location: In your house
Posts: 93
04-06-2008, 11:58 PM
 
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.)
 
 
permalink
 

RaGEZONE is proudly sponsored by
 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: May 2007
Posts: 13
04-07-2008, 10:51 AM
 
You can change Speed in the database and there you can change your AccesLevel too.
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Location: In your house
Posts: 93
04-07-2008, 11:32 PM
 
Quote: Originally Posted by Strik0r View Post
You can change Speed in the database and there you can change your AccesLevel too.
What you mean about database is it a folder or is it in phpmyadmin ? if phpmyadmin can you help me?
 
 
permalink
 


 
Ima Xplicit Gamer

Rank: Member


Reply With Quote
 
Join Date: Feb 2007
Location: London - England
Posts: 1,199
04-08-2008, 12:09 PM
 
Quote: Originally Posted by pkerkid View Post
What you mean about database is it a folder or is it in phpmyadmin ? if phpmyadmin can you help me?
I assume you are using the files located here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

If so, I can help you :)!

Firstly:
Register your account (Via localhost)
Open a new tab or window and go to: [Only Registered and Activated Users Can See Links. Click Here To Register...] and login
Select your database

// Changing Rank //
Select the database you stated in Config.php (The one with all the tables etc)

If you used the prefix "ugml_" then to the left hand side, there will be all of the tables in a summary.
Eg: ugml_alliance, ugml_banned, ugml_buddy... etc. (If you still dont understand see screenie below:


Click on "ugml_users" and click the "browse tab" at the top. (Again; see screen below if unsure)


You will now see something like this:

(I made my password and email hidden as the password can easily be cracked; even if its in hash.)
Click on the edit icon () on the player name that you registered earlier.

Then if you take a look down down the "field" column, you will come to one that says "authlevel"
Then to the right, you will see a text box with the number 0 in it.

You can then change that number to one of the following:
Number Zero = Normal player
Number One = Im unsure
Number Two = Im unsure
Number Three = Game Operator (I THINK)
Number Four = Super Game Operator (Again, I think)
Number Five = Admin

Unless you want to change anything else, You can scroll down to the bottom and press the Go button to save your users level.

// Speed Change //
Again select the database and go to "ugml_config"

Click the browse tab

To change fleet speed, click the edit button on the "fleet_speed" column and enter a number you wish, obviously the higher the number; the quicker they are.

To change the Building Speed (I think) go to / edit the "game_speed" column and again enter the number you wish.
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Location: In your house
Posts: 93
04-10-2008, 12:59 AM
 
Quote: Originally Posted by :.:Bob1:.: View Post
I assume you are using the files located here:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

If so, I can help you :)!

Firstly:
Register your account (Via localhost)
Open a new tab or window and go to: [Only Registered and Activated Users Can See Links. Click Here To Register...] and login
Select your database

// Changing Rank //
Select the database you stated in Config.php (The one with all the tables etc)

If you used the prefix "ugml_" then to the left hand side, there will be all of the tables in a summary.
Eg: ugml_alliance, ugml_banned, ugml_buddy... etc. (If you still dont understand see screenie below:


Click on "ugml_users" and click the "browse tab" at the top. (Again; see screen below if unsure)


You will now see something like this:

(I made my password and email hidden as the password can easily be cracked; even if its in hash.)
Click on the edit icon () on the player name that you registered earlier.

Then if you take a look down down the "field" column, you will come to one that says "authlevel"
Then to the right, you will see a text box with the number 0 in it.

You can then change that number to one of the following:
Number Zero = Normal player
Number One = Im unsure
Number Two = Im unsure
Number Three = Game Operator (I THINK)
Number Four = Super Game Operator (Again, I think)
Number Five = Admin

Unless you want to change anything else, You can scroll down to the bottom and press the Go button to save your users level.

// Speed Change //
Again select the database and go to "ugml_config"

Click the browse tab

To change fleet speed, click the edit button on the "fleet_speed" column and enter a number you wish, obviously the higher the number; the quicker they are.

To change the Building Speed (I think) go to / edit the "game_speed" column and again enter the number you wish.
Thanks
 
 
permalink
 

 
To eat OR not to eat?

Rank: Member


Reply With Quote
 
Join Date: Dec 2007
Location: Under Your Foot! *THIS STINKS!*
Posts: 296
08-02-2008, 11:36 PM
 
Nice tut dude, i could do it all but i got a prob, how do u like get on it ? i got a domain and each time i go on it the xamp stuff pops up,ya no what i mean man ? plz help me thx ,
Spy:gun2:
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2007
Location: In your house
Posts: 93
08-06-2008, 02:00 AM
 
Where did you copy your files to? (folder) then the link is localhost/foldername or if its in the main dir. then remove the xampp files index.html/index.php that will get rid of the xampp startup page
 
 
permalink
 

 
* ~ Jangan ~ *

Rank: Member


Reply With Quote
 
Join Date: Nov 2006
Location: Canada
Posts: 811
08-06-2008, 03:56 AM
 
LISTEN, DO NOT EVER, bump old threads to ask your questions, you want ask a bloody question go to the help section, other than that DONT!
 
 
permalink
 

 
((: SMILE ALWAYS DUDE

Rank: Member


Reply With Quote
 
Join Date: Sep 2008
Posts: 211
09-09-2008, 12:16 PM
 
Nice TUT I'll Rate It 7/10
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Dec 2004
Location: Portugal
Posts: 50
11-08-2008, 11:59 PM
 
great tut!
very helpfull ! thanks very much
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2008
Location: Kent, England
Posts: 72
11-09-2008, 01:04 AM
 
yeah i loving this tut mate thanks alot
 
 
permalink
 

 
Ultimate Member

Rank: New Blood


Reply With Quote
 
Join Date: Jan 2008
Location: Malaysian
Posts: 163
12-27-2008, 01:38 AM
 
Thx
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2009
Location: Romania
Posts: 86
01-01-2009, 11:16 AM
 
Thanks for the tutorial men. Haven't used it because my server is working, but it is a good one ;)
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 02:03 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RaGEZONE © 2001 - 2008





 
Evade Blackbelt School