新手请教各位一个问题,请不吝赐教!
下载了一个程序,被人加上了很多链接,在数据库里删掉链接以后,就进入不了后台了。<%
if Request.QueryString("flag")<>"" then
sqlstr="select count(id) from friendship where orders=0"
set rs0=conn.execute(sqlstr)
if rs0(0)<6 then
Response.Write("<script>alert('请不要手动去掉友情链接!');window.location.href='login.asp'</script>")
end if
rs0.close
set rs0=nothing
把这一段删了也没有用,请教一下各位朋友们,这里应该怎么修改。