View attachment 147998
I'm going to release Fixed Bola's API Server
Using Xampp portable for build Web Service
It's totally functional and easy to build
Require SQL Server 2008 Express R2 with SP1 or later service pack
1.download xampp.7z
2.extract xampp to c:\
3.run apache_start.bat
4.set SERVER,USERNAME,PASSWORD in "api.raiderzbr.to\config\db.conf"
5.set server.ini like this
MasterServer
[BILLING]
AUTH_URL = "http://127.0.0.1"
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1
LoginServer
[PWE]
AUTH_URL = "http://127.0.0.1"
;GAME_NAME = "RaiderZ"
GAME_NAME = "1002"
PUBLIC_IP = "192.168.2.3" (Your Public IP,or 127.0.0.1 for localhost)
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
To view the content, you need to sign in or register
Enjoy