1 (edited by Victoria 2009-10-11 16:56:24)

Topic: MuWeb 0.9 Decrypted

MuWeb 0.9 Decrypted

INSTALL STEPS:
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
      + 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.

Download:
MuWeb 0.9 Decrypted (3.5 MB):
Link 1: http://www.2shared.com/file/8366464/628 … _Free.html
Link 2: http://www.sendspace.com/file/ko2jlb


Credits:
- =Master= (MuWeb)