Changes between Version 7 and Version 8 of GenDolFAQs
- Timestamp:
- Feb 20, 2008, 4:37:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDolFAQs
v7 v8 58 58 * '''cmd.php''', '''notifies.php''', '''tags.php''' files in '''periodic''' folder. All of them have lines as follows: 59 59 {{{ 60 60 require_once( '[path_to]/inc/header.inc.php' ); 61 61 }}} 62 62 … … 67 67 edit the line 68 68 {{{ 69 69 include("[path_to]/inc/header.inc.php"); 70 70 }}} 71 71 the same way as described above … … 88 88 89 89 {{{ 90 90 chmod 777 ./ray/modules/board/files/ ./ray/modules/im/files/ ./ray/modules/mp3/files/ ./ray/modules/movie/files ./ray/modules/music/files 91 91 }}} 92 92 93 93 {{{ 94 94 chmod 666 ./ray/modules/global/xml/config.xml ./ray/modules/global/xml/main.xml ./ray/modules/board/xml/config.xml ./ray/modules/board/xml/langs.xml ./ray/modules/board/xml/main.xml ./ray/modules/board/xml/skins.xml ./ray/modules/chat/xml/config.xml ./ray/modules/chat/xml/langs.xml ./ray/modules/chat/xml/main.xml ./ray/modules/chat/xml/skins.xml ./ray/modules/im/xml/config.xml ./ray/modules/im/xml/langs.xml ./ray/modules/im/xml/main.xml ./ray/modules/im/xml/skins.xml ./ray/modules/presence/xml/config.xml ./ray/modules/presence/xml/langs.xml ./ray/modules/presence/xml/main.xml ./ray/modules/presence/xml/skins.xml ./ray/modules/video/xml/config.xml ./ray/modules/video/xml/langs.xml ./ray/modules/video/xml/main.xml ./ray/modules/video/xml/skins.xml ./ray/modules/mp3/xml/config.xml ./ray/modules/mp3/xml/langs.xml ./ray/modules/mp3/xml/main.xml ./ray/modules/mp3/xml/skins.xml ./ray/modules/movie/xml/config.xml ./ray/modules/movie/xml/langs.xml ./ray/modules/movie/xml/main.xml ./ray/modules/movie/xml/skins.xml ./ray/modules/music/xml/config.xml ./ray/modules/music/xml/langs.xml ./ray/modules/music/xml/main.xml ./ray/modules/music/xml/skins.xml 95 95 }}} 96 96 97 97 {{{ 98 98 chmod 666 ./ray/modules/desktop/xml/config.xml ./ray/modules/desktop/xml/langs.xml ./ray/modules/desktop/xml/main.xml ./ray/modules/desktop/xml/skins.xml 99 99 }}} 100 100 101 101 {{{ 102 102 chmod 777 ray/modules/global/app/ffmpeg.exe 103 103 }}} 104 104 105 105 3) edit '''ray/modules/global/inc/header.inc.php''' and replace '''[path_to]''' with the full server path to your Dolphin directory with the trailing slash, for example: '''/home/dolphin/public_html/''' 106 106 107 4) edit '''ray/modules/global/js/integration.js''' and replace the '''[url_to_ray]''' with the full URL to Ray folder with the trailing slash, for example: '''http://mysite.com/ray/'''. 108 109 5) Enter your '''Admin Panel''' and register the Ad-Free widgets in '''Plugins -> Ray Suite'''. 107 4) Enter your '''Admin Panel''' and register the new widgets in '''Plugins -> Ray Suite'''. 110 108 111 109 ----