Permissions errors, somebody thats had try this?

Hey guys,
im trying to install the dolphin 6.1.5 on a windows pc,
but im guessing it some kind of permissions problem,

The current level of the file or folder it: 777 Non-writable
Somebody that know how to make the permissions to the desired level: 777 writable ?

have anyone try this error ?

Thanks for you help

its only the folders that make that 777 Non-writable error

here is the list of folders:

Directories Current Level Desired Level 
backup 777Non-writable 777Writable
cache 777Non-writable 777Writable
groups/gallery 777Non-writable 777Writable
groups/orca/cachejs 777Non-writable 777Writable
groups/orca/classes 777Non-writable 777Writable
groups/orca/js 777Non-writable 777Writable
groups/orca/layout 777Non-writable 777Writable
groups/orca/log 777Non-writable 777Writable
inc 777Non-writable 777Writable
langs 777Non-writable 777Writable
media/images 777Non-writable 777Writable
media/images/banners 777Non-writable 777Writable
media/images/blog 777Non-writable 777Writable
media/images/classifieds 777Non-writable 777Writable
media/images/gallery 777Non-writable 777Writable
media/images/profile 777Non-writable 777Writable
media/images/profile_bg 777Non-writable 777Writable
media/images/promo 777Non-writable 777Writable
media/images/promo/original 777Non-writable 777Writable
media/images/sdating 777Non-writable 777Writable
media/images/sharingImages 777Non-writable 777Writable
media/sound 777Non-writable 777Writable
media/video 777Non-writable 777Writable
orca/cachejs 777Non-writable 777Writable
orca/classes 777Non-writable 777Writable
orca/conf 777Non-writable 777Writable
orca/js 777Non-writable 777Writable
orca/layout 777Non-writable 777Writable
orca/log 777Non-writable 777Writable
periodic 777Non-writable 777Writable
tmp 777Non-writable 777Writable

ray/modules/board/files 777Non-writable 777Writable
ray/modules/chat/files 777Non-writable 777Writable
ray/modules/im/files 777Non-writable 777Writable
ray/modules/movie/files 777Non-writable 777Writable
ray/modules/mp3/files 777Non-writable 777Writable
ray/modules/music/files 777Non-writable 777Writable
Quote · 9 May 2009

DOLPHIN INSTALLATION INSTRUCTIONS

Quote · 10 May 2009

I'm having the same problem as Nicky on a 2008 server using IIS7...and ignoring the errors does not work. I click next and the installer just keeps saying:

 

Next directories have inappropriate permissions:
   backup;
   cache;
   inc;
   langs;
   media/images/classifieds;
   groups/gallery;
   media/images;
   media/images/banners;
   media/images/blog;
   media/images/gallery;
   media/images/profile;
   media/images/profile_bg;
   media/images/sdating;
   media/images/promo;
   media/images/promo/original;
   media/images/sharingImages;
   media/sound;
   media/video;
   periodic;
   tmp;
   orca/classes;
   orca/conf;
   orca/layout;
   orca/log;
   orca/js;
   orca/cachejs;
   groups/orca/classes;
   groups/orca/layout;
   groups/orca/log;
   groups/orca/js;
   groups/orca/cachejs;
   ray/modules/board/files;
   ray/modules/chat/files;
   ray/modules/im/files;
   ray/modules/movie/files;
   ray/modules/mp3/files;
   ray/modules/music/files;
Help please. I have high hopes and money to spend. I need this to work.
Quote · 11 May 2009

 

Hey guys,
im trying to install the dolphin 6.1.5 on a windows pc,

OK..... I have to know.   Why are you installing Dolphin on a Windows PC?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 11 May 2009

Becouse i know it will work on windows. the v.6.1.4 worked.
i had install the v.6.1.4 and it works, but then i reinstall the pc and try the v.6.1.5 and then the v.6.1.5 instalation wont work,
so im guessing that the v.6.1.5 do some thing worng.
the cause of its a windows it becouse what i use in the daily so it will be perfekt if the dolphin can run on the windows pc.
Do you houstonlively have som kind for ide of what is going worng ?
Also see:
http://www.boonex.com/unity/forums/topic/777-Non-writable-777-Writable-Bug-.htm#topic/777-Non-writable-777-Writable-Bug-.htm

Thanks alot
/Nicky

Quote · 11 May 2009

Nicky, have you read this >> http://www.boonex.com/trac/dolphin/wiki/DolTech

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 12 May 2009

Well the requirements doc does say "Windows OS" and covers portions of it.

 

But I wrote 2 batch files to set the permissions correctly on 2008/IIS7. First is Install_permits. which allows the installation top proceed. The second is RunTime_Permits.bat which does the permissions reset at the end. I'm still refining this but it's free so that's what it's worth. Run them both from the root of your Dolphin website.

 

You'll need a program called fileACL which is used to batch set permissions.Get it from:

 

http://www.gbordier.com/gbtools/fileacl.asp

 

Install_Permits.bat

REM Set ROOT of script for simple read access
fileacl . /S NETWORK SERVICE:RX
REM
REM Add write and modify access
REM
REM DIRECTORIES
REM
fileacl backup /G NETWORK SERVICE:WD
fileacl cache /G NETWORK SERVICE:WD
fileacl groups\gallery /G NETWORK SERVICE:WD
fileacl groups\orca\cachejs /G NETWORK SERVICE:WD
fileacl groups\orca\classes /G NETWORK SERVICE:WD
fileacl groups\orca\js /G NETWORK SERVICE:WD
fileacl groups\orca\layout /G NETWORK SERVICE:WD
fileacl groups\orca\log /G NETWORK SERVICE:WD
fileacl inc /G NETWORK SERVICE:WD
fileacl langs /G NETWORK SERVICE:WD
fileacl media\images /G NETWORK SERVICE:WD
fileacl media\images\banners /G NETWORK SERVICE:WD
fileacl media\images\blog /G NETWORK SERVICE:WD
fileacl media\images\classifieds /G NETWORK SERVICE:WD
fileacl media\images\gallery /G NETWORK SERVICE:WD
fileacl media\images\profile /G NETWORK SERVICE:WD
fileacl media\images\profile_bg /G NETWORK SERVICE:WD
fileacl media\images\promo /G NETWORK SERVICE:WD
fileacl media\images\promo\original /G NETWORK SERVICE:WD
fileacl media\images\sdating /G NETWORK SERVICE:WD
fileacl media\images\sharingImages /G NETWORK SERVICE:WD
fileacl media\sound /G NETWORK SERVICE:WD
fileacl media\video /G NETWORK SERVICE:WD
fileacl orca\cachejs /G NETWORK SERVICE:WD
fileacl orca\classes /G NETWORK SERVICE:WD
fileacl orca\conf /G NETWORK SERVICE:WD
fileacl orca\js /G NETWORK SERVICE:WD
fileacl orca\layout /G NETWORK SERVICE:WD
fileacl orca\log /G NETWORK SERVICE:WD
fileacl periodic /G NETWORK SERVICE:WD
fileacl tmp /G NETWORK SERVICE:WD
REM
REM FILES
REM
fileacl inc\db_cached\MenuContent.inc /G NETWORK SERVICE:WD
fileacl inc\db_cached\PageView.inc /G NETWORK SERVICE:WD
fileacl inc\db_cached\ProfileFields.inc /G NETWORK SERVICE:WD
fileacl inc\db_cached\SiteStat.inc /G NETWORK SERVICE:WD
fileacl inc\params.inc.php /G NETWORK SERVICE:WD
fileacl inc\prof.inc.php /G NETWORK SERVICE:WD
fileacl periodic\cmd.php /G NETWORK SERVICE:WD
fileacl periodic\cupid.php /G NETWORK SERVICE:WD
fileacl periodic\notifies.php /G NETWORK SERVICE:WD
REM
REM RAY FOLDERS
REM
fileacl ray\modules\board\files /G NETWORK SERVICE:WD
fileacl ray\modules\chat\files /G NETWORK SERVICE:WD
fileacl ray\modules\im\files /G NETWORK SERVICE:WD
fileacl ray\modules\movie\files /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\files /G NETWORK SERVICE:WD
fileacl ray\modules\music\files /G NETWORK SERVICE:WD
REM
REM RAY FILES
REM
fileacl ray\modules\global\data\integration.dat /G NETWORK SERVICE:WD
fileacl ray\modules\board\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\board\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\board\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\board\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\chat\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\chat\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\chat\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\chat\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\desktop\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\desktop\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\desktop\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\desktop\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\global\app\ffmpeg.exe /G NETWORK SERVICE:WD
fileacl ray\modules\global\inc\cron.inc.php /G NETWORK SERVICE:WD
fileacl ray\modules\global\inc\header.inc.php /G NETWORK SERVICE:WD
fileacl ray\modules\global\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\global\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\im\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\im\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\im\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\im\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\movie\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\movie\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\movie\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\movie\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\music\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\music\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\music\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\music\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\presence\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\presence\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\presence\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\presence\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\shoutbox\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\shoutbox\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\shoutbox\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\shoutbox\xml\skins.xml /G NETWORK SERVICE:WD
fileacl ray\modules\video\xml\config.xml /G NETWORK SERVICE:WD
fileacl ray\modules\video\xml\langs.xml /G NETWORK SERVICE:WD
fileacl ray\modules\video\xml\main.xml /G NETWORK SERVICE:WD
fileacl ray\modules\video\xml\skins.xml /G NETWORK SERVICE:WD
REM
pause

 

Runtime_Permits.bat

REM Set ROOT of script for simple read access
fileacl . /S NETWORK SERVICE:RX
REM
REM Add write and modify access
REM
REM DIRECTORIES
REM
fileacl backup /G NETWORK SERVICE:WD
fileacl cache /G NETWORK SERVICE:WD
fileacl groups\gallery /G NETWORK SERVICE:WD
fileacl groups\orca\cachejs /G NETWORK SERVICE:WD
fileacl groups\orca\classes /G NETWORK SERVICE:WD
fileacl groups\orca\js /G NETWORK SERVICE:WD
fileacl groups\orca\layout /G NETWORK SERVICE:WD
fileacl groups\orca\log /G NETWORK SERVICE:WD
fileacl inc /R NETWORK SERVICE:WD
fileacl langs /G NETWORK SERVICE:WD
fileacl media\images /G NETWORK SERVICE:WD
fileacl media\images\banners /G NETWORK SERVICE:WD
fileacl media\images\blog /G NETWORK SERVICE:WD
fileacl media\images\classifieds /G NETWORK SERVICE:WD
fileacl media\images\gallery /G NETWORK SERVICE:WD
fileacl media\images\profile /G NETWORK SERVICE:WD
fileacl media\images\profile_bg /G NETWORK SERVICE:WD
fileacl media\images\promo /G NETWORK SERVICE:WD
fileacl media\images\promo\original /G NETWORK SERVICE:WD
fileacl media\images\sdating /G NETWORK SERVICE:WD
fileacl media\images\sharingImages /G IIS_IUSERS:WD
fileacl media\sound /G NETWORK SERVICE:WD
fileacl media\video /G NETWORK SERVICE:WD
fileacl orca\cachejs /G NETWORK SERVICE:WD
fileacl orca\classes /G NETWORK SERVICE:WD
fileacl orca\conf /G NETWORK SERVICE:WD
fileacl orca\js /G NETWORK SERVICE:WD
fileacl orca\layout /G NETWORK SERVICE:WD
fileacl orca\log /G NETWORK SERVICE:WD

fileacl periodic /R NETWORK SERVICE:WD

fileacl tmp /G NETWORK SERVICE:WD

fileacl templates\tmpl_uni\css /G NETWORK SERVICE:WD
fileacl templates\tmpl_uni\css /G IUSR:RXWD

REM
REM FILES
REM
fileacl inc\db_cached\MenuContent.inc /G NETWORK SERVICE:RWXD
fileacl inc\db_cached\MenuContent.inc /G IUSR:RWXD

fileacl inc\db_cached\PageView.inc /G NETWORK SERVICE:RXWD
fileacl inc\db_cached\PageView.inc /G IUSR:RXWD

fileacl inc\db_cached\ProfileFields.inc /G NETWORK SERVICE:RWXD
fileacl inc\db_cached\ProfileFields.inc /G IUSR:RWXD

fileacl inc\db_cached\SiteStat.inc /G NETWORK SERVICE:RWXD
fileacl inc\db_cached\SiteStat.inc /G IUSR:RWXD

fileacl inc\params.inc.php /G NETWORK SERVICE:RWXD
fileacl inc\params.inc.php /G IUSR:RWXD

fileacl inc\prof.inc.php /G NETWORK SERVICE:RWXD
fileacl inc\prof.inc.php /G IUSR:RWXD

fileacl periodic\cmd.php /R NETWORK SERVICE:WD
fileacl periodic\cupid.php /R NETWORK SERVICE:WD
fileacl periodic\notifies.php /R NETWORK SERVICE:WD

REM
REM RAY FOLDERS
REM
fileacl ray\modules\board\files /G NETWORK SERVICE:WD
fileacl ray\modules\chat\files /G NETWORK SERVICE:WD
fileacl ray\modules\im\files /G NETWORK SERVICE:WD
fileacl ray\modules\movie\files /G NETWORK SERVICE:WD
fileacl ray\modules\mp3\files /G NETWORK SERVICE:WD
fileacl ray\modules\music\files /G NETWORK SERVICE:WD
REM
REM RAY FILES
REM
fileacl ray\modules\global\data\integration.dat /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\data\integration.dat /G IUSR:RXWD

fileacl ray\modules\board\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\board\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\board\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\board\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\board\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\chat\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\chat\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\chat\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\chat\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\chat\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\desktop\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\desktop\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\desktop\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\desktop\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\desktop\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\global\app\ffmpeg.exe /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\app\ffmpeg.exe /G IUSR:RXWD

fileacl ray\modules\global\inc\cron.inc.php /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\inc\cron.inc.php /G IUSR:RXWD

fileacl ray\modules\global\inc\header.inc.php /R NETWORK SERVICE:RXWD

fileacl ray\modules\global\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\global\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\global\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\im\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\im\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\im\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\im\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\im\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\movie\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\movie\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\movie\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\movie\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\movie\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\mp3\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\mp3\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\mp3\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\mp3\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\mp3\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\music\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\music\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\music\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\music\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\music\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\presence\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\presence\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\presence\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\presence\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\presence\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\shoutbox\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\shoutbox\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\shoutbox\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\shoutbox\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\shoutbox\xml\skins.xml /G IUSR:RXWD

fileacl ray\modules\video\xml\config.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\config.xml /G IUSR:RXWD

fileacl ray\modules\video\xml\langs.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\langs.xml /G IUSR:RXWD

fileacl ray\modules\video\xml\main.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\main.xml /G IUSR:RXWD

fileacl ray\modules\video\xml\skins.xml /G NETWORK SERVICE:RXWD
fileacl ray\modules\video\xml\skins.xml /G IUSR:RXWD
REM
pause


 

Quote · 12 Jul 2009

One other gotcha on permissions when uploading files.

 

The problem is that in PHP the files are first uploaded to the system temp directory, usually C:\Windows\Temp. The files take on the permissions of that temporary directory. It then gets moved to the final destination in music\files or MP3\files but the permissions are still those of the temp directory.

 

You need to set the temp directories permissions to ones appropriate to you site. Usually NETWORK SERVICE set with modify/read & execute/list/read/write permissions and IUSR to the same. ( This is assuming IIS7, IIS<7 uses IUSR_machinename)

Quote · 12 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.