Author Topic: remove the right click warning box  (Read 15973 times)

0 Members and 1 Guest are viewing this topic.

Offline hal9000

  • Pre-Newbie
  • Posts: 2
    • View Profile
remove the right click warning box
« on: September 26, 2002, 01:12:52 AM »
Since there is no direct link to image and the only other way is to right click image properties is ther some way of removing the right click warning box ...

i wish to host images and then let people link to them in other sites

This is without doubt the best gallery tool i have found and would be perfect if this or the link was available

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
remove the right click warning box
« Reply #1 on: September 26, 2002, 08:40:01 AM »
Just delete

Code: [Select]
 function right(e) {
    if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    return true;
  }
  document.onmousedown=right;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=right;

from the template "header.html.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline hal9000

  • Pre-Newbie
  • Posts: 2
    • View Profile
superb
« Reply #2 on: September 26, 2002, 10:14:31 AM »
thanx a lot ...just what the doctor ordered :)

Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #3 on: August 12, 2005, 08:27:30 PM »
I HATE THOSE RIGHTCLICK WARNING BOX. I hate it when it says "Sorry, this is copyrighted" this is totally stupid!

TheOracle

  • Guest
Re: remove the right click warning box
« Reply #4 on: August 12, 2005, 10:56:14 PM »
Hate it so much to try this one as well :

http://www.4homepages.de/forum/index.php?topic=4236.0

? ;)

Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #5 on: February 13, 2006, 12:11:35 AM »
Earlier, today I went to this site at http://www.discount-telecom.co.uk/Polyphonic_Ringtones.asp?cat=Film/TV+Themes&catid=2 and I rightclicked, it pops up and it saids "Sorry There's no Rightclicking in this page" it makes me MMMMMMMMMMAAAAAAAADDDDDDDDD :evil: :evil: :evil: :evil: I wrote them a complaint to tell them what gives you the right to do it, and I told them I hate rightclick warnings. period.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: remove the right click warning box
« Reply #6 on: February 13, 2006, 01:54:44 AM »
I wrote them a complaint to tell them what gives you the right to do it
Besides the rights that they own the site? - I guess no rights..:roll: :P
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #7 on: February 13, 2006, 04:43:50 AM »
I wrote them a complaint to tell them what gives you the right to do it
Besides the rights that they own the site? - I guess no rights..:roll: :P

I DISAGREE WITH YOU! I'm sorry I have to say this.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: remove the right click warning box
« Reply #8 on: February 13, 2006, 05:48:11 AM »
I DISAGREE WITH YOU! I'm sorry I have to say this.
Hows so? you disagree that site owner allowed to prevent people from stealing the site's content, hotlinking and hacking? Belive it or not, the right click menu is the first step of doing exactly that...If you dont like that, simply go away and dont visit that site again - I think thats fair.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #9 on: February 24, 2006, 08:20:04 AM »
I DISAGREE WITH YOU! I'm sorry I have to say this.
Hows so? you disagree that site owner allowed to prevent people from stealing the site's content, hotlinking and hacking? Belive it or not, the right click menu is the first step of doing exactly that...If you dont like that, simply go away and dont visit that site again - I think thats fair.

If It happens, I'm thinking about boycotting a site, by not going on there, and I live in the USA, a free country.

Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #10 on: April 06, 2006, 07:12:00 AM »
I wrote a complaint to http://www.tvheaven.ca about the stupid-dumb-crude-tacky RIGHTCLICK WARNING, I made a suggestion to eliminate the rightclick warning. RIGHTCLICK warnings are one reasons why I hate the internet.


Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #11 on: April 29, 2006, 01:33:55 AM »
I can't believe that the owner of http://www.terrificmusic.com put a rightclick warning on music files and on the site, his site used to not to have a rightclick warning box, but now he's got the rightclick warning box, it make me mad  :evil: :twisted: I wrote them a suggestion and a complaint about that crude rightclick warning box.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: remove the right click warning box
« Reply #12 on: April 29, 2006, 01:42:10 AM »
I think you need to chill out...what is a big deal about right click popups? just dont click the f-word right button on your mouse!:roll:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline shkarter1985

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: remove the right click warning box
« Reply #13 on: May 26, 2006, 02:32:45 AM »
RIGHTCLICK POP-UPS are totally stupid, and I hate them. I hate rightclick warnings.