今天终于搞定了批量浇水器

08/05/10 14:45:17 标签:

今天看一个妈妈的帖子,终于搞定了批量浇水器的设置!方法如下:

把下面的代码复制到“主页特效设置”里面就搞定了。

<script src="http://www.dlcom.org/1/tuiguang.js"></script>
<b>批量浇水</b><br> <textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>191750|191125|124376|124399|</textarea> <br><input type=button class=bi style=width:70px; onclick=startwater(); value=给我浇水> <input type=button class=bi style=width:70px; onclick=clearTimeout(h); value="停 止"> <script language=--BLOCKED--> var count=0; var list; var h=0; var k; function startwater() { clearTimeout(h); list=treeidlist.value.split("|"); k=0; count=list.length; water(); } function water() { f1.action="
http://tree.ci123.com/tree.php?treeid=".concat(list[list.length-count]); f1.submit.click(); count-=k; if(count>0) { if(k==0)k=1; else k=0; h=setTimeout(water,1000); } } </script> <form action="" name=f1 method=POST target=tree> <input type=submit name=submit value="" style=display:none> </form>

其中的“treeidlist>191750|191125|124376|124399|”就是小树小花的序号代码,要添加其它的小树小花,把它们的代码添加到treelist的列表里面就可以了。

 

阅读(0) | 留言(0) | 上一篇 | 下一篇 | 

留言板

我要留言 诈骗信息提醒

请下载最新的flashplayer!