Diễn đàn CLBGamePri



Go downThông điệp [Trang 1 trong tổng số 1 trang]


Admin

code trang chủ tết?Mon Jan 06, 2014 1:31 pm

Admin
Admin
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

Code:
<title>Happy New Year Xuân Giáp Ngọ 2014</title><link rel="SHORTCUT ICON" href="http://www.mricons.com/store/png/123270_42245_32_game_pad_icon.png" /><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<center>
    <embed type="application/x-shockwave-flash" src="http://congdd.vn/flash/banner_top.swf" style="width: 995px; height: 6px;" id="vidPlayer" name="vidPlayer" quality="high" wmode="transparent" />
</center><meta name="Generator" content="KioBooks" /><meta name="Author" content="mrhamchoi" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Expires" content="-1" /><meta http-equiv="Cache-Control" content="no-cache" /><style>body{
   padding:0;
   margin:0;
   font-size:12px;
   color:#000;
   font-family:Arial;
   background:url('http://i57.servimg.com/u/f57/17/54/90/90/bg10.jpg');
}

img{
   border:0;
}

a,a:link,a:visited{
   color:#fff;
   text-decoration:none;
}

a:hover{
   color:yellow;
}
   
.clear{
   clear:both;
}

#container{
   width:100%;
   text-align:center;
}

#header-top{
   width:1000px;
   height:455px;
   background:url('http://i57.servimg.com/u/f57/17/54/90/90/header10.png') no-repeat scroll center top;

}
#header-bottom{
   width:1000px;
   height:455px;
   background:url('http://i.imgur.com/0n9pFvO.png') no-repeat scroll center bottom;

}
.flashheader{
   width:1000px;
   height:455px;
}
 
#menu{
   width:1000px;
   height:28px;
   background:url('http://i.imgur.com/dodlCLx.jpg') no-repeat scroll center top;
}

.link1 a{
   float:left;
   margin-left:180px;

   width:175px;
   line-height:28px;
   text-align:center;
   color:#ffffff;
   font-weight:bold;
}

.link2 a, .link3 a{
   float:left;
   margin-left:5px;

   width:75px;
   line-height:28px;
   text-align:center;
   color:#ffffff;
   font-weight:bold;
}

.link4 a{
   float:left;
   margin-left:5px;

   width:175px;
   line-height:28px;
   text-align:center;
   color:#ffffff;
   font-weight:bold;
}

.link1 a:hover, .link2 a:hover, .link3 a:hover, .link4 a:hover{
   color:#FFFF00;
}

.space{
   width:125px;
   height:28px;
   float:left
}

#footer{
   width:1000px;
   height:100px;
   background:url('http://i.imgur.com/0HAZ9Dh.png') no-repeat scroll center top;
}

#barfixed{
   position:fixed;
   bottom:0;
   width:100%;
   font-weight:bold;
   color:#FFFFFF;
   font-size:13px;
   background:url('http://i57.servimg.com/u/f57/17/54/90/90/fixedb10.png') repeat-x scroll center bottom;
}
#newsticker {
background: transparent;
clear: both;
height: 17px;
left: auto;
margin: auto;
overflow: hidden;
position: relative;

}
#marquee {
float: left;
overflow: visible;
position: relative;
right: 0px;
white-space: nowrap;
width: auto;
}</style><script>

var pictureSrc ="http://i57.servimg.com/u/f57/17/78/01/26/hoamai10.png"; //the location of the snowflakes

var pictureWidth = 30; //the width of the snowflakes

var pictureHeight = 30; //the height of the snowflakes

var numFlakes = 5; //the number of snowflakes

var downSpeed = 0.01; //the falling speed of snowflakes (portion of screen per 100 ms)

var lrFlakes = 10; //the speed that the snowflakes should swing from side to side





if( typeof( numFlakes ) != 'number' || Math.round( numFlakes ) != numFlakes || numFlakes < 1 ) { numFlakes = 10; }



//draw the snowflakes

for( var x = 0; x < numFlakes; x++ ) {

if( document.layers ) { //releave NS4 bug

document.write('<layer id="snFlkDiv'+x+'"><imgsrc="'+pictureSrc+'" height="'+pictureHeight+'"width="'+pictureWidth+'" alt="*" border="0"></layer>');

} else {

document.write('<div style="position:absolute;"id="snFlkDiv'+x+'"><img src="'+pictureSrc+'"height="'+pictureHeight+'" width="'+pictureWidth+'" alt="*"border="0"></div>');

}

}



//calculate initial positions (in portions of browser window size)

var xcoords = new Array(), ycoords = new Array(), snFlkTemp;

for( var x = 0; x < numFlakes; x++ ) {

xcoords[x] = ( x + 1 ) / ( numFlakes + 1 );

do { snFlkTemp = Math.round( ( numFlakes - 1 ) * Math.random() );

} while( typeof( ycoords[snFlkTemp] ) == 'number' );

ycoords[snFlkTemp] = x / numFlakes;

}



//now animate

function flakeFall() {

if( !getRefToDivNest('snFlkDiv0') ) { return; }

var scrWidth = 0, scrHeight = 0, scrollHeight = 0, scrollWidth = 0;

//find screen settings for all variations. doing this every time allows for resizing and scrolling

if( typeof( window.innerWidth ) == 'number' ) { scrWidth = window.innerWidth; scrHeight = window.innerHeight; } else {

if( document.documentElement && (document.documentElement.clientWidth ||document.documentElement.clientHeight ) ) {

scrWidth = document.documentElement.clientWidth; scrHeight = document.documentElement.clientHeight; } else {

if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {

scrWidth = document.body.clientWidth; scrHeight = document.body.clientHeight; } } }

if( typeof( window.pageYOffset ) == 'number' ) { scrollHeight = pageYOffset; scrollWidth = pageXOffset; } else {

if( document.body && ( document.body.scrollLeft ||document.body.scrollTop ) ) { scrollHeight = document.body.scrollTop;scrollWidth = document.body.scrollLeft; } else {

if(document.documentElement && (document.documentElement.scrollLeft ||document.documentElement.scrollTop ) ) { scrollHeight =document.documentElement.scrollTop; scrollWidth =document.documentElement.scrollLeft; } }

}

//move the snowflakes to their new position

for( var x = 0; x < numFlakes; x++ ) {

if( ycoords[x] * scrHeight > scrHeight - pictureHeight ) { ycoords[x] = 0; }

var divRef = getRefToDivNest('snFlkDiv'+x); if( !divRef ) { return; }

if( divRef.style ) { divRef = divRef.style; } var oPix = document.childNodes ? 'px' : 0;

divRef.top = ( Math.round( ycoords[x] * scrHeight ) + scrollHeight ) + oPix;

divRef.left = ( Math.round( ( ( xcoords[x] * scrWidth ) - (pictureWidth / 2 ) ) + ( ( scrWidth / ( ( numFlakes + 1 ) * 4 ) ) * (Math.sin( lrFlakes * ycoords[x] ) - Math.sin( 3 * lrFlakes * ycoords[x]) ) ) ) + scrollWidth ) + oPix;

ycoords[x] += downSpeed;

}

}




//DHTML handlers

function getRefToDivNest(divName) {

if( document.layers ) { return document.layers[divName]; } //NS4

if( document[divName] ) { return document[divName]; } //NS4 also

if( document.getElementById ) { return document.getElementById(divName); } //DOM (IE5+, NS6+, Mozilla0.9+, Opera)

if( document.all ) { return document.all[divName]; } //Proprietary DOM - IE4

return false;

}



window.setInterval('flakeFall();',100);

</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("Happy New Year 2014");}
document.onkeydown=keypressed;
function kasih_tau(){
alert('Gameprivate');
}
</script>
<div id="container" style="margin: auto; min-width: 650px; width: 950px;">
   
   <div id="header-top">
      
      <div id="header-bottom">
         
         <div style="position: absolute; left: 0px; top: 0px; z-index: -1; min-width: 100%; width: auto;">
            
         </div>
         
      </div>
      
      <div id="menu">
         
         <div class="link1">
             <a href="/" target="_blank">Home</a>
         </div>
         
         <div class="link2">
             <a href="/forum" target="_blank">Diễn Đàn</a>
         </div>
         
         <div class="space">
            
         </div>
         
         <div class="link3">
             <a href="/contact" target="_blank">Liên Hệ</a>
         </div>
         
         <div class="link4">
             <a href="/f95-" onclick="/f15-;" title="Gunny Private ">Gunny Private </a>
         </div>
         
      </div>
      
      <div id="footer">
          <img style="margin-top: 65px;" src="http://i57.servimg.com/u/f57/17/78/01/26/maneki10.gif" alt="maneki neko" />
      </div>
      
   </div>
   
   <div id="barfixed">
      
      <table style="border: 0px none ; width: 100%;" cellpadding="0" cellspacing="0">
         
         <tbody>
            
            <tr>
               
               <td align="right">
                  
                  <div style="position: absolute; right: 0px; bottom: 0px; z-index: 1; width: 250px;">
                     
                     <!--    Chong coppy    --> <script language="JavaScript1.2">
var message="Text Here";
function click(e)
{
  if (document.all)
  {
    if (event.button==2||event.button==3)
    {
      alert(message);
      return false;
    }
  }
  else
  {
    if (e.button==2||e.button==4)
    {
      e.preventDefault();
      e.stopPropagation();
      alert(message);
      return false;
    }
  }
}
if (document.all) // for IE
{
  document.onmousedown=click;
}
else // for FF
{
  document.onclick=click;
}
</script><script type="text/javascript">
function ehan( evnt )
{
  if( evnt.which == 3 )
  {
    alert( "Xin lỗi vì sự bất tiện này" );
    return false;
  }
  return true;
}
function ocmh()
{
  alert( "Xin lỗi vì sự bất tiện này" );
  return false;
}
document.oncontextmenu = ocmh;
document.captureEvents( Event.MOUSEDOWN );
if( document.layers ) document.onmousedown = ehan;
</script><script language="JavaScript">
if (window!=top){top.location.href=location.href;}
</script><script type="text/javascript">
<!--
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
-->
</script> <script language="JavaScript">
if (window!=top){top.location.href=location.href;}
</script><script type="text/javascript">
<!--
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
-->
</script>
                     <!--    Chong coppy  END    --> <object style="width: 1px; height: 1px;"> <param id="movie" value="http://www.nhaccuatui.com/m/3ko4QCHyfz" /> <param id="quality" value="high" /> <param id="wmode" value="transparent" /> <param id="allowscriptaccess" value="always" /> <param id="flashvars" value="autostart=true" /> <embed style="width: 1px; height: 1px;" src="http://www.nhaccuatui.com/m/3ko4QCHyfz" flashvars="target=blank&autostart=true" allowscriptaccess="always" quality="high" wmode="transparent" type="application/x-shockwave-flash" /></object>
                  </div>
                  
                  <div style="position: fixed; top: 0px; right: 0px;">
                      <embed style="width: 130px; height: 400px;" src="http://vietnamfsk.com/ngoisao/banner-right.swf" type="application/x-shockwave-flash" allowscriptaccess="always" menu="false" wmode="transparent" flashvars="username=BQTC" />
                  </div><object style="width: 1px; height: 1px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="1" align="middle"><param id="allowScriptAccess" value="sameDomain" /><param id="allowFullScreen" value="false" /><param id="movie" value="http://sannhac.com/mini_player/1.swf?info=Ti%E1%BA%BFng%20ph%C3%A1o%20hoa%20-%20chungkol&messenger=SanNhac.com&link=http://streaming.sannhac.com/mp3_file/1480000/1475042/m9425_1324377800.mp3&id=391864&autoPlay=1" /><param id="quality" value="high" /><param id="wmode" value="transparent" /><param id="bgcolor" value="#ffffff" /><embed style="width: 1px; height: 1px;" src="http://sannhac.com/mini_player/1.swf?info=Ti%E1%BA%BFng%20ph%C3%A1o%20hoa%20-%20chungkol&messenger=SanNhac.com&link=http://streaming.sannhac.com/mp3_file/1480000/1475042/m9425_1324377800.mp3&id=391864&autoPlay=1" quality="high" wmode="transparent" bgcolor="#ffffff" name="1" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" /></object>
                  <div style="position: fixed; top: 0px; left: 0px;">
                      <embed style="width: 130px; height: 400px;" src="http://vietnamfsk.com/ngoisao/banner-left.swf" type="application/x-shockwave-flash" allowscriptaccess="always" menu="false" wmode="transparent" flashvars="username=BQTC" />
                  </div>
                  
                  <div style="position: fixed; top: 0px; right: 0px;">
                      <embed style="width: 130px; height: 400px;" src="http://vietnamfsk.com/ngoisao/banner-right.swf" type="application/x-shockwave-flash" allowscriptaccess="always" menu="false" wmode="transparent" flashvars="username=BQTC" />
                  </div>
                  
               </td>
               
            </tr>
            
         </tbody>
         
      </table>
      
   </div>
    <script type="text/javascript" src="http://vietnamfsk.com/ngoisao/ticker.js"></script> <script language="javascript">








// Copyright a6ltt.forum.st



var text='♀ <--- ♂♂♂ Happy New Year 2014';







var delay=40;                              // SPEED OF TRAIL



var Xoff=0;                                // PIXEL COUNT FROM THE LEFT OF THE CURSOR (- VALUES GO TO LEFT)



var Yoff=-30;                              // PIXEL COUNT FROM THE TOP OF THE CURSOR (- VALUES GO UP)



var txtw=14;                              // AMOUNT OF PIXEL SPACE EACH CHARACTER OCCUPIES



var beghtml='<font color="#ffffff"><b>';  // OPTIONAL HTML CODE THAT EFFECTS WHOLE TEXT STRING SUCH AS FONT COLOR, SIZE, ETC.



var endhtml='</b></font>';                // END HTML CODE. MOSTLY USED IF ABOVE SETTING IS USED.






//********** Copyright a6ltt.forum.st **********\\







ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;



ie4 = (document.all && !document.getElementById)? true : false;



ie5 = (document.all && document.getElementById)? true : false;



ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;



var txtA=new Array();



text=text.split('');



var x1=0;



var y1=-1000;



var t='';







for(i=1;i<=text.length;i++){



t+=(ns4)? '<layer name="txt'+i+'" top="-100" left="0" width="'+txtw+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';



t+=beghtml+text[i-1]+endhtml;



t+=(ns4)? '</layer>' : '</div>';



}



document.write(t);







function moveid(id,x,y){



if(ns4)id.moveTo(x,y);



else{



id.style.left=x+'px';



id.style.top=y+'px';



}}







function animate(evt){



x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);



y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);



}







function getidleft(id){



if(ns4)return id.left;



else return parseInt(id.style.left);



}







function getidtop(id){



if(ns4)return id.top;



else return parseInt(id.style.top);



}







function getwindowwidth(){



if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;



else return window.innerWidth+pageXOffset;



}







function movetxts(){



for(i=text.length;i>1;i=i-1){



if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){



moveid(txtA[i-1],0,-1000);



moveid(txtA[i],0,-1000);



}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));



}



moveid(txtA[1],x1,y1);



}







window.onload=function()



{



for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);



if(ns4)document.captureEvents(Event.MOUSEMOVE);



document.onmousemove=animate;



setInterval('movetxts()',delay);



}



</script>
   <div align="center">
       <span style="top: 0px; left: 0px; position: absolute; width: 900px; height: 430px; z-index:1"> <embed style="width: 650px; height: 250px;" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://vietnamfsk.com/ngoisao/fireworks.swf" type="application/x-shockwave-flash" wmode="transparent" menu="false" quality="high" /></span> <span style="top: 50px; left: 500px; position: absolute; width: 700px; height: 330px; z-index:1"> <embed style="width: 650px; height: 250px;" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://vietnamfsk.com/ngoisao/fireworks.swf" type="application/x-shockwave-flash" wmode="transparent" menu="false" quality="high" /></span>
   </div>
    <a href="http://www.forumvi.com" target="_blank"></a>
</div>

☼™Admin Lương☼™

Re: code trang chủ tết?Mon Jan 06, 2014 1:35 pm

☼™Admin Lương☼™
☼™Admin Lương☼™
☼™Admin Lương☼™
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

Úp nè

ryohary

Re: code trang chủ tết?Thu Jan 09, 2014 12:16 pm

ryohary
ryohary
Danh hiệu[Mod] Bản Tin Tổng Hợp

[Mod] Bản Tin Tổng Hợp

uup
Trả Lời Nhanh


Message reputation : 100% (1 vote)
ryohary

Re: code trang chủ tết?Thu Jan 09, 2014 4:23 pm

ryohary
ryohary
Danh hiệu[Mod] Bản Tin Tổng Hợp

[Mod] Bản Tin Tổng Hợp

code được j` mà nhập code ở đâu vậy
Trả Lời Nhanh


Message reputation : 100% (1 vote)
Sponsored content
Sponsored content
Danh hiệu


Về Đầu TrangThông điệp [Trang 1 trong tổng số 1 trang]


« Xem bài trước | Xem bài kế tiếp »

Quyền hạn của bạn:

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

 
  • Create a forum on Forumotion | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất
  • Copyright© PunBB. GamePri All rights reserved.
    (Liên Hệ: Facebook). (Yahoo : meomap93_1812@yahoo.com)