Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
s60addict
Worker
Worker



Joined: Jun 11, 2006
Posts: 206
Location: http://www.s60Addict.co.nr

PostPosted: Mon Sep 11, 2006 6:05 am Reply with quote

hi guys

is there any php script that has "Anonymous Hyperlink Redirection" which hides the referrer from which the link is referred ???

To use the anonymous redirection, u have to write sumthin like [ Only registered users can see links on this board! Get registered or login! ]

Thanks !

_________________
The Symbian Addiction 
View user's profile Send private message Visit poster's website
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Mon Sep 11, 2006 10:27 am Reply with quote

Hides the referrer from what?

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
s60addict







PostPosted: Mon Sep 11, 2006 10:30 am Reply with quote

Well, hiding the referrer from his site link being displayed in the other person's statistics !!!

it is same as anonym.to does !!! but anonym is dedicated for these links while i want a single file redirection script which can hide my referring identity from being listed in the stats of the other person !!!
 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Mon Sep 11, 2006 11:18 am Reply with quote

Unfortunatley that's not built into phpNuke. You'll need to add some code to basically every module throughout phpNuke to get that to function.

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
s60addict







PostPosted: Mon Sep 11, 2006 11:21 am Reply with quote

no no !!!

i dont need a phpnuke script but just a simple PHP script !!! single file !!!
 
evaders99







PostPosted: Mon Sep 11, 2006 11:31 am Reply with quote

Do a search and replace string for every href= line
 
s60addict







PostPosted: Mon Sep 11, 2006 11:32 am Reply with quote

i have performed a search but cant find the script im looking for !!!
 
s60addict







PostPosted: Mon Sep 11, 2006 11:59 am Reply with quote

i actually mean that How do I hide my referrer URL from other websites? If someone clicks on a link from my website and goes to the other, how do I hide my referrer URL from it?
 
kguske







PostPosted: Mon Sep 11, 2006 1:45 pm Reply with quote

It would help to understand how referrer's work. Since it's controlled by the browser, it isn't something you can control on your site, at least not for referrers on the sites to which you link, unless you can convince all your visitors to use a custom browser or one that disables referrers.

But you can use a dereferer service to sort of spoof the referrer. To do this, your links would have to change. For more information, see this.

Also, adding exclamation points to everything you say doesn't encourage people to respond.
 
kguske







PostPosted: Mon Sep 11, 2006 1:48 pm Reply with quote

OK, so before you respond with more exclamation points... anonym.to IS a dereferer, and no, there isn't a way to do this from your own site - at least not that I'm aware of.
 
kguske







PostPosted: Mon Sep 11, 2006 1:54 pm Reply with quote

A quick Google search of "php dereferer script" found this:
[ Only registered users can see links on this board! Get registered or login! ]

But there is some question as to whether it works.
 
s60addict







PostPosted: Tue Sep 12, 2006 1:52 am Reply with quote

ok thanks for ur help !!!

if there;s no working script, then ill go for anynoym.to !

Thanks anyways !
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Tue Sep 12, 2006 6:26 am Reply with quote

I reviewed that simple approach in the last link that kguske posted as well as the replies. I wonder if this would keep the session id from showing up in the headers?

Code:
<?php

session_destroy();
header("Location: " . $site );
?>


Unfortunately I really do not have time to test it out, but thought I'd mention it in case others have an opinion on this. Since the "user" is already exiting the site to go somewhere else, what harm would it cause to kill the session? Guess it would depend on the use model...

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
s60addict







PostPosted: Tue Sep 12, 2006 6:37 am Reply with quote

Warning: Cannot modify header information - headers already sent by *******/****/
 
montego







PostPosted: Tue Sep 12, 2006 7:23 am Reply with quote

Does it work if you comment out the line with "session_destroy();" in it?

If so, then scratch my idea... Sad
 
kguske







PostPosted: Tue Sep 12, 2006 9:58 am Reply with quote

That's essentially what the phpbuilder post suggested.
 
s60addict







PostPosted: Tue Sep 12, 2006 11:24 pm Reply with quote

Well, i had the script without the session_destroy(); for a long time and it works fine !! but it still sends the referrer information !!!
 
jaded
Theme Guru



Joined: Nov 01, 2003
Posts: 1006

PostPosted: Wed Sep 13, 2006 6:05 am Reply with quote

I do not really see why anyone needs to hide their referer link to another site.

_________________
Themes BB Skins [ Only registered users can see links on this board! Get registered or login! ]
Graphic Tees [ Only registered users can see links on this board! Get registered or login! ]
Paranormal Tees [ Only registered users can see links on this board! Get registered or login! ]
Ghost Stories & More [ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message Visit poster's website
montego







PostPosted: Wed Sep 13, 2006 6:18 am Reply with quote

s60addict wrote:
Well, i had the script without the session_destroy(); for a long time and it works fine !! but it still sends the referrer information !!!

And did you read the comments that were attached to that article ??? Sounds like it does not work with all set ups !!!
 
evaders99







PostPosted: Wed Sep 13, 2006 7:39 am Reply with quote

Referer is a standard for HTTP traffic, I don't think you're going to find a way to do this without

a) redirecting through some 3rd party site... probably not ethical at all
OR
b) making everyone install a firewall that strips referrers
 
kandyflex
New Member
New Member



Joined: Sep 19, 2006
Posts: 3

PostPosted: Tue Sep 19, 2006 9:51 pm Reply with quote

I actually like using http://referhide.com to hide my referrer information - it works a treat.
 
View user's profile Send private message
electric31
New Member
New Member



Joined: Jan 23, 2007
Posts: 1

PostPosted: Tue Jan 23, 2007 7:43 am Reply with quote

kandyflex wrote:
I actually like using http://referhide.com to hide my referrer information - it works a treat.


Thanks for this, does anyone have a script to do this without using that website?

_________________
[ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message
ultrazoom
New Member
New Member



Joined: Feb 24, 2007
Posts: 1

PostPosted: Sat Feb 24, 2007 3:42 pm Reply with quote

try [ Only registered users can see links on this board! Get registered or login! ]
but all them doesn't work with IE7

_________________
[ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message
klingyrule
New Member
New Member



Joined: Jul 09, 2008
Posts: 1

PostPosted: Wed Jul 09, 2008 12:18 pm Reply with quote

I use HideRefer.com to Hide my referrer URL
 
View user's profile Send private message
grino2
New Member
New Member



Joined: Sep 03, 2008
Posts: 1

PostPosted: Wed Sep 03, 2008 7:45 pm Reply with quote

hiderefer.com worked great! Thanks
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©