spellchasers Posted December 21, 2003 Share Posted December 21, 2003 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 More sharing options...
Guest Posted December 21, 2003 Share Posted December 21, 2003 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 More sharing options...
spellchasers Posted December 21, 2003 Author Share Posted December 21, 2003 Good idea.....How do I do this and complete the vertical climb? :rolleyes: Link to comment Share on other sites More sharing options...
Guest Posted December 21, 2003 Share Posted December 21, 2003 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 More sharing options...
sw45859 Posted December 21, 2003 Share Posted December 21, 2003 if the guy who set it up was smart it would be in the header.php so it loaded on every site, but between the script tage just just look for alert('This Site Is Copyright Protected'). Link to comment Share on other sites More sharing options...
spellchasers Posted December 21, 2003 Author Share Posted December 21, 2003 Where's the header.php located? Link to comment Share on other sites More sharing options...
sw45859 Posted December 21, 2003 Share Posted December 21, 2003 in the catalog/includes folder Link to comment Share on other sites More sharing options...
spellchasers Posted December 21, 2003 Author Share Posted December 21, 2003 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 More sharing options...
sw45859 Posted December 21, 2003 Share Posted December 21, 2003 yes delete the <script> tags and everything between them. Link to comment Share on other sites More sharing options...
spellchasers Posted December 21, 2003 Author Share Posted December 21, 2003 That worked perfectly! Dude, I wish I had your knowledge on OSCOMMERCE! By the way, what are breadcrumbs? I saw this somewhere in the header.php......just curious. Link to comment Share on other sites More sharing options...
sw45859 Posted December 21, 2003 Share Posted December 21, 2003 when you browse through your store look in the lefthand corner right below the bar and you will see top>products>index> or whatever, that is the breadcrumb Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.