Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How To Stop "save As", Need help from copying all my stuff

  1. #1
    Join Date
    Nov 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How To Stop "save As", Need help from copying all my stuff

    First of all I want to point out that I dont mind people to look into my websites and get influnced and take some of the text or images it actually honours me. But when people just save my pages directly to their hard disk and change some logos and names and have basicly same pages i dont find it fair since i put a lot of effort in my pages and the worst was when somebody completly copied me and get one ranking higher than me without making any effort. I have seen some people stop this by not allow the "save as" function does anyone have any advices. I also now that there is a way to go around it but normally people who nows how to do that they are good enough to make their own websites so they dont need to directly copy my pages.

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Lightson View Post
    I have seen some people stop this by not allow the "save as" function ...
    I seriously doubt that you have. It's something that should be possible.

    Mike

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Quote Originally Posted by mwinter
    I seriously doubt that you have. It's something that should be possible.
    I think Mike meant it's not something that should be possible A small but vital typo.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey View Post
    I think Mike meant it's not something that should be possible
    Oops. Cheers, Twey!

    Mike

  5. #5
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Just read this thread; it will explain a lot.
    It is impossible to hide codes, because all functions that you will see in the thread can be avoided by disabling JavaScript.

  6. #6
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    I've seen someone disable 'Save As' before, but I don't remember the website. I swear.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Nah.

    You might disable right click.
    You might even disable the file menu. (I doubt it.)
    But you can't disable copying from the cache.

    And, there are a lot of fun little IE issues that you can exploit, but once you open the site in Firefox, no problem saving, etc.
    In fact, even no right click scripts are like that frequently. That's funny.


    Note this is looking at the most simple way to fix it.... there are many other ways... disabling javascript, creating a link to the page and right click save as through that and variations thereof, using another way of getting the data on the page, using PHP to grab the page from the server, print screen if it comes to it and surely other stuff.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    In fact, even no right click scripts are like that frequently.
    Very frequently, due to Firefox' "Disable or replace context menus" checkbox in Edit->Preferences->Advanced....
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Aug 2006
    Posts
    239
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well, there is one possibility to make that most difficult (in addition to some sophisticated no-right-clock code)- using
    Code:
    pragma: no-cache
    And restricting content to be served only if valid Referring-URI header is sent.
    Of course- again, anything like wget or teleport will prevail...

    Unless you use javascript to open the content... but of course, here comes another IE bug that causes that precaution to affect valid requests- but made from inside javascript (like location.href or window.open)- it doesn't send the darn header (my gallery bails out on this to this day- started using cookie to prevent that).

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Well, there is one possibility to make that most difficult (in addition to some sophisticated no-right-clock code)- using
    Code:
    pragma: no-cache
    The Pragma header, by design, is used to convey information that is non-vital and may have meaning to only one or a few user agents. Any user agent may, in perfect accordance with standards, choose to completely ignore any Pragma headers sent.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •