关键词
最优秀的发帖人
tcw987654321 (2424) | ||||
tiger_tiger (2015) | ||||
梦随峰飘 (542) | ||||
868 (284) | ||||
mmao21 (251) | ||||
x__________________X (222) | ||||
y4341991 (101) | ||||
花生省魔术 (98) | ||||
Tiger&蘋果爸 (80) | ||||
pyy (74) |
安全问题
3 posters
安全问题
现在的论坛多如牛毛,你把我的拿去,我把你的拿来.自己的小坛子就没有什么竞争力了.
自己辛苦做的原创,被人家拿去了谁还来呀?发展不会太好.有什么办法让自己的东西
不会被人家拿走.文字图片来之不宜呀.谢谢了,可以解决吗?
自己辛苦做的原创,被人家拿去了谁还来呀?发展不会太好.有什么办法让自己的东西
不会被人家拿走.文字图片来之不宜呀.谢谢了,可以解决吗?
回复: 安全问题
防止复制,锁右键:
-----------------------------------------------------------------------
最根本的办法:进入template(僅支持PHPBB2.0版本)。什么也不会弹出,但实际上就是不能复制,也不能反白或者使用[ctrl+]的方法……就是无论点鼠标左键或者右键网页都没有反应的方法..
1、用J***A禁止复制网页内容:
- 代码:
<script> function ejs_nodroit() { alert('请尊重版权!!!'); return(false); } document.oncontextmenu = ejs_nodroit; </script>
-----------------------------------------------------------------------
最根本的办法:进入template(僅支持PHPBB2.0版本)。什么也不会弹出,但实际上就是不能复制,也不能反白或者使用[ctrl+]的方法……就是无论点鼠标左键或者右键网页都没有反应的方法..
1、用J***A禁止复制网页内容:
- 代码:
<Script Language=javascript>
function key(){
//if(event.shiftKey){
http://window.close();}
//禁止shift
if(event.altKey){
alert('禁止CTRL-C复制本贴内容');}
//禁止alt
if(event.ctrlKey){
alert('禁止CTRL-C复制本贴内容');}
//禁止ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
//swordmaple javascript article.
//function nocontextmenu(){
http://event.cancelBubble = true
http://event.returnValue = false;
//return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
function Click(){
alert('禁止右键粘贴本贴内容');
window.event.returnValue=false;
}
document.oncontextmenu=Click;
</Script>
- 代码:
topmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()"
- 代码:
<body>
- 代码:
<noscript>
<iframe src="*.htm"></iframe>
</noscript>
- 代码:
<body onmousemove=\HideMenu()\ oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">
- 代码:
<body>
- 代码:
<body onselectstart="return false">
由tiger_tiger于周一 九月 15, 2008 12:26 pm进行了最后一次编辑,总共编辑了1次
您在这个论坛的权限:
您不能在这个论坛回复主题