Archive

Posts Tagged ‘download script programming’

Zshare Download Script

July 16th, 2009 Comments off

Hey,

I need a script which can work out the current link (an output of an algorithm) for zshare links.

for example: when one inputs this sort of link:

www.zshare.net/video/55281546cfe97378

it outputs the current link which can be downloaded independently of the zshare site

http://dl056.zshare.net/stream/bc45d3b59896703041411ae2135c5f9d/55281546/1245239939/family.guy.501.Stewie%20Loves%20Lois.avi.flv/1c4863f444d93bba5c36020da387d595

here is a clue: this much of the information is found on the page loaded in an iframe on the page which the link (eg.www.zshare.net/video/55281546cfe97378) brings up:

http://dl056.zshare.net/stream/bc45d3b59896703041411ae2135c5f9d/55281546/1245239939/family.guy.501.Stewie%20Loves%20Lois.avi.flv/

HOWEVER… the final bit (1c4863f444d93bba5c36020da387d595), as you can see above, is missing but is necessary for the final current link.

CAN YOU WORK OUT HOW TO GET THE ROOT LINK (eg.www.zshare.net/video/55281546cfe97378) TO PRODUCE THE FINAL LINK?

I need the script to be intergrated into my site using PHP or something similar.

PLEASE HELP!

Zshare/smotri Download Script

June 17th, 2009 Comments off

Hey,

I need a script which can work out the current link (an output of an algorithm) for zshare links.

for example: when one inputs this sort of link:

www.zshare.net/video/55281546cfe97378

it outputs the current link which can be downloaded independently of the zshare site

http://dl056.zshare.net/stream/bc45d3b59896703041411ae2135c5f9d/55281546/1245239939/family.guy.501.Stewie%20Loves%20Lois.avi.flv/1c4863f444d93bba5c36020da387d595

here is a clue: this much of the information is found on the page loaded in an iframe on the page which the link (eg.www.zshare.net/video/55281546cfe97378) brings up:

http://dl056.zshare.net/stream/bc45d3b59896703041411ae2135c5f9d/55281546/1245239939/family.guy.501.Stewie%20Loves%20Lois.avi.flv/

HOWEVER… the final bit (1c4863f444d93bba5c36020da387d595), as you can see above, is missing but is necessary for the final current link.

CAN YOU WORK OUT HOW TO GET THE ROOT LINK (eg.www.zshare.net/video/55281546cfe97378) TO PRODUCE THE FINAL LINK IN ANY FORM THAT CAN BE USED AS PHP ON MY SITE??

PLEASE HELP!

Zshare Flv Download Script

March 18th, 2009 No comments

Hello,

Your job is get the direct download link from zshare.net so that everytime I call the php file it will allow me to hotlink the video (.flv) file to my player.

for example:

when I call

http://www.forexample.com/video.php?file=ymovztygyyd
(reference: http://www.zshare.net/video/572445337a9d6665/

it will return the absolute direct link

http://dl066.zshare.net/stream/3dbce8e285ed9c70df156485a012de56/1237411281/57244533/video.flv

beware that, the direct link is change with time, so you have to create a solution to ensure it works all the time.

You could create xml and write the direct link into it…

or anything you can think of…

Bear