05-24-2020, 10:56 AM
Hi,
Please let me know if this is the script you use in surf.php and if I decide to buy this script where I should place it - on the same hosting account where I have TE Pro or it would be more good to install it on another hosting account?
Would it be better to create a subdomain and install it there?
Which of the options is the best?
In surf.php I should change the line:
http://dereferer.netcshop.com/
with
http://my-subdomain.domain.com/
Now we can use the new HTML standard (version 5) that provides a native noreferrer attribute.
What is the difference between this and your script?
I am using this for a while:
What do you think about this?
Thanks
Best Regards!
Please let me know if this is the script you use in surf.php and if I decide to buy this script where I should place it - on the same hosting account where I have TE Pro or it would be more good to install it on another hosting account?
Would it be better to create a subdomain and install it there?
Which of the options is the best?
In surf.php I should change the line:
http://dereferer.netcshop.com/
with
http://my-subdomain.domain.com/
Now we can use the new HTML standard (version 5) that provides a native noreferrer attribute.
Code:
<meta name="referrer" content="no-referrer">
What is the difference between this and your script?
I am using this for a while:
Code:
<script>
delete window.document.referrer;
window.document.__defineGetter__('referrer', function () {
return "https://google.com/search?q=traffic-exchange";
});
</script>
What do you think about this?
Thanks
Best Regards!