c_option.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:5k
源码类别:

中间件编程

开发平台:

HTML/CSS

  1. <%
  2. '///////////////////////////////////////////////////////////////////////////////
  3. '//              Z-Blog
  4. '// 作    者:    朱煊(zx.asd)
  5. '// 版权所有:    RainbowSoft Studio
  6. '// 技术支持:    rainbowsoft@163.com
  7. '// 程序名称:    
  8. '// 程序版本:    
  9. '// 单元名称:    c_option.asp
  10. '// 开始时间:    2004.07.25
  11. '// 最后修改:    
  12. '// 备    注:    设置模块
  13. '///////////////////////////////////////////////////////////////////////////////
  14. '--------------------------------------------------------------------
  15. Const adOpenForwardOnly=0
  16. Const adOpenKeyset=1
  17. Const adOpenDynamic=2
  18. Const adOpenStatic=3
  19. Const adLockReadOnly=1
  20. Const adLockPessimistic=2
  21. Const adLockOptimistic=3
  22. Const adLockBatchOptimistic=4
  23. Const ForReading=1
  24. Const ForWriting=2
  25. Const ForAppending=8
  26. Const adTypeBinary=1
  27. Const adTypeText=2
  28. Const adModeRead=1
  29. Const adModeReadWrite=3
  30. Const adSaveCreateNotExist=1
  31. Const adSaveCreateOverWrite=2
  32. '--------------------------------------------------------------------
  33. '--------------------------------------------------------------------
  34. Const ZC_BLOG_CLSID="35431533-679E-43d5-BD0F-A70A54052555"
  35. Const ZC_BLOG_WEBEDIT="fckeditor"
  36. Const ZC_TIME_ZONE="+0800"
  37. Const ZC_HOST_TIME_ZONE="+0800"
  38. Const ZC_MSG_COUNT=10
  39. Const ZC_ARCHIVE_COUNT=0
  40. Const ZC_PREVIOUS_COUNT=15
  41. Const ZC_DISPLAY_COUNT=10
  42. Const ZC_MUTUALITY_COUNT=10
  43. Const ZC_MANAGE_COUNT=50
  44. Const ZC_RSS2_COUNT=10
  45. Const ZC_SEARCH_COUNT=25
  46. Const ZC_PAGEBAR_COUNT=14
  47. Const ZC_TAGS_DISPLAY_COUNT=50
  48. Const ZC_IMAGE_WIDTH=520
  49. Const ZC_REBUILD_FILE_COUNT=50
  50. Const ZC_REBUILD_FILE_INTERVAL=5
  51. Const ZC_AUTO_NEWLINE=True
  52. Const ZC_JAPAN_TO_HTML=False
  53. Const ZC_USE_NAVIGATE_ARTICLE=True
  54. Const ZC_COMMENT_TURNOFF=False
  55. Const ZC_TRACKBACK_TURNOFF=True
  56. Const ZC_VERIFYCODE_STRING="0123456789"
  57. Const ZC_VERIFYCODE_WIDTH=60
  58. Const ZC_VERIFYCODE_HEIGHT=20
  59. Const ZC_COMMENT_VERIFY_ENABLE=True
  60. Const ZC_COMMENT_NOFOLLOW_ENABLE=True
  61. Const ZC_RSS_EXPORT_WHOLE=False
  62. Const ZC_UBB_LINK_ENABLE=True
  63. Const ZC_UBB_FONT_ENABLE=True
  64. Const ZC_UBB_CODE_ENABLE=True
  65. Const ZC_UBB_FACE_ENABLE=True
  66. Const ZC_UBB_IMAGE_ENABLE=True
  67. Const ZC_UBB_MEDIA_ENABLE=True
  68. Const ZC_UBB_FLASH_ENABLE=True
  69. Const ZC_UBB_TYPESET_ENABLE=True
  70. Const ZC_UBB_AUTOLINK_ENABLE=True
  71. Const ZC_UBB_AUTOKEY_ENABLE=False
  72. Const ZC_EMOTICONS_FILENAME="Haha|Hehe|Love|Misdoubt|Music|Nothing_to_say|Sad|Shame|Sleep|Smile|Stop|What|Adore|After_boom|Angry|Cool|Cry|Effort|Faint|Grimace"
  73. Const ZC_EMOTICONS_FILESIZE=48
  74. Const ZC_UPLOAD_FILETYPE="jpg|gif|png|jpeg|bmp|psd|wmf|ico|rpm|deb|tar|gz|sit|7z|bz2|zip|rar|xml|xsl|svg|svgz|doc|xls|wps|chm|txt|pdf|mp3|avi|mpg|rm|ra|rmvb|mov|wmv|wma|swf|fla|torrent|zpi|zti"
  75. Const ZC_UPLOAD_FILESIZE=10485760
  76. Const ZC_UPLOAD_DIRBYMONTH=False
  77. Const ZC_DISPLAY_MODE_ALL=1
  78. Const ZC_DISPLAY_MODE_INTRO=2
  79. Const ZC_DISPLAY_MODE_HIDE=3
  80. Const ZC_DISPLAY_MODE_LIST=4
  81. Const ZC_DISPLAY_MODE_ONTOP=5
  82. Const ZC_DISPLAY_MODE_SEARCH=6
  83. Const ZC_USERNAME_MAX=20
  84. Const ZC_PASSWORD_MAX=32
  85. Const ZC_EMAIL_MAX=30
  86. Const ZC_HOMEPAGE_MAX=100
  87. Const ZC_CONTENT_MAX=1000
  88. Const ZC_TB_EXCERPT_MAX=250
  89. Const ZC_RECENT_COMMENT_WORD_MAX=16
  90. Const ZC_COMMENT_REVERSE_ORDER_EXPORT=False
  91. Const ZC_GUEST_REVERT_COMMENT_ENABLE=True
  92. Const ZC_CUSTOM_DIRECTORY_ENABLE=False
  93. '{%post%},{%category%},{%user%},{%year%},{%month%},{%day%},{%id%},{%alias%}之间的组合,可以用/分隔
  94. Const ZC_CUSTOM_DIRECTORY_REGEX="{%post%}"
  95. Const ZC_CUSTOM_DIRECTORY_ANONYMOUS=False
  96. Const ZC_MOONSOFT_PLUGIN_ENABLE=False
  97. Const ZC_MOONSOFT_PLUGIN_REGEX="{%post%}"
  98. Const ZC_MOONSOFT_PLUGIN_ANONYMOUS=False
  99. Const ZC_GUESTBOOK_CONTENT="欢迎给我留言。"
  100. Const ZC_UPDATE_INFO_URL="http://update.rainbowsoft.org/info/"
  101. Const ZC_USING_PLUGIN_LIST="Totoro|ThemeSapper|BackupDB|PluginSapper"
  102. '--------------------------------------------------------------------
  103. Const ZC_IE_DISPLAY_WAP=False
  104. Const ZC_DISPLAY_COUNT_WAP=2
  105. Const ZC_COMMENT_COUNT_WAP=3
  106. Const ZC_PAGEBAR_COUNT_WAP=5
  107. Const ZC_SINGLE_SIZE_WAP=1000
  108. Const ZC_SINGLE_PAGEBAR_COUNT_WAP=5
  109. Const ZC_COMMENT_PAGEBAR_COUNT_WAP=5
  110. Const ZC_FILENAME_WAP="wap.asp"
  111. Const ZC_WAPCOMMENT_ENABLE=False
  112. '--------------------------------------------------------------------
  113. '{asp html shtml}
  114. Const ZC_STATIC_TYPE="html"
  115. Const ZC_STATIC_DIRECTORY="post"
  116. Const ZC_TEMPLATE_DIRECTORY="template"
  117. Const ZC_UPLOAD_DIRECTORY="upload"
  118. Const ZC_BLOG_VERSION="1.8 Walle Build 91204"
  119. Const ZC_BLOG_LANGUAGE="zh-CN"
  120. '--------------------------------------------------------------------
  121. %>
  122. <!-- #include file="c_custom.asp" -->
  123. <!-- #include file="function/c_codepage.asp" -->