Reputation: 4044
I have a wordpress paid video site with the e-commerce plugin. User purchases a video, then gets shown a meta box with the video player code linking to the video (using flow player 3). How can I stop access to the paid video files to non-authorized users (if they decide to share the direct link to the video by looking at the source code)?
Upvotes: 0
Views: 505
Reputation: 2088
Here are a few plugins that might help you with your problem.
http://wordpress.org/extend/plugins/membership/
Upvotes: 0
Reputation: 4623
you need protect this content for that session (and ip), using some technique like security token.
http://code.google.com/p/mod-auth-token/
Upvotes: 1