Results 1 to 10 of 18
-
12th Aug 2011, 09:07 PM #1OPBannedWebsite's:
SKDown.Net WarezGuru.Org RARdownload.netDisable right click for images (no alert)
I spent hours and hours and no good script is found.
I am seeking the following:
- disable rightclick for images only
- works on major browsers including chrome
- no alert message what so ever
All scripts online have alert messages! and if not it don't work.
I don't want smart asses to start telling me this is useless since people can disable javascripts.tdsii Reviewed by tdsii on . Disable right click for images (no alert) I spent hours and hours and no good script is found. I am seeking the following: - disable rightclick for images only - works on major browsers including chrome - no alert message what so ever All scripts online have alert messages! and if not it don't work. Rating: 5
-
12th Aug 2011, 11:48 PM #2Member
Stole this from IMDB:
Code:<img src="" onmousedown="return false;" onmousemove="return false;" oncontextmenu="return false;" />
//EDIT
See it in action:
Code:http://www.imdb.com/media/rm2885532672/rg2675546624
-
13th Aug 2011, 03:25 PM #3OPBannedWebsite's:
SKDown.Net WarezGuru.Org RARdownload.nethey thanks, but sometimes it is impossible to edit every single link.
got a global method that works on all images?
example:
http://*******/0vZve
-
13th Aug 2011, 06:41 PM #4Member
Its quite easy using jQuery:
Code:$('img').bind('contextmenu', function(e){ return false; });
Are you using any CMS for the site? If so, I think you can just use xdb suggestion by adding it to where the CMS generating/outputting the images.
-
18th Aug 2011, 06:33 PM #5Member
Same Problem
Hey i have the same problem as tdsii, im after a script to disable right clicking ONLY on images WITHOUT the alert and for the script to effect ALL images.
There is this code i found which disables right clicking ALL images but it has the alert on it aswell? is there some way to edit this code to take the alert off maybe?
http://www.dynamicdrive.com/dynamicindex9/noright2.htm
Thanx anyway
-
18th Aug 2011, 06:49 PM #6OPBannedWebsite's:
SKDown.Net WarezGuru.Org RARdownload.netSte H i went across 100s of sites all codes the same. hope we get a solution.
-
18th Aug 2011, 06:57 PM #7Member
document.oncontextmenu=new Function("return false")
that line is used to remove the alert from "everything" disabled, puzzling stuff lol.
yer hopefully someone cracks it.
-
18th Aug 2011, 07:07 PM #8MemberWebsite's:
vaporhostn.comI see no point in this since new browsers can actually pull the image link into a simple menu like firefoxs page info...
Or if a user knows how to read the page source... Even google will cache your image...
Best thing to do is disable hotlinking as just viewing the image is like downloading it.
-
18th Aug 2011, 07:18 PM #9OPBannedWebsite's:
SKDown.Net WarezGuru.Org RARdownload.netLoonycgb2 read my first post
I don't want smart asses to start telling me this is useless since people can disable javascripts.
-
18th Aug 2011, 07:31 PM #10Member
I don't want smart asses to start telling me this is useless since people can disable javascripts.
Spot on m8, i dont care if people can get the images any other way, its harder for them and time wasting if they want to get the images that way
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Broken Images overlapping New Images
By Leeds in forum vBulletinReplies: 8Last Post: 17th Apr 2012, 08:57 PM -
Help loading images on click
By Zeokat in forum Web Development AreaReplies: 6Last Post: 2nd Apr 2012, 06:21 PM -
Upload images to YouPic.in with 1 click using our new FireFox Add-On.
By Crow in forum Webmaster ResourcesReplies: 0Last Post: 13th Oct 2011, 03:30 AM -
Free images host uploader - images will not expire!
By jippo in forum Useful SitesReplies: 11Last Post: 11th Feb 2011, 11:58 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...