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!

JD Server Manager +Mysql charts sender

Joined
Apr 6, 2012
Messages
545
Reaction score
217
New Update


-extract all (with 7zip)
-put all files on /root
-edit config.sh and config.php on /root with right info
-
Code:
chmod 777 /root
-Add on your crontab (/etc/crontab) the info on crontab (/root/auto/crontab)
-edit the gdb.conf and unique.conf on /root/prog
-if you use my server files + interserver files rename (on /usr/rain/gamed and for interserver /usr/rain/gamed/interserver):
realm 1 pve.conf,
realm 2 pvp.conf,
realm instance instance.conf ,
realm fort fort.conf
realm territory territory.conf
interrealm 1 pveinter.conf,
interrealm 2 pvpinter.conf,
-Create a database mysql with the dbo.sql on /root/sql folder
-
Code:
./start.sh
-Key :[1] for : run server + interserver ,toplist and logservice (for the 2)
-Key :[2] for : Backup Server database + Logs +mysql
-Key :[30] for for exit and stop server


If you configure right :

You have a server auto backup + toplist every hour + send to mysql + jaden every hour+clean log +check if server are down if down restart (all each different part inclued script)

Accually script with server files are not inclued
P.S.: Thanks comper for fix charts name .
And sorry for my bad english

somes php top View attachment listing.rar
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Sep 3, 2011
Messages
150
Reaction score
94
Re: Character to Mysql db + save db script

Thanks for release.

I have problem.
Seems script can not get characters name from the database.
In log file it looks like:

#name,zoneid,roleid,status,time
"",1,1600,2,1360635499

My server is working on Ubuntu.
 
Junior Spellweaver
Joined
Sep 3, 2011
Messages
150
Reaction score
94
Re: Character to Mysql db + save db script

Link is broken, correct one:


And also i figured out how to fix the names!
Just change gdb.conf
from:
[common]
;charset = gb
to
[common]
charset = utf-8

UPDATE: And thanks to this i was able to make something like this:
Maybe one day ill release this script also.
 
Last edited:
Back
Top