Hi guys,
I was wondering if some has any idea how to do such a stuff described bellow?!
I go to link of some other people: http://www.somelink.com/file.asx?Episode=3594 (ASX extention is for streaming files).
This has been made with .htaccess as I understood inside the file there is php code, so it's alright I created this and it works. All is great, whatsoever if I try to use some downloaders and download the file from this link, I get with text editor:
<ASX version = "3.0"><TITLE>Some title</TITLE><ENTRY><REF HREF = "http://www.somelink.com/?File=3594&ex=0" /></ENTRY></ASX>
So after I use downloader and download file from the link: http://www.somelink.com/?File=3594&ex=0 and open with some editor, what I get is:
[Reference]
Ref1=http://www.somelink.com/?File=3594&ex=0;
Ref2=http://someIP:80/?File=3594&ex=0
As you noticed the address for Ref1 and Ref2 is same as the address I downloaded this code from but what happens originally, when I click lets say on one of those links (http://www.somelink.com/?File=3594&ex=0 or http://www.somelink.com/file.asx?Episode=3594) in my browser there wma (Windows Media Audio) file opens in my Windows Media Player.
So obviously somewhere this wma file is located but hidden. When in the player I check Properties I have no real link to wma file but the link I clicked (http://www.somelink.com/?File=3594&ex=0).
And if I go on my Player menu and try to click on menu item Save As it is not active.
Can someone tell me how to do this? I was trrying to play with headers and readfile bits but what I get is file and I am able to download it. I need anyhow to hide my wma or asf files.
Some of those links contains "&MSWMExt=.asf" so even not sure what format they develop.
Has anybody got idea how to hide streaming file and not allow to download it?
Please, share your minds or maybe experiences.
I can really confirm that their website has not live streaming and it's files to listen, like an archive. I really need to hide my files too.
If you have any idea, please can you help me? Thank you so much to you for making any effort.
PS I tried to use include "some.wma" but it doesn't work too
T