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)
-   -   What to do when your surfers become smart? (https://gfy.com/showthread.php?t=430766)

alexg 02-12-2005 01:03 PM

What to do when your surfers become smart?
 
I have many searches for terms like "www domain com" site:www.domain.com " on my tgp galleries domains obviously from surfers looking to find all my galleries and not looking to pay any $...

any ideas on what to do about it? i can't really think of any...

hydro 02-12-2005 01:05 PM

I play on thier stupidity even more.

The Heron 02-12-2005 01:06 PM

Give them less free porn!

X37375787 02-12-2005 01:06 PM

you could block SE traffic :1orglaugh

smack 02-12-2005 01:07 PM

kill them all and get new surfers.

xlogger 02-12-2005 01:07 PM

I will find their #, call them up and say "i will double anal you if you dont sign up...biatchhhh".

axelcat 02-12-2005 01:07 PM

get smarter

Persius 02-12-2005 01:07 PM

bro did you break ur pact?

alexg 02-12-2005 01:07 PM

Quote:

Originally Posted by Vladimir
you could block SE traffic :1orglaugh

haha yeah good idea

Spunky 02-12-2005 01:08 PM

Nail them with more pop ups and toolbar installs and some spyware :Oh crap

jawanda 02-12-2005 01:08 PM

Make a hub page with links to your different galleries + more advertising... as long as you aren't giving away the money shot in each one eventually some of those surfers will signup. Or you could do a fake tgp type setup, same idea.

alexg 02-12-2005 01:08 PM

Quote:

Originally Posted by Persius
bro did you break ur pact?

yes... :(
several times

alexg 02-12-2005 01:09 PM

Quote:

Originally Posted by spunky
Nail them with more pop ups and toolbar installs and some spyware :Oh crap

yeah but how do i only nail the freeloaders? that's the only problem :)

Steen2 02-12-2005 01:12 PM

Quote:

Originally Posted by alexg
yeah but how do i only nail the freeloaders? that's the only problem :)

404 is one way

X37375787 02-12-2005 01:12 PM

you can setup a mod rewrite for google traffic coming from a referrer like

http://www.google.com/search?hl=en&q...oogle+S earch

and nail them to a dialer page, as it was previously suggested.

Workshop_Willy 02-12-2005 01:13 PM

Quote:

Originally Posted by alexg
yeah but how do i only nail the freeloaders? that's the only problem :)


Are they browsing into your galleries from your main page, or directly from the SE?

alexg 02-12-2005 01:15 PM

Quote:

Originally Posted by Workshop_Willy
Are they browsing into your galleries from your main page, or directly from the SE?

from the se...
they're serching for like: 'site:domain.com/galleries'

Workshop_Willy 02-12-2005 01:18 PM

Quote:

Originally Posted by alexg
from the se...
they're serching for like: 'site:domain.com/galleries'

OK then, well it's pretty easy to pare that down. You create an .htaccess file that says "if they come from one of these se's, and if they go directly into this gallery directory, use mod_rewrite to send them to my signup/tour page starting point". If you want I can post you a template here.

Persius 02-12-2005 01:19 PM

Quote:

Originally Posted by alexg
yes... :(
several times

bah how long did u go atleast?

alexg 02-12-2005 01:21 PM

Quote:

Originally Posted by Workshop_Willy
OK then, well it's pretty easy to pare that down. You create an .htaccess file that says "if they come from one of these se's, and if they go directly into this gallery directory, use mod_rewrite to send them to my signup/tour page starting point". If you want I can post you a template here.

that'd be great

alexg 02-12-2005 01:22 PM

Quote:

Originally Posted by Persius
bah how long did u go atleast?

umm couple of days.. i decided i'll just try to lower the times per day for now lol

TheMob 02-12-2005 01:23 PM

Quote:

Originally Posted by Vladimir
you could block SE traffic :1orglaugh

that cracked me up hehe

Workshop_Willy 02-12-2005 01:27 PM

Quote:

Originally Posted by alexg
that'd be great

This works in Apache. You might need to tinker a bit depending on your circumstances. "---" are comments meant for you, don't include them in the file. Obviously, you want to put the correct domain names in. PUT THIS IN THE DIRECTORIES YOU WANT TO PROTECT, NOT ABOVE THEM.

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://SE-domain.com/ [NC] [OR]
RewriteCond %{HTTP_REFERER} ^http://www.SE-domain.com/ [NC] [OR]
RewriteCond %{HTTP_REFERER} ^http://some-other-SE-domain.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http://www.some-other-SE-domain.com/ [NC] ---and so forth...---
RewriteRule /* http://www.mydomain.com/payupfreeloader.html [R,L]
RewriteCond %{HTTP_USER_AGENT} !^Mozilla.* [NC] ---this helps keep the autodownloader traffic to a minimum---
RewriteRule /* http://www.MYDOMAIN.com/agent.html [R,L]

alexg 02-12-2005 01:58 PM

Quote:

Originally Posted by Workshop_Willy
This works in Apache. You might need to tinker a bit depending on your circumstances. "---" are comments meant for you, don't include them in the file. Obviously, you want to put the correct domain names in. PUT THIS IN THE DIRECTORIES YOU WANT TO PROTECT, NOT ABOVE THEM.

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://SE-domain.com/ [NC] [OR]
RewriteCond %{HTTP_REFERER} ^http://www.SE-domain.com/ [NC] [OR]
RewriteCond %{HTTP_REFERER} ^http://some-other-SE-domain.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http://www.some-other-SE-domain.com/ [NC] ---and so forth...---
RewriteRule /* http://www.mydomain.com/payupfreeloader.html [R,L]
RewriteCond %{HTTP_USER_AGENT} !^Mozilla.* [NC] ---this helps keep the autodownloader traffic to a minimum---
RewriteRule /* http://www.MYDOMAIN.com/agent.html [R,L]

thanks..
i'll try this and i'll also talk to my hosting support about this..


All times are GMT -7. The time now is 07:29 AM.

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