Item Mall File

06/28/2014 12:47 IncognitoOne#16
You should probably look for someone whos willing to either set it up for you and allow you to watcha dn ask questions along the way, so you can learn.
I'm also in the process of adding a IM page on my local for learning purposes.
06/28/2014 17:39 kennethz008#17
Which is still i don't have any plan to share the full zrohan mall and it's database.
06/28/2014 18:20 PenguinJoe#18
for those that really want to make the shared zrohan im work, you are going to have to make your own database tables. It works with both a private mysql database and at one private mssql database as well as the standard Rohan game tables (i.e. RohanMall).

Look in the sqlmall.php file. There will be all kinds of select, update and create statements in there. Your task is to :

1. Find out which statement affects which database.
2. Look at each statement and figure out what tables it works with and create those tables.
3. Look at each statement and figure out what columns are needed in each table to satisfy that sql statement. Create them.
4. Look at the kind of data each column is expected to work with and set the column types of your tables accordingly.

If you want to make that script work, you are going to have to work at it for yourself. If you don't know sql well enough to know what an INSERT, SELECT or UPDATE statement does, study up on it.

A challenge: Nothing says you HAVE to use two different DBMS systems. There is no reason at all why a creative PHP/SQL developer can't move all the MySQL databases in the MS-SQL database. You just need to look at the code and understand what it is doing.

Reverse engineering folks. That is the name of the game if you want to develop Rohan game servers.
06/28/2014 20:54 asmodeus812#19
Quote:
Originally Posted by asmodeus812 View Post
This zRohan Item Mall is not full here. There are some databases missing from this zip file! So in order to run that you need the DB with items(and god knows what else is not there) which is probably a MySQL DB !
Quote:
Originally Posted by PenguinJoe View Post
for those that really want to make the shared zrohan im work, you are going to have to make your own database tables. It works with both a private mysql database and at one private mssql database as well as the standard Rohan game tables (i.e. RohanMall).

Look in the sqlmall.php file. There will be all kinds of select, update and create statements in there. Your task is to :

1. Find out which statement affects which database.
2. Look at each statement and figure out what tables it works with and create those tables.
3. Look at each statement and figure out what columns are needed in each table to satisfy that sql statement. Create them.
4. Look at the kind of data each column is expected to work with and set the column types of your tables accordingly.

If you want to make that script work, you are going to have to work at it for yourself. If you don't know sql well enough to know what an INSERT, SELECT or UPDATE statement does, study up on it.

A challenge: Nothing says you HAVE to use two different DBMS systems. There is no reason at all why a creative PHP/SQL developer can't move all the MySQL databases in the MS-SQL database. You just need to look at the code and understand what it is doing.

Reverse engineering folks. That is the name of the game if you want to develop Rohan game servers.
<---- THIS ---->

Just a Hint: If i were you I would build something from scratch . To Rebuild a new IM + Exchange Market personaly i will need somewhere between 3~5 days of normal everyday work ! Its much easier when you do it yourself and much more satisfying.
Looking for tables, columns names and etc is pain in the ass , besides you never know what else is missing from those files. It could be 1 file, and it can screw everything up !
06/28/2014 22:10 IncognitoOne#20
I wish I had the knowledge to be able to write my own databases for a full item mall and exchange market. I give you guys much respect cause I wouldn't even know where to begin, so Im sure I'll have to hire fellas like you all to do it for me at some point :P
06/29/2014 00:58 PenguinJoe#21
Quote:
Originally Posted by asmodeus812 View Post
Its much easier when you do it yourself and much more satisfying.
Looking for tables, columns names and etc is pain in the ass , besides you never know what else is missing from those files. It could be 1 file, and it can screw everything up !
Absolutely!!

It is always far easier and more satisfying to create things your way than it is to try and understand what the dev of a piece of code was thinking when he created it. Often his thoughts and design priorities will not necessarily be the same as yours.

When I look at the big picture of Rohan's client/server design, I am totally flummoxed trying to understand why YNK Korea made some of the design decisions they did.
05/25/2017 14:03 maxsalvatore#22
where's db of zrohan itemmall share please :D
05/25/2017 14:17 deathbrigger#23
this treat is 2014 ago :v
05/25/2017 14:59 Ishtaria#24
That's almost a 3 year necro lol
05/25/2017 19:15 oziel235#25
Quote:
Originally Posted by maxsalvatore View Post
where's db of zrohan itemmall share please :D
Lol :pimp:
itemmall broken! look my Attachment.
05/26/2017 03:24 kennethz008#26
Oh man. 3 years already!
04/23/2022 07:29 AmNewbie#27
Quote:
Originally Posted by oching View Post
Item Mall file zRohan,:handsdown:
[Only registered and activated users can see links. Click Here To Register...]
Link dead update pls

~Thnks