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 trang chủ đẹp! (cho 4rum game)

2 posters

Go down

Share trang chủ đẹp! (cho 4rum game) Empty Share trang chủ đẹp! (cho 4rum game)

Bài gửi by nghia1297614 24/7/2011, 2:04 pm

Code:

demo: http://clublh.us.to/

[code]<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<script type="text/javascript" src="http://champi.info/demo/rainbow.js"></script>
<script type="text/javascript" src="http://champi.info/demo/rainbow2.js"></script>

<div align=center><FONT color=#00ff00><FONT color=#00ff00></FONT></div>
<CENTER>
<TABLE style="BORDER-BOTTOM: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-RIGHT: #000000 0px solid" id=table2 border=1 cellSpacing=0 borderColor=#000000 cellPadding=0 width="60%">
<TBODY>
<TR>
<TD borderColor=#000000 width=500><FONT size=2 face=Tahoma>
<STYLE>



body{background-color:#000000}



h1,#deface1,#deface2{color:#000000;text-align:center}



.shakeimage{position:relative}







</STYLE>

<SCRIPT language=JavaScript1.2>



var rector=3



var stopit=0



var a=1



function init(which){



stopit=0



shake=which



shake.style.left=0



shake.style.top=0



}



function rattleimage(){



if ((!document.all&&!document.getElementById)||stopit==1)



return



if (a==1){



shake.style.top=parseInt(shake.style.top)+rector



}



else if (a==2){



shake.style.left=parseInt(shake.style.left)+rector



}



else if (a==3){



shake.style.top=parseInt(shake.style.top)-rector



}



else{



shake.style.left=parseInt(shake.style.left)-rector



}



if (a<4)



a++



else



a=1



setTimeout("rattleimage()",50)



}



function stoprattle(which){



stopit=1



which.style.left=0



which.style.top=0



}



document.oncontextmenu=new Function("return false");



TypingText = function(element, interval, cursor, finishedCallback) {



  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {



    this.running = true;



    return;



  }



  this.element = element;



  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });



  this.interval = (typeof interval == "undefined" ? 100 : interval);



  this.origText = this.element.innerHTML;



  this.unparsedOrigText = this.origText;



  this.cursor = (cursor ? cursor : "");



  this.currentText = "";



  this.currentChar = 0;



  this.element.typingText = this;



  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;



  TypingText.all.push(this);



  this.running = false;



  this.inTag = false;



  this.tagBuffer = "";



  this.inHTMLEntity = false;



  this.HTMLEntityBuffer = "";



}



TypingText.all = new Array();



TypingText.currentIndex = 0;



TypingText.runAll = function() {



  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();



}



TypingText.prototype.run = function() {



  if(this.running) return;



  if(typeof this.origText == "undefined") {



    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);



    return;



  }



  if(this.currentText == "") this.element.innerHTML = "";



  if(this.currentChar < this.origText.length) {



    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {



      this.tagBuffer = "<";



      this.inTag = true;



      this.currentChar++;



      this.run();



      return;



    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {



      this.tagBuffer += ">";



      this.inTag = false;



      this.currentText += this.tagBuffer;



      this.currentChar++;



      this.run();



      return;



    } else if(this.inTag) {



      this.tagBuffer += this.origText.charAt(this.currentChar);



      this.currentChar++;



      this.run();



      return;



    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {



      this.HTMLEntityBuffer = "&";



      this.inHTMLEntity = true;



      this.currentChar++;



      this.run();



      return;



    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {



      this.HTMLEntityBuffer += ";";



      this.inHTMLEntity = false;



      this.currentText += this.HTMLEntityBuffer;



      this.currentChar++;



      this.run();



      return;



    } else if(this.inHTMLEntity) {



      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);



      this.currentChar++;



      this.run();



      return;



    } else {



      this.currentText += this.origText.charAt(this.currentChar);



    }



    this.element.innerHTML = this.currentText;



    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");



    this.currentChar++;



    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);



  } else {



   this.currentText = "";



   this.currentChar = 0;



        this.running = false;



        this.finishedCallback();



  }



}



</SCRIPT><div align=center><A href="http://diendan.clublh.us.to"><IMG style="TOP: 3px; LEFT: 0px" class=shakeimage onmouseover=stoprattle(this);top.focus() onmouseout=init(this);rattleimage() onclick=top.focus() border=0 src="http://i49.servimg.com/u/f49/16/59/94/23/imgbas11.gif" width=250 height=300></A>  <BR></div></FONT>
<TD borderColor=#000000>
<P align=center><SPAN lang=ar-sa><FONT color=#000000 size=2 face=Tahoma> </FONT><SPAN style="FONT-WEIGHT: 700">
<STYLE>



body {



   background-image:url('');



   background-repeat: no-repeat;



   background-color: black;



color: #000000;



margin-top: 0px;



margin-left: 0px;



padding: 0;



margin-right: 0px; font-style:normal; font-variant:normal; font-weight:normal; font-size:80%; font-family:Verdana; margin-bottom:0; background-position-y:50%



}



.style2 {color: #000000}



</STYLE>

<CENTER>
<H1>
<SCRIPT language=JavaScript1.2>



var message="I LOVE Us"



var neonbasecolor="red"



var neontextcolor="#000000"



var neontextcolor2="#000000"



var flashspeed=100                  // speed of flashing in



milliseconds



var flashingletters=3                  // number of letters



flashing in neontextcolor



var flashingletters2=1                  // number of letters



flashing in neontextcolor2 (0 to disable)



var flashpause=0                  // the pause between flash



-cycles in milliseconds



///No need to edit below this line/////



var n=0



if (document.all||document.getElementById){



document.write('<font color="'+neonbasecolor+'">')



for (m=0;m<message.length;m++)



document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')



document.write('</font>')



}



else



document.write(message)







function crossref(number){



var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)



return crossobj



}







function neon(){







//Change all letters to base color



if (n==0){



for (m=0;m<message.length;m++)



crossref(m).style.color=neonbasecolor



}







//cycle through and change individual letters to neon color



crossref(n).style.color=neontextcolor







if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2



if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor











if (n<message.length-1)



n++



else{



n=0



clearInterval(flashing)



setTimeout("beginneon()",flashpause)



return



}



}







function beginneon(){



if (document.all||document.getElementById)



flashing=setInterval("neon()",flashspeed)



}



beginneon()



</SCRIPT>
</H1><DIV id=example1> </DIV>
<P id=example2><FONT color=#ffffff size=4 face="Monotype Corsiva"><BR><B> <div id="cauvong1">DIỄN ĐÀN GAME THỦ</div>
<script type="text/javascript">
var cauvong1=document.getElementById("cauvong1");
var myRainbowSpan2=new RainbowSpan(cauvong1, 0, 360, 255, 50, 348);
myRainbowSpan2.timer=window.setInterval("myRainbowSpan2.moveRainbow()", myRainbowSpan2.speed);
</script>
</B> <FONT color=#ff0000 size=4 face="Monotype Corsiva"><BR>_________________________<BR><BR><FONT color=orange size=3 face="Copperplate Gothic Bold"><BLINK>WELCOME TO CLUBLH</BLINK></FONT><BR><BR><FONT color=white size=3 face=Ubuntu>WEBSITE : CLUBLH.US.TO<BR><BR><FONT color=RED size=3 face=Ubuntu>NO1.SEVEN@YAHOO.COM</FONT><BR><FONT color=green size=3 face=Mistral> </FONT><BR><FONT color=green size=3 face=Ubuntu>©OPYRIGHT 2011 ADMIN </FONT></FONT></FONT></FONT> </p><FONT color=#ffffff size=4 face="Monotype Corsiva"><FONT color=#ff0000 size=4 face="Monotype Corsiva"><IMG alt=http://www.play-files.net/images/1290003904-storm9761679342144499258heartbeat.gif src="http://www.play-files.net/images/1290003904-storm9761679342144499258heartbeat.gif">
<p></p>
<P align=center>
<MARQUEE style="COLOR: #00ff00" bgColor=#000000 behavior=slide width="85%" scrollAmount=2 scrollDelay=20><FONT color=#ffffff size=3 face="Agency Fb">Chào Mừng Tất Cả Các Bạn Ghé Thăm Diễn Đàn Long Hải</FONT></MARQUEE><BR>
<P align=center><FONT color=#808080 size=6 face=Impact><BR>
<SCRIPT>







farbbibliothek = new Array();







farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");







farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00");







farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");







farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");







farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");







farbbibliothek[5] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");







farbbibliothek[6] = new Array("#0000FF","#FFFF00");







farben = farbbibliothek[4];







function farbschrift()







{







for(var i=0 ; i<Buchstabe.length; i++)







{







document.all["a"+i].style.color=farben[i];







}







farbverlauf();







}







function string2array(text)







{







Buchstabe = new Array();







while(farben.length<text.length)







{







farben = farben.concat(farben);







}







k=0;







while(k<=text.length)







{







Buchstabe[k] = text.charAt(k);







k++;







}







}







function divserzeugen()







{







for(var i=0 ; i<Buchstabe.length; i++)







{







document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");







}







farbschrift();







}







var a=1;







function farbverlauf()







{







for(var i=0 ; i<farben.length; i++)







{







farben[i-1]=farben[i];







}







farben[farben.length-1]=farben[-1];















setTimeout("farbschrift()",30);







}







// DNA StuXnet The Hacker....







var farbsatz=1;







function farbtauscher()







{







farben = farbbibliothek[farbsatz];







while(farben.length<text.length)







{







farben = farben.concat(farben);







}







farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));







}







setInterval("farbtauscher()",5000);







text= " CLUBLH.US.TO "; //h







string2array(text);







divserzeugen();







http://document.write(text);</SCRIPT>
<BR><SPAN style="COLOR: #00ff00" id=a0 class=a0></SPAN><SPAN style="COLOR: #00ff00" id=a1 class=a1>C</SPAN><SPAN style="COLOR: #00ff00" id=a2 class=a2>L</SPAN><SPAN style="COLOR: #000000" id=a3 class=a3></SPAN><SPAN style="COLOR: #00ff00" id=a4 class=a4>U</SPAN><SPAN style="COLOR: #00ff00" id=a5 class=a5></SPAN><SPAN style="COLOR: #00ff00" id=a6 class=a6>B</SPAN><SPAN style="COLOR: #000000" id=a7 class=a7></SPAN><SPAN style="COLOR: #00ff00" id=a8 class=a8>L</SPAN><SPAN style="COLOR: #00ff00" id=a9 class=a9>H</SPAN><SPAN style="COLOR: #00ff00" id=a10 class=a10>.</SPAN><SPAN style="COLOR: #000000" id=a11 class=a11></SPAN><SPAN style="COLOR: #00ff00" id=a12 class=a12>U</SPAN><SPAN style="COLOR: #00ff00" id=a13 class=a13>S</SPAN><SPAN style="COLOR: #00ff00" id=a14 class=a14>.</SPAN><SPAN style="COLOR: #000000" id=a15 class=a15></SPAN><SPAN style="COLOR: #00ff00" id=a16 class=a16>T</SPAN><SPAN style="COLOR: #00ff00" id=a17 class=a17>O</SPAN><SPAN style="COLOR: #00ff00" id=a18 class=a18></SPAN><SPAN style="COLOR: #000000" id=a19 class=a19> </SPAN><SPAN style="COLOR: #00ff00" id=a20 class=a20></SPAN></SPAN></FONT><SPAN lang=ar-sa><SPAN lang=ar-sa></p>
<SCRIPT type=text/javascript>



//Define first typing example:



new TypingText(document.getElementById("example1"));



//Define second typing example (use "slashing" cursor at the end):



new TypingText(document.getElementById("example2"), 50, function(i){



var ar = new Array("_"," ","_"," "," "); return " " + ar[i.length %



ar.length]; });



//Type out examples:



TypingText.runAll();



</SCRIPT>

<SCRIPT language=JavaScript1.2>



function disableselect(e){



return false



}



function reEnable(){



return true



}



document.onselectstart=new Function ("return false")



if (window.sidebar){



document.onmousedown=disableselect



document.onclick=reEnable



}



</SCRIPT>

<SCRIPT language=JavaScript>



<!--



var left="(CLUBLH.US.TO)";



var right="(Viet Nam Hackers)";



var msg="  Hackers By No1.Seven";



var speed=200;







function scroll_title() {



        document.title=left+msg+right;



        msg=msg.substring(1,msg.length)+msg.charAt(0);



        setTimeout("scroll_title()",speed);



}



scroll_title();







// End -->



</SCRIPT>

<SCRIPT type=text/javascript src="http://agungosx.googlepages.com/saljukuning.js"></SCRIPT>

<SCRIPT type=text/javascript>



   // <![CDATA[



   var colour= "#ffffff";



   var sparkles=40;



   var x=ox=400;



   var y=oy=300;



   var swide=800;



   var shigh=600;



   var sleft=sdown=0;



   var tiny=new Array();



   var star=new Array();



   var starv=new Array();



   var starx=new Array();



   var stary=new Array();



   var tinyx=new Array();



   var tinyy=new Array();



   var tinyv=new Array();



   window.onload=function() { if (document.getElementById) {



   var i, rats, rlef, rdow;



   for (var i=0; i<sparkles; i++) {



   var rats=createDiv(3, 3);



   rats.style.visibility="hidden";



   document.body.appendChild(tiny[i]=rats);



   starv[i]=0;



   tinyv[i]=0;



   var rats=createDiv(5, 5);



   rats.style.backgroundColor="transparent";



   rats.style.visibility="hidden";



   var rlef=createDiv(1, 5);



   var rdow=createDiv(5, 1);



   rats.appendChild(rlef);



   rats.appendChild(rdow);



   rlef.style.top="2px";



   rlef.style.left="0px";



   rdow.style.top="0px";



   rdow.style.left="2px";



   document.body.appendChild(star[i]=rats);



   }



   set_width();



   sparkle();



   }}



   function sparkle() {



   var c;



   if (x!=ox || y!=oy) {



   ox=x;



   oy=y;



   for (c=0; c<sparkles; c++) if (!starv[c]) {



   star[c].style.left=(starx[c]=x)+"px";



   star[c].style.top=(stary[c]=y)+"px";



   star[c].style.clip="rect(0px, 5px, 5px, 0px)";



   star[c].style.visibility="visible";



   starv[c]=50;



   break;



   }



   }



   for (c=0; c<sparkles; c++) {



   if (starv[c]) update_star(c);



   if (tinyv[c]) update_tiny(c);



   }



   setTimeout("sparkle()", 40);



   }



   function update_star(i) {



   if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";



   if (starv[i]) {



   stary[i]+=1+Math.random()*3;



   if (stary[i]<shigh+sdown) {



   star[i].style.top=stary[i]+"px";



   starx[i]+=(i%5-2)/5;



   star[i].style.left=starx[i]+"px";



   }



   else {



   star[i].style.visibility="hidden";



   starv[i]=0;



   return;



   }



   }



   else {



   tinyv[i]=50;



   tiny[i].style.top=(tinyy[i]=stary[i])+"px";



   tiny[i].style.left=(tinyx[i]=starx[i])+"px";



   tiny[i].style.width="2px";



   tiny[i].style.height="2px";



   star[i].style.visibility="hidden";



   tiny[i].style.visibility="visible"



   }



   }



   function update_tiny(i) {



   if (--tinyv[i]==25) {



   tiny[i].style.width="1px";



   tiny[i].style.height="1px";



   }



   if (tinyv[i]) {



   tinyy[i]+=1+Math.random()*3;



   if (tinyy[i]<shigh+sdown) {



   tiny[i].style.top=tinyy[i]+"px";



   tinyx[i]+=(i%5-2)/5;



   tiny[i].style.left=tinyx[i]+"px";



   }



   else {



   tiny[i].style.visibility="hidden";



   tinyv[i]=0;



   return;



   }



   }



   else tiny[i].style.visibility="hidden";



   }



   document.onmousemove=mouse;



   function mouse(e) {



   set_scroll();



   y=(e)?e.pageY:event.y+sdown;



   x=(e)?e.pageX:event.x+sleft;



   }



   function set_scroll() {



   if (typeof(self.pageYOffset)=="number") {



   sdown=self.pageYOffset;



   sleft=self.pageXOffset;



   }



   else if (document.body.scrollTop || document.body.scrollLeft) {



   sdown=document.body.scrollTop;



   sleft=document.body.scrollLeft;



   }



   else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {



   sleft=document.documentElement.scrollLeft;



   sdown=document.documentElement.scrollTop;



   }.



   else {



   sdown=0;



   sleft=0;



   }



   }



   window.onresize=set_width;



   function set_width() {



   if (typeof(self.innerWidth)=="number") {



   swide=self.innerWidth;



   shigh=self.innerHeight;



   }



   else if (document.documentElement && document.documentElement.clientWidth) {



   swide=document.documentElement.clientWidth;



   shigh=document.documentElement.clientHeight;



   }



   else if (document.body.clientWidth) {



   swide=document.body.clientWidth;



   shigh=document.body.clientHeight;



   }



   }



   function createDiv(height, width) {



   var div=document.createElement("div");



   div.style.position="absolute";



   div.style.height=height+"px";



   div.style.width=width+"px";



   div.style.overflow="hidden";



   div.style.backgroundColor=colour;



   return (div);



   }



   // ]]>



   </SCRIPT>

<SCRIPT language=JavaScript1.2>



function disableselect(e){



return false



}



function reEnable(){



return true



}



document.onselectstart=new Function ("return false")



if (window.sidebar){



document.onmousedown=disableselect



document.onclick=reEnable



}



</SCRIPT>

<SCRIPT>



function muter2(){



scrW=screen.availWidth



scrH=screen.availHeight



window.moveTo(0,0)



window.resizeTo(10,10)



window.focus()



for(x=0;x<80;x++){



window.resizeTo(10,scrH*x/80)



}



for(y=0;y<80;y++){



window.resizeTo(scrW*y/80,scrH)



}



window.resizeTo(scrW,scrH)



}



document.oncontextmenu=new Function("muter2();return false");



function keypressed(){alert("HACKED BY SEVEN");}



document.onkeydown=keypressed;



function kasih_tau(){



alert('Defaced By Cyb3r Pr3d4t0r ..');



}



</SCRIPT>

<SCRIPT type=text/javascript>



// <![CDATA[



var colour="#FF2535";



var sparkles=80;











var x=ox=400;



var y=oy=300;



var swide=800;



var shigh=600;



var sleft=sdown=0;



var tiny=new Array();



var star=new Array();



var starv=new Array();



var starx=new Array();



var stary=new Array();



var tinyx=new Array();



var tinyy=new Array();



var tinyv=new Array();







window.onload=function() { if (document.getElementById) {



  var i, rats, rlef, rdow;



  for (var i=0; i<sparkles; i++) {



    var rats=createDiv(3, 3);



    rats.style.visibility="hidden";



    document.body.appendChild(tiny[i]=rats);



    starv[i]=0;



    tinyv[i]=0;



    var rats=createDiv(5, 5);



    rats.style.backgroundColor="transparent";



    rats.style.visibility="hidden";



    var rlef=createDiv(1, 5);



    var rdow=createDiv(5, 1);



    rats.appendChild(rlef);



    rats.appendChild(rdow);



    rlef.style.top="2px";



    rlef.style.left="0px";



    rdow.style.top="0px";



    rdow.style.left="2px";



    document.body.appendChild(star[i]=rats);



  }



  set_width();



  sparkle();



}}







function sparkle() {



  var c;



  if (x!=ox || y!=oy) {



    ox=x;



    oy=y;



    for (c=0; c<sparkles; c++) if (!starv[c]) {



      star[c].style.left=(starx[c]=x)+"px";



      star[c].style.top=(stary[c]=y)+"px";



      star[c].style.clip="rect(0px, 5px, 5px, 0px)";



      star[c].style.visibility="visible";



      starv[c]=50;



      break;



    }



  }



  for (c=0; c<sparkles; c++) {



    if (starv[c]) update_star(c);



    if (tinyv[c]) update_tiny(c);



  }



  setTimeout("sparkle()", 40);



}







function update_star(i) {



  if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";



  if (starv[i]) {



    stary[i]+=1+Math.random()*3;



    if (stary[i]<shigh+sdown) {



      star[i].style.top=stary[i]+"px";



      starx[i]+=(i%5-2)/5;



      star[i].style.left=starx[i]+"px";



    }



    else {



      star[i].style.visibility="hidden";



      starv[i]=0;



      return;



    }



  }



  else {



    tinyv[i]=50;



    tiny[i].style.top=(tinyy[i]=stary[i])+"px";



    tiny[i].style.left=(tinyx[i]=starx[i])+"px";



    tiny[i].style.width="2px";



    tiny[i].style.height="2px";



    star[i].style.visibility="hidden";



    tiny[i].style.visibility="visible"



  }



}







function update_tiny(i) {



  if (--tinyv[i]==25) {



    tiny[i].style.width="1px";



    tiny[i].style.height="1px";



  }



  if (tinyv[i]) {



    tinyy[i]+=1+Math.random()*3;



    if (tinyy[i]<shigh+sdown) {



      tiny[i].style.top=tinyy[i]+"px";



      tinyx[i]+=(i%5-2)/5;



      tiny[i].style.left=tinyx[i]+"px";



    }



    else {



      tiny[i].style.visibility="hidden";



      tinyv[i]=0;



      return;



    }



  }



  else tiny[i].style.visibility="hidden";



}







document.onmousemove=mouse;



function mouse(e) {



  set_scroll();



  y=(e)?e.pageY:event.y+sdown;



  x=(e)?e.pageX:event.x+sleft;



}







function set_scroll() {



  if (typeof(self.pageYOffset)=="number") {



    sdown=self.pageYOffset;



    sleft=self.pageXOffset;



  }



  else if (document.body.scrollTop || document.body.scrollLeft) {



    sdown=document.body.scrollTop;



    sleft=document.body.scrollLeft;



  }



  else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {



    sleft=document.documentElement.scrollLeft;



   sdown=document.documentElement.scrollTop;



  }



  else {



    sdown=0;



    sleft=0;



  }



}







window.onresize=set_width;



function set_width() {



  if (typeof(self.innerWidth)=="number") {



    swide=self.innerWidth;



    shigh=self.innerHeight;



  }



  else if (document.documentElement && document.documentElement.clientWidth) {



    swide=document.documentElement.clientWidth;



    shigh=document.documentElement.clientHeight;



  }



  else if (document.body.clientWidth) {



    swide=document.body.clientWidth;



    shigh=document.body.clientHeight;



  }



}







function createDiv(height, width) {



  var div=document.createElement("div");



  div.style.position="absolute";



  div.style.height=height+"px";



  div.style.width=width+"px";



  div.style.overflow="hidden";



  div.style.backgroundColor=colour;



  return (div);



}



// ]]>



  </SCRIPT><div align=center>  </div></SPAN></SPAN></FONT></FONT></CENTER></SPAN></TD></TR></TBODY></TABLE><div align=center><IMG style="FILTER: Alpha(Opacity=50)" border=0 src="http://store2.up-00.com/Aug10/30i53968.gif" width=738 height=23></div><div align=center> <IMG alt=http://www.play-files.net/images/1290004006-2vsivec.gif src="http://www.play-files.net/images/1290004006-2vsivec.gif" width=139 height=140></div>
<p></p></TD></TR></TABLE>
<CENTER></CENTER></CENTER></FONT>























<!--Quang cao-->
      
      <style type="text/css">
      * html div#fl813691 {position: absolute; overflow:hidden;
      top:expression(eval(document.compatMode &&
      document.compatMode=='CSS1Compat') ?
      documentElement.scrollTop
      +(documentElement.clientHeight-this.clientHeight)
      : document.body.scrollTop
      +(document.body.clientHeight-this.clientHeight));}
      #fl813691{font: 12px Arial, Helvetica, sans-serif; color:#666; position:fixed; _position: absolute; right:0; bottom:0; height:150px; }
      #eb951855{ width:477px; padding-right:7px; background:url(http://giaitriso1.net/imgads/0.4667527_2763_1.gif) no-repeat right top;}
      #cob263512{background:url(http://giaitriso1.net/imgads/4667526_2763.gif) no-repeat left top; height:150px; padding-left:7px;}
      #coh963846{color:#690;display:block; height:20px; line-height:20px; font-size:11px; width:472px;}
      #coh963846 a{color:#690;text-decoration:none;}
      #coc67178{float:right; padding:0; margin:0; list-style:none; overflow:hidden; height:15px;}
               #coc67178 li{display:inline;}
               #coc67178 li a{background-image:url(http://giaitriso1.net/imgads/button.gif); background-repeat:no-repeat; width:30px; height:0; padding-top:15px; overflow:hidden; float:left;}
                  #coc67178 li a.close{background-position: 0 0;}
                  #coc67178 li a.close:hover{background-position: 0 -15px;}
                  #coc67178 li a.min{background-position: -30px 0;}
                  #coc67178 li a.min:hover{background-position: -30px -15px;}
                  #coc67178 li a.max{background-position: -60px 0;}
                  #coc67178 li a.max:hover{background-position: -60px -15px;}
      #co453569{display:block; margin:0; padding:0; height:123px;  border-style:solid; border-width:1px; border-color:#111 #999 #999 #111; line-height:1.6em; overflow:hidden;}
      </style>
       <div id="fl813691" style="height: 19px;">
         <div id="eb951855">
         <div id="cob263512">
      
           <div id="coh963846">
               <ul id="coc67178">
                  <li style="display: none;" id="pf204652hide"><a class="min" href="javascript:pf204652clickhide();" title=Ẩn Ði">?n</a></li>
                  <li id="pf204652show" style="display: inline;"><a class="max" href="javascript:pf204652clickshow();" title="Hiện lên">Xem</a></li>
                  
               </ul>
            <a href="http://diendan.clublh.us.to" target="_blank">Thông Báo : CLUBLH </a></div>
      
            <div id="co453569">
      
 
 
 
 
<!-- code ads -->
 
<b>Đặt Banner Quảng Cáo Tại Đây :                          <a class="icon-yahoo" href="ymsgr:sendIM?no1.seven" onClick="this.href='ymsgr:sendIM?no1.seven'" title="Yahoo: no1.seven">
                          <img width="113" height="20" id="link-CheckYahoo" alt="Yahoo!" border="0" src="http://opi.yahoo.com/online?u=no1.seven&m=g&t=2&l=us" /></a>
                          <input type="hidden" id="hid-YahooNick" value="no1.seven" />   
</div>

 
<!-- code ads -->
            
            
            </div>
         </div></div></div>
      <script>
      pf204652bottomLayer = document.getElementById('fl813691');
      var pf204652IntervalId = 0;
      var pf204652maxHeight = 135;//Chieu cao khung quang cao
      var pf204652minHeight = 20;
      var pf204652curHeight = 0;
      function pf204652show( ){
        pf204652curHeight += 2;
        if (pf204652curHeight > pf204652maxHeight){
         clearInterval ( pf204652IntervalId );
        }
        pf204652bottomLayer.style.height = pf204652curHeight+'px';
      }
      function pf204652hide( ){
        pf204652curHeight -= 3;
        if (pf204652curHeight < pf204652minHeight){
         clearInterval ( pf204652IntervalId );
        }
        pf204652bottomLayer.style.height = pf204652curHeight+'px';
      }
      pf204652IntervalId = setInterval ( 'pf204652show()', 5 );
      function pf204652clickhide(){
         document.getElementById('pf204652hide').style.display='none';
         document.getElementById('pf204652show').style.display='inline';
         pf204652IntervalId = setInterval ( 'pf204652hide()', 5 );
      }
      function pf204652clickshow(){
         document.getElementById('pf204652hide').style.display='inline';
         document.getElementById('pf204652show').style.display='none';
         pf204652IntervalId = setInterval ( 'pf204652show()', 5 );
      }
      function pf204652clickclose(){
         document.body.style.marginBottom = '0px';
         pf204652bottomLayer.style.display = 'none';
      }
      </script>
 
<!--Quang cao end-->
</div><div class="clear"></div>
<span class="widget-item-control">
<span class="item-control blog-admin">
 
</span>
</span><div class="clear"></div>
</div></div>
</div>
<!-- spacer for skins that want sidebar and main to be the same height--><div class="clear"> </div>
</div>
<!-- end content-wrapper --><div id="footer"><div id="foo">
</div><div style="clear: both;"></div>
<!-- Do not remove the credits link -->
</div>
</div></div>
<!-- end outer-wrapper --><div id="arcload">
</div>
<script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick('widgetJsBefore');
</script><script type="text/javascript" src="home_files/921763132-widgets.js"></script>
<script type="text/javascript">
if (typeof(BLOG_attachCsiOnload) != 'undefined' && BLOG_attachCsiOnload != null) { window['blogger_templates_experiment_id'] = "templatesV1";window['blogger_blog_id'] = '6858217681441308540';BLOG_attachCsiOnload(''); }_WidgetManager._Init('http://www.blogger.com/rearrange?blogID=6858217681441308540','http://www.cuasogame.com/','6858217681441308540');
_WidgetManager._SetPageActionUrl('http://www.blogger.com/display?blogID=6858217681441308540','APq4FmAAOPPgDtweRZDKwjaGvTvTabrkvoLBG0qdhPfS3sxrp5oH-cBXH0Oi_bKP9hwP4pBRa8Ur6rFbJcPaPiV4H-OCHcTogRMk2QEm-_JupWYdfTzJMjA=','AOuZoY6ncr_BQKUkkaQgUtOv0lR7R5kA1Q:1309835792446');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'title': 'Cuasogame.com - 1 C?a S? M?i Cho C?ng Ð?ng Game Vi?t', 'pageType': 'index', 'url': 'http://www.cuasogame.com/', 'canonicalUrl': 'http://www.cuasogame.com/', 'homepageUrl': 'http://www.cuasogame.com/', 'blogspotFaviconUrl': 'http://www.cuasogame.com/favicon.ico', 'enabledCommentProfileImages': true, 'searchLabel': '', 'searchQuery': '', 'pageName': '', 'pageTitle': 'Cuasogame.com - 1 C?a S? M?i Cho C?ng Ð?ng Game Vi?t', 'encoding': 'UTF-8', 'locale': 'vi', 'isPrivate': false, 'isMobile': false, 'mobileClass': '', 'languageDirection': 'ltr', 'feedLinks': '\74link rel\75\42alternate\42 type\75\42application/atom+xml\42 title\75\42Cuasogame.com - 1 C?a S? M?i Cho C?ng Ð?ng Game Vi?t - Atom\42 href\75\42http://www.cuasogame.com/feeds/posts/default\42 /\76\n\74link rel\75\42alternate\42 type\75\42application/rss+xml\42 title\75\42Cuasogame.com - 1 C?a S? M?i Cho C?ng Ð?ng Game Vi?t - RSS\42 href\75\42http://www.cuasogame.com/feeds/posts/default?alt\75rss\42 /\76\n\74link rel\75\42service.post\42 type\75\42application/atom+xml\42 title\75\42Cuasogame.com - 1 C?a S? M?i Cho C?ng Ð?ng Game Vi?t - Atom\42 href\75\42http://www.blogger.com/feeds/6858217681441308540/posts/default\42 /\76\n\74link rel\75\42EditURI\42 type\75\42application/rsd+xml\42 title\75\42RSD\42 href\75\42http://www.blogger.com/rsd.g?blogID\0756858217681441308540\42 /\076', 'meTag': '', 'openIdOpTag': '\74link rel\75\42openid.server\42 href\75\42http://www.blogger.com/openid-server.g\42 /\76\n', 'imageSrcTag': '', 'latencyHeadScript': '\74script type\75\42text/javascript\42\76(function() { var a\75window;function c(b){this.t\75{};this.tick\75function(b,i,d){d\75d!\75void 0?d:(new Date).getTime();this.t[b]\75[d,i]};this.tick(\42start\42,null,b)}var e\75new c;a.jstiming\75{Timer:c,load:e};try{var g\75null;a.chrome\46\46a.chrome.csi\46\46(g\75Math.floor(a.chrome.csi().pageT));g\75\75null\46\46a.gtbExternal\46\46(g\75a.gtbExternal.pageT());g\75\75null\46\46a.external\46\46(g\75a.external.pageT);g\46\46(a.jstiming.pt\75g)}catch(h){};a.tickAboveFold\75function(b){var f\0750;if(b.offsetParent){do f+\75b.offsetTop;while(b\75b.offsetParent)}b\75f;b\74\075750\46\46a.jstiming.load.tick(\42aft\42)};var j\75!1;function k(){j||(j\75!0,a.jstiming.load.tick(\42firstScrollTime\42))}a.addEventListener?a.addEventListener(\42scroll\42,k,!1):a.attachEvent(\42onscroll\42,k);\n })();\74/script\076', 'mobileHeadScript': ''}}]);
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'crosscol', null, document.getElementById('HTML2'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'crosscol', null, document.getElementById('HTML5'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'crosscol', null, document.getElementById('HTML1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'crosscol', null, document.getElementById('HTML3'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar'));
</script>
<script src="home_files/checkInventoryQuick.php" type="text/javascript"></script><script src="home_files/checkInventory.php" type="text/javascript"></script></body></html>
 
<!-- www.Host1Free.com Counter Code -->
<noscript>
<a href="http://www.forumvi.com" target="_blank">forumvi.com</a></noscript>
<!-- End of www.Host1Free.com Counter Code -->[/code]


Được sửa bởi handsomevip007 ngày 24/7/2011, 2:29 pm; sửa lần 1. (Reason for editing : Link không vô code cho nó xấu luôn :-)
avatar
nghia1297614
CPMember
CPMember

No choice Ngày đăng ký : 08/07/2010
Số bài : 48
CPP : 43
Châm ngôn sống : (Đã xoá) - Zero

http://dola605.zforum.biz/

Về Đầu Trang Go down

Share trang chủ đẹp! (cho 4rum game) Empty Re: Share trang chủ đẹp! (cho 4rum game)

Bài gửi by _Mark_ 24/7/2011, 2:10 pm

k thích lắm, dù sao cũng vote haha haha
avatar
_Mark_
CPPurpleMember
CPPurpleMember

Firefox PunBB
Ngày đăng ký : 07/02/2010
Số bài : 707
CPP : 242
Châm ngôn sống : yêu

http://nguyendangdao.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

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