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 nightWalker 9/2/2024, 7:00 pm

» 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


[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

5 posters

Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by boyskut3ht 26/10/2010, 9:34 pm

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

<center><script type="text/javascript">
var rainbowcount = 0;
var glitcount=0;
var glitstring='';
var shimmercount=0;
var shimmerstring='';
var ie4 = false;
        if(document.all) {
                ie4 = true;
        }     
        function setContent(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }     
                d.innerHTML = value;   
        }     

  function getContent(name) {
      var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.innerHTML;
  }

        function setColor(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                d.style.color = value; 
        }

  function getColor(name) {
                var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.style.color;
        }
      function toSpans(span) {
        var str=span.firstChild.data;
        var a=str.length;
        span.removeChild(span.firstChild);
        for(var i=0; i<a; i++) {
        var theSpan=document.createElement("SPAN");
        theSpan.appendChild(document.createTextNode(str.charAt(i)));
        span.appendChild(theSpan);
        }
      }
        function glitter(name, col, speed) {
      var value = getContent(name);
      while ( value.indexOf(" ", "-10") != (-1) ) {
        var value = value.replace(" ", "");
        };
      if (value.indexOf('<span') >= 0) { return; }
      var length = 0;
                var str = '';
      var ch;
      var token = '';
      var htmltag = false; 
                for (i = 0; i < value.length; i++) {
        ch = value.substring(i, i+1);
        if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
        token += ch;
        if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
        if (ch == '>' && htmltag) { htmltag = false; }
        if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                          str += '<span id="' + name + '_' + length + '">' + token + '</span>';
            token = '';
            length++;
        }
                }
                setContent(name, str);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , speed);
        }
        function shine(name, col, speed) {
        var value = getContent(name);
        while ( value.indexOf(" ", "-10") != (-1) ) {
            var value = value.replace(" ", "");
            };
        if (value.indexOf('<span') >= 0) { return; }
        var length = 0;
              var str = '';
        var ch;
        var token = '';
        var htmltag = false; 
            for (i = 0; i < value.length; i++) {
            ch = value.substring(i, i+1);
            if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
            token += ch;
            if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
            if (ch == '>' && htmltag) { htmltag = false; }
            if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                        str += '<span id="' + name + '_' + length + '">' + token + '</span>';
              token = '';
              length++;
            }
            }
                setContent(name, str);
                shinecommand = 'shineloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
        }
      function RainbowSpan(span, hue, deg, brt, spd, hspd) {
        this.deg=(deg==null?360:Math.abs(deg));
        this.hue=(hue==null?0:Math.abs(hue)%360);
        this.hspd=(hspd==null?3:Math.abs(hspd)%360);
        this.length=span.firstChild.data.length;
        this.span=span;
        this.speed=(spd==null?50:Math.abs(spd));
        this.hInc=this.deg/this.length;
        this.brt=(brt==null?255:Math.abs(brt)%256);
        this.timer=null;
        toSpans(span);
        this.moveRainbow();
      }
RainbowSpan.prototype.moveRainbow = function() {
  if(this.hue>359) this.hue-=360;
  var color;
  var b=this.brt;
  var a=this.length;
  var h=this.hue;

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

    if(h>359) h-=360;

    if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
    else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
    else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
    else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
    else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
    else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }

    h+=this.hInc;

    this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
  }
  this.hue+=this.hspd;
}
        function shineloop(name, length, ind, delta, col, speed) {
        var next = ind + delta;
        if (next >= length) { delta = delta * -1; next = ind + delta; }
        if (next < 0) { delta = delta * -1; next = ind + delta; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                shinecommand = 'shineloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
      }
     
        function glitterloop(name, length, ind, delta, col, speed) {
        var new_spd = Math.floor(Math.random()*31);
        var new_spd = (new_spd - 15);
        var new_spd = (new_spd + speed);
        var next = Math.floor(Math.random()*(length+1));
          if (next >= length) { delta = delta * -1; next = (-1); }
          if (next < 0) { delta = delta * -1; next = 1; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , new_spd);
        }
</script>

<b><script language="Javascript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </script>
…†™_Musjc_™†…
</span></b>
<script language="Javascript">
while(shimmercount>0) {
  var shimmerstring=shimmercount+ 'shine';
  eval('var colcon= shimmercolor' +shimmercount);
  eval('var shimspeed="shimmerspeed' +shimmercount+ '"');
  eval('var shimcolor="' +colcon+ '"');
  shine(shimmerstring, shimcolor, shimspeed);
  var shimmercount=shimmercount-1;
};
while(glitcount>0) {
  var glitstring=glitcount+ 'glitter';
  eval('var colcon= glitcolor' +glitcount);
  eval('var glitspeed="glitspeed' +glitcount+ '"');
  eval('var glitcolor="' +colcon+ '"');
  glitter(glitstring, glitcolor, glitspeed);
  var glitcount=glitcount-1;
};
while(rainbowcount>0) {
  eval('var rain'+rainbowcount+'=document.getElementById("rain'+rainbowcount+'");');
  eval('var rainbowspanning'+rainbowcount+'=new RainbowSpan(rain'+rainbowcount+', 0, 360, 255, 50, 348);');
  eval('rainbowspanning'+rainbowcount+'.timer=window.setInterval("rainbowspanning'+rainbowcount+'.moveRainbow()", 50);');
  var rainbowcount=(rainbowcount-1);
};

</script></center>








<center><div style="margin:20px; margin-top:5px"><div
style="font: 12px Verdana, Geneva, Lucida, 'Lucida Grande';
margin-bottom:2px"><b></b> <input type="button"
value="Tiện ích"
style="width:180px;font-size:14px;margin:0px;padding:0px;" onclick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
!= '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= '';        this.innerText = ''; this.value = 'Đóng Menu nhanh'; } else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= 'none'; this.innerText = ''; this.value = 'Tiện ích Blog '; }"
/></div><div style="min-height: 0px; max-width: 200px;
background-color: transparent; margin: 0px; padding: 0px; border: 0px
inset;"><div style="display: none;"><div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">>>Click chọn tiện ích<<</option>
<option value="">
 </option>
<option value="http://mp3.zing.vn">Zing MP3</option>

<option value="http://www.baomoi.com">Tin tức</option>
<option value="http://tivitructuyen.net/">TV Online</option>
<option value="http://muasaobang.forumr.net/html-h6.htm">Game flash</option>
<option value="http://muasaobang.forumr.net/html-h7.htm">Bói</option>
<option value="http://muasaobang.forumr.net/html-h8.htm">Photoshop online</option>
<option value="">
 </option>
<option value="http://nhaccuata0.tk">>>Về trang chủ<<
 </option>



</select>
</form>
</div></div></div></div></center>






<script> function listThem() { if (document.chooser.sitelist.selectedIndex == 0) alert("Please select something"); else if (document.chooser.sitelist.selectedIndex == 1) location = 'http://muasaobang.forumr.net/html-h23.htm'; else if (document.chooser.sitelist.selectedIndex == 2) location = 'http://muasaobang.forumr.net/html-h19.htm';else if (document.chooser.sitelist.selectedIndex == 3) location = 'http://muasaobang.forumr.net/html-h20.htm';else if (document.chooser.sitelist.selectedIndex == 4) location = 'http://muasaobang.forumr.net/html-h24.htm';else if (document.chooser.sitelist.selectedIndex == 5) location = 'http://muasaobang.forumr.net/html-h25.htm';}</script> <body> <center><h2><FONT color=yellow>Chọn Album</FONT></h2></center> <center><table border="5" cellpadding="5" align="center" valign="middle"><form name="chooser"> <tr><th align="center" bgcolor="#deb887">Menu:</th></tr> <tr><td align="center" bgcolor="#deb887"><select name="sitelist" onchange="listThem()"> <option selected>Lựa Chọn <option>Album 1<option>Album 2<option>Album 3<option>Album 4<option>Album 5</select></td></tr> </form></table> </center>
<center><p><FONT size=6><FONT color=red>NhacCuaTa0.Tk</FONT></FONT></p></center>

<center><p><FONT size=7><a href="http://muasaobang.forumr.net/" target="_blank">
<span class="style1"> <FONT color=green>Click Vào Trang Hack Game MSB</FONT> </span></a></FONT></p></center>

<center> <object width="300" height="400"><param name="movie" value="http://v6.nhaccuatui.com/l/FahxvW4Mkwua" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://v6.nhaccuatui.com/l/FahxvW4Mkwua" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="300" height="400"></embed></object> </center>

</FONT> </FONT><A href="http://www.forum-viet.com" target=_blank></A>
<a href="http://www.forum-viet.com" target="_blank"></a>

<META http-equiv=Content-Type content="text/html; charset=utf-8">
<BODY background="http://ca8.upanh.com/15.222.19496354.PBX0/1.jpg">

<style>a{text-decoration:none}</style>


<center><br><br>
<b>
<font size="5" face="Courier New" color="#008000">CHƯƠNG TRÌNH "</font><font size="5" face="Courier New" color="#FF00FF">CHÔM</font><font size="5" face="Courier New" color="#008000">" AVATAR CỦA BẠN CHAT </font>
<font size="5" face="Courier New" color="#FF0000">WwW.NhacCuaTa0.Tk</font></b> </p>
<center>

<div>            <form  onsubmit="return take()">
        <p align="center"><span class="style5"><b>
      <font face="Arial" color="#FF0000">Nhập Vào Nick Y!m Bạn
      Muốn "Chôm" Avatar </font><font face="Arial" color="#006600">
      :</font></b></span></p>
        <p align="center"><input id="yahoo" type="text" style="width: 248px" /></p>
        <p align="center"><input type="submit" value="GET AVATAR" />

        <script>
function take(){
id=document.getElementById("yahoo").value;
document.getElementById("ava").innerHTML="<center><img src='http://img.msg.yahoo.com/avatar.php?yids=" + id + "&format=jpg'><br><br><font color=blue>Bạn Kích Chuột Phải Vào Avatar Trên rồi Chọn <b>Save Picture As...</b> Để Tải Avatar Về Máy KeKe ^^!";
return false;
}
       
        </script>
</p>
       

        <div id="ava">
              </div>
   
   <script  type="text/javascript" language="javascript"> 
 var s_sid = 310679;var st_dominio = 4;
 var cimg = 0;var cwi =150;var che =30;
 </script>
 
 
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  </script>
  <script type="text/javascript">
_uacct = "UA-2495315-2";
urchinTracker();
  </script>



<center><p><FONT size=3><FONT color=red>Web Được Phát Triển Bởi Admin MSB Yahoo Liên Hệ : Boyskut3ht or C2v0d0ikut3</FONT></FONT></p></center>





<SCRIPT language=JavaScript type=text/javascript>

      function disableselect(e){return false}
 
      function reEnable(){return true}


      //if IE4+

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

      //if NS6

      if (window.sidebar){

      document.onmousedown=disableselect

      document.onclick=reEnable

      }

      </script>


Code:
<center><script type="text/javascript">
var rainbowcount = 0;
var glitcount=0;
var glitstring='';
var shimmercount=0;
var shimmerstring='';
var ie4 = false;
        if(document.all) {
                ie4 = true;
        }     
        function setContent(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }     
                d.innerHTML = value;   
        }     

  function getContent(name) {
      var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.innerHTML;
  }

        function setColor(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                d.style.color = value; 
        }

  function getColor(name) {
                var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.style.color;
        }
      function toSpans(span) {
        var str=span.firstChild.data;
        var a=str.length;
        span.removeChild(span.firstChild);
        for(var i=0; i<a; i++) {
        var theSpan=document.createElement("SPAN");
        theSpan.appendChild(document.createTextNode(str.charAt(i)));
        span.appendChild(theSpan);
        }
      }
        function glitter(name, col, speed) {
      var value = getContent(name);
      while ( value.indexOf(" ", "-10") != (-1) ) {
        var value = value.replace(" ", "");
        };
      if (value.indexOf('<span') >= 0) { return; }
      var length = 0;
                var str = '';
      var ch;
      var token = '';
      var htmltag = false; 
                for (i = 0; i < value.length; i++) {
        ch = value.substring(i, i+1);
        if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
        token += ch;
        if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
        if (ch == '>' && htmltag) { htmltag = false; }
        if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                          str += '<span id="' + name + '_' + length + '">' + token + '</span>';
            token = '';
            length++;
        }
                }
                setContent(name, str);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , speed);
        }
        function shine(name, col, speed) {
        var value = getContent(name);
        while ( value.indexOf(" ", "-10") != (-1) ) {
            var value = value.replace(" ", "");
            };
        if (value.indexOf('<span') >= 0) { return; }
        var length = 0;
              var str = '';
        var ch;
        var token = '';
        var htmltag = false; 
            for (i = 0; i < value.length; i++) {
            ch = value.substring(i, i+1);
            if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
            token += ch;
            if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
            if (ch == '>' && htmltag) { htmltag = false; }
            if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                        str += '<span id="' + name + '_' + length + '">' + token + '</span>';
              token = '';
              length++;
            }
            }
                setContent(name, str);
                shinecommand = 'shineloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
        }
      function RainbowSpan(span, hue, deg, brt, spd, hspd) {
        this.deg=(deg==null?360:Math.abs(deg));
        this.hue=(hue==null?0:Math.abs(hue)%360);
        this.hspd=(hspd==null?3:Math.abs(hspd)%360);
        this.length=span.firstChild.data.length;
        this.span=span;
        this.speed=(spd==null?50:Math.abs(spd));
        this.hInc=this.deg/this.length;
        this.brt=(brt==null?255:Math.abs(brt)%256);
        this.timer=null;
        toSpans(span);
        this.moveRainbow();
      }
RainbowSpan.prototype.moveRainbow = function() {
  if(this.hue>359) this.hue-=360;
  var color;
  var b=this.brt;
  var a=this.length;
  var h=this.hue;

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

    if(h>359) h-=360;

    if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
    else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
    else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
    else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
    else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
    else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }

    h+=this.hInc;

    this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
  }
  this.hue+=this.hspd;
}
        function shineloop(name, length, ind, delta, col, speed) {
        var next = ind + delta;
        if (next >= length) { delta = delta * -1; next = ind + delta; }
        if (next < 0) { delta = delta * -1; next = ind + delta; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                shinecommand = 'shineloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
      }
     
        function glitterloop(name, length, ind, delta, col, speed) {
        var new_spd = Math.floor(Math.random()*31);
        var new_spd = (new_spd - 15);
        var new_spd = (new_spd + speed);
        var next = Math.floor(Math.random()*(length+1));
          if (next >= length) { delta = delta * -1; next = (-1); }
          if (next < 0) { delta = delta * -1; next = 1; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , new_spd);
        }
</script>

<b><script language="Javascript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </script>
…†™_Musjc_™†…
</span></b>
<script language="Javascript">
while(shimmercount>0) {
  var shimmerstring=shimmercount+ 'shine';
  eval('var colcon= shimmercolor' +shimmercount);
  eval('var shimspeed="shimmerspeed' +shimmercount+ '"');
  eval('var shimcolor="' +colcon+ '"');
  shine(shimmerstring, shimcolor, shimspeed);
  var shimmercount=shimmercount-1;
};
while(glitcount>0) {
  var glitstring=glitcount+ 'glitter';
  eval('var colcon= glitcolor' +glitcount);
  eval('var glitspeed="glitspeed' +glitcount+ '"');
  eval('var glitcolor="' +colcon+ '"');
  glitter(glitstring, glitcolor, glitspeed);
  var glitcount=glitcount-1;
};
while(rainbowcount>0) {
  eval('var rain'+rainbowcount+'=document.getElementById("rain'+rainbowcount+'");');
  eval('var rainbowspanning'+rainbowcount+'=new RainbowSpan(rain'+rainbowcount+', 0, 360, 255, 50, 348);');
  eval('rainbowspanning'+rainbowcount+'.timer=window.setInterval("rainbowspanning'+rainbowcount+'.moveRainbow()", 50);');
  var rainbowcount=(rainbowcount-1);
};

</script></center>








<center><div style="margin:20px; margin-top:5px"><div
style="font: 12px Verdana, Geneva, Lucida, 'Lucida Grande';
margin-bottom:2px"><b></b> <input type="button"
value="Tiện ích"
style="width:180px;font-size:14px;margin:0px;padding:0px;" onclick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
!= '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= '';        this.innerText = ''; this.value = 'Đóng Menu nhanh'; } else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= 'none'; this.innerText = ''; this.value = 'Tiện ích Blog '; }"
/></div><div style="min-height: 0px; max-width: 200px;
background-color: transparent; margin: 0px; padding: 0px; border: 0px
inset;"><div style="display: none;"><div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">>>Click chọn tiện ích<<</option>
<option value="">
 </option>
<option value="http://mp3.zing.vn">Zing MP3</option>

<option value="http://www.baomoi.com">Tin tức</option>
<option value="http://tivitructuyen.net/">TV Online</option>
<option value="http://muasaobang.forumr.net/html-h6.htm">Game flash</option>
<option value="http://muasaobang.forumr.net/html-h7.htm">Bói</option>
<option value="http://muasaobang.forumr.net/html-h8.htm">Photoshop online</option>
<option value="">
 </option>
<option value="http://nhaccuata0.tk">>>Về trang chủ<<
 </option>



</select>
</form>
</div></div></div></div></center>






<script> function listThem() { if (document.chooser.sitelist.selectedIndex == 0) alert("Please select something"); else if (document.chooser.sitelist.selectedIndex == 1) location = 'http://muasaobang.forumr.net/html-h23.htm'; else if (document.chooser.sitelist.selectedIndex == 2) location = 'http://muasaobang.forumr.net/html-h19.htm';else if (document.chooser.sitelist.selectedIndex == 3) location = 'http://muasaobang.forumr.net/html-h20.htm';else if (document.chooser.sitelist.selectedIndex == 4) location = 'http://muasaobang.forumr.net/html-h24.htm';else if (document.chooser.sitelist.selectedIndex == 5) location = 'http://muasaobang.forumr.net/html-h25.htm';}</script> <body> <center><h2><FONT color=yellow>Chọn Album</FONT></h2></center> <center><table border="5" cellpadding="5" align="center" valign="middle"><form name="chooser"> <tr><th align="center" bgcolor="#deb887">Menu:</th></tr> <tr><td align="center" bgcolor="#deb887"><select name="sitelist" onchange="listThem()"> <option selected>Lựa Chọn <option>Album 1<option>Album 2<option>Album 3<option>Album 4<option>Album 5</select></td></tr> </form></table> </center>
<center><p><FONT size=6><FONT color=red>NhacCuaTa0.Tk</FONT></FONT></p></center>

<center><p><FONT size=7><a href="http://muasaobang.forumr.net/" target="_blank">
<span class="style1"> <FONT color=green>Click Vào Trang Hack Game MSB</FONT> </span></a></FONT></p></center>

<center><object width="300" height="400"><param name="movie" value="http://v6.nhaccuatui.com/l/bZKWRAiQhPwl" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://v6.nhaccuatui.com/l/bZKWRAiQhPwl" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="300" height="400"></embed></object></center>

</FONT> </FONT><A href="http://www.forum-viet.com" target=_blank></A>
<a href="http://www.forum-viet.com" target="_blank"></a>

<META http-equiv=Content-Type content="text/html; charset=utf-8">
<BODY background="http://ca8.upanh.com/15.222.19496354.PBX0/1.jpg">

<style>a{text-decoration:none}</style>


<center><br><br>
<b>
<font size="5" face="Courier New" color="#008000">CHƯƠNG TRÌNH "</font><font size="5" face="Courier New" color="#FF00FF">CHÔM</font><font size="5" face="Courier New" color="#008000">" AVATAR CỦA BẠN CHAT </font>
<font size="5" face="Courier New" color="#FF0000">WwW.NhacCuaTa0.Tk</font></b> </p>
<center>

<div>            <form  onsubmit="return take()">
        <p align="center"><span class="style5"><b>
      <font face="Arial" color="#FF0000">Nhập Vào Nick Y!m Bạn
      Muốn "Chôm" Avatar </font><font face="Arial" color="#006600">
      :</font></b></span></p>
        <p align="center"><input id="yahoo" type="text" style="width: 248px" /></p>
        <p align="center"><input type="submit" value="GET AVATAR" />

        <script>
function take(){
id=document.getElementById("yahoo").value;
document.getElementById("ava").innerHTML="<center><img src='http://img.msg.yahoo.com/avatar.php?yids=" + id + "&format=jpg'><br><br><font color=blue>Bạn Kích Chuột Phải Vào Avatar Trên rồi Chọn <b>Save Picture As...</b> Để Tải Avatar Về Máy KeKe ^^!";
return false;
}
       
        </script>
</p>
       

        <div id="ava">
              </div>
   
   <script  type="text/javascript" language="javascript"> 
 var s_sid = 310679;var st_dominio = 4;
 var cimg = 0;var cwi =150;var che =30;
 </script>
 
 
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  </script>
  <script type="text/javascript">
_uacct = "UA-2495315-2";
urchinTracker();
  </script>



<center><p><FONT size=3><FONT color=red>Web Được Phát Triển Bởi Admin MSB Yahoo Liên Hệ : Boyskut3ht or C2v0d0ikut3</FONT></FONT></p></center>





<SCRIPT language=JavaScript type=text/javascript>

      function disableselect(e){return false}
 
      function reEnable(){return true}


      //if IE4+

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

      //if NS6

      if (window.sidebar){

      document.onmousedown=disableselect

      document.onclick=reEnable

      }

      </script>


Code:
<center><script type="text/javascript">
var rainbowcount = 0;
var glitcount=0;
var glitstring='';
var shimmercount=0;
var shimmerstring='';
var ie4 = false;
        if(document.all) {
                ie4 = true;
        }     
        function setContent(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }     
                d.innerHTML = value;   
        }     

  function getContent(name) {
      var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.innerHTML;
  }

        function setColor(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                d.style.color = value; 
        }

  function getColor(name) {
                var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.style.color;
        }
      function toSpans(span) {
        var str=span.firstChild.data;
        var a=str.length;
        span.removeChild(span.firstChild);
        for(var i=0; i<a; i++) {
        var theSpan=document.createElement("SPAN");
        theSpan.appendChild(document.createTextNode(str.charAt(i)));
        span.appendChild(theSpan);
        }
      }
        function glitter(name, col, speed) {
      var value = getContent(name);
      while ( value.indexOf(" ", "-10") != (-1) ) {
        var value = value.replace(" ", "");
        };
      if (value.indexOf('<span') >= 0) { return; }
      var length = 0;
                var str = '';
      var ch;
      var token = '';
      var htmltag = false; 
                for (i = 0; i < value.length; i++) {
        ch = value.substring(i, i+1);
        if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
        token += ch;
        if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
        if (ch == '>' && htmltag) { htmltag = false; }
        if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                          str += '<span id="' + name + '_' + length + '">' + token + '</span>';
            token = '';
            length++;
        }
                }
                setContent(name, str);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , speed);
        }
        function shine(name, col, speed) {
        var value = getContent(name);
        while ( value.indexOf(" ", "-10") != (-1) ) {
            var value = value.replace(" ", "");
            };
        if (value.indexOf('<span') >= 0) { return; }
        var length = 0;
              var str = '';
        var ch;
        var token = '';
        var htmltag = false; 
            for (i = 0; i < value.length; i++) {
            ch = value.substring(i, i+1);
            if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
            token += ch;
            if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
            if (ch == '>' && htmltag) { htmltag = false; }
            if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                        str += '<span id="' + name + '_' + length + '">' + token + '</span>';
              token = '';
              length++;
            }
            }
                setContent(name, str);
                shinecommand = 'shineloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
        }
      function RainbowSpan(span, hue, deg, brt, spd, hspd) {
        this.deg=(deg==null?360:Math.abs(deg));
        this.hue=(hue==null?0:Math.abs(hue)%360);
        this.hspd=(hspd==null?3:Math.abs(hspd)%360);
        this.length=span.firstChild.data.length;
        this.span=span;
        this.speed=(spd==null?50:Math.abs(spd));
        this.hInc=this.deg/this.length;
        this.brt=(brt==null?255:Math.abs(brt)%256);
        this.timer=null;
        toSpans(span);
        this.moveRainbow();
      }
RainbowSpan.prototype.moveRainbow = function() {
  if(this.hue>359) this.hue-=360;
  var color;
  var b=this.brt;
  var a=this.length;
  var h=this.hue;

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

    if(h>359) h-=360;

    if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
    else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
    else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
    else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
    else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
    else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }

    h+=this.hInc;

    this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
  }
  this.hue+=this.hspd;
}
        function shineloop(name, length, ind, delta, col, speed) {
        var next = ind + delta;
        if (next >= length) { delta = delta * -1; next = ind + delta; }
        if (next < 0) { delta = delta * -1; next = ind + delta; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                shinecommand = 'shineloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
      }
     
        function glitterloop(name, length, ind, delta, col, speed) {
        var new_spd = Math.floor(Math.random()*31);
        var new_spd = (new_spd - 15);
        var new_spd = (new_spd + speed);
        var next = Math.floor(Math.random()*(length+1));
          if (next >= length) { delta = delta * -1; next = (-1); }
          if (next < 0) { delta = delta * -1; next = 1; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , new_spd);
        }
</script>

<b><script language="Javascript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </script>
…†™_Musjc_™†…
</span></b>
<script language="Javascript">
while(shimmercount>0) {
  var shimmerstring=shimmercount+ 'shine';
  eval('var colcon= shimmercolor' +shimmercount);
  eval('var shimspeed="shimmerspeed' +shimmercount+ '"');
  eval('var shimcolor="' +colcon+ '"');
  shine(shimmerstring, shimcolor, shimspeed);
  var shimmercount=shimmercount-1;
};
while(glitcount>0) {
  var glitstring=glitcount+ 'glitter';
  eval('var colcon= glitcolor' +glitcount);
  eval('var glitspeed="glitspeed' +glitcount+ '"');
  eval('var glitcolor="' +colcon+ '"');
  glitter(glitstring, glitcolor, glitspeed);
  var glitcount=glitcount-1;
};
while(rainbowcount>0) {
  eval('var rain'+rainbowcount+'=document.getElementById("rain'+rainbowcount+'");');
  eval('var rainbowspanning'+rainbowcount+'=new RainbowSpan(rain'+rainbowcount+', 0, 360, 255, 50, 348);');
  eval('rainbowspanning'+rainbowcount+'.timer=window.setInterval("rainbowspanning'+rainbowcount+'.moveRainbow()", 50);');
  var rainbowcount=(rainbowcount-1);
};

</script></center>








<center><div style="margin:20px; margin-top:5px"><div
style="font: 12px Verdana, Geneva, Lucida, 'Lucida Grande';
margin-bottom:2px"><b></b> <input type="button"
value="Tiện ích"
style="width:180px;font-size:14px;margin:0px;padding:0px;" onclick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
!= '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= '';        this.innerText = ''; this.value = 'Đóng Menu nhanh'; } else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= 'none'; this.innerText = ''; this.value = 'Tiện ích Blog '; }"
/></div><div style="min-height: 0px; max-width: 200px;
background-color: transparent; margin: 0px; padding: 0px; border: 0px
inset;"><div style="display: none;"><div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">>>Click chọn tiện ích<<</option>
<option value="">
 </option>
<option value="http://mp3.zing.vn">Zing MP3</option>

<option value="http://www.baomoi.com">Tin tức</option>
<option value="http://tivitructuyen.net/">TV Online</option>
<option value="http://muasaobang.forumr.net/html-h6.htm">Game flash</option>
<option value="http://muasaobang.forumr.net/html-h7.htm">Bói</option>
<option value="http://muasaobang.forumr.net/html-h8.htm">Photoshop online</option>
<option value="">
 </option>
<option value="http://nhaccuata0.tk">>>Về trang chủ<<
 </option>



</select>
</form>
</div></div></div></div></center>






<script> function listThem() { if (document.chooser.sitelist.selectedIndex == 0) alert("Please select something"); else if (document.chooser.sitelist.selectedIndex == 1) location = 'http://muasaobang.forumr.net/html-h23.htm'; else if (document.chooser.sitelist.selectedIndex == 2) location = 'http://muasaobang.forumr.net/html-h19.htm';else if (document.chooser.sitelist.selectedIndex == 3) location = 'http://muasaobang.forumr.net/html-h20.htm';else if (document.chooser.sitelist.selectedIndex == 4) location = 'http://muasaobang.forumr.net/html-h24.htm';else if (document.chooser.sitelist.selectedIndex == 5) location = 'http://muasaobang.forumr.net/html-h25.htm';}</script> <body> <center><h2><FONT color=yellow>Chọn Album</FONT></h2></center> <center><table border="5" cellpadding="5" align="center" valign="middle"><form name="chooser"> <tr><th align="center" bgcolor="#deb887">Menu:</th></tr> <tr><td align="center" bgcolor="#deb887"><select name="sitelist" onchange="listThem()"> <option selected>Lựa Chọn <option>Album 1<option>Album 2<option>Album 3<option>Album 4<option>Album 5</select></td></tr> </form></table> </center>
<center><p><FONT size=6><FONT color=red>NhacCuaTa0.Tk</FONT></FONT></p></center>

<center><p><FONT size=7><a href="http://muasaobang.forumr.net/" target="_blank">
<span class="style1"> <FONT color=green>Click Vào Trang Hack Game MSB</FONT> </span></a></FONT></p></center>

<center> <object width="300" height="400"><param name="movie" value="http://v6.nhaccuatui.com/l/HFDg904P_maW" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://v6.nhaccuatui.com/l/HFDg904P_maW" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="300" height="400"></embed></object> </center>

</FONT> </FONT><A href="http://www.forum-viet.com" target=_blank></A>
<a href="http://www.forum-viet.com" target="_blank"></a>

<META http-equiv=Content-Type content="text/html; charset=utf-8">
<BODY background="http://ca8.upanh.com/15.222.19496354.PBX0/1.jpg">

<style>a{text-decoration:none}</style>


<center><br><br>
<b>
<font size="5" face="Courier New" color="#008000">CHƯƠNG TRÌNH "</font><font size="5" face="Courier New" color="#FF00FF">CHÔM</font><font size="5" face="Courier New" color="#008000">" AVATAR CỦA BẠN CHAT </font>
<font size="5" face="Courier New" color="#FF0000">WwW.NhacCuaTa0.Tk</font></b> </p>
<center>

<div>            <form  onsubmit="return take()">
        <p align="center"><span class="style5"><b>
      <font face="Arial" color="#FF0000">Nhập Vào Nick Y!m Bạn
      Muốn "Chôm" Avatar </font><font face="Arial" color="#006600">
      :</font></b></span></p>
        <p align="center"><input id="yahoo" type="text" style="width: 248px" /></p>
        <p align="center"><input type="submit" value="GET AVATAR" />

        <script>
function take(){
id=document.getElementById("yahoo").value;
document.getElementById("ava").innerHTML="<center><img src='http://img.msg.yahoo.com/avatar.php?yids=" + id + "&format=jpg'><br><br><font color=blue>Bạn Kích Chuột Phải Vào Avatar Trên rồi Chọn <b>Save Picture As...</b> Để Tải Avatar Về Máy KeKe ^^!";
return false;
}
       
        </script>
</p>
       

        <div id="ava">
              </div>
   
   <script  type="text/javascript" language="javascript"> 
 var s_sid = 310679;var st_dominio = 4;
 var cimg = 0;var cwi =150;var che =30;
 </script>
 
 
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  </script>
  <script type="text/javascript">
_uacct = "UA-2495315-2";
urchinTracker();
  </script>



<center><p><FONT size=3><FONT color=red>Web Được Phát Triển Bởi Admin MSB Yahoo Liên Hệ : Boyskut3ht or C2v0d0ikut3</FONT></FONT></p></center>





<SCRIPT language=JavaScript type=text/javascript>

      function disableselect(e){return false}
 
      function reEnable(){return true}


      //if IE4+

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

      //if NS6

      if (window.sidebar){

      document.onmousedown=disableselect

      document.onclick=reEnable

      }

      </script>


Chúc Các Bạn Thành Công
boyskut3ht
boyskut3ht
CPMember
CPMember

No choice Ngày đăng ký : 14/06/2010
Số bài : 58
CPP : -20
Châm ngôn sống : vi mot cuoc song tuoi dep

http://muasaobang.forumr.net/

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 2

Bài gửi by boyskut3ht 26/10/2010, 9:35 pm

Code:
<center><script type="text/javascript">
var rainbowcount = 0;
var glitcount=0;
var glitstring='';
var shimmercount=0;
var shimmerstring='';
var ie4 = false;
        if(document.all) {
                ie4 = true;
        }     
        function setContent(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }     
                d.innerHTML = value;   
        }     

  function getContent(name) {
      var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.innerHTML;
  }

        function setColor(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                d.style.color = value; 
        }

  function getColor(name) {
                var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.style.color;
        }
      function toSpans(span) {
        var str=span.firstChild.data;
        var a=str.length;
        span.removeChild(span.firstChild);
        for(var i=0; i<a; i++) {
        var theSpan=document.createElement("SPAN");
        theSpan.appendChild(document.createTextNode(str.charAt(i)));
        span.appendChild(theSpan);
        }
      }
        function glitter(name, col, speed) {
      var value = getContent(name);
      while ( value.indexOf(" ", "-10") != (-1) ) {
        var value = value.replace(" ", "");
        };
      if (value.indexOf('<span') >= 0) { return; }
      var length = 0;
                var str = '';
      var ch;
      var token = '';
      var htmltag = false; 
                for (i = 0; i < value.length; i++) {
        ch = value.substring(i, i+1);
        if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
        token += ch;
        if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
        if (ch == '>' && htmltag) { htmltag = false; }
        if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                          str += '<span id="' + name + '_' + length + '">' + token + '</span>';
            token = '';
            length++;
        }
                }
                setContent(name, str);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , speed);
        }
        function shine(name, col, speed) {
        var value = getContent(name);
        while ( value.indexOf(" ", "-10") != (-1) ) {
            var value = value.replace(" ", "");
            };
        if (value.indexOf('<span') >= 0) { return; }
        var length = 0;
              var str = '';
        var ch;
        var token = '';
        var htmltag = false; 
            for (i = 0; i < value.length; i++) {
            ch = value.substring(i, i+1);
            if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
            token += ch;
            if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
            if (ch == '>' && htmltag) { htmltag = false; }
            if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                        str += '<span id="' + name + '_' + length + '">' + token + '</span>';
              token = '';
              length++;
            }
            }
                setContent(name, str);
                shinecommand = 'shineloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
        }
      function RainbowSpan(span, hue, deg, brt, spd, hspd) {
        this.deg=(deg==null?360:Math.abs(deg));
        this.hue=(hue==null?0:Math.abs(hue)%360);
        this.hspd=(hspd==null?3:Math.abs(hspd)%360);
        this.length=span.firstChild.data.length;
        this.span=span;
        this.speed=(spd==null?50:Math.abs(spd));
        this.hInc=this.deg/this.length;
        this.brt=(brt==null?255:Math.abs(brt)%256);
        this.timer=null;
        toSpans(span);
        this.moveRainbow();
      }
RainbowSpan.prototype.moveRainbow = function() {
  if(this.hue>359) this.hue-=360;
  var color;
  var b=this.brt;
  var a=this.length;
  var h=this.hue;

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

    if(h>359) h-=360;

    if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
    else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
    else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
    else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
    else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
    else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }

    h+=this.hInc;

    this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
  }
  this.hue+=this.hspd;
}
        function shineloop(name, length, ind, delta, col, speed) {
        var next = ind + delta;
        if (next >= length) { delta = delta * -1; next = ind + delta; }
        if (next < 0) { delta = delta * -1; next = ind + delta; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                shinecommand = 'shineloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
      }
     
        function glitterloop(name, length, ind, delta, col, speed) {
        var new_spd = Math.floor(Math.random()*31);
        var new_spd = (new_spd - 15);
        var new_spd = (new_spd + speed);
        var next = Math.floor(Math.random()*(length+1));
          if (next >= length) { delta = delta * -1; next = (-1); }
          if (next < 0) { delta = delta * -1; next = 1; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , new_spd);
        }
</script>

<b><script language="Javascript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </script>
…†™_Musjc_™†…
</span></b>
<script language="Javascript">
while(shimmercount>0) {
  var shimmerstring=shimmercount+ 'shine';
  eval('var colcon= shimmercolor' +shimmercount);
  eval('var shimspeed="shimmerspeed' +shimmercount+ '"');
  eval('var shimcolor="' +colcon+ '"');
  shine(shimmerstring, shimcolor, shimspeed);
  var shimmercount=shimmercount-1;
};
while(glitcount>0) {
  var glitstring=glitcount+ 'glitter';
  eval('var colcon= glitcolor' +glitcount);
  eval('var glitspeed="glitspeed' +glitcount+ '"');
  eval('var glitcolor="' +colcon+ '"');
  glitter(glitstring, glitcolor, glitspeed);
  var glitcount=glitcount-1;
};
while(rainbowcount>0) {
  eval('var rain'+rainbowcount+'=document.getElementById("rain'+rainbowcount+'");');
  eval('var rainbowspanning'+rainbowcount+'=new RainbowSpan(rain'+rainbowcount+', 0, 360, 255, 50, 348);');
  eval('rainbowspanning'+rainbowcount+'.timer=window.setInterval("rainbowspanning'+rainbowcount+'.moveRainbow()", 50);');
  var rainbowcount=(rainbowcount-1);
};

</script></center>








<center><div style="margin:20px; margin-top:5px"><div
style="font: 12px Verdana, Geneva, Lucida, 'Lucida Grande';
margin-bottom:2px"><b></b> <input type="button"
value="Tiện ích"
style="width:180px;font-size:14px;margin:0px;padding:0px;" onclick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
!= '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= '';        this.innerText = ''; this.value = 'Đóng Menu nhanh'; } else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= 'none'; this.innerText = ''; this.value = 'Tiện ích Blog '; }"
/></div><div style="min-height: 0px; max-width: 200px;
background-color: transparent; margin: 0px; padding: 0px; border: 0px
inset;"><div style="display: none;"><div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">>>Click chọn tiện ích<<</option>
<option value="">
 </option>
<option value="http://mp3.zing.vn">Zing MP3</option>

<option value="http://www.baomoi.com">Tin tức</option>
<option value="http://tivitructuyen.net/">TV Online</option>
<option value="http://muasaobang.forumr.net/html-h6.htm">Game flash</option>
<option value="http://muasaobang.forumr.net/html-h7.htm">Bói</option>
<option value="http://muasaobang.forumr.net/html-h8.htm">Photoshop online</option>
<option value="">
 </option>
<option value="http://nhaccuata0.tk">>>Về trang chủ<<
 </option>



</select>
</form>
</div></div></div></div></center>






<script> function listThem() { if (document.chooser.sitelist.selectedIndex == 0) alert("Please select something"); else if (document.chooser.sitelist.selectedIndex == 1) location = 'http://muasaobang.forumr.net/html-h23.htm'; else if (document.chooser.sitelist.selectedIndex == 2) location = 'http://muasaobang.forumr.net/html-h19.htm';else if (document.chooser.sitelist.selectedIndex == 3) location = 'http://muasaobang.forumr.net/html-h20.htm';else if (document.chooser.sitelist.selectedIndex == 4) location = 'http://muasaobang.forumr.net/html-h24.htm';else if (document.chooser.sitelist.selectedIndex == 5) location = 'http://muasaobang.forumr.net/html-h25.htm';}</script> <body> <center><h2><FONT color=yellow>Chọn Album</FONT></h2></center> <center><table border="5" cellpadding="5" align="center" valign="middle"><form name="chooser"> <tr><th align="center" bgcolor="#deb887">Menu:</th></tr> <tr><td align="center" bgcolor="#deb887"><select name="sitelist" onchange="listThem()"> <option selected>Lựa Chọn <option>Album 1<option>Album 2<option>Album 3<option>Album 4<option>Album 5</select></td></tr> </form></table> </center>
<center><p><FONT size=6><FONT color=red>NhacCuaTa0.Tk</FONT></FONT></p></center>

<center><p><FONT size=7><a href="http://muasaobang.forumr.net/" target="_blank">
<span class="style1"> <FONT color=green>Click Vào Trang Hack Game MSB</FONT> </span></a></FONT></p></center>

<center> <object width="300" height="400"><param name="movie" value="http://v6.nhaccuatui.com/l/JJeS3oyZRBYS" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://v6.nhaccuatui.com/l/JJeS3oyZRBYS" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="300" height="400"></embed></object> </center>

</FONT> </FONT><A href="http://www.forum-viet.com" target=_blank></A>
<a href="http://www.forum-viet.com" target="_blank"></a>

<META http-equiv=Content-Type content="text/html; charset=utf-8">
<BODY background="http://ca8.upanh.com/15.222.19496354.PBX0/1.jpg">

<style>a{text-decoration:none}</style>


<center><br><br>
<b>
<font size="5" face="Courier New" color="#008000">CHƯƠNG TRÌNH "</font><font size="5" face="Courier New" color="#FF00FF">CHÔM</font><font size="5" face="Courier New" color="#008000">" AVATAR CỦA BẠN CHAT </font>
<font size="5" face="Courier New" color="#FF0000">WwW.NhacCuaTa0.Tk</font></b> </p>
<center>
<div>            <form  onsubmit="return take()">
        <p align="center"><span class="style5"><b>
      <font face="Arial" color="#FF0000">Nhập Vào Nick Y!m Bạn
      Muốn "Chôm" Avatar </font><font face="Arial" color="#006600">
      :</font></b></span></p>
        <p align="center"><input id="yahoo" type="text" style="width: 248px" /></p>
        <p align="center"><input type="submit" value="GET AVATAR" />

        <script>
function take(){
id=document.getElementById("yahoo").value;
document.getElementById("ava").innerHTML="<center><img src='http://img.msg.yahoo.com/avatar.php?yids=" + id + "&format=jpg'><br><br><font color=blue>Bạn Kích Chuột Phải Vào Avatar Trên rồi Chọn <b>Save Picture As...</b> Để Tải Avatar Về Máy KeKe ^^!";
return false;
}
       
        </script>
</p>
       

        <div id="ava">
              </div>
   
   <script  type="text/javascript" language="javascript"> 
 var s_sid = 310679;var st_dominio = 4;
 var cimg = 0;var cwi =150;var che =30;
 </script>
 
 
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  </script>
  <script type="text/javascript">
_uacct = "UA-2495315-2";
urchinTracker();
  </script>



<center><p><FONT size=3><FONT color=red>Web Được Phát Triển Bởi Admin MSB Yahoo Liên Hệ : Boyskut3ht or C2v0d0ikut3</FONT></FONT></p></center>





<SCRIPT language=JavaScript type=text/javascript>

      function disableselect(e){return false}
 
      function reEnable(){return true}


      //if IE4+

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

      //if NS6

      if (window.sidebar){

      document.onmousedown=disableselect

      document.onclick=reEnable

      }

      </script>


Code:
<center><script type="text/javascript">
var rainbowcount = 0;
var glitcount=0;
var glitstring='';
var shimmercount=0;
var shimmerstring='';
var ie4 = false;
        if(document.all) {
                ie4 = true;
        }     
        function setContent(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }     
                d.innerHTML = value;   
        }     

  function getContent(name) {
      var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.innerHTML;
  }

        function setColor(name, value) {
                var d; 
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                d.style.color = value; 
        }

  function getColor(name) {
                var d;
                if (ie4) {
                        d = document.all[name];
                } else {
                        d = document.getElementById(name);
                }
                return d.style.color;
        }
      function toSpans(span) {
        var str=span.firstChild.data;
        var a=str.length;
        span.removeChild(span.firstChild);
        for(var i=0; i<a; i++) {
        var theSpan=document.createElement("SPAN");
        theSpan.appendChild(document.createTextNode(str.charAt(i)));
        span.appendChild(theSpan);
        }
      }
        function glitter(name, col, speed) {
      var value = getContent(name);
      while ( value.indexOf(" ", "-10") != (-1) ) {
        var value = value.replace(" ", "");
        };
      if (value.indexOf('<span') >= 0) { return; }
      var length = 0;
                var str = '';
      var ch;
      var token = '';
      var htmltag = false; 
                for (i = 0; i < value.length; i++) {
        ch = value.substring(i, i+1);
        if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
        token += ch;
        if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
        if (ch == '>' && htmltag) { htmltag = false; }
        if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                          str += '<span id="' + name + '_' + length + '">' + token + '</span>';
            token = '';
            length++;
        }
                }
                setContent(name, str);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , speed);
        }
        function shine(name, col, speed) {
        var value = getContent(name);
        while ( value.indexOf(" ", "-10") != (-1) ) {
            var value = value.replace(" ", "");
            };
        if (value.indexOf('<span') >= 0) { return; }
        var length = 0;
              var str = '';
        var ch;
        var token = '';
        var htmltag = false; 
            for (i = 0; i < value.length; i++) {
            ch = value.substring(i, i+1);
            if (i < value.length - 1) { nextch = value.substring(i+1, i+2); } else { nextch = ' '; }
            token += ch;
            if (ch == '<' && '/aAbBpPhHiIoOuUlLtT'.indexOf(nextch) >= 0) { htmltag = true; }
            if (ch == '>' && htmltag) { htmltag = false; }
            if (!htmltag && ch.charCodeAt(0) > 30 && ch != ' ' && ch != '\n') {     
                        str += '<span id="' + name + '_' + length + '">' + token + '</span>';
              token = '';
              length++;
            }
            }
                setContent(name, str);
                shinecommand = 'shineloop('' + name + '', ' + length + ', 0, 1, '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
        }
      function RainbowSpan(span, hue, deg, brt, spd, hspd) {
        this.deg=(deg==null?360:Math.abs(deg));
        this.hue=(hue==null?0:Math.abs(hue)%360);
        this.hspd=(hspd==null?3:Math.abs(hspd)%360);
        this.length=span.firstChild.data.length;
        this.span=span;
        this.speed=(spd==null?50:Math.abs(spd));
        this.hInc=this.deg/this.length;
        this.brt=(brt==null?255:Math.abs(brt)%256);
        this.timer=null;
        toSpans(span);
        this.moveRainbow();
      }
RainbowSpan.prototype.moveRainbow = function() {
  if(this.hue>359) this.hue-=360;
  var color;
  var b=this.brt;
  var a=this.length;
  var h=this.hue;

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

    if(h>359) h-=360;

    if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
    else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
    else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
    else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
    else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
    else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }

    h+=this.hInc;

    this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
  }
  this.hue+=this.hspd;
}
        function shineloop(name, length, ind, delta, col, speed) {
        var next = ind + delta;
        if (next >= length) { delta = delta * -1; next = ind + delta; }
        if (next < 0) { delta = delta * -1; next = ind + delta; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                shinecommand = 'shineloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(shinecommand , speed);
      }
     
        function glitterloop(name, length, ind, delta, col, speed) {
        var new_spd = Math.floor(Math.random()*31);
        var new_spd = (new_spd - 15);
        var new_spd = (new_spd + speed);
        var next = Math.floor(Math.random()*(length+1));
          if (next >= length) { delta = delta * -1; next = (-1); }
          if (next < 0) { delta = delta * -1; next = 1; }
                setColor(name + '_' + ind, getColor(name + '_' + next));
                setColor(name + '_' + next, col);
                glitcommand = 'glitterloop('' + name + '', ' + length + ', ' + next + ', ' + delta + ', '' + col + '', ' + speed + ')';
                setTimeout(glitcommand , new_spd);
        }
</script>

<b><script language="Javascript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </script>
…†™_Musjc_™†…
</span></b>
<script language="Javascript">
while(shimmercount>0) {
  var shimmerstring=shimmercount+ 'shine';
  eval('var colcon= shimmercolor' +shimmercount);
  eval('var shimspeed="shimmerspeed' +shimmercount+ '"');
  eval('var shimcolor="' +colcon+ '"');
  shine(shimmerstring, shimcolor, shimspeed);
  var shimmercount=shimmercount-1;
};
while(glitcount>0) {
  var glitstring=glitcount+ 'glitter';
  eval('var colcon= glitcolor' +glitcount);
  eval('var glitspeed="glitspeed' +glitcount+ '"');
  eval('var glitcolor="' +colcon+ '"');
  glitter(glitstring, glitcolor, glitspeed);
  var glitcount=glitcount-1;
};
while(rainbowcount>0) {
  eval('var rain'+rainbowcount+'=document.getElementById("rain'+rainbowcount+'");');
  eval('var rainbowspanning'+rainbowcount+'=new RainbowSpan(rain'+rainbowcount+', 0, 360, 255, 50, 348);');
  eval('rainbowspanning'+rainbowcount+'.timer=window.setInterval("rainbowspanning'+rainbowcount+'.moveRainbow()", 50);');
  var rainbowcount=(rainbowcount-1);
};

</script></center>








<center><div style="margin:20px; margin-top:5px"><div
style="font: 12px Verdana, Geneva, Lucida, 'Lucida Grande';
margin-bottom:2px"><b></b> <input type="button"
value="Tiện ích"
style="width:180px;font-size:14px;margin:0px;padding:0px;" onclick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
!= '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= '';        this.innerText = ''; this.value = 'Đóng Menu nhanh'; } else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= 'none'; this.innerText = ''; this.value = 'Tiện ích Blog '; }"
/></div><div style="min-height: 0px; max-width: 200px;
background-color: transparent; margin: 0px; padding: 0px; border: 0px
inset;"><div style="display: none;"><div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">>>Click chọn tiện ích<<</option>
<option value="">
 </option>
<option value="http://mp3.zing.vn">Zing MP3</option>

<option value="http://www.baomoi.com">Tin tức</option>
<option value="http://tivitructuyen.net/">TV Online</option>
<option value="http://muasaobang.forumr.net/html-h6.htm">Game flash</option>
<option value="http://muasaobang.forumr.net/html-h7.htm">Bói</option>
<option value="http://muasaobang.forumr.net/html-h8.htm">Photoshop online</option>
<option value="">
 </option>
<option value="http://nhaccuata0.tk">>>Về trang chủ<<
 </option>



</select>
</form>
</div></div></div></div></center>






<script> function listThem() { if (document.chooser.sitelist.selectedIndex == 0) alert("Please select something"); else if (document.chooser.sitelist.selectedIndex == 1) location = 'http://muasaobang.forumr.net/html-h23.htm'; else if (document.chooser.sitelist.selectedIndex == 2) location = 'http://muasaobang.forumr.net/html-h19.htm';else if (document.chooser.sitelist.selectedIndex == 3) location = 'http://muasaobang.forumr.net/html-h20.htm';else if (document.chooser.sitelist.selectedIndex == 4) location = 'http://muasaobang.forumr.net/html-h24.htm';else if (document.chooser.sitelist.selectedIndex == 5) location = 'http://muasaobang.forumr.net/html-h25.htm';}</script> <body> <center><h2><FONT color=yellow>Chọn Album</FONT></h2></center> <center><table border="5" cellpadding="5" align="center" valign="middle"><form name="chooser"> <tr><th align="center" bgcolor="#deb887">Menu:</th></tr> <tr><td align="center" bgcolor="#deb887"><select name="sitelist" onchange="listThem()"> <option selected>Lựa Chọn <option>Album 1<option>Album 2<option>Album 3<option>Album 4<option>Album 5</select></td></tr> </form></table> </center>
<center><p><FONT size=6><FONT color=red>NhacCuaTa0.Tk</FONT></FONT></p></center>

<center><p><FONT size=7><a href="http://muasaobang.forumr.net/" target="_blank">
<span class="style1"> <FONT color=green>Click Vào Trang Hack Game MSB</FONT> </span></a></FONT></p></center>

<center> <object width="300" height="400"><param name="movie" value="http://v6.nhaccuatui.com/l/NHtvzg-9rXBc" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://v6.nhaccuatui.com/l/NHtvzg-9rXBc" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="300" height="400"></embed></object> </center>

</FONT> </FONT><A href="http://www.forum-viet.com" target=_blank></A>
<a href="http://www.forum-viet.com" target="_blank"></a>

<META http-equiv=Content-Type content="text/html; charset=utf-8">
<BODY background="http://ca8.upanh.com/15.222.19496354.PBX0/1.jpg">

<style>a{text-decoration:none}</style>


<center><br><br>
<b>
<font size="5" face="Courier New" color="#008000">CHƯƠNG TRÌNH "</font><font size="5" face="Courier New" color="#FF00FF">CHÔM</font><font size="5" face="Courier New" color="#008000">" AVATAR CỦA BẠN CHAT </font>
<font size="5" face="Courier New" color="#FF0000">WwW.NhacCuaTa0.Tk</font></b> </p>
<center><div>            <form  onsubmit="return take()">
        <p align="center"><span class="style5"><b>
      <font face="Arial" color="#FF0000">Nhập Vào Nick Y!m Bạn
      Muốn "Chôm" Avatar </font><font face="Arial" color="#006600">
      :</font></b></span></p>
        <p align="center"><input id="yahoo" type="text" style="width: 248px" /></p>
        <p align="center"><input type="submit" value="GET AVATAR" />

        <script>
function take(){
id=document.getElementById("yahoo").value;
document.getElementById("ava").innerHTML="<center><img src='http://img.msg.yahoo.com/avatar.php?yids=" + id + "&format=jpg'><br><br><font color=blue>Bạn Kích Chuột Phải Vào Avatar Trên rồi Chọn <b>Save Picture As...</b> Để Tải Avatar Về Máy KeKe ^^!";
return false;
}
       
        </script>
</p>
       

        <div id="ava">
              </div>
   
   <script  type="text/javascript" language="javascript"> 
 var s_sid = 310679;var st_dominio = 4;
 var cimg = 0;var cwi =150;var che =30;
 </script>
 
 
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  </script>
  <script type="text/javascript">
_uacct = "UA-2495315-2";
urchinTracker();
  </script>



<center><p><FONT size=3><FONT color=red>Web Được Phát Triển Bởi Admin MSB Yahoo Liên Hệ : Boyskut3ht or C2v0d0ikut3</FONT></FONT></p></center>





<SCRIPT language=JavaScript type=text/javascript>

      function disableselect(e){return false}
 
      function reEnable(){return true}


      //if IE4+

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

      //if NS6

      if (window.sidebar){

      document.onmousedown=disableselect

      document.onclick=reEnable

      }

      </script>


Chúc Các Bạn Thành Công
boyskut3ht
boyskut3ht
CPMember
CPMember

No choice Ngày đăng ký : 14/06/2010
Số bài : 58
CPP : -20
Châm ngôn sống : vi mot cuoc song tuoi dep

http://muasaobang.forumr.net/

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by quangtrung_it 26/10/2010, 10:46 pm

2 code này giống nhau y hệt sao post chi 2 lần vậy?
quangtrung_it
quangtrung_it
CPPurpleMember
CPPurpleMember

Firefox Invision
Ngày đăng ký : 08/09/2010
Số bài : 553
CPP : 479
Châm ngôn sống : Oº°‘¨ Tuyển BQT cho Miền ký ức Forum's ! Đang cần gấp !¨‘°ºO

http://www.benxua.net

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by quangtrung_it 26/10/2010, 10:49 pm

Mình đề nghị chủ topic xem lại nha! Sao post bài tùm lum hết vậy? Trang chủ này có gì hay đâu mà spam kinh. Không phải tôi
quangtrung_it
quangtrung_it
CPPurpleMember
CPPurpleMember

Firefox Invision
Ngày đăng ký : 08/09/2010
Số bài : 553
CPP : 479
Châm ngôn sống : Oº°‘¨ Tuyển BQT cho Miền ký ức Forum's ! Đang cần gấp !¨‘°ºO

http://www.benxua.net

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by boyskut3ht 27/10/2010, 1:49 pm

1 Code là 1 list Nhạc Đó Bạn Àk
boyskut3ht
boyskut3ht
CPMember
CPMember

No choice Ngày đăng ký : 14/06/2010
Số bài : 58
CPP : -20
Châm ngôn sống : vi mot cuoc song tuoi dep

http://muasaobang.forumr.net/

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by imagine.mifg 27/10/2010, 2:44 pm

Bt thôi mà. Spam kinh Cười nghiêng ng Cười nghiêng ng
imagine.mifg
imagine.mifg
CPMember
CPMember

No choice Ngày đăng ký : 05/06/2010
Số bài : 50
CPP : 13
Châm ngôn sống : Hãy làm bất kì điều gì bạn có thể làm, và bất kì điều gì bạn

http://alucquoc.tk/

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by hunghsmn 27/10/2010, 2:51 pm

boyskut3ht đã viết:1 Code là 1 list Nhạc Đó Bạn Àk
Vui List nhạc chỉ có chút này thôi còn lại là cái gì á :
Code:
<embed src="http://v6.nhaccuatui.com/l/NHtvzg-9rXBc" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="300" height="400"></embed>

Nhưng nếu mình dùng thì mình sẽ phải sửa lại để nó hiện list và mất cái logo Nhaccuatui đi, nếu không thì nó cũng hát mà không thấy chữ nào trong list hết.( không hiểu tại sao).Mình sẽ sửa code trên của bạn lại là:

Code:
<embed src="http://v6.nhaccuatui.com/l/NHtvzg-9rXBc" quality="high"  width="219" height="466" type="application/x-shockwave-flash" flashvars="&file=http://www.nhaccuatui.com/GetMusic.ashx?list=00790017003500110018003b000500130003001e00130024&displayheight=13&backcolor=0xe9f0f3&frontcolor=&lightcolor=&showdigits=true&showeq=true&showfsbutton=true&autostart=false&shuffle=false&repeat=true;volume=100;height=10 ;width=250&height=470" allowscriptaccess="always" allowfullscreen="true">
Bạn xem hình thứ có phải list nhạc của bạn không nhé:
[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Listnhac
hunghsmn
hunghsmn
CPYellowMember
CPYellowMember

Firefox PunBB
Ngày đăng ký : 04/06/2009
Số bài : 3212
CPP : 2751
Châm ngôn sống : Học, học nữa, học mãi

http://www.trekhuyettat.org

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by baivong 27/10/2010, 3:55 pm

baivong
baivong
CPYellowMember
CPYellowMember

Firefox Invision
Ngày đăng ký : 02/04/2010
Số bài : 3114
CPP : 1212
Châm ngôn sống : Sống để được chết một lần.

http://devs.forumvi.com

Về Đầu Trang Go down

[Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1 Empty Re: [Chia sẻ] Chia Sẻ Trang Chủ MuSjc Của Nhaccuata0.Tk 1

Bài gửi by Sponsored content


Sponsored content


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