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)
-   -   I need some help redirecting a referring URL please. Main page getting hit .. (https://gfy.com/showthread.php?t=218112)

Adult Site Traffic 01-07-2004 04:09 PM

I need some help redirecting a referring URL please. Main page getting hit ..
 
I made an agreement with someone to send traffic into my script.

After being paid for half a million hits, he disappeared for 2 days.

He comes online last night about how sorry he is and how he's wrapped up in internext and all, so, I decided to let him send the traffic instead of demanding a full refund on the spot.

So, he adds the url and fucks it up, without even so much as checking it, he leaves again. Goddammit.. he's hitting my main stats page with traffic now ( http://adult-site-traffic.com/stats/ ), and I can't get a hold of him.

I want to somehow redirect this traffic back on his main url until he comes to his senses and wakes the fuck up.

How do I with .htaccess if I know the referring url ?

Thank you for the help,

AST 121760557

powerbubba 01-07-2004 04:14 PM

off the top of my head I'd say replace your stats page (if you can) with a simple html / JS redirect

here's what I use -

<html>
hahahahahaha>
<title>GreatGirls.com - Cute amateur teens and girls next door</title>
hahahahahaha hahahahahahahahahaha="refresh" content="0; url=http://www.greatgirls.com/preview/index.php">
</head>

hahahahahaha>
<!-- Redirect to http://www.greatgirls.com/preview/index.php -->
</hahahahahaha
</html>

naturally replace your URL with mine.

Adult Site Traffic 01-07-2004 04:16 PM

Well, I have all kinds or reditect options, but I have 200 users in /stats.

I just need to redirect one referring url back onto his main page.

swedguy 01-07-2004 04:16 PM

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.hisdomain.com/page.html [NC]
RewriteRule .* http://redir.com [R,L]

Something like that

Adult Site Traffic 01-07-2004 04:17 PM

I wonder if I can put 404 redirecting .htaccess into the folder ?

cheese 01-07-2004 04:18 PM

don't use a meta refresh.

add this to your .htaccess

Redirect temp /stats/ http://www.dumbassesspage.com/main.html

all on one line

pretty easy:thumbsup

Adult Site Traffic 01-07-2004 04:18 PM

Quote:

Originally posted by swedguy
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.hisdomain.com/page.html [NC]
RewriteRule .* http://redir.com [R,L]

Something like that

I bet that does it. Does it have to be in root or can it be in /stats ?

I have .htaccess in root now, but I can modify that.

swedguy 01-07-2004 04:19 PM

Quote:

Originally posted by cheese
don't use a meta refresh.

add this to your .htaccess

Redirect temp /stats/ http://www.dumbassesspage.com/main.html

all on one line

pretty easy:thumbsup

He only wanna redirect from one Referer, not everything that hits /stats/

Adult Site Traffic 01-07-2004 04:20 PM

Quote:

Originally posted by cheese
don't use a meta refresh.

add this to your .htaccess

Redirect temp /stats/ http://www.dumbassesspage.com/main.html

all on one line

pretty easy:thumbsup

But, that would redirect every user trying to log in.

swedguy 01-07-2004 04:22 PM

Quote:

Originally posted by Adult Site Traffic


I bet that does it. Does it have to be in root or can it be in /stats ?

I have .htaccess in root now, but I can modify that.

If he's sending the traffic to /stats/ (or a page in /stats/), just stick it in the stats folder.

Adult Site Traffic 01-07-2004 04:22 PM

cool. Thank you :thumbsup

cheese 01-07-2004 04:24 PM

Quote:

Originally posted by Adult Site Traffic


But, that would redirect every user trying to log in.

oh, my bad:( I just skimmed through your post.

What swedguy said should work. Just make a seperate .htaccess and upload in /stats/ . No reason to put it in root.

cheese 01-07-2004 04:26 PM

hehe
always late on the draw

Adult Site Traffic 01-07-2004 04:29 PM

Quote:

Originally posted by swedguy
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.hisdomain.com/page.html [NC]
RewriteRule .* http://redir.com [R,L]

Something like that

That did it. You're my hero of the day :-)) Now my server can breathe a little bit better.

swedguy 01-07-2004 04:33 PM

:thumbsup

powerbubba 01-07-2004 04:45 PM

ok....who edited my post and why.....

Turboface 01-07-2004 05:02 PM

Here ya go:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://fastadulttraffic.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fastadulttraffic.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://stats.fastadulttraffic.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://fastadulttraffic.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fastadulttraffic.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://stats.fastadulttraffic.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.246.100.55.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.246.100.55:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.fastadulttraffic.com


:winkwink:

Adult Site Traffic 01-07-2004 05:09 PM

Thank you for the file Pat. I may still need it :)

Adult Site Traffic 01-07-2004 05:17 PM

Quote:

Originally posted by powerbubba
ok....who edited my post and why.....
Some words are edited by the board script.

like t<b></b>arget,

i<b></b>frame, etc.

powerbubba 01-07-2004 05:31 PM

ah, thanks....

Adult Site Traffic 01-07-2004 05:32 PM

Quote:

Originally posted by powerbubba
ah, thanks....
Hit "Quote" on my post up there and look at the source :)

rowan 01-07-2004 05:33 PM

Quote:

Originally posted by Turboface
Here ya go:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://fastadulttraffic.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fastadulttraffic.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://stats.fastadulttraffic.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://fastadulttraffic.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fastadulttraffic.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://stats.fastadulttraffic.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.246.100.55.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.246.100.55:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.fastadulttraffic.com


:winkwink:

I'm no htaccess guru but I think you're redirecting a link hotten back to his home page? What's the deal there?

Adult Site Traffic 01-07-2004 05:36 PM

Quote:

Originally posted by rowan


I'm no htaccess guru but I think you're redirecting a link hotten back to his home page? What's the deal there?

Basically.

Not hotlinking, but he was hitting my main stats page with an incorrect url, so I just fed it back to his images and flash files.

He added it and then walked out without checking almost 24 hours ago.

Funny thing, when this post hit, he sorta woke up and noticed.

Things that make you go 'Hmmmmmm..'

You can bet the store I'll be watching now and analyzing this a bit deeper than usual :)


All times are GMT -7. The time now is 01:50 PM.

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