Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Ogame]Server files

Status
Not open for further replies.
Joined
Jan 26, 2004
Messages
1
Reaction score
0
after some looking around i found some Ogame server files that actually work,

as far as i can tell they work, but have a few problems

1 - they are in servian language
2 - there is a reg page, but it doesnt work completly yet :/

if you set them up you can login with user : admin pass : admin

you need a webserver with php and mysql for this.

-> php files
sql -> ogame mysql db

i would be thankfull if anyone can help making the reg page work.
i have already started translating
 
Joined
Jul 20, 2005
Messages
633
Reaction score
11
:O good job!
There will be some files ?

Ps:page registers works perfectly, just have to enable the port 25 and ready, and I am translating
 
Joined
Jan 26, 2004
Messages
1
Reaction score
0
open port 25 ? thats a mail port ??

i get this error if i want to reg a new user

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id_planet' at row 1
INSERT INTO ugml_errors SET `username`='testuser',' at line 5
 
Newbie Spellweaver
Joined
May 25, 2006
Messages
30
Reaction score
0
death u can u help me settup my own server f os? i downloaded both of them files u got there but what do i do now
 
Joined
Jul 20, 2005
Messages
633
Reaction score
11
Code:
<?php  //config.php :: Archivo de configuracion

// Este archivo es autogenerado | This files is autogenerated

if(!defined("INSIDE")){ die("attemp hacking");}

	$dbsettings = Array(

		"server"        => "localhost", //MySQL server name. (Default: localhost)

		"user"          => "root", // MySQL username.

		"pass"          => "", // GundamMySQL password.

		"name"          => "ogame", // MySQL database name.

		"prefix"        => "ugml_", // Prefix for table names.

		"secretword"    => "lolwut"); // Secret word used when hashing information for cookies.

		

// Created by Perberos. All rights reversed (C) 2006

?>

search u router

Ejample:
user:admin pass:admin
You must enable the port 25
 
Joined
Jan 26, 2004
Messages
1
Reaction score
0
i tried opening port 25 as you said, but it didn't work, i think its more a version difference than a missing port :/
 
Newbie Spellweaver
Joined
Sep 23, 2007
Messages
34
Reaction score
0
I extract the PHP files, had some errors extracting but think it worked.

BTW are these the server files? (The php stuff)

Plus i never personally played this game, is there a client or is it run over the net?
 
Joined
Jul 20, 2005
Messages
633
Reaction score
11
Is a game over the Internet, you do not need customer

Looks

I can not do the translation, there is no language that is no translator and I served
 
Joined
Jan 26, 2004
Messages
1
Reaction score
0
just install apache2.2 , install php5 and mysql with (phpmyadmin or navicat)
configure the config.php and you are set :construct
 
Newbie Spellweaver
Joined
May 25, 2006
Messages
30
Reaction score
0
i dont even know what that is dark i added u on msn i asked u to login so u could help me man wtf
 
Mythic Archon
Loyal Member
Joined
Oct 31, 2007
Messages
762
Reaction score
14
Wow, this is really cool. Thanks alot for sharing ;)

Really loved Ogame, but went on vacation and when i logged on again, i were totally destroyed and in buttom of rankingd -.-
 
Newbie Spellweaver
Joined
May 25, 2006
Messages
30
Reaction score
0
iBimbo thats why u go to opitions and u clik on Ducking VACATION MODEEEEEEEEEEEEEEE
 
Newbie Spellweaver
Joined
Apr 29, 2007
Messages
20
Reaction score
0
can't get this poop to work >_>

have the new Xampp

i'll get everytime errors like these =

"
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ogame\common.php:219) in C:\xampp\htdocs\ogame\index.php on line 10"
 
Joined
Jan 26, 2004
Messages
1
Reaction score
0
if you want it the really easy way,

- download easyphp -> go to google and search easyphp and install it

- go to C:\Program Files\EasyPHP 2.0b1\apache
-+ open php.ini and edit
--+ short_open_tag = Off to short_open_tag = On
--+ smtp_port = 25 to smtp_port = 80

- restart apache2

- copy the ogame php files to C:\Program Files\EasyPHP 2.0b1\www
-+ open the config.php and edit like in darkxl's post

-open easyphp and push ctrl +A
-+ open PHPmyAdmin
--+ create new database called ogame
--+ open database called ogame and push the import button
--+ file to import select the ogame.sql and push the go button.
 
Status
Not open for further replies.
Back
Top