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 11-05-2002, 02:34 PM   #1
SunTzu
Confirmed User
 
Join Date: May 2002
Location: the box
Posts: 456
Kill xites.com!

Somone posted a link to their site using this as well. This will also work to break you out of someone's frames. If we ALL use it, xites will go away.


<script language="JavaScript">
<!--
var me = "http://www.yourdomain.com/";
if (self.location != me) {
self.location = me;
}
if (self != top) {
top.location = self.location;
}
// -->
</script>

xites!
SunTzu is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2002, 02:35 PM   #2
SunTzu
Confirmed User
 
Join Date: May 2002
Location: the box
Posts: 456
oops, the code! put this in jscript tags of course..

var me = "http://www.yourdomain.com/";
if (self.location != me) {
self.location = me;
}
if (self != top) {
top.location = self.location;
}
SunTzu is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2002, 03:08 PM   #3
bawdy
Confirmed User
 
Join Date: Feb 2002
Posts: 1,424
yeah good idea for sites

wont work for galleries cause at lot of TGPs will reject galleries with javascript.

why isnt htaccess a simple enough solution to prevent xsites hotlinking your content?
bawdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2002, 03:19 PM   #4
foe
Confirmed User
 
Join Date: May 2002
Location: CT
Posts: 5,246
just img src them
foe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2002, 03:27 PM   #5
bawdy
Confirmed User
 
Join Date: Feb 2002
Posts: 1,424
Quote:
Originally posted by SunTzu
oops, the code! put this in jscript tags of course..

var me = "http://www.yourdomain.com/";
if (self.location != me) {
self.location = me;
}
if (self != top) {
top.location = self.location;
}
oh yeah how long do you reckon it will be before xites strips any javascript from your pages with self.location in them?
bawdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2002, 05:23 PM   #6
SunTzu
Confirmed User
 
Join Date: May 2002
Location: the box
Posts: 456
Fine, lets make it a .js file then.. If enough sites do this, it won't be worth their time.
SunTzu is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2002, 08:38 PM   #7
Fatbrain
Confirmed User
 
Join Date: Oct 2002
Location: Mars
Posts: 218
Bad thing is that will break you out of translation sites such as babel fish

But, if your sales are decently dependent on overseas sales, then it wouldn't be a big deal...But that isn't an option for me as about half of my sales come from Europe and Asia.

We could just hire someone to shoot em! =P~
Fatbrain is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 12:08 AM   #8
DragonAss
Confirmed User
 
Join Date: May 2001
Location: Philly, PA USA
Posts: 206
Quote:
Originally posted by bawdy
why isnt htaccess a simple enough solution to prevent xsites hotlinking your content?
.htaccess will work. The only problem is that you need to know which site(s) to block. If the xq1.net site feels too many are blocking them, they could just move to xq2.net or wherever.

I'm trying to think of a "hands off" approach to dealing with new sites as they pop up. The way things stand now, this PHP script isn't that big of a deal so long as any external access to your pics is blocked.

The worst case scenario is they work around that block. It would cost them some bandwidth to do so... but it can be done. In this case then, it's mostly a copyright issue plus the fact that they're still pulling the data from your server and making money by altering your links. Not cool IMHO.

Luckily surfing via that crap tends to suck ass and surfers can't be happy campers for too long.
DragonAss is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 12:11 AM   #9
Alky
Confirmed User
 
Alky's Avatar
 
Join Date: Apr 2002
Location: Houston
Posts: 5,651
Quote:
Originally posted by DragonAss
.htaccess will work. The only problem is that you need to know which site(s) to block. If the xq1.net site feels too many are blocking them, they could just move to xq2.net or wherever.

I'm trying to think of a "hands off" approach to dealing with new sites as they pop up. The way things stand now, this PHP script isn't that big of a deal so long as any external access to your pics is blocked.

The worst case scenario is they work around that block. It would cost them some bandwidth to do so... but it can be done. In this case then, it's mostly a copyright issue plus the fact that they're still pulling the data from your server and making money by altering your links. Not cool IMHO.

Luckily surfing via that crap tends to suck ass and surfers can't be happy campers for too long.
they could easily use a proxy in the perl script that fetches the webpage.
Alky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 12:12 AM   #10
Pipecrew
Master of Gfy.com
 
Pipecrew's Avatar
 
Industry Role:
Join Date: Feb 2002
Posts: 14,887
The Hun is so going to crack down on this, just watch just like gator.....

the minute a visitor complains to him about seeing a banner on his page....... I am willing to bet any ammount
Pipecrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 10:00 AM   #11
skazzel
Confirmed User
 
Join Date: Jun 2002
Location: Tampa
Posts: 270
The thing is, it's fairly trivial to code something like this up:

http://198.92.101.168/xit/xit.php?xi...ww.google.com/

This took me about two days and 250 lines of code to write - it isn't 100%, but it renders many sites better than xites.

I implemented two ways of fetching images, direct and passthru. The direct method rewrites the img tags to point directly at the image on the server. This means the image loading is not being done through the xit proxy or using your bandwidth. Unfortunately, anti-hotlinking .htaccess files will break this, as it looks like the images are being hotlinked. The passthru method is what xites does, but my script also fixes the referer(sic) header so sites with the anti-hotlinking .htaccess still load.
__________________
FTVGirls simply convert better.
More free content than SobeGirl and
conversions almost as good as Swoit!
skazzel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 10:29 AM   #12
HQ
Confirmed User
 
Join Date: Jan 2001
Posts: 3,539
Quote:
Originally posted by skazzel
The thing is, it's fairly trivial to code something like this up:

http://198.92.101.168/xit/xit.php?xi...ww.google.com/

This took me about two days and 250 lines of code to write - it isn't 100%, but it renders many sites better than xites.

I implemented two ways of fetching images, direct and passthru. The direct method rewrites the img tags to point directly at the image on the server. This means the image loading is not being done through the xit proxy or using your bandwidth. Unfortunately, anti-hotlinking .htaccess files will break this, as it looks like the images are being hotlinked. The passthru method is what xites does, but my script also fixes the referer(sic) header so sites with the anti-hotlinking .htaccess still load.
Nice coding anyway, skazzel.
HQ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 10:32 AM   #13
Juge
Confirmed User
 
Join Date: Feb 2001
Posts: 1,917
Quote:
Originally posted by SunTzu
Somone posted a link to their site using this as well. This will also work to break you out of someone's frames. If we ALL use it, xites will go away.

xites!
This code should be used anyway. Why allow anyone to open your site in one of their frames? It also helps break out of the google image search, as well.
Juge is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2002, 10:50 AM   #14
skazzel
Confirmed User
 
Join Date: Jun 2002
Location: Tampa
Posts: 270
Quote:
Originally posted by HQ


Nice coding anyway, skazzel.
Thanks HQ,

If you or anyone is looking for someone reliable to do custom programming work, I'm currently looking for gigs.
__________________
FTVGirls simply convert better.
More free content than SobeGirl and
conversions almost as good as Swoit!
skazzel 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.