03-05-2019, 07:31 PM
Hello,
The "Hide Referrer" option still does not work.
I have two Premium users (one of them also bought some points) and they used "Hide Referrer" option.
The problem is that the sites they add are not loading correctly
Here's only one example that generates a 404 page:
https://www.traffic-engine.com/dereferer.netcshop.com/?https%3A%2F%2Fwebmaxi.ro%2Fcalculatoare%2Fmagazin-online-componente
In functions i have:
function noReferrer($strUrl)
{
return "noreferrer.org/?".urlencode($strUrl);
}
In surf.php I have :
}else if($surfing_site['referer'] == '1') {
$url = noReferrer($surfing_site['url']);
}
What is wrong?
If you have a dereferrer script that I could run on one of my domains to make things work it would be great, or any other solution that would make "Hide Referrer" to work well.
Thanks.
Best Regards!
The "Hide Referrer" option still does not work.
I have two Premium users (one of them also bought some points) and they used "Hide Referrer" option.
The problem is that the sites they add are not loading correctly
Here's only one example that generates a 404 page:
https://www.traffic-engine.com/dereferer.netcshop.com/?https%3A%2F%2Fwebmaxi.ro%2Fcalculatoare%2Fmagazin-online-componente
In functions i have:
function noReferrer($strUrl)
{
return "noreferrer.org/?".urlencode($strUrl);
}
In surf.php I have :
}else if($surfing_site['referer'] == '1') {
$url = noReferrer($surfing_site['url']);
}
What is wrong?
If you have a dereferrer script that I could run on one of my domains to make things work it would be great, or any other solution that would make "Hide Referrer" to work well.
Thanks.
Best Regards!