求求高手进来解答

求求各位高手帮我解释一下下面的代码是什么意思!我万分感谢!我在线等着消息!非常紧急!
<%
set rrs=server.createobject("adodb.recordset")
sql="select other1 from shopsetup"
rrs.open sql,conn,3,2
times=rrs("other1")
for i=1000 to 3000
runtimes=md5(cstr(i))
if runtimes=times then
rrs("other1")=md5(cstr(i+1))
rrs.update
exit for
end if
next
if i>=3000 then
Response.Redirect("http://www.legounet.com/")
response.end
end if
rrs.close
set rrs=nothing
%>
最后编辑2006-01-09 23:08:24