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)
-   -   Does anybody have a code to redirect google traffic (https://gfy.com/showthread.php?t=557516)

Dirty F 12-28-2005 11:55 AM

Does anybody have a code to redirect google traffic
 
Javascript so mr bot won't notice it. Or any other code that won't get me banned.

I search for 2.32 hours and 5 seconds with google and could could not find it.

Dirty F 12-28-2005 11:56 AM

If you don't want to post it here for whatever reason then please hit me up.

95164758

Juicy D. Links 12-28-2005 11:58 AM

mainstream Franck

SmokeyTheBear 12-28-2005 11:58 AM

sowwy franck i forgots .. icq on.

pornguy 12-28-2005 11:58 AM

I have something that you can use. It is on my laptop. So if you dont find something, hit me up in about 3 hours.

pornguy 12-28-2005 11:59 AM

Never mind. I had the same thing that smokey os going to give you.

Dirty F 12-28-2005 12:01 PM

Cool cool, thanks peeps.

austinth 12-28-2005 12:11 PM

oh yeah, image redirect code is totally tits! thanks smokey!

BV 12-28-2005 12:20 PM

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refarray = new Array();
refarray['excite.com'] = "http://www.domain.com?from=excite";
refarray['google.com'] = "http://www.domain.com?from=google";
refarray['yahoo.com'] = "http://www.domain.com?from=yahoo";
refarray['altavista.com'] = "http://www.domain.com?from=altavista";
refarray['alltheweb.com'] = "http://www.domain.com?from=alltheweb";
refarray['msn.com'] = "http://www.domain.com?from=msn";
refarray['lycos.com'] = "http://www.domain.com?from=lycos";
refarray['infoseek.com'] = "http://www.domain.com?from=infoseek";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) window.location.replace(refarray[i]);
}
// End -->
</script>

Dirty F 12-28-2005 12:55 PM

Awesome, that works! Thanks.

BV 12-28-2005 01:05 PM

Quote:

Originally Posted by Franck
Awesome, that works! Thanks.


:thumbsup .......................

SmokeyTheBear 12-28-2005 01:16 PM

Quote:

Originally Posted by BV
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refarray = new Array();
refarray['excite.com'] = "http://www.domain.com?from=excite";
refarray['google.com'] = "http://www.domain.com?from=google";
refarray['yahoo.com'] = "http://www.domain.com?from=yahoo";
refarray['altavista.com'] = "http://www.domain.com?from=altavista";
refarray['alltheweb.com'] = "http://www.domain.com?from=alltheweb";
refarray['msn.com'] = "http://www.domain.com?from=msn";
refarray['lycos.com'] = "http://www.domain.com?from=lycos";
refarray['infoseek.com'] = "http://www.domain.com?from=infoseek";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) window.location.replace(refarray[i]);
}
// End -->
</script>


good code , might wanna change the window.location.replace to top so it works for frames

Dirty F 12-28-2005 02:43 PM

Crap...it does redirect se traffic but not the google image traffic. I guess its the frame messing it up.

studiocritic 12-28-2005 02:51 PM

this is a risky way of doing it.. look back through my threads where i talked about cloaking

Dirty F 12-28-2005 06:31 PM

Quote:

Originally Posted by studiocritic
this is a risky way of doing it.. look back through my threads where i talked about cloaking


Hmm, anything less risky maybe?

Deputy Chief Command 12-28-2005 06:34 PM

what with all the n00b threads franck?

cmos 12-28-2005 07:23 PM

Nice script.

pornguy 12-28-2005 07:25 PM

Quote:

Originally Posted by Deputy Chief Command
what with all the n00b threads franck?

Its called needing help, and not being afraid to ask for it.

Screaming 12-28-2005 07:27 PM

Thanks, I needed that code as well.

Dirty F 12-28-2005 07:30 PM

Quote:

Originally Posted by Screaming
Thanks, I needed that code as well.


Keep in mind it doesnt work with image traffic.

Dirty F 12-28-2005 07:30 PM

Quote:

Originally Posted by Deputy Chief Command
what with all the n00b threads franck?


Please show us all what a pro you are and post the correct code.

Thank you.

BV 12-28-2005 07:33 PM

Quote:

Originally Posted by Franck
Keep in mind it doesnt work with image traffic.

make the change smokey suggested and it should work as image traffic is a frame

Dirty F 12-28-2005 07:35 PM

Quote:

Originally Posted by BV
make the change smokey suggested and it should work as image traffic is a frame


I did. Didnt work.

But im not worried, Deputy command shit aka jealous little bitch is gonna post the code in a min.

Peacemaker 12-28-2005 07:35 PM

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refarray = new Array();
refarray['images.google.com'] ="http://www.domain.com?from=images.google.com";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) top.location.replace(refarray[i]);
}
// End -->
</script>

should work with google image traffic

Dirty F 12-28-2005 07:37 PM

Quote:

Originally Posted by Peacemaker
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refarray = new Array();
refarray['images.google.com'] ="http://www.domain.com?from=images.google.com";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) top.location.replace(refarray[i]);
}
// End -->
</script>

should work with google image traffic

Aaaawesome...gonna try it now.

Peacemaker 12-28-2005 07:39 PM

Quote:

Originally Posted by Franck
Aaaawesome...gonna try it now.

no problem.
hope it works ;)
and if so, answer my .htaccess question please (other thread) :>

Dirty F 12-28-2005 07:44 PM

Deputy bitch...i'm also waiting for your code.

Its taking too long....youre not asking other people are you?

BV 12-28-2005 07:52 PM

Quote:

Originally Posted by Franck
Aaaawesome...gonna try it now.

did it work?

Dirty F 12-28-2005 07:58 PM

Quote:

Originally Posted by BV
did it work?


No it did not :(

Shit.

Deputy bitch where are you?

Dirty F 12-28-2005 08:04 PM

Bump for the jealous little bitch. He did not suddenly dissapear did he?

Dirty F 12-28-2005 08:27 PM

Looks like the PRO is gone. What a surprise

Dirty F 12-29-2005 06:32 AM

DAAAAMN deputy little bitch, STILL no code??

Brujah 12-29-2005 06:37 AM

Here ya go Franck, just put this in your .htaccess.

Deny from google.com

Deputy Chief Command 12-29-2005 06:41 AM

finally Franck comes to his senses


but seriously , you should stop talking to yourself, its not healthy , especially when you start cussing yourself out

Dirty F 12-29-2005 06:44 AM

Quote:

Originally Posted by Deputy Chief Command
finally Franck comes to his senses


but seriously , you should stop talking to yourself, its not healthy , especially when you start cussing yourself out


Waiit, you're not gonna post any code right? Because youre a little clueless jealous bitch who knows shit about shit. :1orglaugh :1orglaugh :1orglaugh :1orglaugh God this is hilirious...screaming and yelling in my threads..calling me a noob but look everybody little bitch doesnt seem to know it himself :1orglaugh

And thread #45 where his own stupidity backfired on him. Will it ever stop...nah. :1orglaugh

Deputy Chief Command 12-29-2005 06:48 AM

Quote:

Originally Posted by Franck
this is hilirious... :1orglaugh




yes I find this hilirious too


Quote:

Originally Posted by Franck
And thread #45 where his own stupidity backfired on him. Will it ever stop...nah. :1orglaugh


its hilirious ? isnt it ?






























English bitch! Speak it

Dirty F 12-29-2005 06:52 AM

Oh, changing the subject silly little bitch?? Are you gonna attack me on my english now mr PRO.. mr PRO calling others noobs :1orglaugh

Shall i call you mr PRO from now on little bitch? :1orglaugh :1orglaugh

Fuck im gonna bump this thread forever so the few people who didnt know you yet can see your stupdity with their own eyes.

I might even make a new post about it.

Deputy Chief Command 12-29-2005 07:03 AM

I saggest yu seek holp

Dirty F 12-29-2005 07:05 AM

Quote:

Originally Posted by Deputy Chief Command
I saggest yu seek holp


Little biiiiitchh got owned real fucking bad..like usual :1orglaugh

Keep trying little bitch. Maybe one day a thread wont backfire on you...i'd say its a small chance but who knows :1orglaugh

MR PRO hahahaha

Jealous little bitch aka stalking little bitch aka compulsive liar aka mr PRO! :1orglaugh

Mr pro calling out the noobs, god, what a fucking joke you are.

Dirty F 12-29-2005 07:07 AM

Quote:

Originally Posted by Deputy Chief Command
what with all the n00b threads franck?


:1orglaugh :1orglaugh

You tell me little bitch :1orglaugh

Deputy Chief Command 12-29-2005 07:19 AM

seriously dude ,seek help now! and I am not talking about your n00b ass script problems

Dirty F 12-29-2005 07:28 AM

Quote:

Originally Posted by Deputy Chief Command
seriously dude ,seek help now! and I am not talking about your n00b ass script problems


:1orglaugh :1orglaugh :1orglaugh :1orglaugh :1orglaugh

MR PRRROOOOO

Tell us noobs how it is mr pro! You know so much :1orglaugh :1orglaugh

Dirty F 12-29-2005 08:30 AM

Found the code already mr pro? Please show us noobs.

Dirty F 12-29-2005 08:58 AM

Little bitch, come on now, we noobs are waiting for your code. Im sure your code works the best of them all. Show us how its done oh great one!

Juicy D. Links 12-29-2005 09:03 AM

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refarraymainstream = new Array();
var MainstreamFranck = new Array();
refarrayfranckisgay['images.google.com'] ="http://www.domain.com?from=images.google.com";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) top.location.replace(refarrayFranckLikesCock[i]);
}
// End -->
</script>

fetishblog 12-29-2005 09:05 AM

This thread makes me laugh.

Dirty F 12-29-2005 09:25 AM

Quote:

Originally Posted by fetishblog
This thread makes me laugh.


Because of little bitch making a fool of himself?

Deputy Chief Command 12-30-2005 06:50 AM

I need to bump this

Dirty F 12-30-2005 06:57 AM

Quote:

Originally Posted by Deputy Chief Command
I need to bump this


:1orglaugh :1orglaugh I'm glad you did little bitch. Please keep bumping it.


All times are GMT -7. The time now is 07:38 PM.

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