INSTALL STEPS:
x. This version of MuWeb Require Zend Optimizer, most of the webserver don't have this
module installed, to install this module check page www.zend.com
Xampp Webserver, have Zend Optimizer module installed, if you don't want to bother installing
Zend Optimizer on other webservers use xampp.
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
+ ODBC - Run the reg file before install MuWeb 0.9,
can be found in folder INSTALL STUFF\MuWeb.reg
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 Apache Mods
+ GD Image Library - Can be enabled from php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
+ Zend Optimizer - Can be enabled from php.ini (in xampp\apache\bin\php.ini), search for zend.ze1_compatibility_mode = Off, change Off to On,
Search zend_optimizer.enable_loader = 0, change 0 to 1, 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