[外掛] 迎接聖誕 (棉花糖版)

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
u87104041d
星球公民
星球公民
文章: 247
註冊時間: 2003-09-16 18:58
來自: 0101110101

[外掛] 迎接聖誕 (棉花糖版)

文章 u87104041d »

代碼: 選擇全部

############################################################## 
## MOD Title: 迎接聖誕 (棉花糖版) 
## MOD Author: u87104041d  u87104041d@yahoo.com.tw 
## 
## Installation Level: easy 
## Installation Time:  1 Minutes 
## Files To Edit: (1) index_body.tpl 
################################################################ 

# 
#-----[ OPEN 打開 ]------------------------------------------ 
# 


index_body.tpl 

# 
#-----[ 加入 ]------------------------------------------ 
# 


<body onLoad="snow()">
<script language="JavaScript">
<!-- 
<!--在此修改雪花的數量->
N = 50; 
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;
iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){                                                                
 Y[i]=Math.round(Math.random()*iH);
 X[i]=Math.round(Math.random()*iW);
 S[i]=Math.round(Math.random()*5+2);
 A[i]=0;
 B[i]=Math.random()*0.1+0.1;
 M[i]=Math.round(Math.random()*1+1);
}
if (V){
for (i = 0; i < N; i++)
{document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,"+M[i]+","+M[i]+"'></LAYER>")}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < N; i++)
{document.write('<div id="si" style="position:absolute;top:0;left:0;width:'+M[i]+';height:'+M[i]+';background:#fffff0;font-size:'+M[i]+'"></div>')}
document.write('</div></div>');//mod by u87104041d
}
function snow(){
var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < N; i++){
sy=S[i]*Math.sin(90*Math.PI/180);
sx=S[i]*Math.cos(A[i]);
Y[i]+=sy;
X[i]+=sx; 
if (Y[i] > H){
Y[i]=-10;
X[i]=Math.round(Math.random()*W);
M[i]=Math.round(Math.random()*1+1);
S[i]=Math.round(Math.random()*5+2);
}
if (V){document.layers['sn'+i].left=X[i];document.layers['sn'+i].top=Y[i]+T}
else{si[i].style.pixelLeft=X[i];si[i].style.pixelTop=Y[i]+T} 
A[i]+=B[i];
}
<!--在此修改雪花飄落的速度, 一樣數值越大速度越慢-->
setTimeout('snow()',50);
}
-->
</script>

# 
#-----[ SAVE/CLOSE ALL FILES 完成 ]-------------------------- 
#


yuan提供補充

如果要在每個頁面都出現下雪\r
只要把上面的mod加入至 overall_header.tpl 中\r
或是overall_footer.tpl 中\r
兩個任選其一即可\r


^^b
釣竿 = 魚 ???
主題已鎖定

回到「非官方認證外掛」