Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 Low Priority, Preventing Copy, Paste
Author « Topic »  

Ratfink11
Advanced Member

USA
192 Posts

Pre-sales questions only
(More Details...)

Posted - 12/01/2018 :  08:33:05  
Hi Everyone,

I wanted to get some input regarding this subject.

I need to protect the images and descriptions from being pilfered from my website. Or at least make it difficult and time consuming.

I know I can do it varying ways through HTML and jQuery.

As I have been researching I have seen some comments regarding SEO and this type of action could hurt SEO performance? Which I dont believe this to be the case.

I am using one of the templates provided and wanted to inquire about code examples and verify any SEO effects.

Im not sure if I am posting this subject in the correct area of the forums. If so please relocate.

Thanks
J

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 12/01/2018 :  09:11:06  
A few tricks.
<body oncontextmenu="return false;">

CSS

body {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}

Or target specific items

.prodimage,.detailimage {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
Using JavaScript to disable the button on a mouse is considered bad form.



Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 12/02/2018 :  19:11:43  
If your hosting is running on cPanel there is a Hotlink Protection facility under the Security section within cPanel. You can add file extensions to the list, eg: jpg, png, bmp, etc etc

I haven't used that feature so I can't say how effective it is.

Will - Bolton Manchester UK

Edited by - V45 on 12/02/2018 19:13:08
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000