CodeIgniter Forums
Premium membership system? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Premium membership system? (/showthread.php?tid=52755)



Premium membership system? - El Forum - 06-25-2012

[eluser]nitrammit[/eluser]
I'm trying to offer members on my site the chance to upgrade their account to "Pro" status for either 1, 3, 6 or 12 months. I understand the CodeIgniter side of things - I know I need to place members into a group and set expiration dates etc, but how exactly do I handle payments, confirm they have been made and so on?

I would like to use Paypal, but yeah, I have never built something like this before.

Thanks!


Premium membership system? - El Forum - 06-25-2012

[eluser]solid9[/eluser]
For Paypal you need the IPN.
This is not hard, you can test the IPN through Paypal SandBox,
this way you don't need to use real money.

good luck.


Premium membership system? - El Forum - 06-25-2012

[eluser]PhilTem[/eluser]
You might wanna have a look at
CodeIgniter Payments

Looks pretty massive even though it seems to be updated for just 2.x but not within the last few months.