Show.asp
上传用户:angela
上传日期:2022-05-11
资源大小:853k
文件大小:4k
源码类别:

外挂编程

开发平台:

ASP/ASPX

  1. <!--#include file="Inc/Cls_Conn.asp"-->
  2. <!--#include file="Inc/Cls_Config.asp"-->
  3. <!--#include file="Inc/Cls_New.asp"-->
  4. <%
  5. '=====================================================================
  6. ' 作者声明:转载请保留版权信息,鄙视不要脸的人
  7. '=====================================================================
  8. ' 程序名称:蓝宇网络发布系统
  9. ' 软件版本:Version 3.3.0 Sp1
  10. ' 程序作者:蓝宇 QQ:18159079 ╲、随心゛ QQ:6821845
  11. '=====================================================================
  12. ' 联系方式:Tel:13203117383,QQ:18159079,hi.baidu.com/hezeyu
  13. ' 程序开发:蓝宇,╲、随心゛
  14. ' 官方网站:蓝宇网络(http://hi.baidu.com/hezeyu)
  15. '=====================================================================
  16. ' Copyright 2004-2007 蓝宇 - All Rights Reserved.
  17. '=====================================================================
  18. Dim Menu, sfname, SetRed_ads
  19. Dim bgcolor, width, height, align
  20. bgcolor = LCase(Request("bgcolor"))
  21. width   = LCase(Request("width"))
  22. height  = LCase(Request("height"))
  23. align   = LCase(Request("align"))
  24. If Menu = "" Or Menu = "0" Then
  25. Menu = tee5.IndexGame
  26. Else
  27. menu=request("menu")
  28. End If
  29. dim w1,w2,w3,w4,w5,w6,w7
  30. w1="110"
  31. w2="100"
  32. w3="150"
  33. w4="100"
  34. w5="75"
  35. w6="60"
  36. w7="75"
  37. start="私服小偷"
  38. Response.Write "<html>"
  39. Response.Write "<HEAD>"
  40. Response.Write "<title>"&start&","&tee5.WebName&"</title>" & vbCrLf
  41. Response.Write "<meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"">" & vbCrLf
  42. Response.Write "<META NAME =""keywords"" CONTENT="""&tee5.webkeywords&""">" & vbCrLf
  43. Response.Write "<META NAME=""description"" CONTENT="""&tee5.Renovates&""">" & vbCrLf
  44. Response.Write "<META NAME=""robots"" CONTENT=""all"">" & vbCrLf
  45. Response.Write "<META name=""AUTHOR"" content="""&tee5.WebName&""">" & vbCrLf
  46. Response.Write "<link rel=""stylesheet"" href=""images/style.css"" type=""text/css"">" & vbCrLf
  47. %><SCRIPT LANGUAGE="JavaScript">
  48. function f_frameStyleResize(targObj){
  49.  var targWin = targObj.parent.document.all[targObj.name];
  50.  if(targWin != null) {
  51.   var HeightValue = targObj.document.body.scrollHeight
  52.   if(HeightValue < 600){HeightValue = 600} 
  53.   targWin.style.pixelHeight = HeightValue;
  54.  }
  55. }
  56. function f_iframeResize(){
  57.  bLoadComplete = true; f_frameStyleResize(self);
  58. }
  59. var bLoadComplete = false;
  60. window.onload = f_iframeResize;
  61. </SCRIPT><%
  62. Response.Write "</HEAD>" & vbCrLf
  63. Response.Write "<BODY leftMargin=0 topMargin=0 bgColor=" & bgColor & ">" & vbCrLf
  64. Response.Write "<TABLE cellSpacing=1 cellPadding=5 width=" & tee5.TabWidth & " align=center class=tableBorder1 border=0>" & vbCrLf
  65. Response.Write "<tr>" & vbCrLf
  66. Response.Write "<th>服务器名</th>" & vbCrLf
  67. Response.Write "<th>服务器IP</th>" & vbCrLf
  68. Response.Write "<th>开机时间[月/日/时间]</th>" & vbCrLf
  69. Response.Write "<th>地区线路</th>" & vbCrLf
  70. Response.Write "<th>客服QQ</th>" & vbCrLf
  71. Response.Write "<th>版本介绍</th>" & vbCrLf
  72. Response.Write "<th>详细介绍</th>" & vbCrLf
  73. Response.Write "<th>推荐星级</th>" & vbCrLf
  74. Response.Write "</TR>" & vbCrLf
  75. TeGq.SetRed_ads()
  76. If tee5.Indexsf1 = 1 then
  77. If minute(now) < 30 then
  78. TeGq.Today_00()
  79. End If
  80. If minute(now) >= 30 then
  81. TeGq.Today_30()
  82. End If
  83. If hour(now) > Clng(tee5.hottime_1) then
  84. TeGq.Overnight_a()
  85. End If
  86. If hour(now) < Clng(tee5.hottime_2) then
  87. TeGq.Overnight_b()
  88. End If
  89. If minute(now) >= 30 then
  90. TeGq.Today_30_1()
  91. End If
  92. TeGq.Today_00_30_1()
  93. If minute(now) < 30 then
  94. TeGq.Today_30_2()
  95. End If
  96. TeGq.Today_00_30_2()
  97. If hour(now) <= Clng(tee5.hottime_1) then
  98. TeGq.Before()
  99. End If
  100. End If
  101. If tee5.Indexsf2 = 1 then
  102. TeGq.days_1()
  103. TeGq.night_1()
  104. End If
  105. If tee5.Indexsf3 = 1 then
  106. TeGq.days_2()
  107. TeGq.night_2()
  108. End If
  109. If tee5.Indexsf4 = 1 then
  110. TeGq.yesterday()
  111. End If
  112. If tee5.Indexsf5 = 1 then
  113. TeGq.yesterday1()
  114. End If
  115. If SFstatus=1 then
  116. 'TeGq.free()
  117. End If
  118. response.write "</TABLE>"
  119. response.write "</body>"
  120. response.write "</html>"
  121. call CloseConn()
  122. %>