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 03-13-2004, 06:28 PM   #1
Theo
HAL 9000
 
Industry Role:
Join Date: May 2001
Posts: 34,515
If you buy traffic or own paysites, this {code} can help you

from the possibility one of the traffic affiliates or your paysite affiliates to send traffic from sites you do not want. It's a code you add to your .htaccess

A week ago some SE affiliate sent to one of our promo pages a single click from a domain having the word underage. (didnt have any illegal stuff..thank god) The sponsor reviewed their log files and terminated our account, something that costed us couple grands....

ok here's the code

[PHP]
# --------------------[ WE DO NOT WANT SUCH TRAFFIC AND WE BLOCK IT ]-----------------------

Options +FollowSymlinks
RewriteEngine on

#RewriteMap offender txt:./foul.map

#RewriteCond %{HTTP_REFERER} !=""
#RewriteCond ${offender:%{HTTP_REFERER}} ^-$
#RewriteRule ^(.*) http://blocked/ [R,L]

RewriteCond %{HTTP_REFERER} scat [NC,OR]
RewriteCond %{HTTP_REFERER} illegal [NC,OR]
RewriteCond %{HTTP_REFERER} beast [NC,OR]
RewriteCond %{HTTP_REFERER} lolita [NC]
RewriteRule ^(.*) http://blocked/ [L]

[PHP]


remove php tags,you add this code to your htaccess file
for each word you want to block use the following more times:

RewriteCond %{HTTP_REFERER} wordiwanttoblock [NC,OR]

Last edited by Theo; 03-13-2004 at 06:31 PM..
Theo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 06:40 PM   #2
Juicy D. Links
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
Juicy D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 06:42 PM   #3
McKracken
Confirmed User
 
Join Date: Jan 2004
Location: Drunkville
Posts: 703
Did you see the memo about this?
__________________

MAKE BIG $$$ - NEW MANINSTREAM SITE BETA LAUNCHES SEPTEMBER!
* e-mail for more info [email protected] *
McKracken is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 06:50 PM   #4
Rorschach
So Fucking Banned
 
Join Date: Aug 2002
Posts: 5,579
There's nothing wrong with scat or beast.
Rorschach is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 06:50 PM   #5
Project-Shadow
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 7,340
Not saying that any of the above things are correct or right etc. But wouldnt it be more appropriate to say redirect the surfer to your site removing any current refferal info? E.G sending them to www.yoursite.com/index2.html framing the main site?
Project-Shadow is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 07:07 PM   #6
Theo
HAL 9000
 
Industry Role:
Join Date: May 2001
Posts: 34,515
well the point is not to receive any traffic related with the above, not to just avoid your sponsor seen the refferal, that could have been done as you said with a simple redirection. The chances to receive such kind of traffic are minimal....but its better to eliminate it.
Theo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 07:08 PM   #7
BradM
Confirmed User
 
Join Date: Dec 2003
Location: 1123,6536,5231
Posts: 3,397
Good job S_R.
Thanks
BradM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 07:10 PM   #8
Doctor Dre
Too lazy to set a custom title
 
Doctor Dre's Avatar
 
Industry Role:
Join Date: Jan 2001
Posts: 51,692
Quote:
Originally posted by McKracken
Did you see the memo about this?
What's up with your memo things and threads ?
__________________
Quote:
Originally Posted by rayadp05 View Post
I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?
Doctor Dre is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 07:11 PM   #9
Doctor Dre
Too lazy to set a custom title
 
Doctor Dre's Avatar
 
Industry Role:
Join Date: Jan 2001
Posts: 51,692
Who's the sponsor ? If they'd terminate my account for something I didn't do, I'd fucking expose them and make them shit in their pants.
__________________
Quote:
Originally Posted by rayadp05 View Post
I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?
Doctor Dre is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 07:37 PM   #10
SABAI
Confirmed User
 
Join Date: Jan 2001
Location: footmaniac.com
Posts: 2,880
for once some useful info ,,, thanks a bunch
__________________
SABAI is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-13-2004, 07:44 PM   #11
some_idiot
Confirmed User
 
Join Date: May 2002
Location: Doesn't matter, I'm not buying you another pint!
Posts: 1,511
Hmmm seems funny...

Surfer SEs, hits affiliate, picks up aff ref, hits you, doesn't pick
up your ref, hits sponsor, sponsor sees aff ref.

Something was broken large in the http chain on that one.
The sponsor should have never gotten the aff ref. Seems to
me that a browser that broken, it wouldn't help to force even
the extra landing page.
__________________

This AVS pays my mortgage!
some_idiot 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.