I am hosting several dolphin sites and provide RMS for them. My question is how can I set up my customers in RMS without having to edit dolphin ray files along with creating a sep app for each customer. rms.boonex.com does not require editing of files. If I do not add sep app for each customer and edit the files they will all be connected in same chat rooms. This Might be ok for some customers that have dif sites and want a shared chatroom with other sites, but most want their own. How can I get a similar set up as rms.boonex.com where all I have to do is ad the domain to the access.dat file and give them the IP to the server? I have asked you several times and I have not even got a response. Also what is the latest version of RMS and will the new RMS version correct this issue.
PLEASE RESPOND
Hi There,
I just installed Dolphin on my pc with the help of WAMP5. Ok, now everything works fine. PERFECT ! But there are 2 problems:
1) When I login, it says PLEASE WAIT, and then it keeps on loading and loading …. finally it loads a blank page ! (LOGIN IS SUCCESSFULL, BUT MEMBER.PHP THE REDIRECTED PAGE IS BLANK.)
2) Secondly, Profile.php page is not displayed correctly, ( CHECK THE IMAGE)
Probably it has something to do with the extension of PHP or something, PLEASE HELP ?
In response to a request in this topic, I’ve created a mod to move reply comments from the current page to the reply target’s page. Download here. I plan to do one more enhancement so people can know who they are replying since, as it is, replies seem to just be a random comment out of nowhere that makes no sense which is the case in Myspace and other sites that do this.
Published by jongo on December 23, 2007
in Misc.
Hi,
I’ve just purchased dolphin, orca, and ray widgets. Can i get a complete user manual which explain all the functions in details of dolphin, orca and ray widgets? so, I can understand thoroughly all of the boonex products. I can’t find a “Complete” manual it in boonex website. Please advice…
Thanks.
Hi,
a mod or addon like this is use on Unity.
It show who is online .
The user can set what kind of user he wants to see in the list. Men/ Woman, Age…

or like this

I think it is very useful
Hello everyone,
My question is pretty straight forward. Is there any way to allow for spacing in the username within Dolphin? For example, when I try to register as “John Doe” I get an error, and I then have to change it to “JohnDoe”. I want people to be able to use their own names on my community website because it only makes sense. Is there any way to do this? Thanks everyone!
There seems to be a slight issue with the Forums and Groups that no one has addressed in the Expertzzz Forums and it’s a issue that I have been trying to figure out why it’s coming up and I have been hitting a wall. When accessing the one group I made I get the following error:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/.horoscope/voodooradio/undeadspace.com/group.php on line 245
Warning: file_get_contents(http://www.undeadspace.com/groups/orca/?action=group_last_topics&forum=2&virtID=1&virtPass=e2d1ce701aa99fd1473878ee8dbc5baa&trans=1) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/.horoscope/voodooradio/undeadspace.com/group.php on line 245
I’m running under PHP 5.2.3 at the moment everything else seems to run ok. This only shows on the Group page. For Example, this page is the group I was looking into. The forums for the group come up without the error. Please help!
Am thinking that it would be a good idea as an additional feature to create mini “facebook-like” newsfeed on the profile page to show recent changes with the user’s account and the friends as well. I still dont have a login to Boonex Dev otherwise i would have added it directly.
I also know there are a couple of ideas on SEF url, but am thinking we develop dynamic page titles based on the Site Name Eg. “Boonex: Blogs” for blogs and “Boonex: Music” for music.
So what do you guys think?
Making your site accept and use html in user profiles can be done. After fussing with it for waht seems forever, here is what I discovered.
Just open templates/base/scripts/BxBaseProfileView.php
and replace
process_smiles( process_text_output( $this -> _aProfile[’DescriptionMe’] ) ) .
with this
process_smiles( process_html_output( $this -> _aProfile[’DescriptionMe’],255 ) ) .
If ever I find quick fixes I be sure to put in this spot