PDA

View Full Version : Add days to subscriptions?


ultranerds
04-26-2005, 08:14 AM
Hi,

We recently had an outage on our site, and due to this... I've said that I'll add 10 days to all current subscribers.

Is there a script/hack to do this already?

TIA

Andy

ultranerds
04-27-2005, 02:05 PM
*bump* :/

TIA

Andy

Marco van Herwaarden
04-27-2005, 02:20 PM
No garantuees, make a backup first, not tested,......

But run the following query:
UPDATE subscriptionlog SET expirydate = expirydate + 864000;
If you are using a table prefix, add this before the "subscriptionlog".