Here is a mod to allow you to set which of your users can view certain videos
1st add the following fields to your database(make backup 1st)
member_profile
Name - restricted_allowed
type - int
length - 1
default - 0
videos
Name - restricted
type - int
length - 1
default - 0
now open up play.php
below
include_once(‘classes/permissions.php’);
add
//...