CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by NgocPRO 6/11/2024, 8:37 am

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


[Share] Những code gây ức chế cho nạn nhân :))[✔]

+14
Chúa Tể Địa Ngục
Ocean Sapphire
jaymiz8a
Minion
Lowie
mrkunvl
úT Lì
tonthatminh
kenz0ne
daiqb147
K.-Kun
Lùn Lì Lợm
HoàngTửNaivip5p
Draudrey
18 posters

Trang 2 trong tổng số 2 trang Previous  1, 2

Go down

[Share] Những code gây ức chế cho nạn nhân :))[✔] - Page 2 Empty [Share] Những code gây ức chế cho nạn nhân :))[✔]

Bài gửi by Draudrey 11/8/2013, 7:07 pm

First topic message reminder :

Hàng 1: Cấm click Ctrl, chuột phải, trái, và toàn bộ... toàn bộ bàn phím ấy Cười nhe răng
Code:

<script language="JavaScript">

//Fixed
//No Leaking!

var isnn,isie
if(navigator.appName=='Microsoft Internet Explorer') //check the browser version
{  isie=true }

if(navigator.appName=='Netscape')
{  isnn=true }

function right(e) //to stop anyone using the right click mouse button
{
  function ejs_nodroit() { alert('Blocked!');
return(false); } document.oncontextmenu = ejs_nodroit;
      return true;
}
//to stop Ctrl and Alt keys:
function key(k)
{
   if(isie) {
      if(event.keyCode==17 || event.keyCode==18 || event.keyCode==93) {
         alert("Blocked")
         return false;
       }
   }

   if(isnn){
      alert("Blocked")
      return false; }
}

if (document.layers) window.captureEvents(Event.KEYPRESS);
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
document.onkeydown=key;
document.onmousedown=right;
document.onmouseup=right;
window.document.layers=right;
</script>
Hàng 2: Tương tự nhưng đơn giản hơn:
Code:
<body oncontextmenu="return false"</body>
Hàng 3: Không cho click chuột trái cười lớn=> Hết bấm dc cái gì trongforum Cười nghiêng ng
Code:
<script LANGUAGE="JavaScript">
function click() {
if (event.button==1) {
alert("Làm gì thế?");
}
}
document.onmousedown=click
// -->
</script>
Hàng 4: không hiện gì cả (đối với thành viên còn khách thì không chịu )
Code:
<!-- BEGIN switch_user_logged_in --><style>body {display:none!important;}</style><!-- END switch_user_logged_in -->
Hàng 5: Reset again Bứt tóc 
Code:
<meta http-equiv='refresh' content="0; url=/">
Hàng 6: Ẩn chuột! Oh yeah, member phải mò rồi 106 
Code:
body {cursor:none!important;}
Hàng 7: Big font Roll eye 
Code:
body {font-size:999px;}
Hàng 8: Mờ forum cắn móng tay 
Code:
body {opacity:0.1;}
Hàng 9: Không cho scroll kéo lên kéo xuống Phù...! 
Code:
body {overflow-x: hidden;
overflow-y: hidden;}
Hàng 10: Cận thị cool 
Code:
body {font-size:1px;}
Hàng thứ 11: Ẩn main whistling 
Code:
#main-content {display:none;}
Hàng thứ 12: Hàng tuyết rơi bao trắng màn hình éo thấy cái gì nữa Cười nhe răng (edit lại) demo: http://drduywin.forumvi.com/h12- (mở xem nhanh rồi tắt ngay coi chừng đứng máy Cười nhe răng)
Code:
<!-- Start Hiệu ứng hoa, lá, tuyết rơi,... cho blog --><script type='text/javascript'>
//<![CDATA[
var snowsrc="http://i72.servimg.com/u/f72/15/64/85/86/tuyetr10.png" // Thay Link hình của bạn vào đây
var no = 999; // Số ảnh rơi trên blog
var hidesnowtime = 9999999; // Số giây ảnh biến mất sau khi rơi
var snowdistance = "windowheight"; // Có thể thay đổi giá trị pageheight thành pageheight
///////////Stop Config//////////////////////////////////
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 1000, doc_height = 1600;
if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/20; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}}}
function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/20;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; }
snowtimer=setTimeout("snowIE_NS6()", 10);}
function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility= "hidden"}
if (ie4up||ns6up){
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)}
//]]>
</script>
<!--stop Hiệu ứng tuyết rơi -->

P/s: Bản quyền: Hàng 1-2 thì chôm còn lại do tui tự chế cười lớn

Khuyến cáo chỉ những cao thủ pro chán sống hoặc bảo vệ thông tin cá nhân  cười lớn


Được sửa bởi DrDuyWin ngày 11/8/2013, 7:55 pm; sửa lần 2.
Draudrey
Draudrey
CPModerator
CPModerator

Chrome Invision
Ngày đăng ký : 10/08/2012
Số bài : 902
CPP : 601
Châm ngôn sống : Nhìn lại mình trên CP mới thấy mình hồi đó sao trẻ trâu vcđ ra, đan con mạch nó muốn tự sát v l

http://diendan.chinhphuc.info/

Về Đầu Trang Go down


[Share] Những code gây ức chế cho nạn nhân :))[✔] - Page 2 Empty Re: [Share] Những code gây ức chế cho nạn nhân :))[✔]

Bài gửi by 7vnr 1/4/2014, 6:52 pm

Hại người coi chừng hại "Ta" mắt lun cái forum thì chán
7vnr
7vnr
CPMember
CPMember

No choice PunBB
Ngày đăng ký : 05/11/2013
Số bài : 250
CPP : 17
Châm ngôn sống : Bảo Vệ Hòa Bình

http://dbworld.forumvi.com

Về Đầu Trang Go down

Trang 2 trong tổng số 2 trang Previous  1, 2

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết