过期域名预定抢注

 找回密碼
 免费注册

回帖變美女asp源碼(挺有意思)

[複製鏈接]
發表於 2007-6-3 16:44:33 | 顯示全部樓層 |閱讀模式
  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
    9 U# j6 r& }) a8 ^
  2. <% 7 D- Y8 @$ X! F1 b) a% |1 M
  3. Function AllPath()
    - l7 W: D- i8 I! P
  4. Dim Domain,GFilePath
    0 a& ]) w, f- ], J" j3 k
  5. Domain = Request.ServerVariables("SERVER_NAME")
    3 T) L/ O  a* W! q/ y" P2 X
  6. GFilePath = Request.ServerVariables("PATH_INFO") % J- x" }+ x' X. U% M
  7. GFilePath = lcase(left(GFilePath,instrRev(GFilePath,"/")))
    / g7 d( M3 o' \( I1 O( @
  8. AllPath = "http://www.w16888.com/" //唯一需要修改的地方,你的圖片目錄如果是在http://xxxx/myfile/angie/pic,這裡就寫http://xxx.com/myfile/angie/ ;
    ' I& n6 o. ~3 b' W! y) z5 P
  9. End Function - `3 E7 D7 c, R1 L
  10. Function ShowFileList(folderspec) ! u2 M8 u% v4 e
  11. Dim Path,objFSO,objFolder,count,objFile,nume,S
      I9 l! X( U. J# F6 @6 s0 q8 s
  12. Path = Server.MapPath(folderspec)
    + q4 c- _8 k, f/ \( v; O
  13. Set objFSO = Server.CreateObject("Scripting.FileSystemObject") : I1 f. S& j& u) V# k
  14. If objFSO.FolderExists(Path) Then ) A; {, u% P( f4 ^
  15. Set objFolder = objFSO.GetFolder(Path)
    ' @* v+ I, ?3 k! o/ i7 z& {
  16. count = 0
    " C2 d" K# B( o' i  w( B8 _
  17. For Each objFile in objFolder.Files ; U% O. _" _5 S7 h% A+ e0 U$ ^1 \
  18. count = count+1 9 Q( z: |/ s0 ~# R! z
  19. Next 5 h2 \/ y' s& ?$ H2 x. @
  20. randomize # z, x# t, O% R& l! E) z& X. c
  21. nume = Int((count*rnd)+1)
    - {" ~  z* P, K  j# E
  22. S = 0
    ! |9 G3 t! h; W4 i; U
  23. ShowFileList = ""
    , j  @" W( f% A2 Z- J
  24. For Each objFile in objFolder.Files * E) O( w3 d) }3 X  J7 v6 U
  25. S = S + 1
    9 a. q, K' n' _; U- ^
  26. If S = nume Then
    " n% _, V2 U9 H+ W
  27. ShowFileList = objFile.Name
    2 u! E$ Q  I+ u7 U* Y5 Q
  28. Exit For   z8 c4 U, K7 s4 h1 E5 B
  29. End If
    6 U5 n2 t: ^/ o# p
  30. Next
    * T6 u+ ~7 n( w& G. r
  31. Set objFolder = Nothing   T, F( n( h2 S5 r5 T6 P3 [. F
  32. Else / b% a" y! ?4 @$ M
  33. ShowFileList = "NO" - _6 p/ E% y' H: {" A" S- x
  34. End If
    1 @% U! H. i+ j) v6 i& a, A, m
  35. Set objFSO = Nothing / R! E7 |2 t4 }. J
  36. End Function
    * n3 X$ `9 {; @7 \
  37. Dim list,filename,address,str
    4 p, {- {0 G9 k  p& z' O
  38. list = trim(Request.QueryString("list")) 4 s1 _0 h( z& T; J+ V# V
  39. if list = "" then $ P+ n2 x3 c9 E7 Z
  40. Response.write "本頁需要正確參數引入,您缺少相關的參數!正確格式如下:"&AllPath&"xxxxxx.asp?list=xxxxxx.jpg"
    ; p0 V, [2 N& V; X5 ?; B! D. @/ P3 r
  41. Response.End()
    : w1 `( i/ w& P0 i7 k9 Z3 P
  42. end if
    + d0 `6 h1 N( q+ @- p2 f5 }
  43. filename = ShowFileList("./"&list&"/") ( F% T1 x" [8 O+ ]
  44. if filename = "NO" then . {1 j) M9 e7 J" d+ o  b
  45. Response.write "您指定的目錄<b>"&list&"</b>不存在,請重新指定!" $ W6 O( @% P+ H! t  |6 f! ]
  46. Response.End()
    6 z4 E; ~6 A4 d# q6 _8 O
  47. end if
    7 [7 l- G- M. U0 q7 S
  48. if filename = "" then . M: Y* h. f; ?4 k# d' T$ [
  49. Response.write "您指定的目錄<b>"&list&"</b>沒有相關的圖片文件存在,請重新指定!"
    ! k4 i1 i1 p6 k6 p+ \
  50. Response.End() , s2 h+ t1 I7 e: s6 L/ D
  51. end if
    6 D* ], Y" z0 u+ \, J# Y; r
  52. str = right(filename,3)
    2 M; K6 W' N# L" K+ U: ^
  53. if str<>"jpg" and str<>"gif" then 9 {8 V- t/ I9 ]  ]7 U
  54. filename = "erro.gif" ( g, a& Z/ X/ V# ]5 l- b  g) p
  55. end if 5 A! e( `8 w% j3 c4 m% x
  56. address = AllPath&list&"/" , o, B$ ]8 p; \3 }
  57. address = address&filename
    1 a" V4 j* x/ n. c5 A0 W" c, z& R
  58. %> : R$ t' n# J) f: c: f$ ~. F2 S3 @
  59. <%Response.redirect(address)%>
    + [8 Z4 d7 A/ l, a# H
  60. 把這段代碼保存為im.asp
    ( B, L& f: x1 P- P: v, o" C0 x
  61. 把美女圖片放在pic文件夾下,把pic文件夾和im.asp放在網站根目錄下,在瀏覽器裡打開演
複製代碼
; T# X; ^/ M, |1 T; ]0 c
[ 本帖最後由 tcbxh2008 於 2007-6-3 16:47 編輯 ]
發表於 2007-6-9 21:55:56 | 顯示全部樓層
呵呵,這個玩過的哦,不錯的`
回復 给力 爆菊

使用道具 舉報

發表於 2007-7-30 13:07:24 | 顯示全部樓層
看看
回復 给力 爆菊

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 免费注册

本版積分規則

4um點基跨境網編創業社區

GMT+8, 2024-11-24 05:06

By DZ X3.5

小黑屋

快速回復 返回頂部 返回列表