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, Huge Database of Information / Guides [Big Database] at Server Developments forum; Well a lot of people are requesting random stuff that are all on my website database, so i decided to ...




Reply
Thread Tools
Release Huge Database of Information / Guides [Big Database]
 
 
* ~ Jangan ~ *

Rank: Member


Reply With Quote
 
Join Date: Nov 2006
Location: Canada
Posts: 811
11-06-2008, 06:56 PM
 
Well a lot of people are requesting random stuff that are all on my website database, so i decided to just release everything i have to make it easier :D so here we go:

IF you found anything interesting here, please reply, i really wanna know what people think, kinda keeps the mood going...



RageOnline v11 downloads:
--------------------

RageOnline v10 downloads:
--------------------

RageOnline v9 Downloads:
--------------------

Addons Downloads:
--------------------




Very Helpful Scripts: ROv11 based

  • This is the most valuable code of all. i found this while studying databases, you can make it so databases can turn on or off, 1 - 0, which can be very helpful to stop hackers to get more than 1 item...
PHP Code:
// i used this to make officers only go to level 1, you can use it on other things, edit the names before!
ALTER TABLE `RageOnline_usersCHANGE `rpg_geologue` `rpg_geologueENUM('0','1'NOT NULL default '0';
ALTER TABLE `RageOnline_usersCHANGE `rpg_constructeu` `rpg_constructeuENUM('0','1'NOT NULL default '0';
ALTER TABLE `RageOnline_usersCHANGE `rpg_scientifique` `rpg_scientifiqueENUM('0','1'NOT NULL default '0';
ALTER TABLE `RageOnline_usersCHANGE `rpg_general` `rpg_generalENUM('0','1'NOT NULL default '0';
ALTER TABLE `RageOnline_usersCHANGE `rpg_bunker` `rpg_bunkerENUM('0','1'NOT NULL default '0'
  • you can use this to delete other tables on databases:
PHP Code:
// This deleted all the unneccessary tables [the officers]
ALTER TABLE `RageOnline_users`
  
DROP `rpg_amiral`,
  
DROP `rpg_ingenieur`,
  
DROP `rpg_technocrate`,
  
DROP `rpg_espion`,
  
DROP `rpg_commandant`,
  
DROP `rpg_stockeur`,
  
DROP `rpg_defenseur`,
  
DROP `rpg_destructeur`,
  
DROP `rpg_raideur`,
  
DROP `rpg_empereur`; 
  • resetting officers
PHP Code:
// you can use this, to reset all officers/dark matter [Rpg point one is the dm]
UPDATE `RageOnline_usersSET `rpg_geologue` = 0 WHERE `rpg_geologue` != 0;
UPDATE `RageOnline_usersSET `rpg_constructeur` = 0 WHERE `rpg_constructeur` != 0;
UPDATE `RageOnline_usersSET `rpg_scientifique` = 0 WHERE `rpg_scientifique` != 0;
UPDATE `RageOnline_usersSET `rpg_general` = 0 WHERE `rpg_general` != 0;
UPDATE `RageOnline_usersSET `rpg_bunker` = 0 WHERE `rpg_bunker` != 0
  • you can also add rgp points by doing this:
PHP Code:
UPDATE `RageOnline_usersSET `rpg_points` = 100 WHERE `rpg_points` != 0
 
 
permalink
 

RaGEZONE is proudly sponsored by
 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2008
Location: Kent, England
Posts: 72
11-06-2008, 11:48 PM
 
Very Nice hero that why your my hero this will help us lots thanks a lot mate
 
 
permalink
 

 
Infraction Banned

Rank: Member


Reply With Quote
Blog Entries: 1
 
Join Date: Mar 2008
Location: Belgium
Posts: 350
11-06-2008, 11:50 PM
 
I shall give you the fully working IE skin fix
 
 
permalink
 


 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2008
Location: Kent, England
Posts: 72
11-06-2008, 11:57 PM
 
plz do joo much love
 
 
permalink
 

 
* ~ Jangan ~ *

Rank: Member


Reply With Quote
 
Join Date: Nov 2006
Location: Canada
Posts: 811
11-07-2008, 12:53 AM
 
oi ben... i need your links for your server files. i think its about time we give back to the community some stuff :D
 
 
permalink
 

 
Average Member

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2005
Posts: 51
11-07-2008, 03:06 AM
 
i wish you would stop saying ben :/ i always think your talking to me
 
 
permalink
 

 
* ~ Jangan ~ *

Rank: Member


Reply With Quote
 
Join Date: Nov 2006
Location: Canada
Posts: 811
11-07-2008, 04:42 AM
 
both of you lol!
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Nov 2008
Posts: 1
11-07-2008, 03:19 PM
 
Hi, i have downloaded the ro v11. i imported the sql database, config .. etc. , but i do not know how to add the admin panel. in version 9 the admin panel is there , but in this version i tried to enter on paneladmina.php in admin folder, but it says that i don`t have access on that page.can you help on this ? thanks and sorry for my bad english.
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2008
Posts: 13
11-07-2008, 04:46 PM
 
here is the best post ever :D

thanks
 
 
permalink
 

 
Infraction Banned

Rank: Member


Reply With Quote
Blog Entries: 1
 
Join Date: Mar 2008
Location: Belgium
Posts: 350
11-08-2008, 01:47 PM
 
You wont get acces to them exept if I release it here myself and I all removed it off my host
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2008
Posts: 8
11-13-2008, 06:27 PM
 
With the officers page, only the geologist appears ? help?
 
 
permalink
 

 
Ultimate Member

Rank: New Blood


Reply With Quote
 
Join Date: Jan 2008
Location: Malaysian
Posts: 163
12-27-2008, 01:35 AM
 
Very nice.thxx
 
 
permalink
 

 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2008
Location: England
Posts: 47
12-27-2008, 05:18 PM
 
To those with the problem of getting to the admin panel you need to go into your database and change the user manually to 'access level 3' rather than 0.

That grants you admin capabilities.
 
 
permalink
 

 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Jun 2008
Location: England
Posts: 47
12-27-2008, 07:33 PM
 
Cant get your Admin Panel fix to work...
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2007
Posts: 11
12-31-2008, 11:55 AM
 
links are dead...
 
 
permalink
 

 
RaGEZONER

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2009
Location: Romania
Posts: 86
01-01-2009, 11:21 AM
 
Thanks you for your files, my server is using them but you know the admin dosent work and the admin files you release after this dont work also :(
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2007
Posts: 11
01-01-2009, 11:07 PM
 
Where did u get the files from?
They arent hosted here anymore...
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Feb 2005
Posts: 5
01-05-2009, 06:50 AM
 
Hello everyone,

Does anyone know how to get the v11 files again? I came kinda late to this party and now I am kinda adrift.

As well, I heard someone in another thread mention v12. Does anyone know anything about that? Should I hold off until v12 before I dabble in this?
 
 
permalink
 

 
Alpha

Rank: New Blood


Reply With Quote
 
Join Date: Mar 2008
Posts: 129
01-05-2009, 02:20 PM
 
Update links please ^^
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2007
Posts: 11
01-06-2009, 12:20 AM
 
Quote: Originally Posted by Psionic_Soldier View Post
Hello everyone,

Does anyone know how to get the v11 files again? I came kinda late to this party and now I am kinda adrift.

As well, I heard someone in another thread mention v12. Does anyone know anything about that? Should I hold off until v12 before I dabble in this?
I found this somewhere else. Its the v11 version incl. db.

[Only Registered and Activated Users Can See Links. Click Here To Register...]

Dont know anything about a v12. Some threads say the project is dead so go ahead and make your own version ;)
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Feb 2005
Posts: 5
01-06-2009, 04:58 AM
 
Thank you very much PDude! You have made my day a lot happier.

As for making my own version... I can uhhh, do "Hello World." with programming. =D
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2007
Posts: 11
01-06-2009, 11:16 AM
 
Np m8...
But i really do recommend some knowledge in php and mysql to be able to modify the script, especially since theres a bunch of really horrid bugs in it...
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Feb 2005
Posts: 5
01-07-2009, 06:25 AM
 
Wow server will be very short lived and most likely go down in eFlames.
 
 
permalink
 

 
* ~ Jangan ~ *

Rank: Member


Reply With Quote
 
Join Date: Nov 2006
Location: Canada
Posts: 811
01-07-2009, 07:49 AM
 
Quote: Originally Posted by Psionic_Soldier View Post
Wow server will be very short lived and most likely go down in eFlames.
:P it already died ages ago when 90% of people kept attacking the projects by insulting it...

ogame has already failed.. all pservers arent even worth it... + most of us are busy... so yeah... jooro quit, sinner went private, tyby went private... im working with java... a lot of things changed..

hopefully someone will pick up where we left off :P

+ all our servers expired... all dedicated servers that still exist now are used for other pservers :P hehe
 
 
permalink
 

 
Alpha

Rank: New Blood


Reply With Quote
 
Join Date: Mar 2008
Posts: 129
01-07-2009, 01:37 PM
 
Quote: Originally Posted by PDude View Post
I found this somewhere else. Its the v11 version incl. db.

[Only Registered and Activated Users Can See Links. Click Here To Register...]

Dont know anything about a v12. Some threads say the project is dead so go ahead and make your own version ;)
Does it have Dark Matter too? Thanks a lot anyway :)
 
 
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 11:19 PM.
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