+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20

Thread: Dolphin 5.2 Patch 1 By Boonex

  1. #1
    bond2u
    Guest

    Default Dolphin 5.2 Patch 1 By Boonex

    Hello, Boonex just came out with a patch for Dolphin 5.2. It has the usual callbacks for logos (I haven't read all of the scripting yet). Is this patch critical to install?

    Will you (php gurus) go over the script and install it to your own sites? Or will you "massage it" first for spyware?

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

    Default

    Fix pack for Dolphin 5.2

    Browse page (browse.php)
    -Was fixed incorrect count of profiles in Browse page.
    -Added keys for words (“from” and “to”) from language file.

    Gallery problem (gallery.php)
    -Was fixed problem with “do not display empty albums” when user creates an album he do not see it because it’s hidden. (Fixed permissions for owner)

    Profile view (profile.php)
    -Removed custom menu when member view own profile.

    ShoutBox Problem (templates/tmpl_dfl/css/shoutbox.css)

    -Was fixed the problem when in IE – because of the Shoutbox “communicator main contend” went down.

    -Also was creates Shoutbox.css file that allows to change design easily. This new CSS files solved problem with shoutbox background in ADL template.

    Communicator -> Private Photos Passwords:

    - The addtocart.gif picture was not displayed

    RAY
    -Gender problem in IM was fixed. When in IM SEX was always “woman”.

    -Was fixed the problem with IM invitation window in IE. When it was not visible and appears behind the RAY chat window.

    -Recorder connection error was fixed.

    Subscribe on Index page.
    Fixed “Subscribe” and now admin can send e-mails to subscribers.

    Additional files changes.

    compose.php //Added keys for worlds from lang file
    messages_inbox.php //Added keys for worlds from lang file
    outbox.php //Added keys for worlds from lang file
    admin/index_compose.js
    admin/index_compose.php

    New and changed CSS files.

    templates/tmpl_dfl/css/ray_chat.css
    templates/tmpl_dfl/css/join_form.css
    templates/tmpl_dfl/css/general.css
    templates/tmpl_dfl/scripts/index.php
    inc/design.inc.php

    Blog
    FIX: fixed display of picture if profile has no thumbnail.

    Bug fix list For ADL template

    1- Shout box problems
    -no shout box on site pages problem was fixed.


    -problem with shoutbox background picture
    Fixed by creating css/shoutbox.css file and modifying shoutbox.php

    -shoutbox width and height parameters were added to config_design.php

    - Problem with adl template in IE

    2- Invite friends Problem
    Fixed by creating page_29.html

    3- Problem with chat page.
    Fixed by creating page_57.html

    4- No icons in communicator.

    4- Problem with logo in IE.
    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.

  3. #3
    AndyII
    Guest

    Default

    so the patch is good? then only to remove any hot links is all that is needed?

  4. #4
    chainsmoker's Avatar
    Join Date
    Nov 2005
    Posts
    70
    Blog Entries
    1

    Default

    puff! puff! Here it is...
    Attached Files
    Puff! Puff!

  5. #5
    reflexus
    Guest

    Default

    chainsmoker, please null new patch, thanks in advance.

  6. #6
    birkenstam's Avatar
    Join Date
    Mar 2006
    Posts
    205

    Default

    Hi guys,

    How about the sql file should it be imported?

    i have tried to import the sql but i get this error.


    any ide what is do wrong? is not my strong side database.


    Code:
    Error
    SQL query: 
    
    #
    # Database : v 5.2
    #
    # --------------------------------------------------------
    #
    # Table structure for table `Admins`
    #
    CREATE TABLE `Admins` (
    
    `Name` varchar( 10 ) NOT NULL default '',
    `Password` varchar( 10 ) NOT NULL default '',
    PRIMARY KEY ( `Name` ) 
    ) TYPE = MYISAM ;
    
    
    
    MySQL said:  
    
    #1050 - Table 'Admins' already exists

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

    Default

    This patch was released for fresh installs - not upgrades.... so, instead of releasing a "changed SQL" - they release a "fresh install SQL" one....

    Why do they do this? Well - I guess there are many reasons - but my guess is that the main reason is so you need to pay someone (BoonEx, ModMySite, etc.) to do the upgrade for you.

    To "squash" this - someone needs to take the old dolphin v5.2 SQL file, and the new v5.2.1 SQL file - and see what the differences are - and then come up with an SQL upgrade script - for the people who are already running v5.2 but want to apply the v5.2.1 patch.

    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.

  8. #8
    birkenstam's Avatar
    Join Date
    Mar 2006
    Posts
    205

    Default

    Thx smoge,

    i just change all the files. should i change them back?

    warm regards anders

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

    Default

    I just looked quicky... only saw these changes - which are related to order on the page.

    Code:
    5.2.1
    INSERT INTO `ProfilesDesc` VALUES (43, 'LookingFor', '_I look for a', '_Whom do you look for?', '\'female\',\'male\',\'couple\',\'all\'', 'e', '43', '1043', 'single', 'user,memb,adm', 'memb,adm', '', '', '', '', '', 1, '0', '', '', 'radio', 4, 0, '', '2.1', 'male', '(IF(\'%s\'=\'all\',1,IF(\'%s\'=\'couple\',ProfileType=\'couple\',Sex=\'%s\' AND ProfileType!=\'couple\')))', 'Sex', 'enum', '20', '', '');
    5.2
    INSERT INTO `ProfilesDesc` VALUES (43, 'LookingFor', '_I look for a', '_Whom do you look for?', '\'female\',\'male\',\'couple\',\'all\'', 'e', '43', '1043', 'single', 'user,memb,adm', 'memb,adm', '', '', '', '', '', 1, '0', '', '', 'radio', 4, 0, '', '4', 'male', '(IF(\'%s\'=\'all\',1,IF(\'%s\'=\'couple\',ProfileType=\'couple\',Sex=\'%s\' AND ProfileType!=\'couple\')))', 'Sex', 'enum', '20', '', '');
    
    5.2.1
    INSERT INTO `ProfilesDesc` VALUES (134, 'Zodiac', '_Zodiac', '_Zodiac', '\'Aries\',\'Taurus\',\'Gemini\',\'Cancer\',\'Leo\',\'Virgo\',\'Libra\',\'Scorpio\',\'Sagittarius\',\'Capricorn\',\'Aquarius\',\'Pisces\'', 'set', '3.5', '1003', 'single', '', '', '', '', '', '', '', 1, '0,3,7,25', '', '', 'check_set', 6, 0, '', '2.2', '', '', '', 'set', '', '', '');
    5.2
    INSERT INTO `ProfilesDesc` VALUES (134, 'Zodiac', '_Zodiac', '_Zodiac', '\'Aries\',\'Taurus\',\'Gemini\',\'Cancer\',\'Leo\',\'Virgo\',\'Libra\',\'Scorpio\',\'Sagittarius\',\'Capricorn\',\'Aquarius\',\'Pisces\'', 'set', '3.5', '1003', 'single', '', '', '', '', '', '', '', 1, '0,3,7,25', '', '', 'check_set', 6, 0, '', '2', '', '', '', 'set', '', '', '');
    Last edited by Smoge; 10-02-2006 at 09:05 PM.
    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.

  10. #10
    reflexus
    Guest

    Default

    that is all?
    How can i integrate these new changes to 5.2?

+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Dolphin boonex French
    By terminal92 in forum Boonex Dolphin 7
    Replies: 18
    Last Post: 10-12-2011, 08:29 AM
  2. Dolphin v5.2 (patch 1) bugs
    By Smoge in forum Bugs Dolphin v5.2.1
    Replies: 2
    Last Post: 05-18-2009, 09:19 PM
  3. Replies: 4
    Last Post: 11-04-2008, 07:35 AM
  4. Ray 2.3 for Dolphin 5.6.0005 patch and security fix
    By yuki18 in forum Ray Community Widget Suite
    Replies: 2
    Last Post: 06-20-2007, 09:36 PM
  5. Upate from v4 Patch 1 to v4 Patch 2
    By Smoge in forum Upgrading
    Replies: 0
    Last Post: 09-20-2005, 10:41 PM

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