-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathReadMe.txt
More file actions
44 lines (36 loc) · 1.64 KB
/
ReadMe.txt
File metadata and controls
44 lines (36 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
####################################
# MyMuWeb ReadMe #
# Thank For use MyMuWeb by Vaflan. #
# http://www.mymuweb.ru/ #
# vaflancher@inbox.lv #
####################################
*********************************************************************
Update AppServer, Opne File: C:\WINDOWS\php.ini
You need 576 cols - ;extension=php_mssql.dll - delete simbel ';'.
And 942 cols - mssql.secure_connection = Off - 'Îff' change to 'În'.
*********************************************************************
Update MSSQL, Copy File 'WZ_MD5_MOD.dll'
To: Microsoft SQL 'Server\MSSQL\Binn\'
*********************************************************************
Change config.php, Open 'config.php'
Change: 'IP Address', 'Login', 'Password', 'DataBase'
*********************************************************************
Export DataBase, Open Browser:
http://127.0.0.1/install.php
*********************************************************************
!-------------------------------------------------------------------!
To Create Admin Need:
Register in web, and in MEMB_INFO table with your name,
change 'mmw_stats' Colums - '0' to '10'. (0: Member, 5: GM, 10: Admin)
Admin Username = Your Login in Reg WebSite
Admin Password = Your Password in Reg WebSite
Admin SecurityCode = '4321'
How to add Functions?
add functions.php to 'includes/func/' folder.
How to add Mp3 to Player?
add all need mp3 to 'media/' folder.
How to add Language?
add language_name.php to 'lang/' folder.
How to add Theme?
add folder to 'themes/', and change in config.php $mmw[theme].
!--------------------------------------------------------------------!