Announcement

Collapse
No announcement yet.

Photo Copy Lock Feature?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Photo Copy Lock Feature?

    Does Blue Voda have a "lock" feature to keep people from being able to copy photos or material from your site for their own use?

    Thanks-
    Julie
    www.hanalynn.com

  • #2
    Re: Photo Copy Lock Feature?

    The long and short of it- NO.

    Andy
    PHP- is a blast!

    Comment


    • #3
      Re: Photo Copy Lock Feature?

      Originally posted by Julie S.
      Does Blue Voda have a "lock" feature to keep people from being able to copy photos or material from your site for their own use?

      Thanks-
      Julie
      Hi Julie

      The below is what is called a "No Right Click Script" apply this html to to your page properties (same place you click for page properties you will see page html) apply this in the section called between head, and it will prevent the no right click on your photos, etc., however, some people know ways around this, but for the most part you will be safe in adding this script ....

      where you see "Message" - this is where you change to what you want it to say - they have used the word Pirate, maybe you would want it to say, sorry, you cannot copy my pics or anything you choose ....






      <script language="Javascript1.2">
      // ***********************************************
      // AUTHOR: WWW.CGISCRIPT.NET, LLC
      // URL: http://www.cgiscript.net
      // Use the script, just leave this message intact.
      // Download your FREE CGI/Perl Scripts today!
      // ( http://www.cgiscript.net/scripts.htm )
      // ***********************************************
      message = "Pirate!";
      function NoRig***lick(b) {
      if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
      ||((navigator.appName=="Netscape")&&(b.which > 1))){
      alert(message);
      return false;
      }
      }
      document.onmousedown = NoRig***lick;
      // -->
      </script>

      VodaHost

      Your Website People!
      1-302-283-3777 North America / International
      02036089024 / United Kingdom
      291916438 / Australia

      ------------------------

      Top 3 Best Sellers

      Web Hosting - Unlimited disk space & bandwidth.

      Reseller Hosting - Start your own web hosting business.

      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


      Comment


      • #4
        Re: Photo Copy Lock Feature?

        If you really want to employ this type of action on your site, I suggest one that has been developed here in VodaLand with proven success, and that can be customized effectively - courtesy of AlienDude:

        ALIEN’S Disable Right-Click Java Script, with Customizable Message
        Re: Photo pinching!

        Hi! I’ve got a script for you:

        1. (Copy and Paste) Right-click page, open page html, click “End of Page” tab and paste in this code :

        <script language="JavaScript1.2">
        /*
        Alien's Right Click Deny Script - customizable, from Vasili's "BV Tips"
        */
        var clickmessage="
        WARNING! Copyright Protection Enabled :: Event Logged, IP Recorded."
        function disableclick(e) {
        if (document.all) {
        if (event.button==2||event.button==3) {
        if (event.srcElement.tagName=="IMG"){
        alert(clickmessage);
        return false;
        }
        }
        }
        else if (document.layers) {
        if (e.which == 3) {
        alert(clickmessage);
        return false;
        }
        }
        else if (document.getElementById){
        if (e.which==3&&e.target.tagName=="IMG"){
        alert(clickmessage)
        return false
        }
        }
        }
        function associateimages(){
        for(i=0;i<document.images.length;i++)
        document.images.onmousedown=disableclick;
        }
        if (document.all)
        document.onmousedown=disableclick
        else if (document.getElementById)
        document.onmouseup=disableclick
        else if (document.layers)
        associateimages()
        </script>

        2. Then click “between head” tab and add the following code:
        <META HTTP-EQUIV="imagetoolbar" CONTENT="no">

        You can change the
        highlighted writing to what you want to say. Hope this helps!

        (Personally, I feel this is a better solution, as many of the foreign scripts found outside of VodaLand cause more problems than anticipated!)
        . VodaWebs....Luxury Group
        * Success Is Potential Realized *

        Comment


        • #5
          Re: Photo Copy Lock Feature?

          I would say that is a good one too vasilli, just had the other one at my disposal quicker, however, fyi, the script I posted has been used, is successful and does not create any problems .....

          VodaHost

          Your Website People!
          1-302-283-3777 North America / International
          02036089024 / United Kingdom
          291916438 / Australia

          ------------------------

          Top 3 Best Sellers

          Web Hosting - Unlimited disk space & bandwidth.

          Reseller Hosting - Start your own web hosting business.

          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


          Comment


          • #6
            Re: Photo Copy Lock Feature?

            Originally posted by LadyEye
            I would say that is a good one too vasilli, just had the other one at my disposal quicker, however, fyi, the script I posted has been used, is successful and does not create any problems .....
            Not saying it did....
            A bit of general advice for many others to build the habit of finding almost every solution within VodaLand, and to not blindly add elements to their websites that they have no expertise with: recently, there has been quite a lot of "infected" scripts added from past-reliable sources (i.e. HotScripts), and they have not only frazzled many a VodaPeer, but have proven to be challenging to remove as well.

            Besides, Alien's is customizable and a bit more stable, features that are highly desirable!
            . VodaWebs....Luxury Group
            * Success Is Potential Realized *

            Comment


            • #7
              Re: Photo Copy Lock Feature?

              I really don't bother with too many not only for that reason but for the viewers, too much fanciness and they get all in a tuffy .... most really just want simple things I guess ... I like all the extras, but I don't use them, no music, no fancy magicians, and I would love to have the music ... but I don't ....

              VodaHost

              Your Website People!
              1-302-283-3777 North America / International
              02036089024 / United Kingdom
              291916438 / Australia

              ------------------------

              Top 3 Best Sellers

              Web Hosting - Unlimited disk space & bandwidth.

              Reseller Hosting - Start your own web hosting business.

              Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


              Comment


              • #8
                Re: Photo Copy Lock Feature?

                Perfect! Thanks to both of you. That is exactly what I need. =)

                You guys rawk. =D

                Julie
                www.hanalynn.com

                Comment


                • #9
                  Re: Photo Copy Lock Feature?

                  That's great Julie and like we say it will help with some or both and by the way I have to tell you that you look like my sister-in-law ... lol ... just had to tell you ....

                  VodaHost

                  Your Website People!
                  1-302-283-3777 North America / International
                  02036089024 / United Kingdom
                  291916438 / Australia

                  ------------------------

                  Top 3 Best Sellers

                  Web Hosting - Unlimited disk space & bandwidth.

                  Reseller Hosting - Start your own web hosting business.

                  Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                  Comment


                  • #10
                    Re: Photo Copy Lock Feature?

                    lol... Well, I hope you LIKE your sister-in-law. =)

                    Thanks again!
                    www.hanalynn.com

                    Comment

                    Working...
                    X