![]() |
|
Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) (/Thread-Anyone-know-how-to-connect-PP-with-forum-upgrades-Auto-Upgrades) |
Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Krados - 12-27-2015 Well, me and my friend are setting up a forum, and if possible, I need someone to inform me of how to make VIP upgrades automatic when purchased via PayPal. If anyone could help, it'd be really appreciated, thank you. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Angelic - 12-27-2015 http://mods.mybb.com/view/mysubscriptions You could try that and modify that to your needs. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Cyber - 12-27-2015 PayPal will limit your PayPal instantly like they did mine on my forum if it's not verified. That being said I suggest you to verify your PayPal. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Geek - 12-27-2015 Use IPN (Instant Payment Notification) hook from PayPal. It will send a request to your script everytime someone completes an order. You can then parse than to MyBB and upgrade the user. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Jasper - 01-05-2016 IPN is the best option. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Boss_mybb_import19578 - 01-05-2016 (01-05-2016, 07:33 PM)Mayo Wrote: IPN is the best option. I'd vouch for this. IPN is probably the best. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Jasper - 01-05-2016 (01-05-2016, 07:42 PM)Boss Wrote:(01-05-2016, 07:33 PM)Mayo Wrote: IPN is the best option. That's the only way (that I know of), at least for PayPal purchases. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - OutOfSight - 01-05-2016 Ffs use google ?! RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Krados - 01-06-2016 (01-05-2016, 07:46 PM)OutOfSight Wrote: Ffs use google ?! Ffs post something helpful? Why do you really think I haven't searched on google? Just looking for which one is the best solution since a lot of members here have knowledge about it. RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) - Para - 01-06-2016 I'm not going to spoonfeed you but you're gonna need to use an IPN. You will need to pass the UID and upon payment completion confirmation from PayPal you will need to run a SQL query to update the GID. Paypal have quite a lot of documentation regarding the IPN. |