How to disable right click save option? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    How to disable right click save option?

    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    Solved How to disable right click save option?

    Post by Dr.Kran January 10th 2016, 6:03 pm

    How do I disable right click option on images to prevent users from claiming other players creations as their own?


    Last edited by Dr.Kran on January 13th 2016, 6:46 am; edited 1 time in total
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    Solved Re: How to disable right click save option?

    Post by Take Notes January 10th 2016, 6:34 pm

    You can't do that from my knowledge as there are plenty of other ways of getting an image. You can however have their names in each image which will decrease the amount of people who take the image(s).

    Also, you have a few topics open in-progress, if they are solved can you please message in the topic and mark it solved so that people searching in the archives can recieve help by seeing the solution?
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1556
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    Solved Re: How to disable right click save option?

    Post by YoshiGM January 10th 2016, 6:50 pm

    Hello @Dr.Kran
    There is a tutorial in the support forum from long years ago: https://help.forumotion.com/t50779-script-to-disable-the-right-click

    Try it Wink

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19313
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to disable right click save option?

    Post by Ape January 10th 2016, 7:27 pm

    YoshiGM wrote:Hello @Dr.Kran
    There is a tutorial in the support forum from long years ago: https://help.forumotion.com/t50779-script-to-disable-the-right-click

    Try it Wink

    Yes this code works sort of the problem is if you turn java codes off in your browser you can get passed this system

    there is no 100% foolproof way to do it as Google will place your items on there site unless you hide them from Google.
    But hiding your form is not a good move as this can make you get less new members and bad ratings Wink



    How to disable right click save option? Left1212How to disable right click save option? Center11How to disable right click save option? Right112
    How to disable right click save option? Ape_b110
    How to disable right click save option? Ape1010
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1556
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    Solved Re: How to disable right click save option?

    Post by YoshiGM January 10th 2016, 8:00 pm

    Anyways,
    Google is your father.. You can simply search a code to block right click using javascript.

    I just found this:
    Code:
     var message="YOUR MESSAGE GOES HERE"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false")

    Edit the text in caps for your warning text that will appear if someone tries to use right click Wink

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51496
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to disable right click save option?

    Post by SLGray January 10th 2016, 8:08 pm

    Clashmune wrote:Also, you have a few topics open in-progress, if they are solved can you please message in the topic and mark it solved so that people searching in the archives can recieve help by seeing the solution?
    Please refrain from moderating members, this is a staff member's job.



    How to disable right click save option? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Dr.Kran
    Dr.Kran
    Forumember


    Male Posts : 70
    Reputation : 1
    Language : English
    Location : Classified

    Solved Re: How to disable right click save option?

    Post by Dr.Kran January 10th 2016, 9:54 pm

    YoshiGM wrote:Anyways,
    Google is your father.. You can simply search a code to block right click using javascript.

    What I really want is to put an image in front of the image so they save the transparent image instead.
    Your code disables all out right clicks.

    This is really to protect players images though.
    I can always make 50 images with the same name as the protected one to solve the person finding a way problem too.

    I dont know the name but Im guessing Image shield.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19313
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to disable right click save option?

    Post by Ape January 11th 2016, 7:59 pm

    as we have said we do not have a code to do this.

    The only way to do this is with the codes gave.

    None of them are 100% as just turning off the javascript on your browser will stop any code from working and you will still get the items you want.

    best thing to do is make a hover over code that when you hover over any img it will show as a funny face or say a blank img but even that can be turned off by your members by just turning off javacodes in the browsers.



    How to disable right click save option? Left1212How to disable right click save option? Center11How to disable right click save option? Right112
    How to disable right click save option? Ape_b110
    How to disable right click save option? Ape1010
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19313
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to disable right click save option?

    Post by Ape January 18th 2016, 9:56 pm

    Topic solved and archived



    How to disable right click save option? Left1212How to disable right click save option? Center11How to disable right click save option? Right112
    How to disable right click save option? Ape_b110
    How to disable right click save option? Ape1010