PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
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 Back to top

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 to the forums!


Thanks !
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4687

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

Hides the referrer from what?
View user's profile Send private message
s60addict
Worker
Worker


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

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

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 !!!
View user's profile Send private message Visit poster's website
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2796

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

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.
View user's profile Send private message Visit poster's website
s60addict
Worker
Worker


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

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

no no !!!

i dont need a phpnuke script but just a simple PHP script !!! single file !!!
View user's profile Send private message Visit poster's website
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2796

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

Do a search and replace string for every href= line
View user's profile Send private message Visit poster's website
s60addict
Worker
Worker


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

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

i have performed a search but cant find the script im looking for !!!
View user's profile Send private message Visit poster's website
s60addict
Worker
Worker


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

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

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?
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4687

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

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
Only registered users can see links on this board!
Get registered or login to the forums!
.

Also, adding exclamation points to everything you say doesn't encourage people to respond.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4687

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

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.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4687

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

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


But there is some question as to whether it works.
View user's profile Send private message
s60addict
Worker
Worker


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

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

ok thanks for ur help !!!

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

Thanks anyways !
View user's profile Send private message Visit poster's website
montego
Site Admin


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

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

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...
View user's profile Send private message Visit poster's website
s60addict
Worker
Worker


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

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

Warning: Cannot modify header information - headers already sent by *******/****/
View user's profile Send private message Visit poster's website
montego
Site Admin


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

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

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

If so, then scratch my idea... Sad
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4687

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

That's essentially what the phpbuilder post suggested.
View user's profile Send private message
s60addict
Worker
Worker


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

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

Well, i had the script without the session_destroy(); for a long time and it works fine !! but it still sends the referrer information !!!
View user's profile Send private message Visit poster's website
jaded
Theme Guru


Joined: Nov 01, 2003
Posts: 914

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

I do not really see why anyone needs to hide their referer link to another site.
View user's profile Send private message Visit poster's website
montego
Site Admin


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

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

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 !!!
View user's profile Send private message Visit poster's website
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2796

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

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
View user's profile Send private message Visit poster's website
kandyflex
New Member
New Member


Joined: Sep 19, 2006
Posts: 3

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

I actually like using
Only registered users can see links on this board!
Get registered or login to the forums!
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 Back to top

kandyflex wrote:
I actually like using
Only registered users can see links on this board!
Get registered or login to the forums!
to hide my referrer information - it works a treat.


Thanks for this, does anyone have a script to do this without using that website?
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 Back to top

try
Only registered users can see links on this board!
Get registered or login to the forums!

but all them doesn't work with IE7
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 Back to top

I use
Only registered users can see links on this board!
Get registered or login to the forums!
to
Only registered users can see links on this board!
Get registered or login to the forums!
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 Back to top

hiderefer.com worked great! Thanks
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum