Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-04-2006, 06:28 PM   #1 (permalink)
kernel89's Avatar
 
Newb Techie

Join Date: Jul 2006

Posts: 16

kernel89

Default Hidden URL

Hey there,

I need a script or some way, to hide URLs.
Allow me to explain. For instance, let's say I am selling Video Tutorials via Paypal, and people download those tutorials from my host, but, I don't want them to know the URL they are downloading the tutorials from otherwise, the tutorials may be hotlinked by other sites.
But lets say that person downloads the tutorial from paypal, I want him to be able to download that file once...

Anyways, give me your thoughts, and Ideas, and scripts.

Thanks
kernel89 is offline  
Old 08-04-2006, 03:09 PM   #2 (permalink)
 
True Techie

Join Date: Apr 2006

Posts: 167

chrisds

Default

why not download the video from a mysql database using php (and the theroy of data blobbing) and send the user a once only password to access the file........ use of ".htaccess" maybe anouther way around it......
__________________
Oh Gay my sig got removed!
chrisds is offline  
Old 08-04-2006, 06:20 PM   #3 (permalink)
 
Contributor

Join Date: Jul 2006

Posts: 84

Ken11235

Default

I made this kind of script for a free hosting site once: when a user buys a download, they are given a passcode. The user can go to your site and enter the passcode to access the download. When a passcode has been used, it is deleted by the script. You can configure paypal to create the passcode and email it to the user, also.
That solution is slightly complicated, but, will be very effective.
Ken11235 is offline  
Old 08-04-2006, 09:10 PM   #4 (permalink)
kernel89's Avatar
 
Newb Techie

Join Date: Jul 2006

Posts: 16

kernel89

Default

Cool! May I have more details on that, because, I am not much of a Script person, I use dreamweaver, but I don't know much about php. And I would also love to know how to link it up with paypal.
kernel89 is offline  
Old 08-04-2006, 11:00 PM   #5 (permalink)
 
Contributor

Join Date: Jul 2006

Posts: 84

Ken11235

Default

I PMed you.
Ken11235 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On