Diễn đàn CLBGamePri



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


Admin
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:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/x-icon" href="http://i.imgur.com/IQTFpSh.png" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <title>Happy New Year 2014 - Chúc Mừng Năm Mới Xuân Giáp Ngọ 2014</title> <link rel="stylesheet" type="text/css" href="http://12cfamily.info/css/style.css" /> <link rel="stylesheet" type="text/css" href="http://12cfamily.info/css/demo.css" /> <link rel="stylesheet" type="text/css" href="http://12cfamily.info/css/green.css" media="screen" /> <link rel="stylesheet" type="text/css" href="http://12cfamily.info/scripts/styleshwitcher.css" media="screen" /> <script type="text/javascript" src="http://www.gamesvn.net/16501.js"></script> <script type="text/javascript" src="scripts/tet.js"></script> <script>
var pictureSrc ="http://i57.servimg.com/u/f57/17/78/01/26/hoamai11.png"; //the location of the snowflakes
var pictureWidth = 40; //the width of the snowflakes
var pictureHeight = 40; //the height of the snowflakes
var numFlakes = 10; //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> <img src="http://12cfamily.info/img/hoamai-right.png" style="position: fixed; background:none; padding: 0; border: none; -webkit-border-radius: 0; bottom: 0; right:0;\" /><img src="http://12cfamily.info/img/hoamai-left.png" style="position: fixed; background:none; padding: 0; border: none; -webkit-border-radius: 0; bottom: 0; left:0;\" />
<div id="outer-container">
   
   <!--          Parent Container          -->
   <div style="position: fixed; top: 0px; left: 0px;">
       <embed src="http://12cfamily.info/flash/banner-left.swf" type="application/x-shockwave-flash" allowscriptaccess="always" menu="false" wmode="transparent" flashvars="username=BQTC" style="width: 130px; height: 400px;" />
   </div>
   
   <div style="position: fixed; top: 0px; right: 0px;">
       <embed src="http://12cfamily.info/flash/banner-right.swf" type="application/x-shockwave-flash" allowscriptaccess="always" menu="false" wmode="transparent" flashvars="username=BQTC" style="width: 130px; height: 400px;" />
   </div>
    <style>


         .ribbon {
            display:inline-block;
            color:white;
            font-weight:bold;
         }

         .ribbon:after, .ribbon:before {
            margin-top:0.5em;
            content: "";
            float:left;
            border:1.5em solid #FFCC33;
            margin-top:15px;
         }

         .ribbon:after {
            border-right-color:transparent;
         }

         .ribbon:before {
            border-left-color:transparent;
         }

         .ribbon a:link, .ribbon a:visited {
            color:red;
            text-decoration:none;
             float:left;
             height:3.5em;
            overflow:hidden;
         }

         .ribbon span {
            background:#FFCC33;
            display:inline-block;
            line-height:3em;
            padding:0 1em;
            margin-top:0.5em;
            position:relative;

            -webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
            -moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
            -ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
            -o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
            transition: background-color 0.2s, margin-top 0.2s;
         }

         .ribbon a:hover span {
            background:#CC0000;
            margin-top:0;
            color:yellow;
         }

.ribbon span:before {
   content: "";
   position:absolute;
   top:3em;
   left:0;
   border-right:0.5em solid #9B8651;
   border-bottom:0.5em solid #FFCC33;
}

.ribbon span:after {
   content: "";
   position:absolute;
   top:3em;
   right:0;
   border-left:0.5em solid #9B8651;
   border-bottom:0.5em solid #FFCC33;
}
      </style>
   <center>
       <br />
      <div class="ribbon">
          <a href="/"><span>Home</span></a> <a href="/forum"><span>Diễn Đàn</span></a> <a href="/f10-forum"><span>Gunny Private</span></a> <a href="/register"><span>Đăng Kí </span></a>
      </div>
      
   </center>
    <br /><br /><br />
   <div id="container">
      
      <!--          Main Container for Flip Timer and Tab controls          --> <style>
img{
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
img:hover{
-webkit-transform: scale(1.4);

-moz-transform: scale(1.4);
-o-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
</style>
      <center>
          <section class="main"> </section>
         <ul class="center" style="">
            
            <li>
               
               <div class="hover-circle effect1">
                  
                  <div class="overlay">
                     
                     <div style="text-shadow: 5px 5px 5px red; color: yellow;" class="info">
                        
                        <h3 style="text-shadow: 5px 5px 5px red; color: yellow;">
                            2014
                        </h3>
                        
                        <h4>
                            Cung chúc tân niên
                        </h4>
                        
                        <h4>
                            Gia đạo bình yên
                        </h4>
                        
                        <h4>
                            Chồng thảo vợ hiền
                        </h4>
                        
                        <h4>
                            Ấm êm toàn diện.
                        </h4>
                        
                     </div>
                     
                  </div>
                   <img src="http://i57.servimg.com/u/f57/17/78/01/26/left10.png" />
               </div>
               
            </li>
            
            <li>
               
               <div class="hover-circle effect1">
                  
                  <div class="overlay">
                     
                     <div style="text-shadow: 5px 5px 5px red; color: yellow;" class="info">
                        
                        <h3 style="text-shadow: 5px 5px 5px red; color: yellow;">
                            2014
                        </h3>
                        
                        <h4>
                            Cung chúc tân niên
                        </h4>
                        
                        <h4>
                            Làm ăn thuận tiện
                        </h4>
                        
                        <h4>
                            Kiếm được nhiều tiền
                        </h4>
                        
                        <h4>
                            Giầu sang vinh hiển.
                        </h4>
                        
                     </div>
                     
                  </div>
                   <img src="http://i57.servimg.com/u/f57/17/78/01/26/410.png" />
               </div>
               
            </li>
            
            <li>
               
               <div class="hover-circle effect1">
                  
                  <div class="overlay">
                     
                     <div style="text-shadow: 5px 5px 5px red; color: yellow;" class="info">
                        
                        <h3 style="text-shadow: 5px 5px 5px red; color: yellow;">
                            2014
                        </h3>
                        
                        <h4>
                            Cung chúc tân niên
                        </h4>
                        
                        <h4>
                            Thành đạt triền miên
                        </h4>
                        
                        <h4>
                            Sự nghiệp phát triển
                        </h4>
                        
                        <h4>
                            Công danh thẳng tiến.
                        </h4>
                        
                     </div>
                     
                  </div>
                   <img src="http://i57.servimg.com/u/f57/17/78/01/26/right10.png" />
               </div>
               
            </li>
            
            <ul>
               
            </ul>
            
         </ul><section class="main"></section>
      </center>
      
      <div id="countdown">
         
         <div class="days">
             <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="x" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="a" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="b" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/DOIjMw5.png" class="title1" alt="" style="width: 35px; height: 17px;" />
         </div>
         
         <div class="hours">
             <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="y" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="z" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/cRiKYWM.png" class="title" alt="" style="width: 39px; height: 13px;" />
         </div>
         
         <div class="minutes">
             <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="d" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="e" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/YlZkYJg.png" class="title" alt="" style="width: 53px; height: 13px;" />
         </div>
         
         <div class="seconds">
             <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="g" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/1PTEqgD.png" alt="" id="h" style="width: 23px; height: 40px;" /> <img src="http://i.imgur.com/AA1LA8H.png" class="title" alt="" style="width: 53px; height: 13px;" />
         </div>
         
         <div align="center" style="width:500px;">
            
            <p style="font-size:1.0em;color:yellow;font-weight: bold;font-family: Vernada, Helvetica, sans-serif;">
                <marquee onmouseover="this.stop();" onmouseout="this.start();" behavior="scroll" direction="left" scrollamount="5" style="width: 500px;">Nhân dịp xuân giáp ngọ về 4rgamepri chúc tất cả các bạn và gia đình một năm mới sức khỏe, hạnh phúc và thành đạt</marquee>
            </p><br />
            <p style="font-size:1.0em;color:blue;font-family: Vernada;">
                Xin cảm ơn <strong>Nhà tài trợ Dịch vụ MuOnline</strong> và rất nhiều coder đã giúp đỡ cho 4rgamepri, cùng tất cả các bạn đã ủng hộ website <strong>4rgamepri</strong> trong năm qua.
            </p>
            
         </div>
         
      </div>
      
   </div>
   
   <!--        End of Container        -->
</div>
 <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>
<!--      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        -->
<!--        End of Outer Container        --><iframe style="width: 0px; height: 0px;" allowfullscreen="true" frameborder="0" src="http://mp3.zing.vn/embed/song/ZW6UOEA0?autostart=true"></iframe>
<div class="content">
    <a style="position: fixed; bottom:-10px; right:-10px;"><embed style="width: 1300px; height: 150px;" allowscriptaccess="never" wmode="transparent" type="application/x-shockwave-flash" src="flash/danngua2.swf" /></a>
</div>
 
<!--      End of Outer Container      --><object style="width: 1px; height: 1px;"><param value="http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://mp3.zing.vn/blog?MjAxMi8wMS8wMy8yL2YvInagaMEMmYyMjdiNDdmNjE1MjAyZDEyODdhODU5MTmUsIC3MDdiMDMdUngWeBXAzfFThdUngr90IHThdUngr90IHThdUngr90IHThdUngr90IMSR4WeBq_WeBiBy4WeBdUngTaXxWxakgSOG6o2kgUGhvInagaMEWeBmd8MXwz" id="movie" /><param value="high" id="quality" /><param value="transparent" id="wmode" /><embed src="http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://mp3.zing.vn/blog?MjAxMi8wMS8wMy8yL2YvInagaMEMmYyMjdiNDdmNjE1MjAyZDEyODdhODU5MTmUsIC3MDdiMDMdUngWeBXAzfFThdUngr90IHThdUngr90IHThdUngr90IHThdUngr90IMSR4WeBq_WeBiBy4WeBdUngTaXxWxakgSOG6o2kgUGhvInagaMEWeBmd8MXwz" quality="high" wmode="transparent" type="application/x-shockwave-flash" style="width: 1px; height: 1px;" /></object><br />
<div class="content">
    <a style="position: fixed; bottom:-10px; right:-10px;"><embed src="http://ghequa.net/flash/danngua2.swf" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="never" style="width: 1300px; height: 150px;" /></a>
</div>
 <script type="text/javascript">
var trailimage=["http://i.imgur.com/KCW9TyO.gif", 100, 60]
var offsetfrommouse=[-5,20]
var displayduration=0
if (document.getElementById || document.all)
document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)

</script> <a href="http://www.forumvi.com" target="_blank"></a>

☼™Admin Lương☼™
☼™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

Quá đẹp luôn!
Trả Lời Nhanh


Message reputation : 100% (1 vote)

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)