WarZ how to setup a database, websever (IIS) and so forth?
So i've been working on setting up a WarZ for 8 days now... and Johnny Truant's tutorial doesn't explain the Sql database or IIS part... i've tried seaching around ragezone but now luck.
A simple text tutorial would suffice my needs as i'm always popping away from my computer every 10-15mins. sorry if i sound rude or anything just i actually like the game, and i've had little to none sleep over the past week n
had i've caught the flu... so lifes pretty horrid atm.
I was just wondering if someone could walk me through the steps and post the steps in a reply, i've never used IIS before, always a XAMPP man so microsoft sql server 2008 R2 is also new to me and i would like to request a database and IIS webserver tutorial,
sorry for my random paragraph formation, my english is usually amazing but sleep has messed up my head.
Thanks in advance,
funkyben
Re: WarZ how to setup a database, websever (IIS) and so forth?
Hey,
IIS - Web server that runs on your Windows machine.
API - Application Interface that communicates with WarZ
You need to install PHP 5.3.
Launch inetmgr - select Default website - create certificate for https (:443) - set http (:80) and https (:443) for Default website - set default document (index.html or index.php, whatever, I don't think that really matters) - add MIME style (.php - application/x-php) - copy/paste or build ASP.NET Files to your API folder (default is C:\inetpub\wwwroot\WarZ\API for DNC source) then copy updater and RSBuild files to the specific folder (C:\inetpub\wwwroot\wz for DNC source).
Also make sure you have right port set for the API to connect in WarZ sources if you set other then 443.
PM me, if you have any other problems.