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 08-16-2002, 05:07 PM   #1
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,662
Help with Russian dickward img src'ing me (and others)

Here's one of his many .html pages. It currently points to
Cowlist, but it probably rotates and its showing up in my
logs.

perl get_url.cgi http://www.today-movie-clips.com/blank.html

<html>
<head>
<script language="JScript.Encode">//**Start Encode**
var theURL = "exit.html";
var title = "FREE MOVIES"
var windowWidth =520; // cannot be less than 100
var windowHeight = 610; // cannot be less than 100
var windowX = 10;
var windowY = 50;
var autocenter = false
var autoclose = false;
var s="width="+windowWidth+",height="+windowHeight;
var beIE=document.all?true:false;
var done=new Object("no");
if(autocenter){
windowX = (window.screen.width-windowWidth)/2;
windowY = (window.screen.height-windowHeight)/2;
}
function doMagilePopup(){
if (beIE){
magilePopper = window.open("","popMagile","fullscreen,"+s);
magilePopper.blur();
window.focus();
magilePopper.resizeTo(windowWidth,windowHeight);
magilePopper.moveTo(windowX,windowY);
var frameString=""+
"<html>"+
"<head>"+
"<title>"+title+"</title>"+
"</head>"+
"<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
"<frame name='top' src='"+theURL+"' scrolling=no>"+
"<frame name='bottom' src='about:blank' scrolling='no'>"+
"</frameset>"+
"</html>"
magilePopper.document.open();
magilePopper.document.write(frameString);
magilePopper.document.close();
}else{
magilePopper=window.open(theURL,"popMagile","scrol lbars=no,"+s);
magilePopper.blur();
window.focus();
magilePopper.resizeTo(windowWidth,windowHeight);
magilePopper.moveTo(windowX,windowY);
}
magilePopper.blur();
if (autoclose){
window.onunload = function(){magilePopper.close();}
}
done="okay";
}
</script>
<META HTTP-EQUIV="Expires" CONTENT=" "></head>
<BODY onbeforeunload=doMagilePopup()>
<iframe height="0" width="0" src="http://www.cowlist.com/"></iframe>
<IMG src=http://www.cowlist.com/cgi-bin/ucj/c.cgi width=0 height=0
border=0>
<script language="javascript">
<!--
ua=navigator.userAgent.toLowerCase();an=navigator. appName.toLowerCase
();bv=parseInt(navigator.appVersion);
bt="";bt=(ua.indexOf("webtv")!=-1)?"webtv"ua.indexOf("msie")!=-
1)?"msie"ua.indexOf("aol")!=-1)?"aol":an;
bv=(bt=="msie"&&bv<4)?3bt=="msie"&&bv==4&&ua. indexOf("msie 5")!=-1)?
5:bv;co="";js="1.0";sr="";
re=escape(top.document.referrer);re=
(re=="undefined"||re=="")?"bookmark":re; // --></script>
<script language="javascript1.1"><!--
js="1.1"; // --></script>
<script language="javascript1.2"><!--
js="1.2";co=(ua.indexOf("msie")!=-1)?screen.colorDepth:screen.pixelDepth;
sr=screen.width+"x"+screen.height; // --></script>
<script language="javascript1.3"><!--
js="1.3"; // --></script>
<script language="javascript1.4"><!--
js="1.4"; // --></script>
<script language="javascript"><!--
args="?
fn=0&si=80664&bt="+bt+"&bv="+bv+"&co="+co+"&js="+j s+"&sr="+sr+"&re="+re;
document.write("<a href=\"http://in.paycounter.com/?fn=1&si=80664\"
target=\"_top\">");
document.write("<img src=\"http://count.paycounter.com/"+args+"\" width=1
height=1 border=0></a>"); // -->
</script>
<noscript>
<img src="http://count.paycounter.com/?fn=0&si=80664" width=1 height=1></a>
</noscript>
<IMG src=http://www.cowlist.com/cgi-bin/ucj/c.cgi width=0 height=0
border=0>
</body>
</html>

I want to use .htaccess to block him but I'm not sure if I have it right. Can someone check this for me:

RewriteCond %{HTTP_REFERER} ^http://.*today-movie-clips.com.*$ [NC]
RewriteRule .*\.*$ http://www.today-movie-clips.com/index.html [R,L]


He's also using
fuckingmovies.net
my-daily-movies.com
freehqmovies.com
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-16-2002, 06:02 PM   #2
SpaceAce
Confirmed User
 
Join Date: Jul 2002
Location: Magrathea
Posts: 6,493
You don't necessarily need to use mod_rewrite. You can block with regular allow,deny

SpaceAce
SpaceAce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-16-2002, 06:05 PM   #3
Wiredoctor
Confirmed User
 
Wiredoctor's Avatar
 
Join Date: Dec 2001
Location: The Great USA
Posts: 1,632
Write to his host and explain the situation, but at the same time redirect his traffic back to his site, or his hosts main page, that will get some quick response.
__________________
Search For Everything In One Easy Portal
Big Juicy Nipples.com
Wiredoctor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-16-2002, 06:06 PM   #4
Pipecrew
Master of Gfy.com
 
Pipecrew's Avatar
 
Industry Role:
Join Date: Feb 2002
Posts: 14,887
typical idiot russian, probably thinks you are giving away too much porn
Pipecrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-16-2002, 06:13 PM   #5
tolik
Confirmed User
 
Join Date: Jun 2001
Location: inside my brain
Posts: 2,035
Quote:
Originally posted by Pipecrew
typical idiot russian, probably thinks you are giving away too much porn
well your as i see too much clever isnt it?

dork.....

btw, im not russian and i dont care about this.

you just forgot sez about typical american idiots (99% at gfy as i see)

and anyway too much free porn kill conversion.
__________________
LONGBUCKS-Teen, Mature, Reality, Gay sites.
Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


Webmaster friendly high recommended programs to promote (personal experience):
RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting
tolik is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-16-2002, 09:12 PM   #6
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,662
Well this guy isn't too honest, he also doesn't see to have any hotlink protection on his image:



Perhaps he'll notice....
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-21-2002, 11:34 AM   #7
Roach
Confirmed User
 
Industry Role:
Join Date: May 2001
Location: behind your monitor
Posts: 142
2 HowlingWulf - shotdown your fucking hitbot and u'll never be
imgscred. CrazyAngel is a honest webmaster.
__________________
Roach 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.