View Single Post
  #9  
Old 10-24-2009, 09:17 AM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 16,013
Seapyramid
Default RE: MyBB intergration

Quote:
Originally Posted by tommyk1210
Well I think we would need to, like you say, edit the script so it takes users from MyBB_users. I was going to use the MyBB forum to register users.

Could we not just change (in login.php):

PHP Code:
$query "SELECT * FROM ".$prefix."users WHERE username = '$username'"
to

PHP Code:
$query "SELECT * FROM "mybb_"users WHERE username = '$username'"
That won't work alone because it wont set the cookies for the Adoptables script so therefore the script wont see them as being logged in.

Sea
Reply With Quote