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.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-07-2004, 04:09 PM   #1
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
:mad 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
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:14 PM   #2
powerbubba
Confirmed User
 
Join Date: Jan 2004
Posts: 358
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.
__________________
GreatGirls.com
[email protected]
CrowsCrypt.com - Exclusive High Quality Goth
www.crowscrypt.com
powerbubba is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:16 PM   #3
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
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.
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:16 PM   #4
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.hisdomain.com/page.html [NC]
RewriteRule .* http://redir.com [R,L]

Something like that
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:17 PM   #5
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
I wonder if I can put 404 redirecting .htaccess into the folder ?
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:18 PM   #6
cheese
Confirmed User
 
Join Date: Jul 2002
Posts: 239
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
__________________
blah blah blah...
cheese is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:18 PM   #7
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
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.
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:19 PM   #8
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
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
He only wanna redirect from one Referer, not everything that hits /stats/
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:20 PM   #9
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
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
But, that would redirect every user trying to log in.
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:22 PM   #10
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
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.
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:22 PM   #11
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
cool. Thank you
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.

Last edited by Adult Site Traffic; 01-07-2004 at 04:25 PM..
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:24 PM   #12
cheese
Confirmed User
 
Join Date: Jul 2002
Posts: 239
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.
__________________
blah blah blah...
cheese is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:26 PM   #13
cheese
Confirmed User
 
Join Date: Jul 2002
Posts: 239
hehe
always late on the draw
__________________
blah blah blah...
cheese is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:29 PM   #14
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
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.
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.

Last edited by Adult Site Traffic; 01-07-2004 at 04:33 PM..
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:33 PM   #15
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 04:45 PM   #16
powerbubba
Confirmed User
 
Join Date: Jan 2004
Posts: 358
ok....who edited my post and why.....
__________________
GreatGirls.com
[email protected]
CrowsCrypt.com - Exclusive High Quality Goth
www.crowscrypt.com
powerbubba is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:02 PM   #17
Turboface
Back in Black
 
Turboface's Avatar
 
Industry Role:
Join Date: Mar 2002
Posts: 9,976
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


Turboface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:09 PM   #18
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
Thank you for the file Pat. I may still need it
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:17 PM   #19
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
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.
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:31 PM   #20
powerbubba
Confirmed User
 
Join Date: Jan 2004
Posts: 358
ah, thanks....
__________________
GreatGirls.com
[email protected]
CrowsCrypt.com - Exclusive High Quality Goth
www.crowscrypt.com
powerbubba is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:32 PM   #21
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
Quote:
Originally posted by powerbubba
ah, thanks....
Hit "Quote" on my post up there and look at the source
__________________

ALL Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:33 PM   #22
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
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


I'm no htaccess guru but I think you're redirecting a link hotten back to his home page? What's the deal there?
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-07-2004, 05:36 PM   #23
Adult Site Traffic
Confirmed User
 
Join Date: Mar 2003
Location: South-East of the Border of Disorder
Posts: 5,093
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 Domains and Websites are GOING AWAY NOW! Ask me!
Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

.:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
Adult Site Traffic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.