integrate dolphin 6.1.6 with pro chat rooms

i hjave done the following to try and integrate dolphin 6.1.6 free with pro chat rooms...

Integration Instructions For Pro Chat Rooms - Dolphin (Boonex) 6.x.x

1) Upload the folder 'prochatrooms' to your Dolphin root folder (eg. yoursite.com/prochatrooms).

2) Unzip the clogin file and upload to your Dophin root folder (eg. yoursite.com/clogin.php).

3) Open a browser window and type the url to the 'prochatrooms/install' folder. Follow the on screen instructions to install the Pro Chat Rooms MySQL tables.

4) Login to the Pro Chat Rooms admin area and click the link 'Settings' (or open the file 'prochatrooms/config.php' with your text editor) and edit the following settings as shown below,

## Allow Guest Access

$allow_guest_access = "0"; // 0 No, 1 Yes

## Chat Room Integration (for CMS)

$members_only = "1"; // 0 No, 1 Yes

6) When you have completed the above, login to your Dolphin Admin Control Panel.

a) Select 'Builders' > 'Navigation Menu Builder'
b) Click the button 'Chat' in the Active Items menu
c) Enter the following settings for the new item,

» System Name: Chat
» Language Key: _Chat
» Default Name: chat
» Url: clogin.php
» Target Window: New
» Visible For: Member

d) Logout of your admin panel.

7) Login to your Dolphin website and click the link 'Chat' in your navigation menu.

the clogin.php file is as follows -

  1. <?
  2. /***************************************************************************
  3. *        Dolphin Smart Community Builder - Pro Chat Rooms (Integration)
  4. *                              -----------------
  5. *     begin                : Mon Mar 23 2006
  6. *     copyright            : (C) 2006 BoonEx Group
  7. *     website              : http://www.boonex.com/
  8. * This file is part of Dolphin - Smart Community Builder
  9. *
  10. * Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License.
  11. http://creativecommons.org/licenses/by/3.0/
  12. *
  13. * Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  14. * without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15. * See the Creative Commons Attribution 3.0 License for more details.
  16. * You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin,
  17. * see license.txt file; if not, write to marketing@boonex.com
  18. ***************************************************************************/
  19. require_once( 'inc/header.inc.php' );
  20. require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
  21. if(!isset($_COOKIE['memberID'])){echo "access denied";die;}
  22. $p_arr = getProfileInfo ($_COOKIE['memberID']);
  23. ?>
  24. <script language="JavaScript">
  25. <!--
  26. function createCookie(name,value,days) {
  27. if (days) {
  28. var date = new Date();
  29. date.setTime(date.getTime() (days*24*60*60*1000));
  30. var expires = "; expires=" date.toGMTString();
  31. }
  32. else var expires = "";
  33. document.cookie = name "=" value expires "; path=/";
  34. }
  35. createCookie('login','login',1);
  36. // -->
  37. </script>
  38. <body onLoad="document.prochatrooms.submit();">
  39. <form action="prochatrooms/index.php" name="prochatrooms" method="post">
  40. <input type="hidden" name="uid" value="<?php echo $p_arr['ID'];?>">
  41. <input type="hidden" name="uname" value="<?php echo $p_arr['NickName'];?>">
  42. <input type="hidden" name="roomID" value="Lobby">
  43. </form>
  44. <?php
  45. die;
  46. ?>
If i do all this, i get error, ' members only, please login on website'

seems the integrations scripts is for older dolphin. any ideas on what I sholud be doing for 6.1.6..?  im having to use this because I can't get ray  chat to work at all. I donte ven want video chat..just simple text chat, and even that wont work..:(

just endless loading...please help..
Quote · 2 Jun 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.