BOI files (released)

07/01/2012 23:34 destroyerx1z#211
What are the problems now, someone get me up to speed?
07/02/2012 00:31 AlexProo#212
Quote:
windows
@echo off

REM start ./DetectCheatServer/DetectCheatServer
start /D GateServer ./GateServer/Gate
start /D ManagerServer ManagerServer/ManagerServerR
start /D LocalSaveServer LocalSaveServer/LocalSaveServerR
start /D ShareMemProc ./ShareMemProc/ShareMemProcR
start /D GameServer ./GameServer/Line.exe
Linux

Quote:
#!/bin/bash
echo "=====START BOI====="
sleep 2
echo "=====START LOGSERVER====="
cd /root/boi_server/LogServer/bin
./logsrv logsrv.xml >/root/boi_server/logs/logserver.log &
sleep 5
echo "=====DONE====="
sleep 2
echo "=====START CARDSERVER====="
cd /root/boi_server/CardServer/bin
./cardsvrd >/root/boi_server/logs/cardsvrd.log &
sleep 5
echo "=====DONE====="
sleep 2
echo "=====START DBSERVER====="
cd /root/boi_server/DBServer/bin
./dbserver >/root/boi_server/logs/dbserver.log &
sleep 5
echo "=====DONE====="
sleep 2
echo "=====START NAMESERVER===="
cd /root/boi_server/NameServer/bin
./namesvrd >/root/boi_server/logs/nameserver.log &
sleep 5
echo "=====DONE====="
sleep 5
echo "=====ALL SERVICE DONE!====="
07/02/2012 00:39 LeRaz0r#213
Can u upload the logsrv.xml ?
07/02/2012 00:59 destroyerx1z#214
HE DID IT????
07/02/2012 04:00 joseus34#215
Quote:
Originally Posted by AlexProo View Post
Linux
more info please, i dint understand nothing
how to run linux script??

You can run logsrvd?

where we get logsrv.xml??
07/02/2012 13:09 tonino95#216
Quote:
Originally Posted by joseus34 View Post
more info please, i dint understand nothing
how to run linux script??

You can run logsrvd?

where we get logsrv.xml??

it's only a script for start logserver,cardserver, ecc. it's a macro
07/02/2012 14:21 Siber_the_wise#217
Looks like a bit of a dead end right now, need that logserv.xml file to start the logserv up. The compactau is ok if you want to run a small local server but the full Auth serv is probably better for a live server and it's missing the DB. We can probably reconstruct the tables but not the procedures without a lot of work digging back through the decompiled classes. It might be possible to put in the Auth server from JD, PW or FW but there's quite a few new tables in this one so it seems like you'd probably be missing something.

Overall this release looks like it's missing a few too many pieces at the moment to go live as a public server without someone really prepared to do a whole lot of serious work on it. Though I notice the Russians and the Chinese devs have taken an interest on thier boards so it might still be possible yet.
07/02/2012 15:10 axelcro#218
Hey guys. I've downloaded the SQL database, but i can't import/restore database in MSSQL 2000. I got an error every time when i tried. Then I imported the SQL file to phpmyadmin via WampServer and the import was succesfully. I changed the port of mysql to 1433. Now i need 2 know, how i can add account name and pw to the database. Anyone found a solution? (Sorry for my crap english)
07/02/2012 20:33 joseus34#219
Quote:
Originally Posted by axelcro View Post
Hey guys. I've downloaded the SQL database, but i can't import/restore database in MSSQL 2000. I got an error every time when i tried. Then I imported the SQL file to phpmyadmin via WampServer and the import was succesfully. I changed the port of mysql to 1433. Now i need 2 know, how i can add account name and pw to the database. Anyone found a solution? (Sorry for my crap english)
user:test
pass:123
This the only way to try the game, coz DB with account tables are no makeable for now , srry
btw its me, yeah ^^
07/03/2012 04:23 axelcro#220
Quote:
Originally Posted by joseus34 View Post
user:test
pass:123
This the only way to try the game, coz DB with account tables are no makeable for now , srry
btw its me, yeah ^^
Test & 123 were the first, what i've tried. But i can't login. I don't understand, if mysql is running, db user-pw-dbname were set on the config files (on port 1433), why Auagent can't connect to gamedb?
07/03/2012 05:14 axelcro#221
As somebody said, we need MSSQL database, not MySQL. I had time, and I converted the MySQL database into MSSQL. I could not try login, bcz i had no time, but someone give that a try please! I hope it will help! (The file has no extension, but use "Restore Database".)

[Only registered and activated users can see links. Click Here To Register...]
07/03/2012 05:30 joseus34#222
Quote:
Originally Posted by axelcro View Post
Test & 123 were the first, what i've tried. But i can't login. I don't understand, if mysql is running, db user-pw-dbname were set on the config files (on port 1433), why Auagent can't connect to gamedb?
U are able to login, if u have all exevutable configured well, the group here (4 or 5 of us) get to realm selection, thats the problem , for now, no need DB no test local one

Quote:
Originally Posted by axelcro View Post
As somebody said, we need MSSQL database, not MySQL. I had time, and I converted the MySQL database into MSSQL. I could not try login, bcz i had no time, but someone give that a try please! I hope it will help! (The file has no extension, but use "Restore Database".)

[Only registered and activated users can see links. Click Here To Register...]
No way to restore it :s im trying with postGres coz mssql cannot connect to db for any shit i did, and not able to restore with that file
07/03/2012 06:25 Dataim#223
First we need to get the realms work then the db...
07/03/2012 15:48 joksa969#224
Found this in DB server folder, dbserver config.
[DBTOOLS]
SERVERID = 1
SERVICEIP = 192.168.1.50
SERVICEPORT = 11122
DBUSER = root
DBNAME = shengui139
DBPASSWD = game
DBSOCKFILE = /tmp/mysql.sock

[LOGSVRD]
SERVERID = 1
SERVICEIP = 192.168.1.50
SERVICEPORT = 9008
thats how previous owner tested server I assume.
07/03/2012 16:06 joseus34#225
Quote:
Originally Posted by joksa969 View Post
Found this in DB server folder, dbserver config.
[DBTOOLS]
SERVERID = 1
SERVICEIP = 192.168.1.50
SERVICEPORT = 11122
DBUSER = root
DBNAME = shengui139
DBPASSWD = game
DBSOCKFILE = /tmp/mysql.sock

[LOGSVRD]
SERVERID = 1
SERVICEIP = 192.168.1.50
SERVICEPORT = 9008
thats how previous owner tested server I assume.
dbconfig file didnt exits i uploaded it, where u get dbserver config?