Free dereferer service!  

Use HideRef for your website

If you frequently need to hide referer, feel free to integrate the HideRef service into your web site. Here are some code examples for common environments:

PHP example

<?php
function deref($strUrl)
{
  return "http://deref.net/?".$strUrl;
}
?>

<a href="<?= deref("http://www.example.com") ?>">Link</a>
      

ASP example

<%
function deref(strUrl)
  hideref = "http://deref.net/?" & server.strUrl
end function
%>

<a href="<%= deref("http://www.example.com") %>">Link</a>
      

JavaScript example

<script language="JavaScript">
function deref(strUrl)
{
  return "http://deref.net/?"+strUrl;
}
</script>

<a href="http://www.example.com" 
   onclick="window.location.href=deref(this.href); 
   return false;">Link</a>
      

MN-Shop.com
 
 
© DeRef 2024
MN-Shop.com