- <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> - a9 H0 c- l0 x- @8 B2 `
- <%
6 m& ?0 Y( ^' }0 l, ^2 H3 b4 A - Function AllPath()
1 Q8 X3 B. Z0 h0 } f1 o. } - Dim Domain,GFilePath 2 [0 o" J. w4 L% I% R
- Domain = Request.ServerVariables("SERVER_NAME")
" h5 i) O2 s! X - GFilePath = Request.ServerVariables("PATH_INFO")
. q h5 R* F& q( P' F0 n" V - GFilePath = lcase(left(GFilePath,instrRev(GFilePath,"/"))) ! J$ L6 f1 ]: b4 C4 q a: m
- AllPath = "http://www.w16888.com/" //唯一需要修改的地方,你的圖片目錄如果是在http://xxxx/myfile/angie/pic,這裡就寫http://xxx.com/myfile/angie/ ; " ]$ T& Q/ _; g) j3 s: V5 M
- End Function
# P' |6 T! _- p% W8 ` - Function ShowFileList(folderspec)
- [2 @$ \3 b) l c" W i - Dim Path,objFSO,objFolder,count,objFile,nume,S , w& O5 M: q. z0 ]3 C
- Path = Server.MapPath(folderspec) & i% _# U( G7 |# l- ?7 N
- Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
; E" P2 u, {& h) b0 h- Q - If objFSO.FolderExists(Path) Then
9 h9 q$ Y: j9 M6 p( O/ h' | - Set objFolder = objFSO.GetFolder(Path)
( ^ K. i3 [7 X; D B% N } - count = 0 9 r. Z( {7 q* I' W! i4 {1 m
- For Each objFile in objFolder.Files - G! n7 A @0 B5 h2 Q h
- count = count+1 + q/ |9 Y M( C7 J% s1 m
- Next # U2 W; G V" \% |' j, U6 f
- randomize
, n7 E! g9 d/ C' ~6 h1 e u# B - nume = Int((count*rnd)+1)
# ~9 P8 u. D& s6 y6 C0 y, D4 Z( D - S = 0 ! h6 G" s9 a" s1 }' e( a2 ]
- ShowFileList = "" $ M- d, b2 M% u/ N' V
- For Each objFile in objFolder.Files
1 O& S6 j, @. F - S = S + 1
4 ^0 \( K* I, D5 ]7 p6 c - If S = nume Then : k( n' ~5 f+ L; T7 E s r
- ShowFileList = objFile.Name 5 m6 _+ |, M% S+ a4 o1 A
- Exit For 1 U$ D' z; _6 M `
- End If m' z2 F2 R0 |4 t) `: U
- Next 3 Q1 |! n$ c2 Q
- Set objFolder = Nothing
# [, H7 v3 {- ?+ }2 d8 z, K! k - Else 2 o* \4 T6 R: }1 h9 D
- ShowFileList = "NO" & A5 V, R) ?0 C& U$ p
- End If : _7 G8 c7 T& g1 b" x9 h( H
- Set objFSO = Nothing
9 b! p" I$ V. m, X. m- H - End Function
! L8 u/ q: b) w' m% c' @ - Dim list,filename,address,str , a+ d: r; O, A d
- list = trim(Request.QueryString("list")) 1 M( ?+ K5 z0 O. I2 v+ Q' r
- if list = "" then
" I$ d9 p; z: [1 c9 R% T - Response.write "本頁需要正確參數引入,您缺少相關的參數!正確格式如下:"&AllPath&"xxxxxx.asp?list=xxxxxx.jpg" ' a2 l' {% o& i6 T; @1 z! C
- Response.End()
- r7 D; |0 d6 x( b! @4 l! Q/ ]9 m3 j - end if 0 [5 Z/ R5 _8 G9 J! I. }3 T! ]
- filename = ShowFileList("./"&list&"/") : }! x1 R7 @5 b* D% v9 T
- if filename = "NO" then
}3 L# ^/ M6 \$ C - Response.write "您指定的目錄<b>"&list&"</b>不存在,請重新指定!"
( a2 o9 v- x0 w- } - Response.End()
! }) [& q) i+ l r8 } - end if
4 s+ M) a) {6 @5 w- W7 l' r - if filename = "" then
( \9 ~: O w2 f& P! x - Response.write "您指定的目錄<b>"&list&"</b>沒有相關的圖片文件存在,請重新指定!" 4 \& o/ p; s( [* Q" T7 Q
- Response.End() - d. h+ ~' |: @9 Q0 V1 z( |
- end if
5 V; V1 O& M5 L# X - str = right(filename,3) 6 y T' ~1 k/ f5 y
- if str<>"jpg" and str<>"gif" then
" G# @1 m6 v, l, u0 s - filename = "erro.gif" 7 ]8 K2 |1 D7 ?- t6 ]9 ~% x
- end if : H2 J4 k/ U' ?% A0 C: R3 Y# d# j
- address = AllPath&list&"/"
9 a Z. v0 A# I- c - address = address&filename
' a) x! o- w. E. V/ H( H% ^ - %>
$ x( }8 d8 u, S; @ - <%Response.redirect(address)%>
. Z+ j+ z% y' |& c$ C3 [ - 把這段代碼保存為im.asp: _ N% B; r4 K6 e
- 把美女圖片放在pic文件夾下,把pic文件夾和im.asp放在網站根目錄下,在瀏覽器裡打開演
複製代碼 2 ]$ l1 @- Q9 \4 S7 s
[ 本帖最後由 tcbxh2008 於 2007-6-3 16:47 編輯 ] |
|