Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Blocking Perftech Injected ISP Messages » How is this not a violation of copyright?
Uniqs:
448
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Post a:
Post a:
block ads »
« What about automated user agents?  

Dogfather
Premium
join:2007-12-26
Laguna Hills, CA
·Cox HSI
·Verizon FIOS
·Cox VOIP
·ViaTalk
·RoadRunner Cable
·MegaPath
·Verizon west (ex G..
·Time Warner VOIP


2 edits

How is this not a violation of copyright?

They modify the site owners HTML to inject their javascript execution line then forward the modified HTML to the user (whose browser then renders the HTML along with the freshly injected executes the javascript).

The HTML of site owners like Google is copyrighted and it's a violation of copyright law to modify copyrighted works without permission of the copyright holder, especially for profit.

Karl Bode
News Guy
join:2000-03-02

Host:
Road Runner
PC gaming GAMES
PC gaming Tech

1 edit

Re: How is this not a violation of copyright?

Ottawa's Canadian Internet Policy and Public Interest Clinic (CIPPIC) made a similar argument last year:
quote:
"When Rogers modifies the html file in their cache and sends it to its subscribers, it means the Web page has become a derivative work of the original page under copyright,"; McOrmond said. "So if the licence for the particular Web site being modified does not allow for derivative works, Rogers would becomes a pirate. This is a modified work which is considered a worse violation of copyright than verbatim distribution for free."
Don't know how effective that argument would be in court given they're essentially using a frame and no original content is distorted. ISPs might not want to risk a fight with the courts or network neutrality brigades though.
hottboiinnc
ME

join:2003-10-15
Cleveland, OH
·Time Warner Cable
·buckeye cable

because its not replacing anything on the website. its being put along in another frame- as pictured above; or above the actual web site content.

Not everything is a violation of copyright laws. Especially this because as i stated; its not actually altering the website content.

en102
Canadian, eh?

join:2001-01-26
Valencia, CA
·RoadRunner Cable
·DSL EXTREME

Re: How is this not a violation of copyright?

and where is that frame's source located ?
Its basically taking a page, and rendering it as a frame within a page. Its very borderline legal.
I.e. If my page is to be rendered as a page, and suddenly, I find my page loads as a frame with ad ridden content beside/ontop of it, this could be seen as an attempt to hijack content.

Eg. If I went to www.nsa.gov, and found the page split in 2 with a video of Obama as a good samaritan ontop, some one's going to be in trouble.
--
Canada = Hollywood North

adisor19

join:2004-10-11
Huh ? It IS altering the website content. When i request an HTML document, i expect that HTML document to be what i requested. If the contents change, whether it's in a separate frame or not, then we have a BIG problem.

Adi

Dogfather
Premium
join:2007-12-26
Laguna Hills, CA
·Cox HSI
·Verizon FIOS
·Cox VOIP
·ViaTalk
·RoadRunner Cable
·MegaPath
·Verizon west (ex G..
·Time Warner VOIP


1 edit
said by hottboiinnc See Profile :

because its not replacing anything on the website. its being put along in another frame- as pictured above; or above the actual web site content.

Not everything is a violation of copyright laws. Especially this because as i stated; its not actually altering the website content.
Frames are a function of the HTML.

You can't have frames without modifying the HTML to add the line that executes the ISP's java which is the frame and content.

For example, if they did this to you while browsing google you request the HTML page from Google who then serves it to you.

The ISP intercepts the page, edits it adding a single line near the beginning of the HTML code saying to execute a particular javascript on the ISPs server.

The modified page is then forwarded to you at which time your browser loads the HTML, executes that java script and renders the page, along with the java code which is the frames and content.

Without stand alone separate software running on your machine, nothing can appear in the browser without being part of the HTML (aside from hacks like the GDI+ patch fixes).

Looking at copyright, it sure seems to be that it is not legal for the ISP to take Google's HTML and changing it even if it's to add this single javascript execution line without Google's permission.

en102
Canadian, eh?

join:2001-01-26
Valencia, CA
·RoadRunner Cable
·DSL EXTREME

I agree.
Even though this appears to not change the function of someones content by opening another frame, it IS modifying the basic content. This would make users assume that the modified data is from the page source, and not an ISP attempting to leach off someone elses content for ad revenue.
--
Canada = Hollywood North
hottboiinnc
ME

join:2003-10-15
Cleveland, OH
·Time Warner Cable
·buckeye cable


1 edit

Re: How is this not a violation of copyright?

very true. that part about leaching is true if the ISP does use it for such. I don't see a problem with the system though if its a very low speed tier that the ISP is giving away for dollars a month- such as maybe 96k by 56k for say like $10 per month- i wouldnt see a problem with it then.

Although i would like to know when i would reaching my monthly cap and this could be very usfull for such a thing or Amber Alerts or such.

en102
Canadian, eh?

join:2001-01-26
Valencia, CA

Re: How is this not a violation of copyright?

Why not simply have another window open... oh wait.. pop-ups for ad content provider revenue tried this in the past, where hundreds of redirects and pop-ups would invade your screen.
--
Canada = Hollywood North

why82923

@sbc.com

said by Dogfather See Profile :

They modify the site owners HTML to inject their javascript execution line then forward the modified HTML to the user (whose browser then renders the HTML along with the freshly injected executes the javascript).

The HTML of site owners like Google is copyrighted and it's a violation of copyright law to modify copyrighted works without permission of the copyright holder, especially for profit.
You mean that HTML that Google stole from the site owner in the first place to build their index?

hottboiinnc
ME

join:2003-10-15
Cleveland, OH

Re: How is this not a violation of copyright?

especially when they cache versions of the websites on their own servers all around the world. Google is basically taking from someone. And their actually keeping it until they refresh to save again.

Matt
Take me down to the paradise city
Premium
join:2003-07-20
Jamestown, NC
·North State Commun..

Re: How is this not a violation of copyright?

said by hottboiinnc See Profile :

especially when they cache versions of the websites on their own servers all around the world. Google is basically taking from someone. And their actually keeping it until they refresh to save again.
robots.txt

sbrook
Premium,Mod
join:2001-12-14
H0H 0H0
This is one of the reasons that many sites do not permit referrals ... so that their page cannot be framed inside another as we often see.

pog
Premium
join:2004-06-03
Kihei, HI
·Hawaiian Telcom

Re: How is this not a violation of copyright?

said by sbrook See Profile :

This is one of the reasons that many sites do not permit referrals ... so that their page cannot be framed inside another as we often see.
Just curious... the referer string is a function of the browser... which normally just uses the URL of whatever page it's on.

If code is injected or modified, does the URL also get changed? I don't see this being necessary... and, if it isn't, then denying access based on referer is not going to help...
--
My Site
Forums » Blocking Perftech Injected ISP Messagesblock ads »
« What about automated user agents?  


Thursday, 03-Dec 06:54:13 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.republican-creole
page compression OFF
Most commented news this week
· [162] Comcast Releasing Promised Usage Meter
· [98] Graduate Student Unveils Sprint's GPS Sharing With Feds
· [80] Latest Consumer Reports Survey Not Kind To AT&T
· [78] Avast Antivirus Has Gone Mad
· [70] Baltimore To Ban Lazy Cable Installs
· [62] Broadband Killed The Game Console
· [55] Rogers Unveils The ISP Dream Model
· [47] ACTA: Global Three Strikes
· [41] Rural Carriers Quickly Embracing Fiber
· [40] AT&T, Verizon Drop 3G Ad Dispute
Most people now reading
· False positive in Avast! or is it real? [Security]
· ToC 4th boss - Preliminary Strategy for Twin Valkyr [World of Warcraft]
· Working in a Stairwell and Surrounding High Walls [Home Repair & Improvement]
· 3.x Feral Druid - Bear Tanking Guide [World of Warcraft]
· ICC Strats??? [World of Warcraft]
· Quality/longevity of 15A 120V receptacles [Home Repair & Improvement]
· IMG 1.7 (IMG Updates and Discussion) [Verizon FIOS TV]
· Dead cable box? [Time Warner Cable TV/Voice]
· [Newsgroups] Newzleech down? [Filesharing Software]
· Microsoft Security Bulletin Summary for October 13, 2009 [Security]