Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How To Create A Copy Proof Webpage?
whistle
post Jul 31 2005, 01:14 AM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 56
Joined: 18-July 05
Member No.: 7,201



Sometimes I found something interesting on a webpage and hope to make a memo. Thus I will try to soft copy. Then I marking a quote, and the right click my mouse for laughing the menu. Sometime an warning box will show up to tell me that no right click is permitted here. It's cool! I hope to do it also, but I don't have any idea here. Could anyone teach me this? But this limitation won't be effect, I can just use the hotkey ctrl+P to copy it.

However, the hotkey ctrl+P won't work all the time. Some webpage does not permit you to quote any word in their important content. Of course, no hotkey copying can be make. That is more cool. As described above, can anyone teach me that?

Moreover, sometimes I hope to save the whole page, but there is a error message about "This page can be saved. Do you still want to do it? procced? or Cancel?". If I proceed, I get nothing but a blank webpage with nothing I want. How to do it?

If you know these secrets, please share your precious experience here. Thank you.

This post has been edited by microscopic^earthling: Jul 31 2005, 04:55 PM
Go to the top of the page
 
+Quote Post
Dark Aphalite
post Jul 31 2005, 01:25 AM
Post #2


Member [ Level 1 ]
Group Icon

Group: Banned
Posts: 38
Joined: 30-July 05
From: USA
Member No.: 7,537



Disabling right click is useless. It just makes visitors feel threatened and plus, if you really want to rip from their site, just view source.
Go to the top of the page
 
+Quote Post
WeaponX
post Jul 31 2005, 03:22 AM
Post #3


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,086
Joined: 21-June 05
From: New York
Member No.: 6,440



Yes, basically if you put up a webpage for the public, it's available to be copied. Unless you really know how to secure it (possibly using PHP or other methods), users will be able to copy the webpage without any major problems.

If you still want to know how they do it, then here it is.

To disable right click, there are many ways to do this. See these two just as examples:

CodeLifter
Angel fire site

I'm not exactly sure about the printing part. But from what I found, other programs can do this. For example, take a look at HTML Encryptor. It's not free though. No need to buy it though since it's most likely not fool proof anyway.

You should be able to save that whole page if it's not using PHP or some other server side languages for the webpage. Try this out and see if it works (should work if it's just a plain HTML webpage with the above simple methods):

1. Go into Internet Explorer or whatever browser you are using.
2. Go to View->Source.
3. A text editor (Notepad usually) should open up.
4. Save that file with a .html extension.
5. Double click on that new file you saved and it should be that webpage.

It may be distorted sometimes due to the fact that you didn't download all the required files associated with the webpage (for example, the images if it has any).

The method above should work most of the time if it's a normal HTML website with those simple restrictions they put on the user. But if it doesn't work, I know of another tricky method.

Since you looked at the website already, theoretically, it should have been cached in your browsers history. So just go there and look for the website. If you want, just go directly to that history (internet temporary files) folder and copy that file over to your desktop or another folder.
Go to the top of the page
 
+Quote Post
Houdini
post Jul 31 2005, 10:44 AM
Post #4


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



Using view source works and you can always just highlight the stuff by either left clicking while holding the left button down or holding shift while using the left right up or down cursor keys and then go to edit and press copy which puts the content on your clipbaord and pasting it into an empty document (notepad or and other editor) and you have it minus any formatting, you have to do that yourself.
Go to the top of the page
 
+Quote Post
jcguy
post Jul 31 2005, 10:58 AM
Post #5


Premium Member
Group Icon

Group: Members
Posts: 382
Joined: 5-September 04
Member No.: 255



But sometimes, when using Internet Explorer, i can't view the HTML source code of the page I'm viewing at all. Don't tell me that there's also a way to even prevent the user from viewing the HTML source code of the page?
Go to the top of the page
 
+Quote Post
WeaponX
post Jul 31 2005, 01:59 PM
Post #6


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,086
Joined: 21-June 05
From: New York
Member No.: 6,440



QUOTE(jcguy @ Jul 31 2005, 06:58 AM)
But sometimes, when using Internet Explorer, i can't view the HTML source code of the page I'm viewing at all. Don't tell me that there's also a way to even prevent the user from viewing the HTML source code of the page?
*

Are you sure it's just a plain HTML page? I know some server side languages have the ability to do this. Sometimes you just see a few lines of code and nothing else.

When you say you can't view the source, do you mean that it can't be viewed or just that the View->Source won't work (nothing opens up)? If something opens up and you see a blank page, make sure you scroll down (if there is anything more down there). Some of these webmasters who want to hide their code, may skip a couple hundred lines down so that it can fool the average user who tries to see their source code.
Go to the top of the page
 
+Quote Post
szupie
post Jul 31 2005, 03:42 PM
Post #7


S.P.A.M.S.W.A.T.
Group Icon

Group: Members
Posts: 814
Joined: 22-January 05
From: San Antonio, Texas (No, I'm not dumb. I just moved here...)
Member No.: 2,284



Server-sided languages can't hide the code from you. Client-sided ones can. With server-sided, what you see in the source is what you get in the browser. With client-sided languages, the code can be edited to change the appearance of the page without the source changing too.

Anyway, back on topic, if you want to skip the warning dialog when right-clicking, do the following, it's a really old trick:
1. Right click and hold; Dialog should appear
2. Left click the "OK" button to close the dialog
3. Release Right click
The right-click menu should come out. If another dialog pops up when you release the right click, close that dialog and the right-click menu should then come out.
Go to the top of the page
 
+Quote Post
hatim
post Aug 1 2005, 10:14 AM
Post #8


Advanced Member
Group Icon

Group: Members
Posts: 196
Joined: 17-June 05
From: Topi,Swabi,NWFP,Pakistan
Member No.: 6,301



I would like to mention Client Side Active Agents , like Flash , AJAX and Java (applet). They can be used to hide incoming souce. One thing is for sure that if some thing is being displayed on system ..it can be copied eventually...but it becomes difficult if you have client side script. I wonder if there is away to block even screenshots of on screen things (some kind of virtual display via java ..which shows blank in a screenshot)
Go to the top of the page
 
+Quote Post
sxyloverboy
post Aug 3 2005, 02:22 PM
Post #9


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 53
Joined: 29-January 05
From: Frankfurt, Germany
Member No.: 2,413



i dont know a lot about this but dissableing right klick is pretty usless. first of all because some browsers just ignore that bit of code or something like Opera for example.
Go to the top of the page
 
+Quote Post
jipman
post Aug 3 2005, 03:57 PM
Post #10


Pretty please?
Group Icon

Group: Members
Posts: 733
Joined: 28-November 04
From: Holland
Member No.: 1,552



You mean creating fully JAVA or flash sites? Like for instance nickelodeon.com? That site is hard to copy since it's almost all flash, but it also makes it noobish, In my opinion, flash is not supposed to be used this way.

Generally, as someone else already said, the more you prevent them from ripping you off, the more they will try to. And it's also VERY irritating if someone wishes to print your site, or bookmarking it.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How Do You Create A Vista?(21)
  2. How To Create Your Own Proxy Site (free And Easy)(13)
  3. How To: Create PDF With Php(18)
  4. How Do I Create Static Routes In Windows Xp?(11)
  5. How To Copy File & Folders From Linux To Windows?.(12)
  6. Create An Animation With Powerpoint(1)
  7. The Cloning Issue(43)
  8. How Do I Create A Good Fire Animation Using Flash ?(13)
  9. Create Your Own Shout Box(13)
  10. Help Needed To Create Login Script With Perl/cgi(21)
  11. Nero And Copying(7)
  12. Create A Site Without Cms But Just Dreamweaver?(6)
  13. Easiest Free Forum To Create Custom Skin For?(2)
  14. New Browser Based Game, Create Or Conquer(4)
  15. Can You Create A Folder Name "con"(14)
  1. 3=2 ! Ramanujam's Proof!.... Can U Find Any Flaws?(11)
  2. Help Me Create A Text-based, Turn-based Game(8)
  3. Create Dynamic Gui ?(7)
  4. How To Create A "user Profile" Page.(0)
  5. How To Create Your Own MSN Winks ?(10)
  6. I Want To Create A PHP Text Based Web Game(5)
  7. Create And Import JavaScript Modules For A Large Script(2)
  8. Xml-echo Google Sitemap Generator(0)
  9. How To Create "ghost" Images (norton) On Windows(46)
  10. Addon Domain Help(1)
  11. Help Needed To Create Windows Startup Script!(4)
  12. How To Create/edit/delete Ftp Accounts With Php(1)
  13. How Can I Create A "number Of Visitors" Script(8)
  14. How To Create A Popup Window With Javascript?(19)
  15. You Cannot Create A File Named Con(8)


 



- Lo-Fi Version Time is now: 22nd August 2008 - 12:13 AM