Author Topic: DrunkIsland  (Read 9963 times)

0 Members and 1 Guest are viewing this topic.

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
DrunkIsland
« on: October 30, 2005, 10:29:50 PM »
Hi everyone,

Thanks to the help of this board and the numerous amounts of mods by great programmers I have put together DrunkIsland!

www.DrunkIsland.com

Check it out! Let me know what you think!

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: DrunkIsland
« Reply #1 on: October 31, 2005, 03:35:14 AM »
gimme a nice cold beer :)

nice site ;)
cheers
Nicky
Your first three "must do" before you ask a question ! (Đ by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: DrunkIsland
« Reply #2 on: November 15, 2005, 06:32:53 PM »
I would remove the rightclick copyright function ;)

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: DrunkIsland
« Reply #3 on: November 15, 2005, 06:58:17 PM »
I would remove the rightclick copyright function ;)

this is a better solution:

copy this "oncontextmenu="return false"" in the Body Tag and there is no way for a right click... *g*

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: DrunkIsland
« Reply #4 on: November 15, 2005, 07:01:03 PM »
But why add this feature when everyone can download the images by using the download function? :)

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: DrunkIsland
« Reply #5 on: November 15, 2005, 07:22:26 PM »
so the user canīt see the direct Links to the Images!

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: DrunkIsland
« Reply #6 on: November 16, 2005, 04:10:45 PM »
Good idea!  I will try and add the no right click menu in tonight.  I agree with having to use the download button...lets me see whats going on easier!

I find that with Firefox I can still save the picture directly to my computer.  Will the "oncontextmenu="return false"" remove that for firefox as well?

This site has been pretty heavily modded...if I had to do it again I would add a list of mods that I have done!  I also think that I am stuck with my template now, as there have been many mods to them as well!  Thanks again to everyone here for helping out with the site.  If you're ever in Nassau I'll buy a round!  :lol:

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: DrunkIsland
« Reply #7 on: November 16, 2005, 10:50:31 PM »
I find that with Firefox I can still save the picture directly to my computer.  Will the "oncontextmenu="return false"" remove that for firefox as well?

try it out:

http://picsforfree.de

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: DrunkIsland
« Reply #8 on: November 17, 2005, 01:15:41 AM »
looks like it works with Firefox! 

now where do you stick that coding?  tonights project...

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: DrunkIsland
« Reply #9 on: November 17, 2005, 10:11:50 AM »
copy this "oncontextmenu="return false"" in the Body Tag and there is no way for a right click... *g*
<body oncontextmenu="return false" ....
(o: