- Joined
- Apr 4, 2013
- Messages
- 377
- Reaction score
- 146
This is NOT a tutorial on how to set up a server, these are just all the prerequisites before setting one up!
Please, do not post your questions here. Post them in the help section. Thank you.
Before installing the SQL Server be sure to select 'Mixed Mode Authentication' instead of 'Windows Authentication' when it asks you.
Programs (
Microsoft Visual Studio 2008 Professional Edition (
Microsoft Visual Studio 2008 Professional Edition Service Pack 1 (
Microsoft SQL Server 2008 R2 RTM - Express with Management Tools (
Microsoft SQL Server 2008 Service Pack 1 (
Microsoft SQL Server 2008 Service Pack 2 (
Microsoft SQL Server 2008 Service Pack 3 (
PHP 5.3.28 VC9 Non Thread Safe (
DirectX 9.0c End-User Runtime (
DirectX Software Development Kit June 2010 (
IIS 7.5 (see below)
IIS 7.5 installation
1. navigate to start --> Administrator Tools --> Server Manager;
2. select the 'Roles' tab and click 'Add Roles';
3. select 'Web Server (IIS)' and for ease, select 'Application Server', too;
4a. click 'Next >' and when the installer asks you which IIS Role Services to install, install
4b. click 'Next >' and when the installer asks you which Application Server Role Services to install, install '.NET Framework 3.5.1'.
After installing the SQL Server
1. restart your machine
2. navigate to start and open 'SQL Server Configuration Manager';
3. select the 'SQL Server Network Configuration (32bit) tab' and open the proper protocol;
4. enable 'Shared Memory' and 'TCP/IP';
5. right-click 'TCP/IP' and click 'Properties';
6. select the 'IP Addresses' tab;
7. make sure all IPs are 'Active';
8.make sure all 'TCP Dynamic Ports' are blank;
9. make sure all 'TCP Ports' are '1433';
10. press 'Apply' and 'OK';
11. select the 'SQL Server Services' tab, right-click your SQL Server and click 'Restart';
12. open 'SQL Server Management Studio' and connect to your database;
13. right-click 'Databases', in the dropdown menu select 'New Database' and name it 'warz'
14. right-click 'System Databases' and in the dropdown menu select 'Restore Database';
15. under 'Destination for restore', select the database 'warz' in 'To database:';
16. under 'Source for restore', select the .bak file that came with your source in 'From device:';
17. make sure the database is selected under 'Select the backup sets to restore:' and click 'OK'.
After installing Microsoft Visual Studio 2008 Professional Edition + Service Pack 1
1. open 'Microsoft Visual Studio 2008';
2. click 'Tools', and in the dropdown menu select 'Options', open the tab 'Projects and Solutions' and click 'VC++ Directories'
3. under 'Show directories for:', select 'Include files', create a new line (Ctrl + Insert) and enter the path to YOUR:
\src\Eternity\Include\
\src\External\Physx\Include
\src\External\Chilkat\include
\src\External\Berkelium\include\berkelium
\src\External\Scaleform\Include
\src\External\AutodeskNav\sdk\include
\src\External\dxsdk\Include
\src\External\dbghelp\Include
\src\External\CrashRpt\include
\Microsoft DirectX SDK (June 2010)\Include
4. under 'Show directories for:', select 'Library files', create a new line (Ctrl + Insert) and enter the path to YOUR:
\src\Eternity\lib
\src\External\Physx\Lib\win32
\src\External\Chilkat\libs
\src\External\Scaleform\Lib
\src\External\AutodeskNav\lib\win32_vc_9.release-mt
\src\External\dbghelp\lib
\src\External\CrashRpt\lib
\src\External\Berkelium\lib
\Microsoft DirectX SDK (June 2010)\Lib\x86
4a. if you are using the AllRight Source, also add this line, navigating to YOUR library files:
\src\EclipseStudio\Sources\VoIP
Source of choice
New All Right Thailand (
Old All Right Thailand (
DNC (
Now go follow another tutorial on how to setup the server itself.
Please, do not post your questions here. Post them in the help section. Thank you.
Before installing the SQL Server be sure to select 'Mixed Mode Authentication' instead of 'Windows Authentication' when it asks you.
Programs (
To view the content, you need to sign in or register
)Microsoft Visual Studio 2008 Professional Edition (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)Microsoft Visual Studio 2008 Professional Edition Service Pack 1 (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)Microsoft SQL Server 2008 R2 RTM - Express with Management Tools (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)Microsoft SQL Server 2008 Service Pack 1 (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)Microsoft SQL Server 2008 Service Pack 2 (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)Microsoft SQL Server 2008 Service Pack 3 (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)PHP 5.3.28 VC9 Non Thread Safe (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)DirectX 9.0c End-User Runtime (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)DirectX Software Development Kit June 2010 (
To view the content, you need to sign in or register
) (
To view the content, you need to sign in or register
)IIS 7.5 (see below)
IIS 7.5 installation
1. navigate to start --> Administrator Tools --> Server Manager;
2. select the 'Roles' tab and click 'Add Roles';
3. select 'Web Server (IIS)' and for ease, select 'Application Server', too;
4a. click 'Next >' and when the installer asks you which IIS Role Services to install, install
To view the content, you need to sign in or register
;4b. click 'Next >' and when the installer asks you which Application Server Role Services to install, install '.NET Framework 3.5.1'.
After installing the SQL Server
1. restart your machine
2. navigate to start and open 'SQL Server Configuration Manager';
3. select the 'SQL Server Network Configuration (32bit) tab' and open the proper protocol;
4. enable 'Shared Memory' and 'TCP/IP';
5. right-click 'TCP/IP' and click 'Properties';
6. select the 'IP Addresses' tab;
7. make sure all IPs are 'Active';
8.make sure all 'TCP Dynamic Ports' are blank;
9. make sure all 'TCP Ports' are '1433';
10. press 'Apply' and 'OK';
11. select the 'SQL Server Services' tab, right-click your SQL Server and click 'Restart';
12. open 'SQL Server Management Studio' and connect to your database;
13. right-click 'Databases', in the dropdown menu select 'New Database' and name it 'warz'
14. right-click 'System Databases' and in the dropdown menu select 'Restore Database';
15. under 'Destination for restore', select the database 'warz' in 'To database:';
16. under 'Source for restore', select the .bak file that came with your source in 'From device:';
17. make sure the database is selected under 'Select the backup sets to restore:' and click 'OK'.
After installing Microsoft Visual Studio 2008 Professional Edition + Service Pack 1
1. open 'Microsoft Visual Studio 2008';
2. click 'Tools', and in the dropdown menu select 'Options', open the tab 'Projects and Solutions' and click 'VC++ Directories'
3. under 'Show directories for:', select 'Include files', create a new line (Ctrl + Insert) and enter the path to YOUR:
\src\Eternity\Include\
\src\External\Physx\Include
\src\External\Chilkat\include
\src\External\Berkelium\include\berkelium
\src\External\Scaleform\Include
\src\External\AutodeskNav\sdk\include
\src\External\dxsdk\Include
\src\External\dbghelp\Include
\src\External\CrashRpt\include
\Microsoft DirectX SDK (June 2010)\Include
4. under 'Show directories for:', select 'Library files', create a new line (Ctrl + Insert) and enter the path to YOUR:
\src\Eternity\lib
\src\External\Physx\Lib\win32
\src\External\Chilkat\libs
\src\External\Scaleform\Lib
\src\External\AutodeskNav\lib\win32_vc_9.release-mt
\src\External\dbghelp\lib
\src\External\CrashRpt\lib
\src\External\Berkelium\lib
\Microsoft DirectX SDK (June 2010)\Lib\x86
4a. if you are using the AllRight Source, also add this line, navigating to YOUR library files:
\src\EclipseStudio\Sources\VoIP
Source of choice
New All Right Thailand (
To view the content, you need to sign in or register
,
To view the content, you need to sign in or register
,
To view the content, you need to sign in or register
)Old All Right Thailand (
To view the content, you need to sign in or register
,
To view the content, you need to sign in or register
,
To view the content, you need to sign in or register
)DNC (
To view the content, you need to sign in or register
,
To view the content, you need to sign in or register
)Now go follow another tutorial on how to setup the server itself.
Last edited:

