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!

WebGame Lord of Ages [Webgame Server/php/swf] Files

Status
Not open for further replies.

vdc

Newbie Spellweaver
Joined
Dec 2, 2010
Messages
97
Reaction score
12
Is this one is complete source with all file? Because some file I couldn't find it. I try to find the database file, but it seem like the database is not the file in \home\oss\sql. The database file should be in some where or not in the server file.
 
Joined
May 15, 2009
Messages
799
Reaction score
558
ok so what i found is this

home/loa/db/sql has the game db run istalldb.sh
home/oss/sql/ hass the db for tomcat server (i think thats what there for)
home/raccoonx is the java server
 

vdc

Newbie Spellweaver
Joined
Dec 2, 2010
Messages
97
Reaction score
12
Here is what I found
$GLOBALS['_LOA']['db']['web'] = array(
'host' => 'localhost',
'name' => 'web',
'user' => 'web',
'password'=> 'web5678',
);
$GLOBALS['_LOA']['db']['act'] = array(
'host' => 'localhost',
'name' => 'act',
'user' => 'act',
'password'=> 'act5678',
);
$GLOBALS['_LOA']['db']['loabbs'] = array(
'host' => 'localhost',
'name' => 'loabbs',
'user' => 'root',
'password'=> 'dhxdltsdxxcbd2010',

But I could not find the web, act, loabbs database in the source. Or maybe it's something else.
 
Joined
May 15, 2009
Messages
799
Reaction score
558
well i can only try to make it work on windows but that proving to be hard so any pros what to help get running on linux and share results with me that be great other wise files are here lets hope someone gets it running
 
----
Loyal Member
Joined
Mar 26, 2008
Messages
1,038
Reaction score
412
Finally i have the files... dumb megacon... I can try to setup in debian env. and share the vmware image... but still i am unexperienced too in linux...
 
Initiate Mage
Joined
Apr 15, 2013
Messages
4
Reaction score
0
guys how to i upload this game into my web? i want make for online.
 
Joined
May 15, 2009
Messages
799
Reaction score
558
Finally i have the files... dumb megacon... I can try to setup in debian env. and share the vmware image... but still i am unexperienced too in linux...

thanks flyer you been a great help so far with travian and now this, IM atm downloading cento 5 and am gonna format one of my drives once i backup things, then i will try install linux,JDK and some other things i think i can install tomcat and replace files with ones here, the jdk should help with the racconx and then, its gonna be touch and go as i will need to edit alot of files change ips ect ect its alot of work but i think if we all work to get it working who ever dose get working we can then maybe make a repack so all can use. ill keep informed of my progresses
 
----
Loyal Member
Joined
Mar 26, 2008
Messages
1,038
Reaction score
412
thanks flyer you been a great help so far with travian and now this, IM atm downloading cento 5 and am gonna format one of my drives once i backup things, then i will try install linux,JDK and some other things i think i can install tomcat and replace files with ones here, the jdk should help with the racconx and then, its gonna be touch and go as i will need to edit alot of files change ips ect ect its alot of work but i think if we all work to get it working who ever dose get working we can then maybe make a repack so all can use. ill keep informed of my progresses

Well okay, i try too(already installed ubuntu vmware), but dont expect too much, i just try... :\(i always have problem with permissions...) but if we find any way to repack it woud be nice... i will inform everyone too!
 
Last edited:
Junior Spellweaver
Joined
Apr 30, 2006
Messages
152
Reaction score
30
Just look at .bash_history for guide
There are yum command on history.

Linux must be Red Hat family.
Try CenTos
 
Initiate Mage
Joined
Jan 31, 2013
Messages
4
Reaction score
0
hello, i've finished install the games in my vps but i'm stuck in part choosing server.. anyone know how to add server?
 
Status
Not open for further replies.
Back
Top