?? ad.asp
字號:
<!--#Include file="../../Common/Inc_DatConn.asp"-->
<%
'┌─ 風云ASP在線 ────────────────────────┐
'│ │
'│ 作者:趙振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系統開發,網站制作,提供高質量的網絡產品、技術和服務!│
'│ │
'│【版權聲明】 │
'│ │
'│ 本程序版權歸坐看風云所有,未經授權擅自修改、復制或散布本程序│
'│ │
'│的部分或全部,將承受嚴厲的民事和刑事處罰,對已知的違反者將給予法 │
'│ │
'│律范圍內的全面制裁。對非法使用此程序所造成的一切后果本人概不負責!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<%
Dim ADID,HostURL,AD_Type,AD_Src,AD_Width,AD_Height,AD_Link,AD_Alt,AD_Views,ADViews,AD_Hits,ADHits,AD_Stop_Views,AD_Stop_Hits,AD_Stop_Date,ScrCode
Response.Expires = 0
ADID=Request.QueryString("ADID")
HostURL="http://"&Request.Servervariables("server_name")&":"&Request.ServerVariables("SERVER_PORT")&replace(Request.Servervariables("url"),"/ad.asp","")
Set rs=server.createobject("adodb.recordset")
sql = "Select ADType,ADSrc,ADWidth,ADHeight,ADAlt,ADViews,ADHits,ADStopViews,ADStopHits,ADStopDate from [ad] where ADID='" & ADID & "'"
rs.open sql,conn,1,3
If Not (rs.bof or rs.eof) Then
AD_Type=rs("ADType")
AD_Src=rs("ADSrc")
AD_Width=rs("ADWidth")
AD_Height=rs("ADHeight")
AD_Alt=rs("ADAlt")
AD_Views=rs("ADViews")
AD_ADHits=rs("ADHits")
AD_Stop_Views=rs("ADStopViews")
AD_Stop_Hits=rs("ADStopHits")
AD_Stop_Date=rs("ADStopDate")
rs("ADViews")= AD_Views + 1
rs.Update
Else
response.write "document.write('<! -- 沒有找到您要瀏覽的廣告 -->');"
End If
rs.Close
Set rs=nothing
conn.Close
Set conn=nothing
If ( AD_Stop_Views <> 0 and AD_Views > AD_Stop_Views) Then AD_Type = 0
If ( AD_Stop_Hits <> 0 and AD_Hits > AD_Stop_Hits) Then AD_Type = 0
If ( NOW() > AD_Stop_Date) Then AD_Type = 0
If InStr(1,AD_Src,".swf",1)>0 Then
ScrCode="<EMBED src="""& AD_Src &""" quality=high WIDTH="""& AD_Width &""" HEIGHT="""& AD_Height &""" TYPE=""application/x-shockwave-flash"" PLUGINSPAGE=""http://www.macromedia.com/go/getflashplayer""></EMBED>"
Else
ScrCode="<a href="""& HostURL &"/openad.asp?adid="& ADID &""" target=_blank><img src="""& AD_Src &""" border=0 width="""& AD_Width &""" height="""& AD_Height &""" alt="""& AD_Alt &""" align=top></a>"
End If
Select Case AD_Type
Case 1
response.write ("document.write('"& ScrCode &"')")
Case 2
response.write ("ns4=(document.layers)?true:false;" & _
"ie4=(document.all)?true:false;" & _
"if(ns4){document.write('<layer id=DGbanner2 width="& AD_Width &" height="& AD_Height &" onmouseover=stopme(""DGbanner2"") onmouseout=movechip(""DGbanner2"")>"& ScrCode &"</layer>');}" & _
"else{document.write('<div id=DGbanner2 style=""position:absolute; width:"& AD_Width &"px; height:"& AD_Height &"px; z-index:9; filter: Alpha(Opacity=90)"" onmouseover=stopme(""DGbanner2"") onmouseout=movechip(""DGbanner2"")>"& ScrCode &"</div>');}" & _
"document.write('<script language=javascript src="& HostURL &"/images/ad_float_fullscreen.js></script>');")
Case 3
response.write ("if (navigator.appName == 'Netscape')" & _
"{document.write('<layer id=DGbanner3 top=150 width="& AD_Width &" height="& AD_Height &">"& ScrCode &"</layer>');}" & _
"else{document.write('<div id=DGbanner3 style=""position: absolute;width:"& AD_Width &";top:150;visibility: visible;z-index: 1"">"& ScrCode &"</div>');}" & _
"document.write('<script language=javascript src="& HostURL &"/images/ad_float_upanddown.js></script>');")
Case 4
response.write ("if (navigator.appName == 'Netscape')" & _
"{document.write('<layer id=DGbanner10 top=150 width="& AD_Width &" height="& AD_Height &">"& ScrCode &"</layer>');}" & _
"else{document.write('<div id=DGbanner10 style=""position: absolute;width:"& AD_Width &";top:150;visibility: visible;z-index: 1"">"& ScrCode &"</div>');}" & _
"document.write('<script language=javascript src="& HostURL &"/images/ad_float_upanddown_L.js></script>');")
Case 5
response.write ("ns4=(document.layers)?true:false;" & _
"if(ns4){document.write('<layer id=DGbanner4Cont onLoad=""moveToAbsolute(layer1.pageX-160,layer1.pageY);clip.height="& AD_Height &";clip.width="& AD_Width &"; visibility=show;""><layer id=DGbanner4News position:absolute; top:0; left:0>"& ScrCode &"</layer></layer>');}" & _
"else{document.write('<div id=DGbanner4 style=""position:absolute;top:0; left:0;""><div id=DGbanner4Cont style=""position:absolute; width:"& AD_Width &"; height:"& AD_Height &";clip:rect(0,"& AD_Width &","& AD_Height &",0)""><div id=DGbanner4News style=""position:absolute;top:0; left:0; right:820"">"& ScrCode &"</div></div></div>');} " & _
"document.write('<script language=javascript src="& HostURL &"/images/ad_fullscreen.js></script>');")
Case 6
response.write ("window.showModalDialog('"& AD_Src &"','','dialogWidth:"& AD_Width &"px;dialogHeight:"& AD_Height &"px;scroll:no;status:no;help:no');")
Case 7
JsCode= "document.write('<script language=javascript src="& HostURL &"/images/ad_dialog.js></script>'); " & vbCrLf & _
"document.write('<div style=""position:absolute;left:300px;top:150px;width:"& AD_Width &"; height:"& AD_Height &";z-index:1;solid;filter:alpha(opacity=90)"" id=DGbanner5 onmousedown=""down1(this)"" onmousemove=""move()"" onmouseup=""down=false""><table cellpadding=0 border=0 cellspacing=1 width="& AD_Width &" height="& AD_Height &" bgcolor=#000000><tr><td height=18 bgcolor=#5A8ACE align=right style=""cursor:move;""><a href=# style=""font-size: 9pt; color: #eeeeee; text-decoration: none"" onClick=clase(""DGbanner5"") >關閉>>><img border=""0"" src="""&HostURL&"/images/close_o.gif""></a> </td></tr><tr><td bgcolor=f4f4f4 > "& AD_Src &"</td></tr></table></div>');"
Case 8
response.write ("window.open('"& AD_Src &"','_blank');")
Case 9
response.write ("window.open('"& AD_Src &"','DGBANNER7','width="& AD_Width &",height="& AD_Height &",scrollbars=1')")
Case 10
response.write ("function closeAd(){" &_
"huashuolayer2.style.visibility='hidden';" &_
"huashuolayer3.style.visibility='hidden';}" &_
"function winload()" & _
"{" & _
"huashuolayer2.style.top=20;" & _
"huashuolayer2.style.left=5;" & _
"huashuolayer3.style.top=20;" & _
"huashuolayer3.style.right=5;" & _
"}" & _
"if(document.body.offsetWidth>800){" & _
"{" & _
"document.write('<div id=huashuolayer2 style=""position: absolute;visibility:visible;z-index:1""><table width=100 border=0 cellspacing=0 cellpadding=0><tr><td height=10 align=right bgcolor=666666><a href=javascript:closeAd()><img src=images/close.gif width=12 height=10 border=0></a></td></tr><tr><td>" & ScrCode & "</td></tr></table></div>'" & _
"+'<div id=huashuolayer3 style=""position: absolute;visibility:visible;z-index:1""><table width=100 border=0 cellspacing=0 cellpadding=0><tr><td height=10 align=right bgcolor=666666><a href=javascript:closeAd()><img src=images/close.gif width=12 height=10 border=0></a></td></tr><tr><td>" & ScrCode & "</td></tr></table></div>');" & _
"}" & _
"winload()" & _
"}")
End Select
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -