| Convert hex encoded URL |
|
|
|
| Written by Carl Friis-Hansen | ||||
| Wednesday, 17 February 2010 01:36 | ||||
|
Hi there. Sometimes website owner wants to hide the URL to a certain video or sound file. One trick try use is to write the URL as a whole line of ASCII numbers in HEX notation like \u0068\u0074\u0074\u0070\u003a\u002f \u002f instead of http:// Both strings do the same thing, but in case you want to download the video or whatever with wget, vlc or another application, then a convertion might be needed. This is where this tiny PHP command line program comes into play.
The syntax: converturl
|
||||
| Last Updated on Wednesday, 17 February 2010 02:04 | ||||