1. Extract all the files on your webserver folder (Ex. apache: /www);
2. Go to the /inc folder, and locate the 'sql_settings.php';
3. Open the file with a text editor like notepad, or wordpad;
This is the config file, here you will set the login/password for access the mueditor, and login/password & host for SQL connection;
Edit the values with your settings, then commit the changes.
$admin_login = 'YOUR LOGIN FOR LOGIN ON THE PAGE';
$admin_password = 'YOUR PASSWORD FOR LOGIN ON THE PAGE';
$sql_setting[0] = 'YOUR SQL LOGIN (DEFAULT: sa)';
$sql_setting[1] = 'YOUR SQL PASSWORD (WAS SET ON INSTALLATION OF MSSQL';
$sql_setting[2] = 'YOUR SQL HOST (THE COMPUTER NAME OR IP)';
4. Go to the /DATA folder, locate the file 'WZ_MD5_MOD.DLL';
5. Copy the file, and go to the Binn Folder inside the SQL folder (Ex. ..\Microsoft SQL Server\MSSQL\Binn\ )
6. Paste the 'WZ_MD5_MOD.DLL' in the Binn folder (if it already exists, you don't need to replace the file)
7. Open Query Analyzer, click on File > Open menu, and select the /DATA/Database Scripts.sql file.
8. Execute the query.
Its done.
WARNING:
Maybe you may receive an error after execute the query, with this content:
Server: Msg 2714, Level 16, State 7, Procedure sp_addextendedproc, Line 26
There is already an object named 'XP_MD5_CheckValue' in the database.
Why this happen?
Answer: Becouse you already have part of the script installed on your SQL Server, don't worry.