Heisenberg submitted a new resource:
You must be registered for see links
- Mass Subscription ExtendervB Version: 4.0.2
Hey i noticed that i needed to update end dates for all my subscription users at once. Took me a while to figure out and the is 0 documentation on how to do this so run this as an sql query in phpmyadmin
UPDATE `DATABASE_NAME`.`subscriptionlog` SET `expirydate` = `expirydate` + '430000'
430000 = 5 days in epoch time
epoch time is just seconds that have elapsed since January 1, 1970
You must be registered for see links
Last edited: