![]() |
Paid Subscriptions question
Hello
I'm trying to implement OneBip payment system into my forums, however I am not exactly sure how the Paid Subscription system operates. I've gotten the entire system to operate correctly, however, I don't know exactly how the vBulletin timer operates when it comes to a subscription expiring. For example, this is my query that I insert into the subscriptionlog: Code:
INSERT INTO subscriptionlog (subscriptionid,userid,pusergroupid,status,regdate,expirydate) VALUES(1,$customerid,2,1,UNIX_TIMESTAMP(),(UNIX_TIMESTAMP()+2592000)); Now, after the 30 days (which is the 2592000 seconds), will vBulletin automatically take care of putting the user back to his old userrgroup (pusergroupid), or do I have to do this automatically? |
the paid subscription (in built) system should automatically move the user back into the old usergroup after the thirty days.
I hope this helps there isn't much of it around on here any more. |
All times are GMT. The time now is 09:06 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|