Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
temporary links to paying users
Old 03-02-2004, 05:13 AM temporary links to paying users
Novice Talker

Posts: 7
Trades: 0
Client tired of getting tutorial movies stolen and distributed on PTP networks.

client wants:

"For 1.99 user can get a time limited password to a non saveable movie file"

"user can watch the tutorial movie for 2 days for $1.99"

How could this be implemented? Payloadz issues temporary links to paying users but users download content. I need to know how to issue time limited links to movie segments and hopefully something automated so I dont have to administer every sale.

Would it be easier with flash,mov,WMP,Real?
LisaMane is offline
Reply With Quote
View Public Profile Visit LisaMane's homepage!
 
 
Register now for full access!
Old 03-02-2004, 08:47 PM
dbzguy's Avatar
Ultra Talker

Posts: 345
Location: Artic
Trades: 0
flash mx doesnt require any progamming but it takes some getting used to
__________________

Please login or register to view this content. Registration is FREE


PHP Code:
<?PHP if(ping == true) { attackuserip(); } ?>
dbzguy is offline
Reply With Quote
View Public Profile
 
Old 03-02-2004, 09:09 PM
Lippy's Avatar
LipWeb.Net

Posts: 270
Trades: 0
First thing you need to do is put the movie into a file format that streams but doesn't download. Second part you could achieve by having a database store passwords and password protect the indavidual pages. It would take some designing, but when I get more time tonight I can send you an email with my idea of how to do it. PM me with your email address and I'll email you my idea.
__________________

Please login or register to view this content. Registration is FREE
"Less Lip More Service"
Providing Quality Hosting at Fair Prices
AIM: LipWebNet MSN: daniel[at]lipweb.net Yahoo: LipWebNet ICQ: 265771633
Lippy is offline
Reply With Quote
View Public Profile Visit Lippy's homepage!
 
Old 03-03-2004, 01:49 AM
jammin411's Avatar
Extreme Talker

Posts: 185
Location: Idaho
Trades: 0
Ya that sounds like the best way to do it. All you need to do is have the user create a username and password. That is stored in your DB. You will need to have some coding that executes on your site nightly or whatever time you want to disc them. Probably midnight or something like that. Basically write a query on your DB that searches for a username older than a specific period of time (in your case 2 days). All that it finds it changes a flag from yes to no for active. This way you keep their information, but just deactivate their account. When the log in you will need to run a check to make sure that the active flag is set to Y. Sounds simple talking about it, but there is quite a bit of work doing this. The hardest part is running the code every night. Good luck with this.
__________________
Gaming is Everything

Please login or register to view this content. Registration is FREE
jammin411 is offline
Reply With Quote
View Public Profile
 
Old 03-03-2004, 03:58 AM
Novice Talker

Posts: 7
Trades: 0
What about using



acp
LisaMane is offline
Reply With Quote
View Public Profile Visit LisaMane's homepage!
 
Old 03-03-2004, 10:26 AM
Lippy's Avatar
LipWeb.Net

Posts: 270
Trades: 0
Though that software may work I am undure of it does time dated logins. I would call the vendor and ask them about that.
__________________

Please login or register to view this content. Registration is FREE
"Less Lip More Service"
Providing Quality Hosting at Fair Prices
AIM: LipWebNet MSN: daniel[at]lipweb.net Yahoo: LipWebNet ICQ: 265771633
Lippy is offline
Reply With Quote
View Public Profile Visit Lippy's homepage!
 
Reply     « Reply to temporary links to paying users
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22451 seconds with 12 queries