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)
-   -   lost search engines traffic ?? (https://gfy.com/showthread.php?t=385184)

Fabien 11-08-2004 05:11 AM

lost search engines traffic ??
 
Guys, i want to redirect certain search engines to (let's say a sponsor) instead of the url of my damn trade script !!!

Ex: I'm third on "letssearchtheweb.com" with "blue midget" as keyword but the thing is, the url that is showing up is:
http://www.mysite.com/out.php?url=h...etrafficandiget theserverloadforpeanuts.com/hisgallery.htm
So, when you click on the link, you ain't going to my site but to his gallery. I get the server load and he gets the hit !!!

1) What do i put in my htaccess
2) Is it possible to keep the good listing if redirected ?

I tried this in the htaccess:
Redirect /out.php http://www.mysponsor.com/
but ALL the out.php goes to the sponsor, so it ain't good

Thanks a lot !

EddiePulp 11-08-2004 05:32 AM

Sorry not sure of the exact code, but google has blacklisted one of my domains for doing that before :S

OWNED 11-08-2004 05:48 AM

Quote:

Originally posted by Fabien
Guys, i want to redirect certain search engines to (let's say a sponsor) instead of the url of my damn trade script !!!

Ex: I'm third on "letssearchtheweb.com" with "blue midget" as keyword but the thing is, the url that is showing up is:
http://www.mysite.com/out.php?url=h...etrafficandiget theserverloadforpeanuts.com/hisgallery.htm
So, when you click on the link, you ain't going to my site but to his gallery. I get the server load and he gets the hit !!!

1) What do i put in my htaccess
2) Is it possible to keep the good listing if redirected ?

I tried this in the htaccess:
Redirect /out.php http://www.mysponsor.com/
but ALL the out.php goes to the sponsor, so it ain't good

Thanks a lot !

Speak fucking English.

Dynamix 11-08-2004 06:42 AM

Build a quick PHP script that matches REFERRER to the search engine domain. If there's a match, send to your sponsor.. if not, send to your homepage :2 cents:

Dynamix 11-08-2004 06:47 AM

OPTION TWO:

Replace out.php with a script that sends to your sponsor. Rename original out.php as out2.php, then update your settings in your thumb/trade script so it sends all clicks to out2.php.

Fabien 11-08-2004 07:13 AM

Quote:

Originally posted by OWNED
Speak fucking English.

You run trade scripts as i see :1orglaugh

Fabien 11-08-2004 07:14 AM

Quote:

Originally posted by Dynamix
OPTION TWO:

Replace out.php with a script that sends to your sponsor. Rename original out.php as out2.php, then update your settings in your thumb/trade script so it sends all clicks to out2.php.

Hummmmmmmmmmmmmmmmm
NEAT
I'll give it shot for sure !
Thanks

Napolean 11-08-2004 07:17 AM

if(strstr($HTTP_REFERER,"google")!=0) {

header("Location: http://sponsorurl.com");

}

modify as needed =P

that'll be $1500 kthx

WiredGuy 11-08-2004 09:07 AM

If you're going to do this, make sure you redirect surfers only and not googlebot spiders, otherwise you're likely to lose your traffic.

WG


All times are GMT -7. The time now is 04:20 PM.

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