The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
SQL query to pull out non-paying subscribers
I have various subscriptions on my site. The main one is called Premium, users that take this sub move from Regular to Premium user group and back when the sub expires. However, with the recent change of site ownership and paypal addresses, subs that are autorenewing/cancelling via PayPal aren't updating back on VB and the users are not reverting back to regular.
I've been able to proactively manage upcoming renewals by using the following query: Membership Due Dates Code:
SELECT user.username,user.email,subscriptionlog.expiry,subscriptionlog.status FROM subscriptionlog AS subscriptionlog LEFT JOIN user AS user ON (user.userid = subscriptionlog.userid) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|