Hiding Url After Links Clicked
I'm running a Movie / TV Shows Streaming website and the past few days
I've got people from other similar website coming to my site and taking my
links so is it possible to hide the links in the address bar so it would
be harder for him to get my links and is it possible to hide on right
click as well.
Here is my link code.
<span class="movie_version_link"
{if $val.link}
{if $val.type == 'PutLocker' || $val.type == 'SockShare' || $val.type ==
'PromptFile'}
<img src="/templates/svarog/images/stars.gif" title="Fast Streaming">
{/if}
<a href="{$val.link}" onclick="return addHit('0', '1')" rel="nofollow"
title="Watch {$mov.title} on {$val.type}" style="font-size:15px;"
target="_blank">Version {counter}</a> {/if}
</span>
Could someone please help.