I have dolphin 6.1.6 and it runs fine. But I noticed that some data is actually stored within the Dolphin subdirectories and I also noticed that for every user, dolphin creates an associated user.php file.
This is obviously a very inefficient way to develop a web application since now you have to worry about filling up your web server's hard drive along with having to worry about the size of the hard drive where the database is stored. This is also an inefficient use of resources because now the software cannot operate as fast as it would had it's data been structured in a more efficient way.
It appears to me that ALL user data should be stored within the database (including pictures) and dolphin shouldn't have to create a separate user.php file for each user. There should be only ONE user.php file that gets pulled for the whole community; where that one user.php file is pulling whatever user information you are requesting from the database.
I hope there are plans to fix this if its not already done in the newest release.
Has Boonex "fixed" this with newer versions?