PDA

View Full Version : Getting information from subscrptionlog table


Nerrazzuri
07-05-2011, 12:17 AM
As title, I'm trying to get information(regdate and expirydate) from the subscriptionlog table, any vbulletin API I could actually used?

I tried
echo $vbulletin->GPC['expirydate'];

but nothing shows, am I doing the correct way?

kh99
07-05-2011, 02:44 PM
Look at includes/cron/subscriptions.php, it goes through existing subscriptions to see if any have expired or need reminders sent.