+ Reply to Thread (include dating software, release, and patch number!)
Page 2 of 4 FirstFirst 1 2 3 ... LastLast
Results 11 to 20 of 32

Thread: Integrating PHPBB with Dolphin 6

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

    Default

    phpBB - straightforward - since the phpBB password, if I an not mistaken - is a simple single MD5 like Dolphin.

    But vbulletin - uses a double MD5 with seed - if I am also not mistaken.

    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.

  2. #12

    Join Date
    Sep 2007
    Posts
    106

    Default

    Hi,
    im checking the same atm.
    Quote Originally Posted by azaraphale View Post
    ok have hacked the aemod file plus two system files (modules.php and membership_level.inc.php) and the module works up to the point of transfer the data and checks the tables.
    however the passwords are getting changed in transfer. i would assume this mean they are being encrypted for a second time as they are being transferred phpbb?

    ok now to try and get around the encryption problem .....

    removed the md5 string from the moduels entry in the db and can now login

    sweet.
    Can you tell me which changes you have done to this both files?
    Thank you!

    Greets,
    manuel

  3. #13

    Join Date
    Sep 2007
    Posts
    106

    Default

    I installed phpBB to Forum directory.
    Uploaded the aemod via modules.php.
    Hit button "Refresh" and get following error displayesd:
    refresh.php returned:

    Fatal error: Call to undefined function: getprofileinfo() in /var/www/xxx/xxx/community/inc/membership_levels.inc.php on line 405

    Module error: synchronizeProfiles(): exec(/usr/bin/php -f refresh.php 0 1 ) returned 255
    I get also an email with this:
    synchronizeProfiles(): exec(/usr/bin/php -f refresh.php 0 1 ) returned 255
    Then i push "Compare" Button and get this:
    List of profiles not included into module database:
    ID Password Email Email of nickname owner Status

    Comparing completed successfully. No difference found.
    Hmm, ihave a user in my system but he cant login...
    So, anyone any ideas? Login as any User is not possible. What should i change?

    Greets,
    manuel
    Last edited by murr71; 09-23-2007 at 02:52 PM.

  4. #14
    azaraphale
    Guest

    Default

    getprofileinfo fucntion isn't found in the memberships_level.inc.php file. Its in profiles.inc.php. add

    require_once(BX_DIRECTORY_PATH_INC . 'profiles.inc.php');

    to the beginning of the memberships_level.inc.php file and the function should call.

  5. #15

    Join Date
    Sep 2007
    Posts
    106

    Default

    THANKS A LOT!!!
    Wonderfull job! Now PHPBB is working in Dolphin! Perfect!

    Greets,
    Manuel

  6. #16
    azaraphale
    Guest

    Default

    very welcome

  7. #17
    ajayxp
    Guest

    Default phpbb

    Hi

    Thanx for making and running this great website.

    I am member of your site and followed the instructions provided for integration of phpbb into dolphin 6.0

    I have installed phpbb3 into my forum directory and than installed phpbb module and than pressed the refresh button and compared the data.

    On compare data it is showing that 146 profiles are active and not included into tthe phpbb members area.

    When i tried to test the module i have registered a new profile at the site and it gave me the following error :

    Module error: phpbb FuncAdd error: mysql_query(INSERT INTO phpbb_users SET `user_active` = 1, `username` = 'ritesh', `user_password` = MD5('e0a34cf22b67a9b21be918a974ed4bd6'), `user_level` = 0, `user_rank` = 0, `user_email` = 'ritesh1734@gmail.com', `user_regdate` = UNIX_TIMESTAMP('2007-09-27 02:00:28'), `user_style` = 1, `user_lang` = 'english', `user_dateformat` = 'D M d, Y g:i a', `user_attachsig` = 1, `user_allowbbcode` = 1, `user_allowsmile` = 1, `user_allowavatar` = 1, `user_allow_viewonline` = 1, `user_id` = 53) Unknown column 'user_active' in 'field list'



    I have used my dolphin database for phpbb installation as mentioned in teh forum topics.

    But still not able to integrate phpbb rightly please help me in doing this.

  8. #18

    Join Date
    Sep 2007
    Posts
    106

    Default

    hi,
    hmm as i know are between phpBB2 and phpBB3 BIG differents in coding and file names etc.
    So i dont know if you are getting this to work.
    Take phpBB2, you dont have some much bugs in it as in phpBB3.

    GReets,
    manuel

  9. #19

    Join Date
    Oct 2007
    Posts
    7

    Default

    i too installed the new stable version of phpbb3...all went well untill i created a new profile on dolphin 6 and got this message -

    Module error: phpbb FuncAdd error: mysql_query(INSERT INTO phpbb_users SET `user_active` = 1, `username` = 'Dean_Syme', `user_password` = MD5('69b51347391c25a7911feb9b279c0b24'), `user_level` = 0, `user_rank` = 0, `user_email` = 'dsyme@hotmail.co.uk', `user_regdate` = UNIX_TIMESTAMP('2007-12-14 05:30:15'), `user_style` = 1, `user_lang` = 'english', `user_dateformat` = 'D M d, Y g:i a', `user_attachsig` = 1, `user_allowbbcode` = 1, `user_allowsmile` = 1, `user_allowavatar` = 1, `user_allow_viewonline` = 1, `user_id` = 53) Unknown column 'user_active' in 'field list'

  10. #20

    Join Date
    Apr 2007
    Posts
    48

    Unhappy phpBB/Dolphin 6.0.003 edit and signup error

    phpBB is working with dolphin now but I keep getting this error everytime I edit a profile or signup to the site.:

    Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'host'@'localhost' (using password: NO) in /home/******/public_html/Dolphin/inc/modules.inc.php(150) : runtime-created function on line 42

    Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/******/public_html/Dolphin/inc/modules.inc.php(150) : runtime-created function on line 45
    Module error: phpbb FuncUpdate error: mysql_pconnect

    My password and stuff were added when I installed the module. Members only have to signin once and everything. I would just like to get rid of the error up there.

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

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Replies: 7
    Last Post: 03-17-2010, 02:21 AM
  2. Integrating Userplane Free with Dolphin
    By Fototrust in forum UserPlane
    Replies: 1
    Last Post: 10-14-2009, 03:07 AM
  3. Integrating third-party mailer with Dolphin v6.1
    By JacquesPrevert in forum Dolphin General Discussion v6.00 and above
    Replies: 3
    Last Post: 03-27-2009, 08:58 PM
  4. Thinking about integrating Vanilla forum into Dolphin
    By vanarie in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 10-15-2007, 10:56 PM
  5. Replies: 3
    Last Post: 10-15-2007, 12:48 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