GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Whats the fastest way to do a redirect? (https://gfy.com/showthread.php?t=589949)

clickhappy 03-23-2006 09:25 AM

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?

FuqALot 03-23-2006 09:29 AM

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.

Manowar 03-23-2006 09:30 AM

i use 403

Downtime 03-23-2006 09:37 AM

an Easy Button from Staples.

Tom_PM 03-23-2006 09:40 AM

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.

XxXotic 03-23-2006 09:41 AM

PHP Code:

<?php
header
("Location: http://www.yoursite.com");
exit;
?>

name it whatever .php

clickhappy 03-23-2006 09:53 AM

awesome thanks guys :thumbsup

--MARIAN-- 03-23-2006 10:42 AM

I use 404 for redirection. I'm not much into servers and stuff but I was told so by an apache administrator :)

4Pics 03-23-2006 11:23 AM

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.

CyberHustler 03-23-2006 11:26 AM

Quote:

Originally Posted by XxXotic
PHP Code:

<?php
header
("Location: http://www.yoursite.com");
exit;
?>

name it whatever .php

IS THAT LIKE AN EXIT CONSOLE OR SOMESHIT?

4Pics 03-23-2006 11:28 AM

Quote:

Originally Posted by BuySexProducts
IS THAT LIKE AN EXIT CONSOLE OR SOMESHIT?

no that's how in php you do a header redirect, where the user won't see the redirect, the other way is with a meta refresh.

Brad Gosse 03-23-2006 12:41 PM

.htaccess is faster


Redirect /links_in/001/ http://url.com
Redirect /links_in/002/ http://url.com

Sinstar 03-23-2006 12:42 PM

Quote:

Originally Posted by Downtime
an Easy Button from Staples.

rofl, I almost choked on that one :P

Calvinguy 03-23-2006 12:45 PM

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?

datatank 03-23-2006 12:46 PM

Quote:

Originally Posted by 4Pics
no that's how in php you do a header redirect, where the user won't see the redirect, the other way is with a meta refresh.

Java script will usually not show the referer


All times are GMT -7. The time now is 05:15 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123