these files they will get you up to what we all are at atm:
Then in sql 2008 do this:
1. unrar the files
2. make 3 databases in the sql server 2008
Auth
Arcadia
Telecaster
3. Restore using the bak files to each database
make sure you are restoring to the right folders (look under options)
Sql 2008 32bit is under C:\Program Files (x86)\Microsoft SQL Server\
Sql 2008 64bit is under C:\Program Files\Microsoft SQL Server\ (my backups default to this one)
make sure you have the "overwrite existing database" is ticked
4. in host file add "127.0.0.1 cadb.nflavor.com"
found in win 7 and XP under C:\Windows\System32\drivers\etc
5 .to get the client to login to game server list I used Pyroks rl.php file
in the root of my webserver and told authserver.opt (192.168.0.20 in my case) the ip of it.
ie:S db.auth.webserver:192.168.0.20
6. run auth server from game_bin
7. run game server from game_bin
8. you will need to put these command in to auth server window to beable to
connect with client:
start_service
set game.open_external 1
9. then make bat for client with this in it:
Start SFrame.exe /auth_ip:192.168.0.20 /locale:ASCII /country:US /cash /commercial_shop
note: Make sure that tha sa account is dbo of the 3 databases and has no password