Отключены недоделки и устаревшее.)
[cswow.git] / install.en.txt
blobac925b893f71e2f67cc3e01a381c6e37c5a77f2b
1 Installation:\r
2 Download  from SVN folder cswowd, sql and files icons.rar, bwicons.rar, guilds.rar, map_image.rar\r
3 \r
4 cswowd contains all php scripts and images.\r
5 \r
6 sql contan sql files in zip achives\r
7 wowd335en.sql  - en database for site\r
8 wowd335ru.sql - rus database for site\r
9 one of them need upload in MySQL database wowd (by default).\r
11 icons.rar contain item icons (unpack in images/ should get folder icons in it).\r
12 bwicons.rar contains BW icons (unpack in images/ should get folder bwicons in it).\r
13 guilds.rar contains guild emblems (unpack in images/player_info/ should get folder guilds in it).\r
14 map_image.rar contains map images (unpack in map/img/ should get map_image in it).\r
15 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)\r
17 Rename file сonf.php.in in сonf.php and edit options.\r
19 For enable tooltips on links to item/spell (for example on forum) need script cs_powered.js (in js directory)\r
20 1) Need set full patch to C.S Wowd\r
21    var cs_patch = 'http://localhost/cswowd/';\r
22 2) And include script\r
23    <script type="text/javascript" src="http://localhost/cswowd/js/cs_powered.js"></script>\r
24 Now any links like ?item=item_id ?spell=spell_id have tooltip (any links to wowhead now also have tooltips).\r
25 WARNING this script automaticly include CSS style cs_powered.css.\r