|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Mar 2004
Posts: 4,027
|
Whats the fastest way to do a redirect?
I want to put a blank redirect page between my gallery ads and the sponsor, so the sponsor doesnt see my ads and steal my text and ideas, and show it to newbies to give them ideas (its happened twice).
But I dont want a redirect thats going to hang and then the surfers get tired or annoyed and leave. So whats the best way to put a redirect, or just a barrier between my galleries and the sponsor? |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Dec 2001
Location: Malibu
Posts: 3,817
|
I use php for this.
Then I link from my pages to the sponsor by linking to: redir.php?sponsorname Redir.php has an array with sponsornames and sites and then redirs to the right site. Your sponsor will then see the redir.php site as the ref. |
|
|
|
|
|
#3 |
|
jellyfish
Join Date: Dec 2003
Posts: 71,528
|
i use 403
|
|
|
|
|
|
#4 |
|
Confirmed User
Industry Role:
Join Date: May 2004
Location: America.
Posts: 7,320
|
an Easy Button from Staples.
__________________
#27024067 |
|
|
|
|
|
#5 |
|
Porn Meister
Industry Role:
Join Date: Feb 2005
Posts: 16,443
|
php header: location?
btw: that sucks that someone is showing your pages as a sample to help others without your permission. I wouldnt like that at all, nor would I do it.
__________________
43-922-863 Shut up and play your guitar.
|
|
|
|
|
|
#7 |
|
Confirmed User
Industry Role:
Join Date: Mar 2004
Posts: 4,027
|
awesome thanks guys
|
|
|
|
|
|
#8 |
|
Confirmed User
Industry Role:
Join Date: Apr 2002
Location: Europe
Posts: 298
|
I use 404 for redirection. I'm not much into servers and stuff but I was told so by an apache administrator
|
|
|
|
|
|
#9 |
|
Confirmed User
Industry Role:
Join Date: Dec 2001
Posts: 7,952
|
if you do header redirect, it will still carry the url, so the sponsor can still go see the text. You need to hide the referring url which i'm not sure how to do.
|
|
|
|
|
|
#10 | |
|
Masterbaiter
Industry Role:
Join Date: Feb 2006
Posts: 26,549
|
Quote:
|
|
|
|
|
|
|
#11 | |
|
Confirmed User
Industry Role:
Join Date: Dec 2001
Posts: 7,952
|
Quote:
|
|
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: Jan 2002
Location: Carpal Tunnel
Posts: 2,616
|
__________________
Free Clipart |
|
|
|
|
|
#13 | |
|
Confirmed User
Join Date: Mar 2006
Posts: 1,206
|
Quote:
|
|
|
|
|
|
|
#14 |
|
Confirmed User
Join Date: Oct 2002
Location: European Union
Posts: 1,752
|
The only way to hide the referring url is to use a meta refresh on a landing page.
Are you hiding something from the sponsor? |
|
|
|
|
|
#15 | |
|
Confirmed User
Join Date: Aug 2004
Location: My dog is blacker than Tupac
Posts: 5,471
|
Quote:
|
|
|
|
|