过期域名预定抢注

 找回密碼
 免费注册

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

[複製鏈接]
發表於 2007-6-3 16:44:33 | 顯示全部樓層 |閱讀模式
  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
    % c) s* N4 H& ~* q! x7 I5 |" q7 d
  2. <%
    : O1 G% V9 |( i
  3. Function AllPath() 8 T5 Q" E% Y% L" `
  4. Dim Domain,GFilePath : }% l1 }$ \1 B4 ^- M
  5. Domain = Request.ServerVariables("SERVER_NAME") 7 c" }3 Z- Q" N& _) t
  6. GFilePath = Request.ServerVariables("PATH_INFO")
    ; c) O# o. i+ V0 i8 ?& R
  7. GFilePath = lcase(left(GFilePath,instrRev(GFilePath,"/"))) ( [  k, G- z! i8 x! y
  8. AllPath = "http://www.w16888.com/" //唯一需要修改的地方,你的圖片目錄如果是在http://xxxx/myfile/angie/pic,這裡就寫http://xxx.com/myfile/angie/ ;
    5 p* Z0 H% \: B
  9. End Function $ T$ s) m% ^1 F7 ]
  10. Function ShowFileList(folderspec) + D( T" |1 m' S" e# {+ G" h
  11. Dim Path,objFSO,objFolder,count,objFile,nume,S 2 O- Z5 J# Y$ n& t
  12. Path = Server.MapPath(folderspec) / G, l9 D, }0 }/ V  k7 m# @
  13. Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
    " |) I; Y& \2 N( U9 A7 o
  14. If objFSO.FolderExists(Path) Then * J0 V" G7 O6 y5 K
  15. Set objFolder = objFSO.GetFolder(Path) 3 U$ T, I% U7 J3 s2 m6 S- x- P
  16. count = 0
    8 Z& l+ q/ C& |2 A$ r' U, h, W
  17. For Each objFile in objFolder.Files
    / M9 X( D/ ^6 E- h+ f$ ]
  18. count = count+1 8 X3 l  U# O: p! B, Z- m! X1 x
  19. Next : t' h' T2 A- e4 ^1 ~  C" ?/ d
  20. randomize
      ]3 ?. h' O1 l+ B8 Y0 p/ |' s& g( k
  21. nume = Int((count*rnd)+1)
    5 t( k$ O6 A+ e9 R7 T' U; V: ?
  22. S = 0
    ; l, }. Z) s0 Y+ d! l( z9 h
  23. ShowFileList = "" * S$ Q1 M: _, g; v* u) f, h
  24. For Each objFile in objFolder.Files " f6 [/ E( k+ b
  25. S = S + 1 7 P' C7 }1 j" m# p) r/ P
  26. If S = nume Then
    5 d. \1 ?1 F, C( z6 X# ^: C9 Z7 f
  27. ShowFileList = objFile.Name
    * R. y5 [  E7 b8 K7 U" S. t
  28. Exit For # O5 G4 |4 P: q1 U2 h) S8 y
  29. End If
    7 |' y. K* @: o6 Y7 H" p$ S
  30. Next
    0 M1 R3 D' P' I, L9 g! v
  31. Set objFolder = Nothing
      |8 ?. @' H) n1 k# R
  32. Else 2 F# z' ]0 H! B/ M2 J2 x& G5 o5 L
  33. ShowFileList = "NO" 8 L5 `* b5 N9 {5 j" N' \" W( Y
  34. End If
    0 {; w2 ?, U& v1 S4 E
  35. Set objFSO = Nothing
    1 z9 ?! h) \# i1 p9 A) `. ^3 D! l
  36. End Function
    % v$ A: V4 D( `; f2 T, y+ P
  37. Dim list,filename,address,str
    + p. F0 W) a& e& J5 d
  38. list = trim(Request.QueryString("list"))
    1 o3 P1 F% L$ P. v
  39. if list = "" then & K1 ?& c, \# l1 j5 |0 t9 ?2 I; O
  40. Response.write "本頁需要正確參數引入,您缺少相關的參數!正確格式如下:"&AllPath&"xxxxxx.asp?list=xxxxxx.jpg"
    0 ^, I1 h/ q* v
  41. Response.End()
    5 r, s, L: O/ k6 j' ]8 [
  42. end if ) a/ b  i2 V6 G# Q" d" G; @; L
  43. filename = ShowFileList("./"&list&"/") & V/ k# ^4 J% T  g
  44. if filename = "NO" then 2 R! a- Q/ k! B
  45. Response.write "您指定的目錄<b>"&list&"</b>不存在,請重新指定!"
    ; \/ k6 j/ `; ^: Z5 y8 j% T3 B
  46. Response.End()
    ; [5 t/ ^+ L9 i7 u3 d1 H0 E' ~
  47. end if
    9 T4 l6 p2 f2 D& ~; g$ j
  48. if filename = "" then 8 K  W4 D; g, A7 @/ h
  49. Response.write "您指定的目錄<b>"&list&"</b>沒有相關的圖片文件存在,請重新指定!"
    7 ^; g. \( d2 z+ `
  50. Response.End() 7 _7 V4 N+ N* ~9 g" }
  51. end if
    $ d! ?+ w% R$ I4 ]7 ]/ i
  52. str = right(filename,3)
    ' C+ x+ o* j4 k# {% a; |
  53. if str<>"jpg" and str<>"gif" then
    8 P% z  ~$ Y' X! C3 W7 l) u
  54. filename = "erro.gif" ' s* b9 j, H$ x
  55. end if
    5 v# o, B0 f$ x3 C- t" _! d2 R
  56. address = AllPath&list&"/" 4 H' b( N& F; a1 H, e- I6 T2 S; S
  57. address = address&filename ( y8 j+ H, R: m
  58. %> 5 ~- v, h- h- r" @: |1 s/ k
  59. <%Response.redirect(address)%>
    ' a, _( W5 ~( J! _
  60. 把這段代碼保存為im.asp
    : s7 d2 r9 w0 l
  61. 把美女圖片放在pic文件夾下,把pic文件夾和im.asp放在網站根目錄下,在瀏覽器裡打開演
複製代碼

' ]9 B- Z* I: ]; H) s[ 本帖最後由 tcbxh2008 於 2007-6-3 16:47 編輯 ]
發表於 2007-6-9 21:55:56 | 顯示全部樓層
呵呵,這個玩過的哦,不錯的`
回復 给力 爆菊

使用道具 舉報

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

使用道具 舉報

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

本版積分規則

过期高净值品牌域名预定抢注

點基跨境 數位編輯創業論壇

GMT+8, 2025-4-5 23:43

By DZ X3.5

小黑屋

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