The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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? |
#2
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|