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
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
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?