Greenguy's Board


Go Back   Greenguy's Board > Link Lists & Getting Listed
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-10-27, 05:35 PM   #1
Bill
Selling porn allows me to stay in a constant state of Bliss - ain't that a trip!
 
Join Date: Apr 2003
Posts: 3,914
Freesites with a framebreaker script - who would NOT list them?

I've been thinking about a freesite design that includes a framebreaker script on each page.

What linklists block all scripts, or otherwise would not want to have a freesite with a framebreaker submitted to them?
Bill is offline   Reply With Quote
Old 2005-10-27, 05:44 PM   #2
natalie
Whoo! 9/10 the way to buddy plays in "The Christ from Oz"!
 
natalie's Avatar
 
Join Date: Aug 2003
Location: Australia
Posts: 921
Send a message via ICQ to natalie
I will list sites that have scripts if they are from a trusted submitter or known member of this board AND I can see what the script is doing. So in the case of a frame breaker and coming from you.. yes I would list it.
natalie is offline   Reply With Quote
Old 2005-10-27, 07:55 PM   #3
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
I would guess those that want their frame on every ones site. Would'nt matter to me.

Wonder if the script would cause problems or get sites banned by scanners?

ronnie
ronnie is offline   Reply With Quote
Old 2005-10-27, 10:17 PM   #4
RawAlex
Took the hint.
 
Join Date: Mar 2003
Posts: 5,597
Send a message via AIM to RawAlex
My bot is pretty much single minded on the issue - if there is a script, the submit is toast.

If you feel you are getting specifically hit by a certain framer (say 89.com), you can use PHP to filter their referals and only display the code in that circumstance.

Alex
RawAlex is offline   Reply With Quote
Old 2005-10-27, 10:21 PM   #5
MrYum
Arghhhh...submit yer sites ya ruddy swabs!
 
MrYum's Avatar
 
Join Date: May 2004
Location: Sunny Florida!
Posts: 5,108
Send a message via ICQ to MrYum
Usually, when I see a script on a page...it's an instant decline. But, this is another one of those latitude kinda thangs

If it's someone I know, they've talked to me about it first and I know the purpose of the script...it's all good.
MrYum is offline   Reply With Quote
Old 2005-10-28, 02:58 AM   #6
Jel
I'm the only guy in the world who has to wake up to have a nightmare
 
Jel's Avatar
 
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
framebreaker scripts are fine with me
Jel is offline   Reply With Quote
Old 2005-10-28, 07:00 AM   #7
neveremail
Oh no, I'm sweating like Roger Ebert
 
neveremail's Avatar
 
Join Date: Apr 2005
Posts: 504
I've been getting a lot of traffic from google image search on my freesites (more than normal searches) - a framebreaker script is a great way to have your page load when someone tries to view the image when trying to look at your images through google image search.

But the script is for sure going to cause issues with atleast some LLs with bots that check for scripts.

Quote:
Originally Posted by Alex
use PHP to filter their referals and only display the code in that circumstance.
This sounds like a good way to get round it - if I set the referral to images.google.com and images.google.co.uk would that work? Is there anywhere to get more info on this??
neveremail is offline   Reply With Quote
Old 2005-10-31, 04:27 PM   #8
Bill
Selling porn allows me to stay in a constant state of Bliss - ain't that a trip!
 
Join Date: Apr 2003
Posts: 3,914
Alex, that does sound like an interesting approach, neater than a script on the page.

How would you do such a thing? I'm starting to read about it, but a few suggestions would be welcome.
Bill is offline   Reply With Quote
Old 2005-10-31, 04:52 PM   #9
RawAlex
Took the hint.
 
Join Date: Mar 2003
Posts: 5,597
Send a message via AIM to RawAlex
in PHP you can easily see the refering URL. If you have a particularly site that frames you (say like 89.com does in some cases) then have php add in your javascript, otherwise, do nothing. You can make conditions for images.google.* and things like that.

Alex
RawAlex is offline   Reply With Quote
Old 2005-10-31, 07:18 PM   #10
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
Putting this on top of your page may work (warning: impromptu code)

PHP Code:
<?php

$url 
parse_url($_SERVER['HTTP_REFERER']);

$domain $url['host'];

if(
$domain == '89.com') {
  
header("location:http://www.popuphell.com");
 
}

?>
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote
Old 2005-10-31, 10:01 PM   #11
RawAlex
Took the hint.
 
Join Date: Mar 2003
Posts: 5,597
Send a message via AIM to RawAlex
Halfdeck, that would work for redirecting them completely... but you could do the same thing inline and print in the javascript and get the frame buster result without having the actual javascript on the page except for them.

Alex
RawAlex is offline   Reply With Quote
Old 2005-10-31, 10:20 PM   #12
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
Ohhh ok, I see what you're saying Alex. While thinking up the code I forgotten the main gist of your post

So:

PHP Code:
if($domain=="89.com") {
    echo 
"<script language='JavaScript1.1' type='text/JavaScript'>
if (parent.frames.length > 0) top.location.replace(document.location);</script>"
;

__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote
Old 2005-10-31, 10:45 PM   #13
RawAlex
Took the hint.
 
Join Date: Mar 2003
Posts: 5,597
Send a message via AIM to RawAlex
That's the idea... we don't want to send the surfer to hell, we just want to get rid of the annoying frame.

Alex
RawAlex is offline   Reply With Quote
Old 2005-10-31, 11:43 PM   #14
Wazza
I'm a jaded evil bastard, I wouldn't piss on myself if I was on fire...
 
Join Date: Apr 2003
Location: Melbourne, Australia
Posts: 808
Send a message via ICQ to Wazza
Not that I give a rats... but what's the motivation for this?
__________________
I sale Internet

My sites have no traffic and no PR - let's trade - PM me
Wazza is offline   Reply With Quote
Old 2005-11-01, 01:23 AM   #15
Bill
Selling porn allows me to stay in a constant state of Bliss - ain't that a trip!
 
Join Date: Apr 2003
Posts: 3,914
Oh, nothing very significant, it's actually just a thought experiment in designing freesites that attract and maximize google images traffic.

htaccess would serve to stop most other framers.

Altho, framing other's content might become a trend in the future, and something like this could be helpful then.
Bill is offline   Reply With Quote
Old 2005-11-01, 08:24 AM   #16
Wazza
I'm a jaded evil bastard, I wouldn't piss on myself if I was on fire...
 
Join Date: Apr 2003
Location: Melbourne, Australia
Posts: 808
Send a message via ICQ to Wazza
Fair enough
__________________
I sale Internet

My sites have no traffic and no PR - let's trade - PM me
Wazza is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:48 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc