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)
-   -   someone stealing my bandwidth with javascript redirect? (https://gfy.com/showthread.php?t=618037)

natas 06-05-2006 02:27 PM

someone stealing my bandwidth with javascript redirect?
 
:helpme

the site http://www.petardas.com/ is hotlinking one of my galleries using apparently a javascript redirect (a friends words not mine)

the gallery is
http://www.slut-teens.com/galleries/...6/milf194.html

yet the link from petardas.com is the following
http://67.18.226.50/ver.php?top=pozi...6/milf194.html

I don't understand how he's doing it but the redirect is somehow bypassing my htaccess.

my server is getting maxxed out :helpme :helpme :helpme

can anyone suggest anything?

natas 06-06-2006 09:01 AM

bump, still havent found a solution, can someone please help.

smokey? :helpme :helpme

justsexxx 06-06-2006 09:12 AM

How is he hotlinking? When I click 'his' link, I get directed to YOUR url...

natas 06-06-2006 09:18 AM

justsexxx yes ok it isnt exactly hotlinking, but he is listing my galleries without permission, and the bw is eating my server. I wouldn't mind but the traffic is spanish and horribly non-productive.

I blocked him as a referrer before with htaccess which worked ok for a while, now he has done this crafty weird thing with the link that I don't know how to block.

where's smokey the code master when you need him? :)

Tom_PM 06-06-2006 09:20 AM

<Limit GET POST>
order deny,allow
deny from 67.18.226.50
allow from all
</Limit>

try that in an htaccess in the root or something. Or post your htaccess parts that you think should be blocking him.

natas 06-06-2006 09:26 AM

hi tom thanks for posting I'm really keen to get this sorted out

my htaccess is as follows

RewriteEngine on
RewriteCond %{HTTP_REFERER} usefulidiots [OR]
RewriteCond %{HTTP_REFERER} fusker [OR]
RewriteCond %{HTTP_REFERER} kladblog [OR]
RewriteCond %{HTTP_REFERER} 6park [OR]
RewriteCond %{HTTP_REFERER} dreamwiz [OR]
RewriteCond %{HTTP_REFERER} webrats [OR]
RewriteCond %{HTTP_REFERER} 67.18.226.50 [OR]
RewriteCond %{HTTP_REFERER} petardas
RewriteRule .* - [F,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?slut-teens.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?frenchcum.com [NC]
RewriteCond %{REMOTE_ADDR} !^208.99.195.144 [NC]
RewriteRule \.(jpg|jpeg|png|gif|mpg|wmv)$ - [NC,F,L]

fetishblog 06-06-2006 10:01 AM

Redirect any and all traffic from petardas to www.deviantbabes.com. Kthxbye. :)

Quickdraw 06-06-2006 10:05 AM

Quote:

Originally Posted by fetishblog
Redirect any and all traffic from petardas to www.deviantbabes.com. Kthxbye. :)

haha, no shit, that traffic has to be good for something

Tom_PM 06-06-2006 10:08 AM

I think this line:
RewriteCond %{HTTP_REFERER} 67.18.226.50 [OR]

should be like this:
RewriteCond %{HTTP_REFERER} 67\.18\.226\.50 [OR]

If he's not sending referrer information though, your second half is letting him in with this line:
RewriteCond %{HTTP_REFERER} !^$

Not sure what to suggest really.

MaddCaz 06-06-2006 10:10 AM

get they asses!

pornguy 06-06-2006 10:16 AM

I sent the thread to smokey.

Marshal 06-06-2006 10:40 AM

.htaccess in that directory would do the trick! :thumbsup

Fuckin Bill 06-06-2006 10:44 AM

Those rewrite rules are horribly wrong. They not blocking wildcards. What you have set there are exact matches. Try modifying the code below...I use this on several sites for redirecting hitbots.


RewriteCond %{HTTP_REFERER} ^http://(www\.)?bestfreemature\.com?.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?coolteenpics\.com?.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?freesexcenter\.info?.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?pornstation\.info?.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?galleryhome\.info?.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?bestworldtop\.com?.*$ [NC]
RewriteRule ^.*$ http://www.freesexcenter.info[R]

fris 06-06-2006 10:46 AM

hah that guy has awesome traffic, people love to be listed on his site, it has about the same bandwidth capabilities of thehun, server crashes, etc, just be glad he didnt like a video gal

Dirty Dane 06-06-2006 10:48 AM

well, if you don't want traffic... redirect it to some consoles and Im sure they take it down :)


All times are GMT -7. The time now is 04:30 PM.

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