Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


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


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
reply to hottboiinnc
Re: How is this not a violation of copyright?

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.


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

reply to sbrook
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


sbrook
Premium,Mod
join:2001-12-14
H0H 0H0
reply to Dogfather
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.


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

reply to hottboiinnc
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

hottboiinnc
ME

join:2003-10-15
Cleveland, OH
reply to why82923
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.


adisor19

join:2004-10-11
reply to hottboiinnc
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


why82923

@sbc.com

reply to Dogfather
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?



en102
Canadian, eh?

join:2001-01-26
Valencia, CA
reply to hottboiinnc
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


en102
Canadian, eh?

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

reply to hottboiinnc
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

hottboiinnc
ME

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


1 edit
reply to en102
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
·RoadRunner Cable
·DSL EXTREME

reply to Dogfather
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

reply to Dogfather
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.


Karl Bode
News Guy
join:2000-03-02

Host:
Road Runner
PC gaming GAMES
PC gaming Tech

1 edit
reply to Dogfather
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.


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
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.
Forums » Blocking Perftech Injected ISP Messagesblock ads »
« What about automated user agents?  


Wednesday, 09-Dec 16:06:23 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.
page compression OFF
Most commented news this week
· [197] Sprint Sued For Distracted Driving Death
· [92] AT&T Launching New 24 Mbps U-Verse Tier
· [81] 3G Network Test Says AT&T Is Tops
· [72] Mediacom Unveils 105 Mbps Pricing
· [66] Sprint Poised For A Turnaround?
· [58] WPA Cracker: Test WPA-PSK Networks In 20 Minutes
· [50] The Future Of Wi-Fi Is Bright
· [47] Site Leaks Yahoo, Verizon Fed Data Share Pricing
· [44] Microwaving Your Innards Is Not 'Extreme'
· [39] Verizon LTE: 5-12 Mbps Downstream
Most people now reading
· MicroSoft Discontinues Sale of Windows 7 Family Pack in US [Microsoft Help]
· [ Classes] ATTN Death Knights - Post your spec for critique! [World of Warcraft]
· Comcast refused to install 400' feet. [Comcast HSI]
· Cross Server Dungeon Experience [World of Warcraft]
· The aftermath [World of Warcraft]
· Adobe Flash Player version 10.0.42.34 [Security]
· Smoke detectors gone wild [Home Repair & Improvement]
· whole house ups [Home Repair & Improvement]
· Warrior tank seem underpowered these days [World of Warcraft]
· HOA Headaches [General Questions]