Version: 1.0.0, by Omranic
Developer Last Online: Sep 2021
Category: Miscellaneous Hacks -
Version: 3.5.x
Rating:
Released: 01-18-2006
Last Update: Never
Installs: 28
Template Edits
Re-useable Code Translations Is in Beta Stage
No support by the author.
This product is no longer supported!
Discription: This Hack Give You Four Options for Restrict some User and System Preference (Disabling), These four options are:
Disable Image Toolbar script
Disable right mouse click on images
Disable right mouse click totaly with alert
Disable right mouse click totaly without alert
& you Have Two Options To Customise the MSG Alert Displayed for users when any of the 2nd & 3rd options selected.
Disable Image Toolbar script = Disable The Toolbar Appears When The Mouse Moves On Any Image
Disable right mouse click on images = Disable Right Click On Images & Displaying Customised Alert.
Disable right mouse click totaly with alert = Disable Mouse Right Click All Over The Forums Every Where & Displaying Customised Alert.
Disable right mouse click totaly without alert = Disable Mouse Right Click All Over The Forums Every Where Without Displaying Alert.
& you have the Option Not To Disable any Preference = Don't Disable any thing.
Stats:
1 Product Adds 4 Settings, 13 phrase.
Template Edits 2 in one template (headinclude)
Import the Attached Product File.
open headinclude & add before the first line of it the following code:
open headinclude & after the last line in it add the following code:
HTML Code:
<if condition="$vboptions[rightcrmode]==0"> <else /><if condition="$vboptions[rightcrmode]==1"><script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
var clickmessage="$vboptions[rmcimagesalert]"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script></if><else /><if condition="$vboptions[rightcrmode]==2"><script language=JavaScript><!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="$vboptions[totalrightcalert]";
///////////////////////////////////
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")
// --></script></if><else /><if condition="$vboptions[rightcrmode]==3"><script language=JavaScript><!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --></script></if></if>
This Is the Initial Version with Limited Features So I Hope You All Suggest More Features To Be Added In This Hack.
Note: All Features Tested & Works Perfectly on IE (InterNet Explorer)
All Features Tested on Firfox but there is one Feature Hasn't Effect (Disabling Image Tool Bar) & The second Feature Doesn't work Perfectly (Disable Right Click on Images) It displays the alert but after you submit the alert it opens the drop down menu for the right click.
Not Tested On other Explorers.
Developer ===> Who Is Mohammed ?! All Features Tested & Works Perfectly on IE (InterNet Explorer)
All Features Tested on Firfox but there is one Feature Hasn't Effect (Disabling Image Tool Bar) & The second Feature Doesn't work Perfectly (Disable Right Click on Images) It displays the alert but after you submit the alert it opens the drop down menu for the right click.
Not Tested On other Explorers.
sorry abd el rahman معلش دى فترة امتحانات عندى و دماغى ضايعة
i got a suggestion slap the people asking for a screenshot of a right click script :P
common sence
ya right click = it dont work.
an alert = some text that says you cant right click or whatever ya put in it.
it's not like when you right click a amazing window of freshness is gonna unfold the user who right clicked with flowing waterfalls of freshness and naked girls giving out lollipops
by-the-way nice hack i will try it out later tonight
^^^^^ with him...
suggestion
disable DRAG on image
( because people can somehow DRAG an image and drop it on a downloadmanager dropspot and still get the file )
they can even DRAG the image to the Address bar and then save it
No File Editing / No File Uploading So No FTP using
Only template edits + Product Import
I meant.. Ur hack is on vBulletin.org Forum > vB3.5 Modifications > vB3.5 Extensions > vBulletin Total Restriction (4 Restriction Features till now).. The hack should b in either template modification section or plugins section.. Coz thr is no file to upload..