Register   Login
     
  Latest Posts  
RE: News Articles Tokens
by spirit on 3/21/2010 10:27 PM
RE: News Articles Tokens
by ray-isc on 3/21/2010 3:04 PM
RE: Can'd add photo
by rsobari on 3/21/2010 10:17 AM
Tracking image/file clicks
by spirit on 3/21/2010 8:46 AM
Catcha doesnt seem to work
by chaloum on 3/20/2010 8:16 PM
RE: Recently created articles are not shown in list
by atriage on 3/20/2010 10:15 AM
RE: Recently created articles are not shown in list
by spirit on 3/20/2010 10:08 AM
RE: Introducing the most powerful News Slider for Ventrian News Articles
by jhoelz on 3/19/2010 9:29 PM
Rich Snippets for Review, Ratings etc!
by georgelew on 3/19/2010 7:49 PM
Recently created articles are not shown in list
by atriage on 3/19/2010 11:18 AM
  Forums  
Subject: subscription tools bug? expiry dates
Prev Next
You are not authorized to post a reply.

Author Messages
Lee SykesUser is Offline
Gold Membership
Ventrian Active Member
Ventrian Active Member
Posts:48

7/12/2007 12:14 AM  
Hello,

Here's one for you to check out and see if it is occurring on your site.

I have a handful of subscribers who have made one payment but the site has given them several years access. - The most is 4 years!

I've run the following query:
SELECT * FROM UserRoles
WHERE ExpiryDate > '2009-01-01 00:00:00.000'

and I have a couple that expire in 2011.

I've then run:

SELECT Users.UserID, Username, FirstName, LastName, Email, UserRoles.RoleID, Roles.RoleName
FROM         Users INNER JOIN
                      UserRoles ON Users.UserID = UserRoles.UserID INNER JOIN
                      Roles ON UserRoles.RoleID = Roles.RoleID
WHERE     (Users.UserID = 1000)

To extract the details and research the users who have these extended subscriptions. - They have only paid for one year, but somehow they have an extended expiry date.

It may be worth running these queries to see if you also have similar results.

Thanks,

Lee

Lee Sykes - DNN Creative Magazine
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


7/12/2007 4:19 AM  
Hmm, I have a few users who match this criteria, only a couple though.

Scott McCulloch
Site Administrator
You are not authorized to post a reply.
Forums > Modules > Subscription Tools > subscription tools bug? expiry dates



ActiveForums 3.7