我刚才一直去帮朋友们浇水,一个下午了还不能浇完!我很想这些朋友家里也有浇水器,那大家都方便,不会再为浇水而花费这么多的时间!不知大家同不同意呢!要是大家也认为好的话,请没浇水器的朋友们也复制一个回家用吧!我发在这啦!
批量浇水器代码:
<b>批量浇水</b><br> <textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>116613|116617|</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>
点击主页的用户图片下方管理我的宝宝主页进入---主页特效设置---把澆水器代码复制进去,在116613|116617|150633|183778后添加自己和朋友的小树、小花的编号点确定更新就好了! 记住小树,小花的编号一定要用“|”隔开哟。
批量浇水器代码:
<b>批量浇水</b><br> <textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>116613|116617|</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>
点击主页的用户图片下方管理我的宝宝主页进入---主页特效设置---把澆水器代码复制进去,在116613|116617|150633|183778后添加自己和朋友的小树、小花的编号点确定更新就好了! 记住小树,小花的编号一定要用“|”隔开哟。
正文从这里开始: