How would I go about hiding these links?

Discussion in 'Programming' started by CDJ, Sep 18, 2010.

  1. #1
    push36 dot com

    there you will find my urban music website. nothing very special, just cool enough. well, if you happen to go to http://push36.com/2010/09/official-lil-b-im-paris-hilton-full-song/ , you will find a song that I've uploaded through the JW Player plugin for audio/video. It's an audio that I have uploaded to my server in my "/index/" (which is the install and the site is on "/" ) but when you right click the page and select View Source, you can easily find the file, and therefore a person will be able to download the audio/video. What I need is a quick lesson on how I can either "mask" this location possibly or turn it into a ".php?='some random letters here'.flv/.mov/etc." . I need something to deter at least those who are smart enough to open the View Source and find the actual link name. (maybe Im asking for too much?! :cool: ) I know some sites such as http://onsmash.com/ masks there link names with some obscure #'s. Check the view source on there and you will something similar to

    that's what Im trying to accomplish.. I know one thing IAM doing wrong is serving the file from my site anyway. But suggestions are needed. Anyone willing to help, thanks in advance.
     
    CDJ, Sep 18, 2010 IP
  2. WWSD

    WWSD Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can obfuscate through Javascript. Where you use JS to write the code/link onto the page. You can use ajax/js to delay the link coming onto the page. (therefore its not in the original source). Or create a script (like php) to that forwards user to actual link. (using header location)
     
    WWSD, Sep 19, 2010 IP