Best anti-leech script for hide url

Discussion in 'PHP' started by basketmen, Sep 24, 2007.

  1. #1
    i have web service people can embed mp3 song


    but i dont want they know the real mp3 song


    i need anti-leech script so mp3 url like this http://www.domain.com/mp3url.mp3 is masked like http://www.domain.com/redirect1.php


    so people definitely cant see the real mp3 url, i have try some anti-leech script but i still can se the url


    let me know link to anti-leech script that you believe the best you ever see
     
    basketmen, Sep 24, 2007 IP
  2. vonvhen

    vonvhen Peon

    Messages:
    152
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use htaccess to redirect them to the actual mp3 file.

    But, make sure ALL your links uses the redirect url and not the actual url.

    e.g. RewriteRule ^/mp3s/(.*).mp3 http://www.yoursite.com/actual location/$1.mp3
     
    vonvhen, Sep 25, 2007 IP
  3. basketmen

    basketmen Well-Known Member

    Messages:
    837
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #3
    actually all mp3 song is outside my website, i just embed with the url

    this is perfect example from mask url for embed object

    can you search where is real mp3 url located?




     
    basketmen, Sep 25, 2007 IP