Here is some question,
Now the pangya server store data in MSSQL right?
Is the pangya server can work with MySQL
If so,can give me some guide?
BTW,is there any official site for this pangya server developer?
thanks in advance
Here is some question,
Now the pangya server store data in MSSQL right?
Is the pangya server can work with MySQL
If so,can give me some guide?
BTW,is there any official site for this pangya server developer?
thanks in advance
Last edited by ENDY_JASMI; 24-05-06 at 05:21 PM.
I have also had the same thought and as I already own an online game that is php/sql db based my server package allows me :-
3tb bandwidth per month and 1tb file space along with the ability to run 70 seperate sql db's as well as unlimited crons
what I am wondering is what would be needed to run a private online server for friends etc...
My thoughts are:-
1) the server files you have provided are the db files required to run the game, so adding these to sql via cpanel would seem to be the most straight forward option
2) Is a further frontend required in addition to these files? or would the Bn_Game folder etc.. just go straight into the root directory (publlic_html) so the instructions could parse between those files and the sql db?
3) I take it you would have to change the IP's in the client to the IP of your webserver, or change the client IP to your own IP then change the .ini's to the webserver and amend the webserver details in the db to match?
as you can tell I am taking a few guesses, but I feel that I should have enough bandwidth and filespace to handle a small server for the 20 or so people who would play on it, i am just looking for a bit of guidance as to how it is set up
anyone can answer m question?
-is it possible to make the server run with MySQL?
-is there any official site for the pangya server developer team?
no because the server is a black box and it works with MsSQLOriginally Posted by ENDY_JASMI
no :/ maybe we will need to create a team to develop the season 2 server :/Originally Posted by ENDY_JASMI
You can't use MySQL for this pangya server, It uses mssql, unless you have the source, and want to recode it all over again, You should stop trying ;)
Hello and ... sorry to bring back this dead thread :closedeye.
I recently managed to setup a pangya server season 1, thanks to all of you.
It seems that the server relies on ODBC connection.
If that's the case, it is theorically possible to use another database server, like Microsoft Access or even MySQL, if you use the appropriate ODBC driver (MyODBC for MySQL for example).
Of course, a database conversion work is needed.
I didn't try it yet, but it might be worth a try.
I once tried that, when I try to connect ODBC to MySql, It can't be found. I think the sql server odbc can only found is MsSql -__-