Well that makes sense (in that I do see that happening) but it does suck. Why then would we change from keeping track of megabytes to now keeping track of videos watched if we were not going to use the number of videos watched for some purpose? Either I am going to have to backtrack all the way to v2.6 or fix the new versions to kick people out after they have had their amount of video. It stinks that I find out all this only 1 day after I delete all the old code off the server, thinking I am not needing it any more.
Thanks for identifying in exactly which version the changes took place. Wasn't that back in the days when the php files were all compressed with zend? I can't even look at the programming to fix up what I have now.

As far as I can tell, it should all be able to be coded between lines 402-431 in functions.php. More specifically line 414 with a message change on 416. This would break the upload limit checking but for me that is not an issue as I do all the uploads.

However the subscriber record does not get an updated view number but the users record does. So instead of comparing the packages record and the subscriber record I will need to compare the packages and users records to determine if the viewer has reached the limit.

Any suggestions? I guess I am off to play around with the code for a few hours.