Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Dolphin 5.4.0

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default Dolphin 5.4.0

    Dolphin 5.4 (download here)
    The newest features in this version are: Orca v1.0 integrated, extended Blog, the ability to set smiles packs in different templates, the ability to approve "x" number of profiles simultaneously.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  2. #2
    mr_cox
    Guest

    Default

    are u going to make these features an upgrade from revision 39?

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by mr_cox
    are u going to make these features an upgrade from revision 39?
    Please post specific questions like this about GPLdate on www.gpldate.com

    Thanks,

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  4. #4
    elusuario's Avatar
    Join Date
    Sep 2006
    Posts
    173

    Cool

    Any comments about this other improvement mentioned about Dolphin 5.4 :

    "We made a big step towards the improvement and speed of our product by caching our Dolphin profile performance which means a quicker launch of users data and significant traffic savings."

  5. #5
    Pete Bosko's Avatar
    Join Date
    Sep 2006
    Posts
    13

    Default Cache

    5.4 now has a id cache each member
    I thought I saw somewhere that members will be able to have their own url
    www.mysite.com/membername like myspace

  6. #6
    BodyMen's Avatar
    Join Date
    Sep 2006
    Posts
    31

    Default Orca 1.0 with Dolphin 5.4

    Hi,

    I've installed Dolphin 5.4, when i log admin for Orca I got a blank page.


    Who can help me?


    My setup for header.in.php:



    require_once("/home/bodymen/public_html/dating/inc/header.inc.php");
    require_once("{$dir['inc']}utils.inc.php");
    require_once("{$dir['inc']}db.inc.php");
    require_once("{$dir['inc']}admin.inc.php");
    if ( !( $logged['admin'] = member_auth( 1, false ) ) )
    if ( !( $logged['member'] = member_auth( 0, false ) ) )
    if ( !( $logged['aff'] = member_auth( 2, false )) )
    $logged['moderator'] = member_auth( 3, false );

    /**
    * directories configuration
    */
    $path = '/home/bodymen/public_html/dating/orca/'; // path to orca files
    $gConf['dir']['error_log'] = $path . 'log/orca.error.log'; // error log file path
    $gConf['dir']['classes'] = $path . 'classes/'; // classes directiry path
    $gConf['dir']['inc'] = $path . 'inc/'; // include files path
    $gConf['dir']['xmlcache'] = $path . 'xml/'; // not used
    /**
    * urls configuration
    */
    $gConf['url']['base'] = 'http://www.bodymen.com/dating/orca/'; // base url
    $gConf['url']['xml'] = $gConf['url']['base'] . 'xml/orca.php'; // xml integration file url
    /**
    * skin configuration
    */
    $skins = array ('default', 'xx3');
    $skin = $_GET['skin'] ? $_GET['skin'] : $_COOKIE['skin'];
    if (in_array ($skin, $skins))
    {
    $gConf['skin'] = $skin;
    setcookie ('skin', $skin);
    }
    else
    {
    $gConf['skin'] = 'default';
    }
    $gConf['dir']['xsl'] = $path . 'layout/' . $gConf['skin'] . '/xsl/'; // xsl dir
    $gConf['dir']['smile'] = $path . 'layout/' . $gConf['skin'] . '/smiles/'; // smiles dir
    $gConf['url']['icon'] = $gConf['url']['base'] . 'layout/' . $gConf['skin'] . '/icons/'; // icons url
    $gConf['url']['img'] = $gConf['url']['base'] . 'layout/' . $gConf['skin'] . '/img/'; // img url
    $gConf['url']['css'] = $gConf['url']['base'] . 'layout/' . $gConf['skin'] . '/css/'; // css url
    $gConf['url']['smile'] = $gConf['url']['base'] . 'layout/' . $gConf['skin'] . '/smiles/'; // smiles url
    $gConf['url']['xsl'] = $gConf['url']['base'] . 'layout/' . $gConf['skin'] . '/xsl/'; // xsl url

    /**
    * database configuration
    */
    $gConf['db']['host'] = 'localhost'; // hostname
    $gConf['db']['db'] = 'bodymen_dating'; // database name
    $gConf['db']['user'] = 'bodymen_dating'; // database username
    $gConf['db']['pwd'] = 'macocco'; // database password
    /**
    * forum tweaks
    */
    $gConf['date_format'] = '%b %d, %Y %H:%i'; // time/date format
    $gConf['topics_per_page'] = 20; // topics per page
    $gConf['email']['sender'] = 'forum@bodymen.com'; // email sender
    $gConf['user']['admin'] = 'admin'; // admin user
    $gConf['min_point'] = -4; // min points to hide post automatically
    $gConf['online'] = 72000; // online user timeout (seconds) default: 20 min
    ?>



    Thanks

  7. #7
    bigboy's Avatar
    Join Date
    Sep 2006
    Posts
    41

    Default Patch for 5.4

    Hey BodyMen , Boonex has a patch for 5.4 that is sopose to add the link to fix your Orca problem I believe. Down load it if you havent and try it out. Its also got a change for ( not suprising ) RayChat. Good luck !

    bigboy

  8. #8
    BodyMen's Avatar
    Join Date
    Sep 2006
    Posts
    31

    Default

    Quote Originally Posted by bigboy
    Hey BodyMen , Boonex has a patch for 5.4 that is sopose to add the link to fix your Orca problem I believe. Down load it if you havent and try it out. Its also got a change for ( not suprising ) RayChat. Good luck !

    bigboy
    Nothing change after applying the patch.

  9. #9

    Join Date
    Aug 2006
    Posts
    127

    Default

    I also applied the patch and it didn't make a difference here either. Same message for me.

    Anyone have any ideas?

  10. #10
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi - so let me understand - you paid for the patch from BoonEx - it was not free - you applied it - and it still does not work!?

    Sad.

    Anyways - I don't have any time to look at Orca right now - so I hope you guys or BoonEx can fix this issue - if it is fixed - please post on ModMySite to help other people.

    This kind of thing is very common with BoonEx / aeWebWorks releases - they don't test enough before releasing their revisions - and this is frustrating for everyone.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •