- Joined
- Apr 8, 2008
- Messages
- 2,465
- Reaction score
- 11,167
INSTALL STEPS:
Credits:
=Master=
Code:
1. IF YOU USE MD5 DO THE NEXT STEPS:
+ Copy WZ_MD5_MOD.dll in c:\program files\microsoft sql server\80\tools\binn
WZ_MD5_MOD.dll can be found in folder INSTALL STUFF\WZ_MD5_MOD.dll
+ Run the next code in SQL QUERY ANALYZER using master database:
---------------------------------------------------------------
exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
---------------------------------------------------------------
2. Edit config.inc.php with your settings
$muweb['db_host'] - Host where sql server is hosted
$muweb['db_name'] - MU Online default database (MuOnline)
$muweb['db_name2'] - MU Online secondary database (Me_MuOnline)
Note: If you use only 1 database (MuOnline) leave MuOnline
$muweb['db_user'] - SQL access user
$muweb['db_password'] - SQL accesss password
$muweb['connection_type'] - Connection of MuWeb 0.9 with SQL SERVER
3. Enable MOD REWRITE - Go to apache\conf\httpd.conf , open it, find #LoadModule rewrite_module modules/mod_rewrite.so, delete # from the front save and restart webserver
4. Run in borwser install.php
Step 1 - Required Mods
GD Image Library - Can be enabled from php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
Zlib - Can be enabled from php.ini, search for ;extension=php_zlib_filter.dll, delete ; from the front close document and save
Mssql - Can be enabled from php.ini, search for ;extension=php_mssql.dll, delete ; from the front close document and save
Mod_Rewrite - In xampp this mod is already enabled, in others webservers you can enable it from httpd.conf
Step 2 - Connecting To Databases
Step 3 - Checking,Altering Tables
Step 4 - Password Encryption Type
+ NO MD5
+ MD5 ENCRYPTION - Make sure you have complete Step 1. from the top of INSTALL NOTES
Step 5 - Create Administrator Account
Step 6 - Install Finished
=Master=