Submit Articles - Turkish Property - Debt Consolidation - Sciences in 2007 - Debt Consolidation

PDA

View Full Version : hide urls in script


viitols
Aug 22nd 2008, 7:01 am
Hey guys!

After installing some flash&javascript audio players on my website I see the source file url's can be seen in the page source(by just pressing view->source) Since the player is configured through javascript variables including the location of audio

I'd like to know if there is a way to encyrpt these urls. I know it's possible to encyrpt the whole page with the right software, but is there any trick to masking these?

Thank you very much!

viitols
Aug 22nd 2008, 10:51 am
anyone please?

hip_hop_x
Aug 22nd 2008, 11:03 am
you can encrypt even a smaller part from a page, but it can be decoded. There is no solution, you can only hide it, but smart ones will find a way to see it.

ghprod
Aug 22nd 2008, 12:48 pm
you can encrypt even a smaller part from a page, but it can be decoded. There is no solution, you can only hide it, but smart ones will find a way to see it.
i agree with u :p

GreatMetro
Aug 22nd 2008, 1:24 pm
I'm pretty sure there is a way to put the audio files in a private section of your webserver, and set the permissions so only the script can access them, and they cannot be accessed directly.

Google it.

Good luck

viitols
Aug 22nd 2008, 11:48 pm
I'm pretty sure there is a way to put the audio files in a private section of your webserver, and set the permissions so only the script can access them, and they cannot be accessed directly.

Google it.

Good luck

Interesting idea, thanks!
Could it be chmod 0100 ?
I'm still searching for a way to hide it...

ghprod
Aug 23rd 2008, 11:06 am
Maybe with PHP & SQL .... like

domain.com/song.php?id=song.mp3

But sometimes . it still can download by cache data :p