home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
221.214.14.186
/
221.214.14.186.tar
/
221.214.14.186
/
wh
/
yubao12.asp
< prev
next >
Wrap
Text File
|
2008-11-17
|
7KB
|
234 lines
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<% Option Explicit %>
<%
'╢┴│÷╒╛╡π╩²╛▌
Dim objTS1
Dim FilePath1
Dim zd
Dim z1,z2,z3,z4
Dim Num
Dim zdArray(2442)
Dim zdhzArray(2442)
Dim shqArray(2442)
'Dim sjhzArray(86)
'Dim sjywArray(86)
'Dim sjzdArray(86)
'Dim sjzdhzArray(86)
Dim AtEndOfStream
FilePath1 = "zd.asp"
FilePath1 = Server.MapPath(FilePath1)
Set objTS1 = objFSO.OpenTextFile(FilePath1, 1)
Num = 2442
For z1 = 0 to Num
zd = objTS1.ReadLine
zdArray(z1)=zd
'Response.Write("╒╛╡π"&"("&z1&")"&zdArray(z1)&"<br>")
Next
Set objTS1 = nothing
FilePath1 = "zdhz.asp"
FilePath1 = Server.MapPath(FilePath1)
Set objTS1 = objFSO.OpenTextFile(FilePath1, 1)
Num = 2442
For z1 = 0 to Num
zd = objTS1.ReadLine
zdhzArray(z1)=zd
' Response.Write("╒╛╡π"&"("&z1&")"&zdhzArray(z1)&"<br>")
Next
Set objTS1 = nothing
FilePath1 = "sqhz.asp"
FilePath1 = Server.MapPath(FilePath1)
Set objTS1 = objFSO.OpenTextFile(FilePath1, 1)
Num = 2442
For z1 = 0 to Num
zd = objTS1.ReadLine
shqArray(z1)=zd
'Response.Write("╒╛╡π"&"("&z1&")"&shqArray(z1)&"<br>")
Next
Set objTS1 = nothing
'í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬í¬╖¡╥δ╘ñ▒¿╡τ┬δ
'╧┬├µ╩╟╠∞╞°╡τ┬δ║═╠∞╞°╧╓╧≤
Dim tqxxString,fxString'▒¿╬─╡τ┬δ╫╓╖√┤«
Dim htqxxString,hfxString,hflString'╖¡╥δ│╔║║╫╓╫╓╖√┤«
Dim tqxxArray,fxArray '▒¿╬─╡τ┬δ╩²╫Θ
Dim htqxxArray,hfxArray,hflArray'╖¡╥δ│╔║║╫╓╩²╫Θ
Dim y1,y2,y3,y4,y5
tqxxString = "00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31"
fxString="0,1,2,3,4,5,6,7,8,9"
htqxxString="╟τ,╢α╘╞,╥⌡,╒≤╙Ω,└╫╒≤╙Ω,└╫╒≤╙Ω░Θ╙╨▒∙▒ó,╙Ω╝╨╤⌐,╨í╙Ω,╓╨╙Ω,┤≤╙Ω,▒⌐╙Ω,┤≤▒⌐╙Ω,╠╪┤≤▒⌐╙Ω,╒≤╤⌐,╨í╤⌐,╓╨╤⌐,┤≤╤⌐,▒⌐╤⌐,╬φ,╢│╙Ω,╔││╛▒⌐,╨í╡╜╓╨╙Ω,╓╨╡╜┤≤╙Ω,┤≤╡╜▒⌐╙Ω,┤≤▒⌐╙Ω╡╜╠╪┤≤▒⌐╙Ω,╨í╡╜╓╨╤⌐,╓╨╡╜┤≤╤⌐,┤≤╡╜▒⌐╤⌐,╕í│╛,╤∩╔│,╟┐╔││╛▒⌐"
hfxString="╬ó╖τ,╢½▒▒╖τ,╞½╢½╖τ,╢½─╧╖τ,─╧╖τ,╬≈─╧╖τ,╞½╬≈╖τ,╬≈▒▒╖τ,▒▒╖τ,╨²╖τ"
hflString="╬ó╖τ,3╡╜4╝╢,4╡╜5╝╢,5╡╜6╝╢,6╡╜7╝╢,7╡╜8╝╢,8╡╜9╝╢,9╡╜10╝╢,10╡╜11╝╢,11╡╜12╝╢"
tqxxArray= split(tqxxString,",")
For y1=0 to Ubound(tqxxArray)
Next
fxArray= split(fxString,",")
For y2=0 to Ubound(fxArray)
Next
htqxxArray= split(htqxxString,",")
For y3=0 to Ubound(htqxxArray)
Next
hfxArray= split(hfxString,",")
For y4=0 to Ubound(hfxArray)
Next
hflArray= split(hflString,",")
For y5=0 to Ubound(hflArray)
Next
'---------------------------------------------------------╢┴│÷╬─▒╛╩²╛▌
Dim objFSO
Dim objTS
Dim FilePath
Dim Text
Dim Text1,Text2,Text3,Text4,Text5,Text6,Text7,Text8,Text9,Text10
Dim i
Dim Numzd'╒╛╡π╫▄╩²
Redim tq(37)
FilePath = "yubao1/data.txt"
FilePath = Server.MapPath(FilePath)
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set objTS = objFSO.OpenTextFile(FilePath, 1)
'Text11 = objTS.ReadAll
'Response.Write("<font color=Green>╚½▓┐╬─╝■</font>"&text11&"<br>")
objTS.SkipLine
objTS.SkipLine
objTS.SkipLine
objTS.SkipLine
Numzd = objTS.ReadLine
Numzd = CInt(Numzd)
'Response.Write(Num&"<br>")
Response.Write("<font color=Green>╬─╝■╕÷╩²</font>"&Numzd&"<br>")
For i = 0 to Numzd-1
Text = objTS.ReadLine
tq(0)=mid(Text,1,5)
Response.Write("<font color=Blue>╒╛╡π╨╨</font>"&tq(0)&"<br>")
Text1 = objTS.ReadLine
tq(1)=mid(Text1,115,6)
tq(1)=CInt(tq(1))
tq(3)=mid(Text1,121,6)
tq(3)=CInt(tq(3))
tq(5)=mid(Text1,127,6)
tq(5)=CInt(tq(5))
'Response.Write(Text1&"<br>")
Response.Write("<font color=red>╡┌1╨╨</font>"&Text1&"<br>")
Response.Write("<font color=Green>12╨í╩▒╠∞╞°╧╓╧≤</font>"&tq(1)&"<br>")
Response.Write("<font color=Green>12╨í╩▒╖τ╧≥</font>"&tq(3)&"<br>")
Response.Write("<font color=Green>12╨í╩▒╖τ╦┘</font>"&tq(5)&"<br>")
Text2 = objTS.ReadLine
tq(2)=mid(Text2,115,6)
tq(2)=CInt(tq(2))
tq(4)=mid(Text2,121,6)
tq(4)=CInt(tq(4))
tq(6)=mid(Text2,127,6)
tq(6)=CInt(tq(6))
tq(7)=mid(Text2,71,6)
tq(7)=CInt(tq(7))
tq(8)=mid(Text2,65,6)
tq(8)=CInt(tq(8))
'Response.Write(Text2&"<br>")
Response.Write("<font color=red>╡┌2╨╨</font>"&Text2&"<br>")
Response.Write("<font color=Green>24╨í╩▒╠∞╞°╧╓╧≤</font>"&tq(2)&"<br>")
Response.Write("<font color=Green>24╨í╩▒╖τ╧≥</font>"&tq(4)&"<br>")
Response.Write("<font color=Green>24╨í╩▒╖τ╦┘</font>"&tq(6)&"<br>")
Response.Write("<font color=Green>24╨í╩▒╡═╬┬</font>"&tq(7)&"<br>")
Response.Write("<font color=Green>24╨í╩▒╕▀╬┬</font>"&tq(8)&"<br>")
Text3 = objTS.ReadLine
tq(9)=mid(Text3,115,6)
tq(9)=CInt(tq(9))
tq(11)=mid(Text3,121,6)
tq(11)=CInt(tq(11))
tq(13)=mid(Text3,127,6)
tq(13)=CInt(tq(13))
'Response.Write(Text3&"<br>")
Response.Write("<font color=red>╡┌3╨╨</font>"&Text3&"<br>")
Response.Write("<font color=blueviolet>36╨í╩▒╠∞╞°╧╓╧≤</font>"&tq(9)&"<br>")
Response.Write("<font color=blueviolet>36╨í╩▒╖τ╧≥</font>"&tq(11)&"<br>")
Response.Write("<font color=blueviolet>36╨í╩▒╖τ╦┘</font>"&tq(13)&"<br>")
Text4 = objTS.ReadLine
tq(10)=mid(Text4,115,6)
tq(10)=CInt(tq(10))
tq(12)=mid(Text4,121,6)
tq(12)=CInt(tq(12))
tq(14)=mid(Text4,127,6)
tq(14)=CInt(tq(14))
tq(15)=mid(Text4,71,6)
tq(15)=CInt(tq(15))
tq(16)=mid(Text4,65,6)
tq(16)=CInt(tq(16))
'Response.Write(Text4&"<br>")
Response.Write("<font color=red>╡┌4╨╨</font>"&Text4&"<br>")
Response.Write("<font color=blueviolet>48╨í╩▒╠∞╞°╧╓╧≤</font>"&tq(10)&"<br>")
Response.Write("<font color=blueviolet>48╨í╩▒╖τ╧≥</font>"&tq(12)&"<br>")
Response.Write("<font color=blueviolet>48╨í╩▒╖τ╦┘</font>"&tq(14)&"<br>")
Response.Write("<font color=blueviolet>48╨í╩▒╡═╬┬</font>"&tq(15)&"<br>")
Response.Write("<font color=blueviolet>48╨í╩▒╕▀╬┬</font>"&tq(16)&"<br>")
Text5 = objTS.ReadLine
tq(17)=mid(Text5,115,6)
tq(17)=CInt(tq(17))
tq(19)=mid(Text5,121,6)
tq(19)=CInt(tq(19))
tq(21)=mid(Text5,127,6)
tq(21)=CInt(tq(21))
'Response.Write(Text5&"<br>")
Response.Write("<font color=red>╡┌5╨╨</font>"&Text5&"<br>")
Response.Write("<font color=dodgerblue>60╨í╩▒╠∞╞°╧╓╧≤</font>"&tq(17)&"<br>")
Response.Write("<font color=dodgerblue>60╨í╩▒╖τ╧≥</font>"&tq(19)&"<br>")
Response.Write("<font color=dodgerblue>60╨í╩▒╖τ╦┘</font>"&tq(21)&"<br>")
Text6 = objTS.ReadLine
tq(18)=mid(Text6,115,6)
tq(18)=CInt(tq(18))
tq(20)=mid(Text6,121,6)
tq(20)=CInt(tq(20))
tq(22)=mid(Text6,127,6)
tq(22)=CInt(tq(22))
tq(23)=mid(Text6,71,6)
tq(23)=CInt(tq(23))
tq(24)=mid(Text6,65,6)
tq(24)=CInt(tq(24))
'Response.Write(Text6&"<br>")
Response.Write("<font color=red>╡┌6╨╨</font>"&Text6&"<br>")
Response.Write("<font color=dodgerblue>72╨í╩▒╠∞╞°╧╓╧≤</font>"&tq(18)&"<br>")
Response.Write("<font color=dodgerblue>72╨í╩▒╖τ╧≥</font>"&tq(20)&"<br>")
Response.Write("<font color=dodgerblue>72╨í╩▒╖τ╦┘</font>"&tq(22)&"<br>")
Response.Write("<font color=dodgerblue>72╨í╩▒╡═╬┬</font>"&tq(23)&"<br>")
Response.Write("<font color=dodgerblue>72╨í╩▒╕▀╬┬</font>"&tq(24)&"<br>")
Text7 = objTS.ReadLine
'Response.Write(Text7&"<br>")
'Response.Write("<font color=red>╡┌7╨╨</font>"&Text7&"<br>")
Text8 = objTS.ReadLine
'Response.Write(Text8&"<br>")
'Response.Write("<font color=red>╡┌8╨╨</font>"&Text8&"<br>")
Text9 = objTS.ReadLine
'Response.Write(Text9&"<br>")
'Response.Write("<font color=red>╡┌9╨╨</font>"&Text9&"<br>")
Text10 = objTS.ReadLine
'Response.Write(Text10&"<br>")
'Response.Write("<font color=red>╡┌10╨╨</font>"&Text10&"<br>")
Next
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>╛½╧╕╗»╘ñ▒¿┤ª└φ▒¿╬─</title>
</head>
<body>
</body>
</html>