The Geek Forum

  • May 16, 2024, 12:07:45 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Due to the prolific nature of these forums, poster aggression is advised.

*

Recent Forum Posts

Shout Box

Members
Stats
  • Total Posts: 129631
  • Total Topics: 7188
  • Online Today: 198
  • Online Ever: 1013
  • (January 12, 2023, 01:18:11 AM)

Author Topic: HTTP Referrer  (Read 5011 times)

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« on: January 27, 2005, 08:23:39 AM »

My Postnuke site has this module called http referrer, it basically shows all sites that link to you when people click the link and come to your site. well some people have figured out how to you this as advertising, which is kinda ridiculous since only the webmaster will see their stupid spam. its not too bad on digitaldialecte, but it is getting outta hand on drift411. on drift411, its car realted sites but there is clearly no link pointing to my site, I dont under stand this at all. my 'visits' have gone from 20-40,000 a month to 150,000 a month. I know that isnt accurate and its screwing up my statistics. anyone have any ideas on how to stop it?
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #1 on: January 27, 2005, 09:07:11 AM »

Do you have an RSS feed on that site?
Logged
Without me, it's just 'aweso'.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #2 on: January 27, 2005, 09:16:30 AM »

You could try this...

if ( eregi ("create|a list|of search|words seperated| by pipes here", $_SERVER['HTTP_REFERER' ]) ) { header("Location: http://tubgirl.com "); }

Every time you find a spammer's ID in your log, add it to the string of pipe seperated key words.

I think, if you look closely, you can see that this is a rather evil little if condition.
Logged
Without me, it's just 'aweso'.

Demosthenes

  • Evil Ex-HN Moderator
  • Administrator
  • Hacker
  • *
  • Coolio Points: +567/-72
  • Offline Offline
  • Gender: Male
  • Posts: 9904
  • Just try me. See what happens.
    • View Profile
    • Zombo
HTTP Referrer
« Reply #3 on: January 27, 2005, 11:02:23 AM »

MUAHAHAHAHAHA!

Perfect!   :lol:  :lol:  :lol:
Logged

Coolio Points: 89,000,998,776,554,211,222
Detta Puzzle Points: 45

Banning forum idiots since 2001

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #4 on: January 27, 2005, 06:58:55 PM »

where do I add that? in the http referrer index file? and I think RSS is always on in postnuke, not sure though.
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #5 on: January 27, 2005, 08:50:22 PM »

Yeah, that should work.  Just make sure you put it above ANY screen output.  It must be at the very top of the page.
Logged
Without me, it's just 'aweso'.

Anonymous

  • Guest
HTTP Referrer
« Reply #6 on: January 27, 2005, 09:48:28 PM »

I believe you can also add a line into your .htaccess file to prevent users from connecting to the server from specific referrers.

Let me know if you're really interested in it, or if you've already found a solution. I might have to really dig around for it; I don't remember it off of the top of my head.
Logged

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #7 on: January 27, 2005, 11:55:16 PM »

I'll give BizB's a go first and see how it goes :)

so the code is

if ( eregi ("create|a list|of search|words seperated| by pipes here", $_SERVER['HTTP_REFERER' ]) ) { header("Location: http://tubgirl.com "); }

what would the search words be? the site names? parts of the referring sites?
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #8 on: January 28, 2005, 08:42:13 AM »

Yeah.  For example if you're getting tons of hits from www.hackernetwork.com, and www.digitaldialecte.com you could just add "hackernetwork|digitaldialecte" to the pipe seperated list.
Logged
Without me, it's just 'aweso'.

ivan

  • Guest
HTTP Referrer
« Reply #9 on: January 28, 2005, 02:14:12 PM »

I like BizB cuz he's smart.

I'm just learning PHP.

I might be able to use this trick some day.
Logged

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #10 on: January 29, 2005, 09:06:25 AM »

ok, I finally got a chance to work o n this, but when I open the referrer file I found this:


if (!eregi("admin.php", $PHP_SELF))
{
   die ("Access Denied");
}


should I incorporate the code in here or add it before this bit?
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #11 on: January 29, 2005, 09:16:17 AM »

I would but it in the same <% %>, but above the existing code.
Logged
Without me, it's just 'aweso'.

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #12 on: January 29, 2005, 09:25:12 AM »

like so?

if ( eregi ("student-loan-consolidation|best-credit-cards|tecrep-inc|poker-rules|texas-hold-em|cheat-elite|poker-tables|unsecured-personal-loans|repair-restore-bad-credit-report-identity-theft|debt-consolidation-loans.rulo|levitra|acceptcreditcardsrealtime|", $_SERVER['HTTP_REFERER' ]) ) { header("Location: http://tubgirl.com "); }

if (!eregi("admin.php", $PHP_SELF))
{
   die ("Access Denied");
}
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #13 on: January 29, 2005, 09:28:07 AM »

Exactly like so.
Logged
Without me, it's just 'aweso'.

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #14 on: January 29, 2005, 09:55:43 AM »

awesome! thanks BizB, I'll let you know how it goes over the next week :)
Logged
This is a block of text that can be added to posts you make.

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #15 on: January 29, 2005, 03:50:56 PM »

well, I was out all day and came back and checked the referrer log and I there are 500 hits from one of the offending sites...
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #16 on: January 29, 2005, 04:04:31 PM »

Well... that sucks.

Let me give this some more thought/research.  We'll teach those bastards!
Logged
Without me, it's just 'aweso'.

hackess

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +10/-0
  • Offline Offline
  • Posts: 4733
  • DFG
    • View Profile
HTTP Referrer
« Reply #17 on: January 29, 2005, 04:29:19 PM »

.htaccess, perhaps?
Logged

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #18 on: January 29, 2005, 05:11:08 PM »

Logged
Without me, it's just 'aweso'.

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #19 on: January 29, 2005, 06:13:21 PM »

excellent, for some reason I cant access my server at the moment.. I will try this one out asap :)
Logged
This is a block of text that can be added to posts you make.

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #20 on: January 30, 2005, 06:49:02 PM »

well, this code

order allow,deny
deny from badporn.com
allow from all

didnt work


so I actually took the time to look myself and found this code


# Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www\.)?toyotanation.com.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?northwestnissans.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?gmfullsize.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?707imports.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spammersite5.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spammersite6.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?spammersite7.com.*$ [NC]
RewriteRule \.*$ http://www.tubgirl.com [R,L]

and it worked! yay! thanks for all your help guys :)
Logged
This is a block of text that can be added to posts you make.

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #21 on: February 01, 2005, 11:25:22 PM »

It's like a plague! I keep having to add to the list:

# Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www\.)?linkfilter.net.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hold-em-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?party-poker.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-xanax.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?wsop.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-holdem.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?levitra.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?strip-poker.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hold-em-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?internet-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?penis-enlargement.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-xanax.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?roulette.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?penis.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viagra.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?internet-poker.tecrep-inc.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker.tecrep-inc.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?best-credit-cards.tecrep-inc.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker-games.tecrep-inc.net.*$ [NC]
RewriteRule \.*$ http://www.tubgirl.com [R,L]
Logged
This is a block of text that can be added to posts you make.

BizB

  • Forum Moderator
  • Hacker
  • *
  • Coolio Points: +439/-15
  • Offline Offline
  • Gender: Male
  • Posts: 4324
  • Keep making circles
    • View Profile
HTTP Referrer
« Reply #22 on: February 02, 2005, 09:09:11 AM »

Looks like you should be able to just use
*play* and *poker*
Logged
Without me, it's just 'aweso'.

needles

  • Computer Whore
  • **
  • Coolio Points: +4/-0
  • Offline Offline
  • Posts: 390
    • View Profile
HTTP Referrer
« Reply #23 on: February 02, 2005, 09:56:55 AM »

*snicker* i'm sure she already  does.

anyways

Code: [Select]
penis-enlargement.learnhowtoplay.com.

your ideas intrigue me. i'd like to subscribe to your newsletter.
Logged
hey! i have enough loot to buy a sig!

pseudonymph

  • My Space Emo Attention Whore
  • **
  • Coolio Points: +84/-0
  • Offline Offline
  • Gender: Female
  • Posts: 471
  • yukaduka
    • View Profile
    • http://myspace.com/sande
HTTP Referrer
« Reply #24 on: February 20, 2005, 11:03:21 AM »

I found a simpler way:

# Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)adult(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)anal(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)mature(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)nude(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)porn(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)pussy(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)sex(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)teen(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)tits(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)poker(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)levitra(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)payday(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)phentermine(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)reductil(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)didrex(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)credit(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)loans(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)casinos(-|.).*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?linkfilter.net.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hold-em-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-hands.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casino.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?levitra.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?payday-loans.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?payday-loans.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?private-mortgage.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pay-day-loan.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-phentermine.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?reductil.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?didrex.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?credit-cards.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?888.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?valium.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?payday-loan.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?student-loans.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?personal-loans.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viagra.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viagra-online.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?carisoprodol.future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?future-2000.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?ronnieazza.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casinos.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-pharmacy.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?slot-machines.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?urlspotter.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-viagra-online.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?craps.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casino.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?empire-poker.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?party-poker.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?personal-loans.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?loans.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-phentermine.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-gambling.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?watches.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viagra.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casinos.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-viagra.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casino-games.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?blackjack.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cialis.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-levitra-online.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sitespotter.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?video-poker.6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xanax.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?keljob.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?6q.org.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?smsportali.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?earnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?4indiansex.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adults4.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casino.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texaswaterhole.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-online-poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?empire-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?phentermine.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viagra.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casino.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casino.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casino.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-hands.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casino.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?online-casino.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-hands.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tramadol.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?world-series-of-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?cialis.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?www.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bbslinksubmitter.biz.ly.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?moire.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-rules.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?party-poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?wsop.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?empire-poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tramadol.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?world-series-of-poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-hands.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-online-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?party-poker.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?party-poker.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?phentermine.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-holdem.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?sex3k.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casino.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adult-reviews.co.uk.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?exotic-uk.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?69-review.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?uk18dvd.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casino.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?adult-dvds.tk.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-hands.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.yelucie.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?casino.crescentarian.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.chat-nett.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?phentermine.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.terashells.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?party-poker.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pacific-poker.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-xanax.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?wsop.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-holdem.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?levitra.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-games.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?strip-poker.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker-online.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.psxtreme.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?diet-pills.freakycheats.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?hold-em-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?texas-hold-em-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?internet-poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?penis-enlargement.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?buy-xanax.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?roulette.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?poker.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?penis.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?viagra.learnhowtoplay.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?internet-poker.tecrep-inc.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker.tecrep-inc.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?best-credit-cards.tecrep-inc.net.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?free-poker-games.tecrep-inc.net.*$ [NC]
RewriteRule \.*$ http://www.tubgirl.com [R,L]
Logged
This is a block of text that can be added to posts you make.