PDA

View Full Version : No copying Hack for VB discussion forums


GunsNetwork
06-30-2003, 02:11 AM
I have this known java script on my info website. My question can some make a hack for the vbulletin code? to do the same thing on a VBulletin discussion website?

<script language="JavaScript">
function click(){
if (event.button == 2){
alert('No copying without permission from #### Network LLC');
}
}

document.onmousedown = click
</script>

If so please direct me to where it is, thank you.

BowHunt

Buczilla
06-30-2003, 02:14 AM
would putting the javascript in one of the template files work? Lemme know. Thanks.

Cloudrunner
06-30-2003, 03:52 AM
just stick that code in your headinclude template and it will load in all vb powered pages.