The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
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
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:
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
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!
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
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
Comment