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
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 08-29-2006, 07:05 PM   #1
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
:mad NEw fusker = ixtractor.com -> impossible to stop from hotlinking !

They are burning my bandwith and maybe yours...

Forget the .htaccess it doesn't work !

HERE's WHY

I have .htaccess installed + LinkSentinel. It is not effective.

I contacted webair 4 times regarding this.
Looks like they can't stop them.

I wonder if they really care...
More bandwith burned = More $$ for them !

Didn't you notice a significant increase in your bandwith bill ?
You didn't care because you have hotlink protection + password sharing protection ?

SO WHAT ?

Surfers now don't care if you are TRYING to protect from hotlinkg with .htaccess, by setting their browser's HeaderReferer to 0, they still can burn your bandwith.

Last edited by CHMOD; 08-29-2006 at 07:07 PM..
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:07 PM   #2
KrisKross
Confirmed User
 
KrisKross's Avatar
 
Join Date: Jan 2006
Location: Canada
Posts: 5,024
I know very little about .htaccess, but can't you just block those with no header referrer?
__________________
KrisKross is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:09 PM   #3
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by KrisKross
I know very little about .htaccess, but can't you just block those with no header referrer?
Yes you can.

Problem is that you will block 20% of your surfers...
Many Firewall and anti-virus now sets Header Referer to 0 by default.
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:09 PM   #4
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
lolol -- CLASSIC --

Quote:
Internet Explorer Users:
1) Got to http://www.mozilla.org/products/firefox/.
2) Download FireFox.
3) Install FireFox.
4) Follow FireFox instructions above.



2hp
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:10 PM   #5
Adult Warden
So Fucking Banned
 
Join Date: Jul 2006
Location: Orlando, FL
Posts: 1,822
no offense to CHMOD...but hahah @ gfy being referral

HERE COMES SURFER TRAFFIC
Adult Warden is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:19 PM   #6
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by Adult Warden
no offense to CHMOD...but hahah @ gfy being referral

HERE COMES SURFER TRAFFIC
I know. But it doesn't help to do as if the problem doesn't exist.

There are 98% of bullshitters here... But it would be nice if the rest could work to find something against this shit.

Last edited by CHMOD; 08-29-2006 at 07:21 PM..
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:30 PM   #7
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
He forgot Opera.

In Opera, hit F12 (Quick Prefs), uncheck "Enable Referrer Logging"
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:35 PM   #8
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
Uhm, just deny no referrers, people. This isn't rocket science. This is entirely off the cuff, so if it shits on you, sorry.

RewriteRule %{HTTP_REFERER} ^$
RewriteRule .*\.(gif|jp(?e)g)$ http://yourserver.com/no.gif [NC, R]

[Tard Edit: As mentioned above, this will fuck people who don't send referers, but they generally do this on purpose..]
__________________

Last edited by GrouchyAdmin; 08-29-2006 at 07:38 PM..
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:36 PM   #9
MaddCaz
Confirmed User
 
Join Date: Mar 2006
Location: Illinois
Posts: 9,483
good diddeal
MaddCaz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:37 PM   #10
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
Quote:
Originally Posted by toonpornblog
Uhm, just deny no referrers, people. This isn't rocket science. This is entirely off the cuff, so if it shits on you, sorry.

RewriteRule %{HTTP_REFERER} ^$
RewriteRule .*\.(gif|jp(?e)g)$ http://yourserver.com/no.gif [NC, R]
Was already suggested.

He decided that isn't a valid option for his needs since it will also block 20% of his legit visitors.
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:38 PM   #11
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by toonpornblog
Uhm, just deny no referrers, people. This isn't rocket science. This is entirely off the cuff, so if it shits on you, sorry.

RewriteRule %{HTTP_REFERER} ^$
RewriteRule .*\.(gif|jp(?e)g)$ http://yourserver.com/no.gif [NC, R]
Would help if you could read all posts before replying.
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:40 PM   #12
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
Quote:
Originally Posted by Brujah
Was already suggested.

He decided that isn't a valid option for his needs since it will also block 20% of his legit visitors.
Yeah. I forgot to put that in before I hit submit. I also forgot the code tags. For most of us, though, they're non-paying traffic anyhow. Hell, it's simple enough, you can redirect them to the root page. If they were sent to steal shit, then they get your home page. If they have referrers turned off, well, then it's up to you. Set a cookie. It's still not rocket science. ;)
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:41 PM   #13
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
i suggest using a key to rename the folder the pics reside in everyday , but of course the pages that use the pics would have to be built around the same structure. wouldnt be hard to build really
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:43 PM   #14
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
plus as mentioned that "no referrer " traffic your worried about prob aint buying anything anyways
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:45 PM   #15
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
Quote:
Originally Posted by SmokeyTheBear
plus as mentioned that "no referrer " traffic your worried about prob aint buying anything anyways
I see a lot of signups that show up as NA or Bookmark referrers. I wouldn't block them or treat them differently either.
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 07:48 PM   #16
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by toonpornblog
Yeah. I forgot to put that in before I hit submit. I also forgot the code tags. For most of us, though, they're non-paying traffic anyhow. Hell, it's simple enough, you can redirect them to the root page. If they were sent to steal shit, then they get your home page. If they have referrers turned off, well, then it's up to you. Set a cookie. It's still not rocket science. ;)

I am maybe missing something here...

If a legit surfer with Norton installed is trying to visit my website.
He's coming, let's say from Google.
Won't my .htaccess block him in this case ?

And why would that surfer be a non buyer ?
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 08:02 PM   #17
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
post an url to a hotlink protected pic and ill show you how to get around it..
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 08:10 PM   #18
studiocritic
Confirmed User
 
Join Date: Jun 2005
Location: Irvine, CA
Posts: 2,442
Quote:
Originally Posted by CHMOD
I am maybe missing something here...

If a legit surfer with Norton installed is trying to visit my website.
He's coming, let's say from Google.
Won't my .htaccess block him in this case ?
This is correct, assuming Norton blocks referrers by default.

I don't know which programs do/don't, but I do see a very significant amount (20-25%) on my mainstream site who don't pass referrers even to the image files within the site.
__________________
254342256
studiocritic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 09:15 PM   #19
venus
Confirmed User
 
venus's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Phoenix, Az
Posts: 3,112
this will block them

put your pictures in a sub directory under the galleries directory, put a htaccess in the sub directory and use referring url,in the htaccess put the referring url as your doman name
__________________
Muscle/Fitness Adult Affiliate Program
Since 1997 www.venuscash.com
venus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-29-2006, 09:23 PM   #20
ne0
Confirmed User
 
Join Date: May 2006
Location: brazil
Posts: 781
# iptables -A INPUT -p tcp --dport 80 -s 64.105.122.0/24 -d 0/0 -j DROP
__________________
hai2u
ne0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 05:04 AM   #21
Arty
Confirmed User
 
Join Date: Nov 2002
Posts: 880
Few months ago I did an addon for one of my clients, something similar to what smokey suggested, for one of my clients. Basicaly, it rotates image folder every hour (can me more or less frequent).

F.x. That's the current image link http://static01.vapshare.com/f868ed4...54/126835.jpeg

You may check it out at http://www.vapshare.com/126835/40791...ottest105.html

Far more effective than htaccess+referrer
Arty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 05:27 AM   #22
darksoul
Confirmed User
 
darksoul's Avatar
 
Join Date: Apr 2002
Location: /root/
Posts: 4,997
I would redirect the non ref requests to *******
they'll remove your images in a sec
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 05:37 AM   #23
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Couple of solutions...

1) Rotate your image filenames periodically

2) Set a cookie on your thumb/gallery page and require it to be present to load a full sized image
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 05:43 AM   #24
Pete-KT
Workin With The Devil
 
Industry Role:
Join Date: Oct 2004
Location: West Bloomfield, MI
Posts: 51,532
Did you try the link at the top


"Webmasters, if you would like your site removed from iXtracor please contact us."
Pete-KT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 05:56 AM   #25
Fabien
Confirmed User
 
Industry Role:
Join Date: Jul 2003
Posts: 4,787
If you can't beat 'hem, join 'hem

Shit i want this software !!!
Fabien is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 06:34 AM   #26
Hooligan
So Fucking Banned
 
Join Date: May 2001
Posts: 1,472
Quote:
Originally Posted by CHMOD
I contacted webair 4 times regarding this.

Looks like they can't stop them.

Hooligan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 09:48 AM   #27
RawAlex
So Fucking Banned
 
Join Date: Oct 2003
Location: In a house.
Posts: 9,465
I won't even mention who the two major money makers are on that site (but if I did, they would be AFF and Adbrite... always the same two companies on sites like these for some reason).

Hotlinking is an acceptable business practice?
RawAlex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 09:58 AM   #28
MattO
The O is for Oohhh
 
Join Date: Feb 2003
Location: AUSTIN TEJAS
Posts: 10,861
Quote:
Originally Posted by SmokeyTheBear
post an url to a hotlink protected pic and ill show you how to get around it..

Try the pics in this gallery:

http://www.adultpulse.com/galleries/atkhairy/Anna

MattO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:01 AM   #29
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by Pete-KT
Did you try the link at the top


"Webmasters, if you would like your site removed from iXtracor please contact us."
Problem is that most similar sites don't offer this option.


Quote:
Originally Posted by SplitNeo
# iptables -A INPUT -p tcp --dport 80 -s 64.105.122.0/24 -d 0/0 -j DROP
I don't understand japonese.

Quote:
Originally Posted by Arty
Few months ago I did an addon for one of my clients, something similar to what smokey suggested, for one of my clients. Basicaly, it rotates image folder every hour (can me more or less frequent).

F.x. That's the current image link http://static01.vapshare.com/f868ed4...54/126835.jpeg

You may check it out at http://www.vapshare.com/126835/40791...ottest105.html

Far more effective than htaccess+referrer

There is something I am missing here...

If, in example, I am using Ixtractor to view my pics now. It will hotlink the pictures wherever they are... Now if the script changes the image folder name in, let's say 30 minutes... When someone will use Ixtractor in 35 minutes he will simply see hotlinked images from the new named folder won't he ?
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:03 AM   #30
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by MattO

Awesome !

How did you do ?


EDIT : Looks like you just bloked non header referer browser...

When I visit this gallery with my Firefox browser : I don't see any images either...

Last edited by CHMOD; 08-30-2006 at 10:05 AM..
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:07 AM   #31
MattO
The O is for Oohhh
 
Join Date: Feb 2003
Location: AUSTIN TEJAS
Posts: 10,861
Quote:
Originally Posted by CHMOD
Awesome !

How did you do ?
Windows server IIS plugin called HotLinkBlocker.
MattO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:17 AM   #32
RawAlex
So Fucking Banned
 
Join Date: Oct 2003
Location: In a house.
Posts: 9,465
Blocknig non-header referer just means that 20% of your real surfers won't get any images either. Not really a good way to do things.

The best way to do things is to complain directly to the sponsors that are paying for this site to stay up, as well as reporting them to their host, and so on up the line.

You might even drop a dime on them to the DoJ about 2257 documents. I somehow doubt they have a single piece of 2257 for any model on their site.
RawAlex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:17 AM   #33
seeric
..........
 
Industry Role:
Join Date: Aug 2004
Location: ..........
Posts: 41,917
nothing is impossible. it can be blocked, i'm sure of it.
seeric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:20 AM   #34
tenderobject
Need Designs? 312352846
 
Industry Role:
Join Date: Dec 2004
Location: Somewhere
Posts: 11,687
Quote:
Originally Posted by Fabien
If you can't beat 'hem, join 'hem

Shit i want this software !!!

hahahaha i love this one
__________________


NEED DESIGNS?!?
tenderobject is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 10:27 AM   #35
Dirty Dane
Sick Fuck
 
Dirty Dane's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: www
Posts: 9,491
spam/bombard them until they block your domain
Dirty Dane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 11:12 AM   #36
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
...sorry for the japanese, but this will solve any of those problems

Code:
<img src="/display.php?id=34" border="0">

then

Code:
<?

$connection=@mysql_connect(...);

@mysql_select_db(...);

$query="SELECT mime, file FROM images WHERE id=".$_GET["id"];

$rawdb=@mysql_query ($query,$connection);

if($rawdb AND @mysql_num_rows($rawdb)>0){

  $array=@ mysql_fetch_array($result);

  if (!empty($array["fileContents"])){

    // Output the MIME header

    header("Content-Type: ".$array["mime"]}");

    // Output the image

    echo $array["file"];

  }else{

    // something else...

  }

  @mysql_free_result($rawdb);

}else{

  // something else...

}

@mysql_close($connection);

?>
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202

Last edited by borked; 08-30-2006 at 11:13 AM..
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 11:18 AM   #37
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
Quote:
Originally Posted by toonpornblog
Set a cookie. It's still not rocket science. ;)
Actually, this is by far the simplest! Even a simple session cookie would suffice.
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 11:44 AM   #38
RawAlex
So Fucking Banned
 
Join Date: Oct 2003
Location: In a house.
Posts: 9,465
Setting a cookie or otherwise burdening your machine for your regular customers is just another cost of this type of theft. Why tolerate the theft? Why allow the sponsors to keep paying these people?

I have sent emails and messages to adbrite, AFF, and others on this issue, I will be interested to hear the comments back.
RawAlex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 11:58 AM   #39
Manowar
jellyfish  
 
Join Date: Dec 2003
Posts: 71,528
bump for this
Manowar is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:02 PM   #40
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
lamers lamers lamers
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:02 PM   #41
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by borked
Actually, this is by far the simplest! Even a simple session cookie would suffice.

What about IE6 wich doesn't allow cookies by default ?




Quote:
Originally Posted by borked
...sorry for the japanese, but this will solve any of those problems

Code:
<img src="/display.php?id=34" border="0">

then

Code:
<?

$connection=@mysql_connect(...);

@mysql_select_db(...);

$query="SELECT mime, file FROM images WHERE id=".$_GET["id"];

$rawdb=@mysql_query ($query,$connection);

if($rawdb AND @mysql_num_rows($rawdb)>0){

  $array=@ mysql_fetch_array($result);

  if (!empty($array["fileContents"])){

    // Output the MIME header

    header("Content-Type: ".$array["mime"]}");

    // Output the image

    echo $array["file"];

  }else{

    // something else...

  }

  @mysql_free_result($rawdb);

}else{

  // something else...

}

@mysql_close($connection);

?>

I don't know if it works but I surely can't do this myself.. I don't know shit about PHP... If it is the only solution, I'll have to hire someone.

Last edited by CHMOD; 08-30-2006 at 12:03 PM..
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:11 PM   #42
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
why not just change the rewrite rules to umm... not allow blank referers from mozilla? I dunno something like that
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:15 PM   #43
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
something like this might work:

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER}	=""
RewriteCond %{HTTP_USER_AGENT} 	!^.*MSIE
RewriteCond %{REQUEST_URI}	!\.*htm$				[NC]
RewriteCond %{REQUEST_URI}	!\.*html$				[NC]
RewriteCond %{REQUEST_URI}	!\.*/$
RewriteRule ^(.*)$		[F,L]

RewriteCond %{HTTP_REFERER}	!=""
RewriteCond %{HTTP_REFERER}	!^http://mydomain.com			[NC]
RewriteCond %{HTTP_REFERER}	!^http://[a-z,A-Z,0-9,\-]+.mydomain.com	[NC]
RewriteCond %{REQUEST_URI}	!\.*htm$				[NC]
RewriteCond %{REQUEST_URI}	!\.*html$				[NC]
RewriteCond %{REQUEST_URI}	!\.*/$
RewriteRule ^(.*)$	[F,L]

Last edited by s9ann0; 08-30-2006 at 12:17 PM..
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:24 PM   #44
SpeakEasy
Confirmed User
 
Join Date: Sep 2002
Location: The Internet
Posts: 2,681
Quote:
Originally Posted by CHMOD
They are burning my bandwith and maybe yours...

Forget the .htaccess it doesn't work !

HERE's WHY


I contacted webair 4 times regarding this.
Looks like they can't stop them.

LMAO...too funny
SpeakEasy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:36 PM   #45
The Sultan Of Smut
Confirmed User
 
The Sultan Of Smut's Avatar
 
Join Date: Dec 2004
Location: Vancouver
Posts: 4,325
Quote:
Originally Posted by RawAlex
The best way to do things is to complain directly to the sponsors that are paying for this site to stay up, as well as reporting them to their host, and so on up the line.
Bravo! I'm always a fan of voting with my wallet so pulling down some banners from sponsors that choose to do business with this type of site is usually the solution I prefer. Since these sites obviously don't own the license or copywrite for the material they're using so I don't see why a host would have a legal problem taking down the site; especially of the host does business with the people that are being victimized.

Quote:
Originally Posted by RawAlex
You might even drop a dime on them to the DoJ about 2257 documents. I somehow doubt they have a single piece of 2257 for any model on their site.
Oooooo what a fiendishly good idea ;)
The Sultan Of Smut is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:38 PM   #46
CHMOD
Confirmed User
 
CHMOD's Avatar
 
Join Date: Jun 2003
Posts: 1,697
Quote:
Originally Posted by spanno
something like this might work:

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER}	=""
RewriteCond %{HTTP_USER_AGENT} 	!^.*MSIE
RewriteCond %{REQUEST_URI}	!\.*htm$				[NC]
RewriteCond %{REQUEST_URI}	!\.*html$				[NC]
RewriteCond %{REQUEST_URI}	!\.*/$
RewriteRule ^(.*)$		[F,L]

RewriteCond %{HTTP_REFERER}	!=""
RewriteCond %{HTTP_REFERER}	!^http://mydomain.com			[NC]
RewriteCond %{HTTP_REFERER}	!^http://[a-z,A-Z,0-9,\-]+.mydomain.com	[NC]
RewriteCond %{REQUEST_URI}	!\.*htm$				[NC]
RewriteCond %{REQUEST_URI}	!\.*html$				[NC]
RewriteCond %{REQUEST_URI}	!\.*/$
RewriteRule ^(.*)$	[F,L]

I am no programmer but this is the kind of .htaccess code I was waiting for...
Don't know if it will be effective tough...
CHMOD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 12:39 PM   #47
Broda
Confirmed User
 
Join Date: Feb 2003
Location: CheapAssDesigns.com
Posts: 1,874
Quote:
Originally Posted by borked
...sorry for the japanese, but this will solve any of those problems

Code:
<img src="/display.php?id=34" border="0">

then

Code:
<?

$connection=@mysql_connect(...);

@mysql_select_db(...);

$query="SELECT mime, file FROM images WHERE id=".$_GET["id"];

$rawdb=@mysql_query ($query,$connection);

if($rawdb AND @mysql_num_rows($rawdb)>0){

  $array=@ mysql_fetch_array($result);

  if (!empty($array["fileContents"])){

    // Output the MIME header

    header("Content-Type: ".$array["mime"]}");

    // Output the image

    echo $array["file"];

  }else{

    // something else...

  }

  @mysql_free_result($rawdb);

}else{

  // something else...

}

@mysql_close($connection);

?>
This is the solution I would suggest.

All that nonsense about constantly renaming your folders, and redirecting non-ref-url traffic.. do any of you guys discussing this actually submit free sites or galleries? jeeez....
__________________
CheapAssDesigns.com - when you need quality designs at affordable prices.
icq: 230-729-205
info |at| cheap ass designs dot com
Broda is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 01:04 PM   #48
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
Quote:
Originally Posted by Broda
This is the solution I would suggest.

All that nonsense about constantly renaming your folders, and redirecting non-ref-url traffic.. do any of you guys discussing this actually submit free sites or galleries? jeeez....
just in case anyone was going to try and implement this, don't jsut do it blindly - for eg in my example, you're passing a GET variable directly to mysql which is always a bad idea....
so at least replace
Code:
$query="SELECT mime, file FROM images WHERE id=".$_GET["id"];
with

Code:
$query="SELECT mime, file FROM images WHERE id=".mysql_real_escape_string($_GET["id"]);
Don't want to opening up a security hole there now
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 01:46 PM   #49
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
OK, this js shit works - no dbase no nothing, just javascript. Call it from an iframe or whatever you want...not sure, but prolly able to call it as a header to all images from htaccess....either way the code works and is simple


Code:
<script language=javascript>
//Beginning of "test.js" file
var accepted_domains=new Array("yourdomain.com","www.yourdomain.com")

var domaincheck=document.location.href //retrieve the current URL of user browser
var accepted_ok=false //set acess to false by default

if (domaincheck.indexOf("http")!=-1){ //if this is a http request
for (r=0;r<accepted_domains.length;r++){
if (domaincheck.indexOf(accepted_domains[r])!=-1){ //if a match is found
accepted_ok=true //set access to true, and break out of loop
break
}
}
}
else
accepted_ok=true

if (!accepted_ok){
alert("Fuck off linking to my images!!")
history.back(-1)
}

</script>
<img src="image123.jpg">
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-30-2006, 01:51 PM   #50
PussyTeenies
Confirmed User
 
Join Date: Feb 2005
Location: Haarlem and Amsterdam, capital of the porn world ;-)
Posts: 6,496
a firewall?
__________________
Need adult hosting?

Contact us!
WARM Hosting

Need an IT solution? or someone to check your site and security? Nossie - IT Professional
PussyTeenies 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



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.