Help Me For Credits Please!

Discussion in 'Gaming' started by Gangstarrr, Sep 19, 2005.

  1. Gangstarrr

    Gangstarrr Well-Known Member

    Age:
    21
    Posts:
    2,662
    Likes Received:
    0
    Joined:
    Sep 3, 2005
    Location:
    United Kingdom
    im making a website, and i dont want people stealing my images as it took me hours to find and i made most of them. i have got the disable right click code. but you can still highlight the image and press crtl+C. is there anyway to make these images totally safe, so that they are 100% ripper safe?
     
  2. bmchugh

    bmchugh Guest

    you could just display an anti-rip sign on it eg. over the pic but make it so its light enough so you can still see the pic :-)
     
  3. Richyzapper

    Richyzapper Well-Known Member

    Age:
    35
    Posts:
    1,107
    Likes Received:
    0
    Joined:
    Jul 30, 2005
    Location:
    Uk/Britain/Wirral
    Even if you stopped the highlight people can just print screen? o_O
     
  4. bmchugh

    bmchugh Guest

    here ya go found some information im sure this deserves creds but meh. It is quite hard if your a n00b or arent used to stuff :P here it is

    First, here's the regular code for the picture:

    [​IMG]

    Now the code for the protected picture:

    [​IMG]

    The onMousedown event of the image is used to call a JavaScript function that I have called nocopy(). This function has been placed in the <head> section of the document's code. It looks like this:

    <script language=javascript type="text/javascript">
    <!--
    function nocopy() {
    if (event.button==2) {alert ("Sorry! You can't copy this picture."); }
    }
    -->
    </script>

    Hope this helps
     
  5. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    Ive done this before...

    put a div table over the image, make it bigger than the picture itself, make it transparent, and you can see the image, but you cant copy the picture...
     
  6. Gangstarrr

    Gangstarrr Well-Known Member

    Age:
    21
    Posts:
    2,662
    Likes Received:
    0
    Joined:
    Sep 3, 2005
    Location:
    United Kingdom
    lol, im new to html. this is my first site. whats a div table?
     
  7. Gangstarrr

    Gangstarrr Well-Known Member

    Age:
    21
    Posts:
    2,662
    Likes Received:
    0
    Joined:
    Sep 3, 2005
    Location:
    United Kingdom
    and also, does anyone know a good site for music video HTML? i have tried videocodelab and videocodes4u, but they dont have what im looking for.
     
  8. Woodpecker

    Woodpecker Well-Known Member

    Posts:
    109
    Likes Received:
    0
    Joined:
    Sep 10, 2005
    I was just about to say that.

    But yeah, put some writing over it.

    Like a slogan or the website name.
     
  9. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA

Share This Page