Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Copyright Protection On My Website


spellchasers

Recommended Posts

I purchased the website in question around a month or so ago. Whe I try and right click on some of the pic (of items I'm selling) to copy and paste to create an Ebay auction it tells me "This Site Is Copyright Protected". What up with this and how do I get aroud it?

Link to comment
Share on other sites

You can turn off javascript in your browser, as can anybody else... so much for the 'protection' :blink:

 

Your site has a javascript that disables right click in browsers - this is particularly annoying to people such as myself who constantly use the right click menu (I generally use it to open links in a new window.... not to steal anything!)... it makes people leave your website in droves... so best to get rid of it altogether :P

 

Matti

Link to comment
Share on other sites

Remove the script from your files - it is not native to osCommerce - as an example, there is no javascript in catalog/index.php - you will find it in yours between <script></script> tags :P

 

Matti

Link to comment
Share on other sites

This must be it. Do I just delete it?

 

<script language=javascript>

<!-- Begin

function right(e) {

var msg = "This site is copyrighted.";

if (navigator.appName == 'Netscape' && e.which == 3) {

alert(msg);

return false;

}

else

if (navigator.appName == 'Microsoft Internet Explorer' &&

event.button==2) {

alert(msg);

return false;

}

return true;

}

document.onmousedown = right;

// End -->

-->

</script>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...