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 files + Utilities

Status
Not open for further replies.
Joined
Jul 20, 2005
Messages
633
Reaction score
11
Hi:
Pack:

Original Message:
[Ogame]Server files - RaGEZONE - MMO development community
This message because I had many doubts with how to operate the archives.
PS: Do not reply questions in the messenger, only Here

-------------------- English --------------------
1) Install wamp
2) Introduce ogame files in the folder wamp (C:\wamp\www\ogame)
3) Install navicat
4) Put the crack for navicat
5) Open Navicat
6) Click on "connection"
Completing:
Connection Name: localhost
Host name / IP address: localhost
Port: 3306
Username: "Root"
Password: ""
PS: Sometimes the password is "root"
Press "test connection" and if this entirely correct tighten "ok"
7) Double click on localhost (an error may occur, if so opens the wamp and try again)
8) Button right "New Database"
Completing:
Enter Database Name:
Ogame
Character set:
Default character set
Click the button "ok"
9) Right click on ogame and select the option "Execute batch file"
Then look for the file in the folder "MysQL DATABASE" that have been downloaded expect to be completed and press ok
10) Close the navicat
11) Make a click on the icon navicat (which is on the task bar) and vallan to the following address: PHP> PHP Extensions> php_mysql
12) Make a click on the icon navicat again vallan to the following address: PHP> PHP.ini
Look for the following line "short_open_tag = Off" will appear 2 lines equal, the switch off on the
13) Close wamp
14) Open wamp
15) the shape of config.php ogame (C:\wamp\www\config.php)
16) Open with notepad and edit the following lines:
"Server" => "localhost", // MySQL server name. (Default: localhost)
"User" => "root", // MySQL username.
"Passport" => "", // GundamMySQL password. (Some have root password and some have nothing)
"Name" => "ogame", // MySQL database name.
17) Save
18) Enter the "ntwdblib.dll" in the folder "utilities" to "C:\wamp\bin\apache\apache2.2.6\bin" (replace with already)

Ports to be open: 25 in 3306 (port 80 I am not sure, but if you want to be sure open them)

-------------------- O --------------------
Collaboration:
Translation into Portuguese by Fibrasek: (70%) [THX! =D]

About translation:
I just find this : to translate this page:



Just modify this file:

www\ogame(<- or you'r folder)\templates\OpenGame\ --> Login_body.tpl

and edit the line:
Line 1 --> Title:
Code:
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"><title>OgameTr.NeT</title>

line 37 --> login: & line 38 -->password: & Line 47 -->to connect:
Code:
<div style="position: absolute; left: 12px; width: 110px;">Kullan
 
Last edited:
Newbie Spellweaver
Joined
Sep 7, 2006
Messages
14
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

nice one Darkxl ^^

ps: he was doing it at 4:00 am so if it is......xD!
 
Junior Spellweaver
Joined
Apr 24, 2006
Messages
173
Reaction score
2
Re: [Share] OGame files + Guide + Utilities

As i know, this is a web browser game with some spaceships correct? Anyway, it's a nice share.
 
Banned
Banned
Joined
Feb 2, 2006
Messages
428
Reaction score
1
Re: [Share] OGame files + Guide + Utilities

u juz need a webserver to get this game on, no exe running required
 
Joined
Jul 20, 2005
Messages
633
Reaction score
11
Re: [Share] OGame files + Guide + Utilities

u juz need a webserver to get this game on, no exe running required

Hello:
Watch not know well what they have to be enabled on the wamp, but as I do not want to guess, as I say I am the wamp as it works, I prefer to make 1 or 2 steps over to them after not work, you do not know whether I explained
 
Newbie Spellweaver
Joined
Jan 22, 2005
Messages
64
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

how can i change the language?
no tienes los files en espanol??
 
Newbie Spellweaver
Joined
Sep 7, 2006
Messages
14
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

to change language --> www\ogame\language\en and edit the files
 
Newbie Spellweaver
Joined
Apr 29, 2007
Messages
20
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

how can i change the speed of getting metal, crystal etc
 
Newbie Spellweaver
Joined
Jan 12, 2008
Messages
85
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

i am currently translating it to dutch.
process: 60 or 70% i think.

but there are a few things you cant translate in the language>en> folder
does someone know where to translate the other things?
 
Newbie Spellweaver
Joined
Apr 29, 2007
Messages
20
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

atm i'm translating it to german
 
Newbie Spellweaver
Joined
Sep 7, 2006
Messages
14
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

how can i change the speed of getting metal, crystal etc

You can change it in you'r database : ugml_config -->ressource_multiplayer = 5 --> just put more than 5 xD

now my turn...does anyone fixed this error?

Code:
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/spacewars/www/ogame/common.php:221) in [B]/home/spacewars/www/ogame/index.php[/B] on line [B]10

if anyone can help me for this...plz ^^
[/B]
 
Joined
Jan 26, 2004
Messages
1
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

if you want to change rates, go to your db editor (navicat or phpmyadmin) and edit :

-resource multiplier ->5 standard i think
500 is insane, you wont be able to keep up with building :)

-gamespeed is buildtime and researchtime, add a zero or 2 and all buildings are instantanious.

-fleetspeed, speaks for itself :)

- initial fields is the value your mother planet will get when you register
 
Newbie Spellweaver
Joined
Jan 12, 2008
Messages
85
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

Code:
[B]Warning[/B]:  Cannot modify header information - headers already sent by (output started at /home/spacewars/www/ogame/common.php:221) in [B]/home/spacewars/www/ogame/index.php[/B] on line [B]10[/B]


if anyone can help me for this...plz ^^

use this:
Code:
<?php //index.php :: Pagina inicial
ob_start(); 

define('INSIDE', true);
$ugamela_root_path = './';
include($ugamela_root_path . 'extension.inc');
include($ugamela_root_path . 'common.'.$phpEx);


if(!check_user()){ header("Location: login.php"); }

//Index con dos frames
echo parsetemplate(gettemplate('index_frames'), $lang);



ob_end_flush();
// Created by Perberos. All rights reserved (C) 2006
?>

and for other problems just go to the file at the line thing then enter 1 line above
ob_start();
and 1 line below it
ob_end_flush();
 
Last edited:
Newbie Spellweaver
Joined
Sep 7, 2006
Messages
14
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

ok thx man :)

im not lucky...i done you'r thing but in game i got error like the last error but using

ob_start();
ob_end_flush();

doing nothing....

see:

darkxl - OGame files + Utilities - RaGEZONE Forums


WHY IM SO UNLUCKY!!!! ><
 
Newbie Spellweaver
Joined
Jan 12, 2008
Messages
85
Reaction score
0
Re: [Share] OGame files + Guide + Utilities

np,

but still my question is where to translate the other things because i cant find:
the login page
ban list
messages
that were only examples
can someone maybe post the other translating files(or directories)
so i can continue translating it
 
Kal Craker
Joined
Apr 29, 2006
Messages
173
Reaction score
6
Re: [Share] OGame files + Guide + Utilities

im a developer of ogame and bitefight clone,and still didnt finished to download this archive (very low speed @ 10KB,i think many ppls download it),but i looked a bit into DEMO sources,and it have some callbacks to server ,+security flaws.
Its better to know what are u doing before using those files,or you could be sued.
If u dont trust me ,ask someone else that you "trust" to check the script and you will see.
I will come back with more info after i download it.
Btw RS is down,can i have another mirror?

-=Minase=-
 
Joined
Jul 20, 2005
Messages
633
Reaction score
11
Re: [Share] OGame files + Guide + Utilities

im a developer of ogame and bitefight clone,and still didnt finished to download this archive (very low speed @ 10KB,i think many ppls download it),but i looked a bit into DEMO sources,and it have some callbacks to server ,+security flaws.
Its better to know what are u doing before using those files,or you could be sued.
If u dont trust me ,ask someone else that you "trust" to check the script and you will see.
I will come back with more info after i download it.
Btw RS is down,can i have another mirror?

-=Minase=-
.
You could share files of bitefight please

It got my hosting payment to be able to download the highest speed, wonder what descarges to 10kb
Ps:I will discharge to 344kb /s
 
Kal Craker
Joined
Apr 29, 2006
Messages
173
Reaction score
6
Re: [Share] OGame files + Guide + Utilities

i wont share anything,because its not done yet.im alone in team ,and im quite bored :D.
if u dont trust me i could show u some previews,but not all functions work.
Anyway,please peoples dont use this copy of game,bugged like hell+lots of call backs...
 
Status
Not open for further replies.
Back
Top