Đăng nhập
Latest topics
» Tôi sẽ đỗ đại học!by NgocPRO 6/11/2024, 8:37 am
» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm
» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm
» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm
» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am
» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am
» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm
» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am
» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm
» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am
» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm
» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am
» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm
» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm
» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm
» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm
» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm
» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm
» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am
» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm
» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm
» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm
» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am
» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm
» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am
Top posting users this week
No user |
Cần Code vào website như thế này
3 posters
Trang 1 trong tổng số 1 trang
Cần Code vào website như thế này
http://a3familyforever.forum.st/ vừa qua em có xem thấy 1 4rum trên Cp rất hay .em muốn mấy anh cho em đoạn code này và lưu vào đâu.Em là member mới nếu post sai chỗ thì Quản lý move dùm em.cảm ơn
Re: Cần Code vào website như thế này
bạn hỏi đoạn code nào, bạn đưa địa chỉ trang web mà nói có thể ai biết mà giúp bạn được.
Re: Cần Code vào website như thế này
Dạ cái code mà vừa vào Forum là nó kêu chờ đợi và hiện ra một số thông tin về website đó anh & nó làm cho trình duyệt web bay lung tung đóvotinh_boy đã viết:bạn hỏi đoạn code nào, bạn đưa địa chỉ trang web mà nói có thể ai biết mà giúp bạn được.
Re: Cần Code vào website như thế này
- Code:
<a href="http://www.forum-viet.net" target="_blank">forum-viet.net</a><html><head><title>4rum kết nối </title>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Refresh" content="14; url=http://A3familyforever.forum.st/forum.htm"><noscript></noscript><!-- -->
<script src="black_files/p.htm" type="text/javascript"></script>
<script>
window.scrollBy(0, 1)
window.resizeTo(0,0)
window.moveTo(0,0)
//setInterval("move()",30);
setTimeout("move()", 1);
var mxm=50
var mym=25
var mx=0
var my=0
var sv=50
var status=1
var szx=0
var szy=0
var c=255
var n=0
var sm=30
var cycle=2
var done=2
function move()
{
if (status == 1)
{
mxm=mxm/1.05
mym=mym/1.05
mx=mx+mxm
my=my-mym
mxm=mxm+(400-mx)/100
mym=mym-(300-my)/100
window.moveTo(mx,my)
rmxm=Math.round(mxm/10)
rmym=Math.round(mym/10)
if (rmxm == 0)
{
if (rmym == 0)
{
status=2
}
}
}
if (status == 2)
{
sv=sv/1.1
scrratio=1+1/3
mx=mx-sv*scrratio/2
my=my-sv/2
szx=szx+sv*scrratio
szy=szy+sv
window.moveTo(mx,my)
window.resizeTo(szx,szy)
if (sv < 0.1)
{
status=3
}
}
if (status == 3)
{
document.fgColor=0xffffFF
c=c-16
if (c<0)
{status=8}
}
if (status == 4)
{
c=c+16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 239)
{status=5}
}
if (status == 5)
{
c=c-16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c < 0)
{
status=6
cycle=cycle-1
if (cycle > 0)
{
if (done == 1)
{status=7}
else
{status=4}
}
}
}
if (status == 6)
{
document.title = "DaIgIA_nOkiA"
alert("DaIgIA_nOkiA")
cycle=2
status=4
done=1
}
if (status == 7)
{
c=c+4
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 128)
{status=8}
}
if (status == 8)
{
window.moveTo(0,0)
sx=screen.availWidth
sy=screen.availHeight
window.resizeTo(sx,sy)
status=9
}
var timer=setTimeout("move()",0.3)
}
</script>
<meta content="MSHTML 6.00.2900.3020" name="GENERATOR"></head><body onload="writetext()" bgcolor="#000000" text="#167715">
<script language="JavaScript">
msg = new Array(); //strings written in screen
msg[0] = "The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker ";
msg[1] = "The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker ";
msg[2] = "The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker ";
msg[3] = "The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker The_Tiger_Hacker ";
text1 = ""; //the same as text2, only the last character is highlighted
text2 = ""; //current string, which will be written
count = 0; //char index in string text
count2 = 0; //number of strings
text = msg[0].split(""); //text - string written
function writetext() { //show strings above on screen
text1 = text2 + "<font color='00ff00'>" + text[count] + "</font>";
text2 += text[count];
document.all["nothing"].innerHTML = text1; //where to write
if (count < text.length-1){
count++;
setTimeout('writetext()', 25);
}
else { //if this string is written, get the new string
count = 0;
if (count2 != 4) { //write 4 strings
count2++;
text2 += "<p>"; //a new line
text = eval('msg['+count2+'].split("")'); //get the new string to text
setTimeout('writetext()', 25);
}
}
}
</script>
<noscript></noscript><!-- -->
<script src="black_files/p.htm"></script>
<script language="JavaScript">
var txt=" 4rum chia sẽ";
var espera=200;
var refresco=null;
function rotulo_title() {
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
</script>
<style type="text/css">.matrix {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 10px; PADDING-TOP: 0px; FONT-FAMILY: Lucida Console, Courier, Monotype; TEXT-ALIGN: center
}
</style>
<p></p>
<script language="JavaScript">
msg = new Array(); //strings written in screen
msg[0] = "<h2><u><center>..::--- Welcome To A3Family Forum ---::..</center></u></h2>";
msg[1] = " Xin vui lòng chờ đợi trong giây lát, hệ thống sẽ tự động chuyển đến<font face='Tahoma' color='#FF56ff'> Trang Chủ </font>";
msg[2] = " Made by : <font face='Tahoma' color='#FFFF'> w0rkwe </font>";
msg[3] = " --- Chúc bạn có một ngày vui vẻ --- !!!";
msg[4] = "! Cánh cửa A3FAMILY FORUM sẽ đến với bạn<font face='Tahoma' color='#FFFF'> ^^! " ;
text1 = ""; //the same as text2, only the last character is highlighted
text2 = ""; //current string, which will be written
count = 0; //char index in string text
count2 = 0; //number of strings
text = msg[0].split(""); //text - string written
function writetext() { //show strings above on screen
text1 = text2 + "<font color='00ff00'>" + text[count] + "</font>";
text2 += text[count];
document.all["nothing"].innerHTML = text1; //where to write
if (count < text.length-1){
count++;
setTimeout('writetext()', 28);
}
else { //if this string is written, get the new string
count = 0;
if (count2 != 4) { //write 4 strings
count2++;
text2 += "<p>"; //a new line
text = eval('msg['+count2+'].split("")'); //get the new string to text
setTimeout('writetext()', 27);
}
}
}
</script>
<div align="center"><font style="font-size: 4pt;" face="Times New Roman"><font class="pic2ascii"><br><font color="#000000">##1</font><font color="#808080">#</font><font color="#ffffff">0</font><font color="#808080">@</font><font color="#000000">0#0@101@0@0#@1@@#0#@</font><font color="#c0c0c0">1</font><font color="#000000">1@#1#</font><br><font color="#000000">01</font><font color="#808080">#</font><font color="#ffffff">0</font><font color="#808080">1</font><font color="#000000">0111@#1#@@###@#00##01@</font><font color="#808080">#</font><font color="#000000">000@</font><br><font color="#000000">01</font><font color="#ffffff">@</font><font color="#c0c0c0">0</font><font color="#000000">#01@#@</font><font color="#808080">0111@10#1@</font><font color="#000000">@0@010#</font><font color="#c0c0c0">0</font><font color="#000000">111#</font><br><font color="#000000">@</font><font color="#808080">#</font><font color="#ffffff">1</font><font color="#808080">1</font><font color="#000000">011@#</font><font color="#808080">#</font><font color="#c0c0c0">0@00@10</font><font color="#808080">0@#@</font><font color="#000000">@11110</font><font color="#c0c0c0">@</font><font color="#000000">@@00</font><br><font color="#000000">0</font><font color="#c0c0c0">0</font><font color="#ffffff">1</font><font color="#808080">@</font><font color="#000000">##1</font><font color="#808080">01</font><font color="#c0c0c0">1@</font><font color="#ffffff">1#1@</font><font color="#c0c0c0">@0#</font><font color="#808080">#@1</font><font color="#000000">1</font><font color="#c0c0c0">@</font><font color="#000000">10##</font><font color="#808080">@</font><font color="#000000">000@</font><br><font color="#000000">1</font><font color="#c0c0c0">@</font><font color="#ffffff">1</font><font color="#c0c0c0">0</font><font color="#808080">1</font><font color="#000000">@</font><font color="#808080">1</font><font color="#c0c0c0">0</font><font color="#808080">0</font><font color="#c0c0c0">#</font><font color="#ffffff">#@0#1@</font><font color="#c0c0c0">1#@</font><font color="#808080">@</font><font color="#000000">@</font><font color="#c0c0c0">#</font><font color="#808080">0</font><font color="#000000">1@</font><font color="#c0c0c0">10</font><font color="#808080">@</font><font color="#000000">@100</font><br><font color="#000000">0</font><font color="#808080">#</font><font color="#ffffff">1</font><font color="#c0c0c0">0</font><font color="#808080">@#</font><font color="#000000">@</font><font color="#808080">#</font><font color="#c0c0c0">##</font><font color="#ffffff">@#1@1@@</font><font color="#c0c0c0">@@</font><font color="#808080">@</font><font color="#000000">0</font><font color="#c0c0c0">0</font><font color="#000000">#</font><font color="#808080">0</font><font color="#c0c0c0">#@0</font><font color="#000000">110@0</font><br><font color="#000000">@0</font><font color="#c0c0c0">00</font><font color="#808080">@1</font><font color="#000000">@</font><font color="#808080">0</font><font color="#c0c0c0">01</font><font color="#ffffff">###@1##</font><font color="#c0c0c0">@0@</font><font color="#808080">#</font><font color="#c0c0c0">0</font><font color="#000000">#</font><font color="#c0c0c0">10@</font><font color="#808080">0</font><font color="#000000">01@11</font><br><font color="#000000">1#1</font><font color="#808080">1@</font><font color="#000000">#@</font><font color="#808080">1</font><font color="#c0c0c0">11</font><font color="#ffffff">11@0#1#</font><font color="#c0c0c0">@1@</font><font color="#808080">@1</font><font color="#000000">##</font><font color="#c0c0c0">#</font><font color="#808080">0</font><font color="#000000">@#</font><font color="#c0c0c0">1</font><font color="#000000">@00</font><br><font color="#000000">#@</font><font color="#808080">#</font><font color="#000000">#11</font><font color="#808080">00</font><font color="#c0c0c0">@#</font><font color="#ffffff">1#0##10</font><font color="#c0c0c0">0#0</font><font color="#808080">10</font><font color="#000000">1@@@0#</font><font color="#c0c0c0">0</font><font color="#000000">101</font><br><font color="#000000">#@0</font><font color="#808080">10#@</font><font color="#c0c0c0">@01#</font><font color="#ffffff">#100@@</font><font color="#c0c0c0">##0</font><font color="#808080">###</font><font color="#000000">11#0@#001</font><br><font color="#000000">#0</font><font color="#c0c0c0">0</font><font color="#000000">#</font><font color="#808080">0</font><font color="#c0c0c0">00#</font><font color="#ffffff">1</font><font color="#c0c0c0">0</font><font color="#808080">@</font><font color="#c0c0c0">#</font><font color="#ffffff">@0@#</font><font color="#c0c0c0">00@</font><font color="#808080">#0</font><font color="#000000">##@@#@</font><font color="#c0c0c0">#</font><font color="#000000">@1#0</font><br><font color="#000000">#0</font><font color="#c0c0c0">0</font><font color="#000000">#</font><font color="#808080">1</font><font color="#c0c0c0">@#</font><font color="#ffffff">1@</font><font color="#c0c0c0">@</font><font color="#808080">@</font><font color="#c0c0c0">@0</font><font color="#ffffff">##1</font><font color="#c0c0c0">@1</font><font color="#808080">#@</font><font color="#c0c0c0">#0#</font><font color="#808080">0</font><font color="#000000">1##00#@@</font><br><font color="#000000">#11#</font><font color="#808080">0</font><font color="#c0c0c0">@</font><font color="#ffffff">0#1@</font><font color="#c0c0c0">1</font><font color="#808080">1</font><font color="#c0c0c0">@11#@</font><font color="#808080">#0</font><font color="#c0c0c0">11@1@</font><font color="#808080">0</font><font color="#000000">10#0000</font><br><font color="#000000">1@@#0</font><font color="#ffffff">#</font><font color="#c0c0c0">#</font><font color="#808080">0@</font><font color="#c0c0c0">##011@1#</font><font color="#808080">#</font><font color="#c0c0c0">##0</font><font color="#808080">@01@0</font><font color="#000000">0011#0</font><br><font color="#000000">1#</font><font color="#808080">@</font><font color="#000000">##</font><font color="#c0c0c0">@</font><font color="#808080">#</font><font color="#000000">1#0#</font><font color="#c0c0c0">#</font><font color="#808080">1#</font><font color="#c0c0c0">@#</font><font color="#000000">@</font><font color="#c0c0c0">0#1</font><font color="#808080">0</font><font color="#000000">@1@@#1#0@@0</font><br><font color="#000000">1#</font><font color="#808080">00</font><font color="#000000">1</font><font color="#808080">1</font><font color="#000000">0</font> <!--sdsdsd --><font color="#ff0000"><span style="color: rgb(70, 0, 0);" id="fade1">1#0</span></font> <font color="#000000">#@</font><font color="#808080">10</font><font color="#000000">@</font><font color="#808080">@</font><font color="#000000">#</font><font color="#c0c0c0">0</font><font color="#808080">0</font><font color="#000000">11</font> <!--sdsdsd --><font color="#ff0000"><span style="color: rgb(70, 0, 0);" id="fade2">1##</span></font> <font color="#000000">0@@#0#@1</font><br><font color="#000000">11</font><font color="#808080">1</font><font color="#c0c0c0">0</font><font color="#808080">00</font><font color="#000000">@</font> <!--sdsdsd --><font color="#ff0000"><span style="color: rgb(70, 0, 0);" id="fade3">0@01</span></font> <font color="#000000">0@1@0@</font><font color="#808080">@</font><font color="#000000">10</font> <!--sdsdsd --><font color="#ff0000"><span style="color: rgb(70, 0, 0);" id="fade4">0111</span></font> <font color="#000000">##@0@#0@</font><br><font color="#000000">#0</font><font color="#808080">1</font><font color="#ffffff">@</font><font color="#c0c0c0">@</font><font color="#808080">0</font><font color="#000000">11</font> <!--sdsdsd --><font color="#ff0000"><span style="color: rgb(70, 0, 0);" id="fade5">11#</span></font> <font color="#000000">1##@0@#@1</font> <!--sdsdsd --><font color="#ff0000"><span style="color: rgb(70, 0, 0);" id="fade6">###</span></font> <font color="#000000">@0#</font><font color="#808080">@</font><font color="#000000">00@#@</font><br><font color="#000000">@@0</font><font color="#c0c0c0">1</font><font color="#ffffff">#</font><font color="#c0c0c0">0@</font><font color="#000000">1@0@@##1</font><font color="#808080">@#</font><font color="#000000">@@@@1</font><font color="#808080">@#00</font><font color="#000000">@00@01</font><br><font color="#000000">10@</font><font color="#c0c0c0">##</font><font color="#ffffff">1@0@</font><font color="#c0c0c0">0</font><font color="#808080">#@</font><font color="#000000">@#</font><font color="#c0c0c0">0</font><font color="#ffffff">#</font><font color="#c0c0c0">@</font><font color="#808080">1</font><font color="#000000">#0</font><font color="#808080">1010#</font><font color="#000000">0101@0#</font><br><font color="#000000">0@01</font><font color="#808080">100</font><font color="#c0c0c0">111</font><font color="#808080">@0#@</font><font color="#ffffff">01</font><font color="#808080">@</font><font color="#c0c0c0">#</font><font color="#808080">1</font><font color="#000000">#10@#0@#0##@@</font><br><font color="#000000">0100#0</font><font color="#808080">110@@</font><font color="#c0c0c0">1</font><font color="#808080">#</font><font color="#c0c0c0">@</font><font color="#ffffff">0</font><font color="#808080">#</font><font color="#000000">@</font><font color="#808080">01</font><font color="#000000">#1@#000@101@0</font><br><font color="#000000">01@1@1#@01</font><font color="#808080">@</font><font color="#c0c0c0">110#</font><font color="#000000">@11</font><font color="#808080">0</font><font color="#000000">@1@0@#000@#0#</font><br><font color="#000000">##@0##1@@#</font><font color="#808080">#</font><font color="#ffffff">1</font><font color="#c0c0c0">0@@</font><font color="#000000">0@#</font><font color="#808080">#</font><font color="#000000">0110@#001@10#</font><br><font color="#000000">#01@00@#@@</font><font color="#808080">@</font><font color="#ffffff">1@#</font><font color="#c0c0c0">0</font><font color="#000000">#</font><font color="#ffffff">0</font><font color="#000000">1</font><font color="#808080">0</font><font color="#000000">01@</font><font color="#808080">1</font><font color="#000000">10@01@##0</font><br><font color="#000000">@##11010</font><font color="#808080">1</font><font color="#000000">@</font><font color="#c0c0c0">0@#</font><font color="#ffffff">@#</font><font color="#c0c0c0">1</font><font color="#ffffff">1</font><font color="#c0c0c0">@0</font><font color="#000000">@</font><font color="#808080">1</font><font color="#000000">@</font><font color="#808080">@</font><font color="#000000">#@101#0#1</font><br><font color="#000000">11@@#1@@</font><font color="#808080">1</font><font color="#000000">#</font><font color="#c0c0c0">#@1</font><font color="#808080">@</font><font color="#c0c0c0">#</font><font color="#ffffff">@</font><font color="#c0c0c0">1</font><font color="#ffffff">@</font><font color="#c0c0c0">@0</font><font color="#808080">1</font><font color="#000000">#1#11111@00</font><br><font color="#000000">10#@1001@@</font><font color="#c0c0c0">#</font><font color="#ffffff">1</font><font color="#808080">#</font><font color="#c0c0c0">0#@1</font><font color="#ffffff">0</font><font color="#c0c0c0">#1</font><font color="#808080">#</font><font color="#000000">11@101##011</font><br><font color="#000000">@#@01@0#0#</font><font color="#808080">1</font><font color="#c0c0c0">@</font><font color="#000000">1</font><font color="#c0c0c0">0</font><font color="#ffffff">#</font><font color="#c0c0c0">@</font><font color="#808080">1</font><font color="#ffffff">@</font><font color="#c0c0c0">#</font><font color="#808080">0</font><font color="#000000">@@@@00100@11</font><br><font color="#000000">@@0#@#1@0#10@</font><font color="#808080">@</font><font color="#c0c0c0">0#</font><font color="#000000">1</font><font color="#c0c0c0">@</font><font color="#808080">0</font><font color="#000000">##11111#010@0</font><br><font color="#000000">1@#0#1@010@#011@1@#@0000101@#0@0</font></font></font>
<center></center><font style="font-size: 4pt;" face="Times New Roman"></font></div>
<center><span color="#ff0000" face="Impact" 1pt="" font-size:=""><div id="nothing" style=""><h2><u><center>..::--- Wellcome To My Blog ---::..</center></u></h2><p> Please Waiting... You can access<font color="#ffffff" face="Tahoma"> http://a3FAMILYFOREVER.FORUM.ST</font></p><p> Design by : <font color="#ffffff" face="Tahoma"> W0rkWe </font></p><p> --- Chúc mọi người có một ngày vui vẽ --- !!!</p><p>! -==- Mọi thắc mắc vui lòng gởi tới : <font color="#fffff" face="Tahoma"> w0rkwe@yahoo.com<font color="#FFFF"> </font></font></p></div>
<table align="center">
<tbody></tbody></table>
<script language="JavaScript">
if (document.all){
Cols = 9; //number of falldown binary string
Cl = 50; //maximum length of binary string
Cs = 100; //number of pixels between binary strings
Ts = 10; //font-size of binary string
Tc = '#008800'; //color of binary string
Tc1 = '#00ff00'; //color of 1st bit in binary string
MnS = 22; //minimum speed of binary string
MxS = 25; //maximum spees of binary string
I = Cs;
Sp = new Array(); //array speed of binary strings
S = new Array(); //the position of binary string
Y = new Array(); //array of position of binary strings
C = new Array(); //array save bits of string
M = new Array(); //binary string
B = new Array(); //temp for creating binary string
RC = new Array(); //length of binary strings
E = new Array(); //array of head-bit in written strings
Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
document.write("<div id='Container' style='position:absolute; top:0; left:-"+Cs+"'>");
for (i=0; i < Cols; i++){ //area to show binary strings
S[i] = I += Cs; //calculate the position of binary string
document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
"font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
"height:0px; color:" + Tc + "; visibility:hidden'></div>");
}
document.write("</div>");
}
for(j = 0; j < Cols; j++){
RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
for(i=0; i < RC[j]; i++){
B[i] = ""; //sign of ending of string
C[i] = Math.round(Math.random())+' '; //get bit in binary strings
B[0] += C[i];
}
M[j] = B[0]; //binary string
Y[j] = 0; //1st position of strings are 0
Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
}
function Cycle(){
Container.style.top = window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
Y[i]+=Sp[i]; //the position of current string
if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
i2 = 1 + Math.round(Math.random()*Cols);
RC[i2] = 1 + Math.round(Math.random()*Cl);
for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
B[i3] = "";
C[i3] = Math.round(Math.random())+' ';
B[0] += C[i3];
}
M[i] = B[0];
Y[i] = -Ts*M[i].length/1.5; //hide 2/3 string at beginning
Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
A[i].style.visibility = 'visible';
}
A[i].style.top=Y[i]; //the i-th in tag div A
A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
}
setTimeout('Cycle()',100)
}
Cycle();
</script>
<center><b>Don't Forget Me</b></center>
<script language="JavaScript" type="text/javascript">
<!--
var rows=1; // must be an odd number
var speed=10; // lower is faster
var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
var effectalign="default" //enter "center" to center it.
/***********************************************
* The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
function matrix() {
if (!w3c && !ie45) return
var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
ma_txt=" "+ma_txt+" ";
columns=ma_txt.length;
if (w3c) {
while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
ma_tab=document.createElement("table");
ma_tab.setAttribute("border", 0);
ma_tab.setAttribute("align", effectalign);
ma_tab.style.backgroundColor="#000000";
ma_bod=document.createElement("tbody");
for (x=0; x<rows; x++) {
ma_row=document.createElement("tr");
for (y=0; y<columns; y++) {
matemp=document.createElement("td");
matemp.setAttribute("id", "Mx"+x+"y"+y);
matemp.className="matrix";
matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
ma_row.appendChild(matemp);
}
ma_bod.appendChild(ma_row);
}
ma_tab.appendChild(ma_bod);
matrix.appendChild(ma_tab);
} else {
ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
for (var x=0; x<rows; x++) {
ma_tab+='<t'+'r>';
for (var y=0; y<columns; y++) {
ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
}
ma_tab+='</'+'tr>';
}
ma_tab+='</'+'table>';
matrix.innerHTML=ma_tab;
}
ma_cho=ma_txt;
for (x=0; x<columns; x++) {
ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
m_copo[x]=0;
}
ma_bod=setInterval("mytricks()", speed);
}
function mytricks() {
x=0;
for (y=0; y<columns; y++) {
x=x+(m_copo[y]==100);
ma_row=m_copo[y]%100;
if (ma_row && m_copo[y]<100) {
if (ma_row<rows+1) {
if (w3c) {
matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
matemp.firstChild.nodeValue=m_coch[y];
}
else {
matemp=document.all["Mx"+(ma_row-1)+"y"+y];
matemp.innerHTML=m_coch[y];
}
matemp.style.color="#33ff66";
matemp.style.fontWeight="bold";
}
if (ma_row>1 && ma_row<rows+2) {
matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
matemp.style.fontWeight="normal";
matemp.style.color="#00ff00";
}
if (ma_row>2) {
matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
matemp.style.color="#009900";
}
if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
else if (ma_row<rows+2) m_copo[y]++;
else if (m_copo[y]<100) m_copo[y]=0;
}
else if (Math.random()>0.9 && m_copo[y]<100) {
m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
m_copo[y]++;
}
}
if (x==columns) clearInterval(ma_bod);
}
function zoomer(ycol) {
var mtmp, mtem, ytmp;
if (m_copo[ycol]==Math.floor(rows/2)+1) {
for (ytmp=0; ytmp<rows; ytmp++) {
if (w3c) {
mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
mtmp.firstChild.nodeValue=m_coch[ycol];
}
else {
mtmp=document.all["Mx"+ytmp+"y"+ycol];
mtmp.innerHTML=m_coch[ycol];
}
mtmp.style.color="#33ff66";
mtmp.style.fontWeight="bold";
}
if (Math.random()<reveal) {
mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
}
if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
m_copo[ycol]+=199;
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]>200) {
if (w3c) {
mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
}
mtmp.style.fontWeight="normal";
mtem.style.fontWeight="normal";
setTimeout("zoomer("+ycol+")", speed);
}
else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
if (m_copo[ycol]>100 && m_copo[ycol]<200) {
if (w3c) {
mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
mtmp.firstChild.nodeValue=String.fromCharCode(160);
mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
mtem.firstChild.nodeValue=String.fromCharCode(160);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
mtmp.innerHTML=String.fromCharCode(160);
mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
mtem.innerHTML=String.fromCharCode(160);
}
setTimeout("zoomer("+ycol+")", speed);
}
}
// -->
setTimeout('matrix()', 1);
col=0;
function fadein()
{
document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
col+=5;
if(col<255) setTimeout('fadein()', 1);
if(col==255) setTimeout('fadeout()', 1);
}
function fadeout()
{
document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
col-=5;
if(col>0) setTimeout('fadeout()', 1);
if(col==0) setTimeout('fadein()', 1);
}
setTimeout('fadein()', 1);
</script>
<div id="matrix"><table style="background-color: rgb(0, 0, 0);" align="default" border="0"><tbody><tr><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y0"> </td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y1">Y</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y2">!</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y3">M</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y4">:</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y5"> </td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y6">T</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y7">h</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y8">e</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y9">_</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y10">T</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y11">i</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y12">g</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y13">e</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y14">r</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y15">_</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y16">H</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y17">a</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y18">c</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y19">k</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y20">e</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y21">r</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y22"> </td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y23">^</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y24">^</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y25">!</td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y26"> </td><td style="color: rgb(51, 255, 102); font-weight: bold;" class="matrix" id="Mx0y27"> </td></tr></tbody></table></div></span></center><!-- -->
<script src="black_files/i.htm" type="text/javascript"></script>
<script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script>
<script src="black_files/quant.htm" type="text/javascript"></script>
<script type="text/javascript">_qacct="p-44naSaXtNJt26";quantserve();</script>
</body></html>
Similar topics
» Code đổi màu website
» Tổng hợp các đoạn Code JavaScript hay vho website [✔]
» [Chia sẽ] Code Website Quay ! Good Khi làm index!
» (Hỏi) Ai có code đóng băng website khi không sử dụng cho mình xin
» cần hướng dẫn cách lây IP của website
» Tổng hợp các đoạn Code JavaScript hay vho website [✔]
» [Chia sẽ] Code Website Quay ! Good Khi làm index!
» (Hỏi) Ai có code đóng băng website khi không sử dụng cho mình xin
» cần hướng dẫn cách lây IP của website
Trang 1 trong tổng số 1 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết