if login=false then tl=" 登 陆 失 败" mes=mes&"·返回重新填写" else Response.Cookies(prefix)("lgname")=lgname session(prefix"lgname")=lgname Response.Cookies(prefix)("lgpwd")=lgpwd Response.Cookies(prefix)("lgtype")=lgtype Response.Cookies(prefix)("lgcook")=cook if cook>0 then Response.Cookies(prefix).Expires=date+cook end if
在这里我以6kbbs为例,同时假设你已经拿到网站数据库或者是管理员MD5加密的密码。怎么拿呢,到搜索引擎去搜索关键字“powered by 6kbbs”,然后你就会看到一大堆6kbbs的网站了,他的数据库在 http://www.***.com/bbs/db/6k.mdb (经过我的测试,我发现用这个论坛的人至少有60%以上是不改默认数据库路径的,我也不知道为什么)。好了,下载回来没有?我们要开工了。