|
Need some help,Making a simple website
HI
Dear Readers/Webmasters
I am making a website.It is very simple.
A small video hosting website.
I am using flowplayer to play uploaded FLV videos.
Now i am facing some problems.
I am saving uploaded videos in a Directory called Videos.
and
Flowplayer playing all videos from directory without any problem for example - hinddroid.com/videos/1.flv
But
The main problem is any one can use this path to Embed video on his website and any one can download video any time by this direct link.
I want to Hide this link(Encode this link) to protect download and embeding directly.
For example -
hinddroid.com/video/1.flv will be converted to a secure link like http%20hin%ab bla bla bla
I simple words i want to do same as Youtube,Xvideos.
Main target - URL write and encoding a link.
I am learner so please Guide me in right direction
I have basic knewledge of PHP mysql and html
How to save files in a server and save its info in MySQL and then gernating a encoded link and than how to decode for flowplayer.
|