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!

[HELP] Database in source code 4.3

Junior Spellweaver
Joined
Dec 15, 2014
Messages
116
Reaction score
6
Hi guys, where i can find database in source code?
 
Joined
Apr 12, 2013
Messages
897
Reaction score
480
EricThom - [HELP] Database in source code 4.3 - RaGEZONE Forums

mhhhhhh......i don't know where the Databases are
EricThom - [HELP] Database in source code 4.3 - RaGEZONE Forums
 
Upvote 0
Junior Spellweaver
Joined
Dec 15, 2014
Messages
116
Reaction score
6
I mean the code insert into, select or update database in source code.....
 
Upvote 0
Joined
Apr 12, 2013
Messages
897
Reaction score
480
The dB included is not complete something is missing just a hint and also I would search for the procedures it calls in the source....
I don't know that sh*t you're talking but unless Rivals-Evo added Backdoors, everything should be fine. I worked a couple of months with this DB and had no problems at all except some procedures from the original owner of this db

I mean the code insert into, select or update database in source code.....
Then write a more specified question.
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
If I understand your question correctly, you're looking for the code that executes DB queries?

If so, you should have a look at StringDefineProcedure.h which defines all queries executed by the servers and tools. You can look through references for a specific procedure you're searching or have a look in the DBManager and DBHelper classes of the respective projects.
 
Upvote 0
Back
Top