Hey,
I was just wondering where the hideref function is actually being called from.
I have checked in system/libs/functions.php and replaced:
With
But it still continues to use hideref over Custom Links.
The main reason I am wondering if because Hideref doesn't actually hide the referrer, even by using it's own test.
When visiting http://hideref.org/?http://hideref.org/test.html it results in:
[IMG]Hidden content for guests[/IMG]
However when I use http://***.net/link?http://hideref.org/test.html it results in:
[IMG]Hidden content for guests[/IMG]
Which clearly does work.
Thanks
I was just wondering where the hideref function is actually being called from.
I have checked in system/libs/functions.php and replaced:
PHP Code:
Hidden content for guests
With
PHP Code:
Hidden content for guests
But it still continues to use hideref over Custom Links.
The main reason I am wondering if because Hideref doesn't actually hide the referrer, even by using it's own test.
When visiting http://hideref.org/?http://hideref.org/test.html it results in:
[IMG]Hidden content for guests[/IMG]
However when I use http://***.net/link?http://hideref.org/test.html it results in:
[IMG]Hidden content for guests[/IMG]
Which clearly does work.
Thanks