View Single Post
  #5  
Old 9th December 2012, 10:40
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Quote:
Originally Posted by Lolle View Post
How can I activate right-click?

It says "Right click is disabled"
Delete this lines or try the attached file:

PHP Code:
<SCRIPT LANGUAGE="javascript">
<!-- 
//
function click(evt) {
if (
event.button==2) {
alert('You are not allowd to do this!');
return 
false;};
};
document.onmousedown=click;
// -->
</SCRIPT> 
Attached Files
File Type: php bittorrent.php (105.0 KB, 6 views)
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif

Last edited by Chez; 9th December 2012 at 10:55.
Reply With Quote