-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.en.txt
21 lines (16 loc) · 1.09 KB
/
install.en.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Installation:
cswowd contains all php scripts and images.
sql contan sql files in zip achives
wowd335en.sql - en database for site
wowd335ru.sql - rus database for site
one of them need upload in MySQL database wowd (by default).
At the root of the site to create a directory cache (I have a www / wowd / cache /) and to allow entry there (to give her 777 for the right Linux users)
To display statistics for the player, you need to enable the file mangosd.conf PlayerSave.Stats.MinLevel and optionally configure the PlayerSave.Stats.SaveOnlyOnLogout.
Rename file сonf.php.in in сonf.php and edit options.
For enable tooltips on links to item/spell (for example on forum) need script cs_powered.js (in js directory)
1) Need set full patch to C.S Wowd
var cs_patch = 'http://localhost/cswowd/';
2) And include script
<script type="text/javascript" src="http://localhost/cswowd/js/cs_powered.js"></script>
Now any links like ?item=item_id ?spell=spell_id have tooltip (any links to wowhead now also have tooltips).
WARNING this script automaticly include CSS style cs_powered.css.