Jump to content

Hacking PHPBB


DrFishNips

Recommended Posts

I just installed a PHPBB forum on my website but I already have a members page so it would be pretty fuckin annoying having to register for the forum separately and I wanna merge the forum into the site. I was thinking I can probably just make my register.php page add an entry to the PHPBB database table then people only have to register once.

 

Would it be real complicated trying to integrate the PHPBB forum into my members page so I can display all their post information along with all the other shit in the members page? I'd have to hack the PHPBB PHP files a fair bit I'd say. Has anyone done this?

 

Heres my members DB

http://pastebin.com/m32789602

Heres the member registration page

http://pastebin.com/m708611b9

 

Heres my website

http://link-protector.com/x-122844

Link to comment
Share on other sites

I have done something similar with a website I am developing. (Merged both databases users table)

 

What I am doing is when users login, I have phpbb3 login set cookies at same time

 

NoXwizard posted some great code for this when I was searching for this

http://www.phpbb.com/community/viewtopic.php?p=4012075#p4012075

 

Hopefully that helps, if you could please help me with my situation that would be great

http://www.phpfreaks.com/forums/index.php/topic,258000.0.html

 

Otherwise will wait till someone else can

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.