MyBB Community Forums

Full Version: PayPal IPN - Use MyBB username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a question and I'm hoping someone can help me. I have a custom page on my site called /store.php and users have to be logged in in-order to view the page.

Now I'm using PayPal to create all the items for purchase and I'm now configuring my IPN, my database?my question is how can I use the MyBB username of the person who's logged in to add that information to the database?

I'm sure this must of come up before with the automatic subscription mods and what not.

Any help would be appreciated Smile

I guess I'll have to create some sort of include on my ipn.php to be able to do this?

Does anyone have any ideas? I'll continue to research if not.
$mybb->user['uid']

brings back the UID

$mybb->user['username']

Brings up the username.