Go Back   Chargeback Forum > Sellers / Merchants > Merchant Resources
FREE Member Registration Search Today's Posts Mark Forums Read

Merchant Resources Useful links to industry tools and resources for merchants.

Reporting Fraud or a Scam? If you are reporting fraud or a scam, please be sure to include all relevant details including names, contact information of the other entity, website information and all related details to better assist in alerting fellow members.

Attention: If you have received an email you believe may be fraudulent, please send the complete email and headers to fraudwatch@chargebackforum.com immediately.

Welcome to the Chargeback Forum! You are viewing this site as a guest. You are welcome to continue browsing the Chargeback Forum as a guest or register and take part in these in incredible benefits:

  • Participate in the largest internet community dedicated to helping merchants prevent fraud.
  • Communicate freely with leading industry experts.
  • Access numerous free tools and resources for your online business.

All this and much more is available absolutely free when you register, so sign up today! If you have any problems with the registration process or accessing your account, please contact support.

Having a problem with chargebacks or fraud and need immediate assistance? Contact us directly by calling (718) 841-7027 and ask to speak to a chargeback specialist.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 03-11-2007   #1 (permalink)
inworx
Senior Member
 
Join Date: Mar 2007
Posts: 160
Rep Power: 2 inworx is on a distinguished road
Default Preventing Right CLicks

This is a simple javascript code which I made to prevent right clicks on your site..

<script language="Javascript1.2">
// Set the message for the alert box
am = "Right click feature disabled. By inworx";
// do not edit below this line
// ===========================
bV = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
if (bNS && e.which > 1){
alert(am)
return false
} else if (bIE && (event.button >1)) {
alert(am)
return false;
}
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
</script>
<script language="Javascript1.2">
// Set the message for the alert box
am = "Site Security: for security reasons this feature is disabled.";
// do not edit below this line
// ===========================
bV = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
if (bNS && e.which > 1){
alert(am)
return false
} else if (bIE && (event.button >1)) {
alert(am)
return false;
}
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
</script>
inworx is offline   Reply With Quote
Old 03-22-2007   #2 (permalink)
chandni_aqua
Senior Member
 
Join Date: Mar 2007
Posts: 121
Rep Power: 2 chandni_aqua is on a distinguished road
Default

hey thanks a lot, i was looking out for something like this since long... i would wanna use it for my website at the earliest
chandni_aqua is offline   Reply With Quote
Old 03-22-2007   #3 (permalink)
louj
Banned
 
Join Date: Mar 2007
Posts: 139
Rep Power: 0 louj is on a distinguished road
Default

It is a good way to prevent your site from being duplicated. Thanks for the tip and the codes.
louj is offline   Reply With Quote
Old 03-26-2007   #4 (permalink)
zeroaccess
Junior Member
 
Join Date: Mar 2007
Posts: 14
Rep Power: 0 zeroaccess is on a distinguished road
Default

thanx for sharing the script mate. wanted a script like this from a long time . i'll use it on my blog as soon as possible thnx.....
zeroaccess is offline   Reply With Quote
Old 03-26-2007   #5 (permalink)
Mastermanandy
Junior Member
 
Join Date: Mar 2007
Posts: 22
Rep Power: 0 Mastermanandy is on a distinguished road
Default

Wow thanks for this its perfect, now no-one else can steal stuff from my site
Mastermanandy is offline   Reply With Quote
Old 03-26-2007   #6 (permalink)
atulperx
Member
 
Join Date: Mar 2007
Posts: 37
Rep Power: 0 atulperx is on a distinguished road
Default

Hi thanks for this script , i will use it on my blog because i have faces some problems with copy if my article earlier from other bloggers .
atulperx is offline   Reply With Quote
Old 03-26-2007   #7 (permalink)
Mastermanandy
Junior Member
 
Join Date: Mar 2007
Posts: 22
Rep Power: 0 Mastermanandy is on a distinguished road
Default

Hmm, it seems that this doesnt work with all browsers, I checked it with opera just now and it wouldn't work. Although im sure with a little bit of editing it can be possible to block any browser from right-clicking.
Mastermanandy is offline   Reply With Quote
Old 03-26-2007   #8 (permalink)
atulperx
Member
 
Join Date: Mar 2007
Posts: 37
Rep Power: 0 atulperx is on a distinguished road
Default

I am using firefox and my blog is hosted on blogspot and this script didn't worked on it also and friend sorry for typing failure of your script .
atulperx is offline   Reply With Quote
Old 03-26-2007   #9 (permalink)
Mastermanandy
Junior Member
 
Join Date: Mar 2007
Posts: 22
Rep Power: 0 Mastermanandy is on a distinguished road
Default

If you can see, the script is only designed to work with Netsape and IE, so you would have to edit it manually to add any other browsers.
Mastermanandy is offline   Reply With Quote
Old 03-27-2007   #10 (permalink)
paypal
Junior Member
 
Join Date: Mar 2007
Posts: 22
Rep Power: 0 paypal is on a distinguished road
Default

This script would not work if the browser has JavaScript disabled. (And, it isn't too difficult to disable JavaScript on a browser either.)
paypal is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 04:09 PM.

Add to Google Reader or Homepage    Add to My AOL  Add to Pageflakes  Add to netvibes  Subscribe in NewsGator Online Add to The Free Dictionary

Resources Affiliate Networks, Corporate Services, Web Design Firms, Merchant Talk, Public Relations Agencies, Virtual Web Hosting, Virus Protection

Chargeback Forum is a service of preCharge Risk Management Solutions, in association with ChargebackFile.
If you need assistance or are having a problem with chargebacks or fraud, please call (718) 841-7027 or email support@precharge.com for support.
All names, brands and service marks are properties of their respective owners.

Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0 RC8
© 2007. Chargeback Forum. All Rights Reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52