ue_config.php
上传用户:stephen_wu
上传日期:2008-07-05
资源大小:1757k
文件大小:4k
源码类别:

网络

开发平台:

Unix_Linux

  1. <?php
  2. $ueConfig['name_style']='1';
  3. $ueConfig['name_format']='3';
  4. $ueConfig['date_format']='m/d/Y';
  5. $ueConfig['calendar_type']='2';
  6. $ueConfig['allow_email_display']='3';
  7. $ueConfig['allow_email_replyto']='1';
  8. $ueConfig['allow_email']='1';
  9. $ueConfig['allow_website']='1';
  10. $ueConfig['allow_onlinestatus']='1';
  11. $ueConfig['icons_display']='7';
  12. $ueConfig['reg_admin_allowcbregistration']='0';
  13. $ueConfig['emailpass']='0';
  14. $ueConfig['reg_admin_approval']='0';
  15. $ueConfig['reg_confirmation']='1';
  16. $ueConfig['reg_username_checker']='0';
  17. $ueConfig['reg_email_checker']='0';
  18. $ueConfig['reg_show_login_on_page']='0';
  19. $ueConfig['reg_email_name']='User Registration';
  20. $ueConfig['reg_email_from']='registration@whatever';
  21. $ueConfig['reg_email_replyto']='registration@whatever';
  22. $ueConfig['reg_pend_appr_sub']='Your Registration is Pending Approval';
  23. $ueConfig['reg_pend_appr_msg']='Greetings [NAME],
  24. Thank you for applying for registration with us. We have
  25. received your request and we will process it as soon as you
  26. confirm your email address by clicking on the following
  27. hyperlink:
  28. [CONFIRM]
  29. Once your email address is confirmed our moderators will be
  30. notified to continue the activation process.
  31. You will be notified by email of the progress of your registration process.
  32. [DETAILS]
  33. Kind Regards,
  34. Website Administration Team';
  35. $ueConfig['reg_welcome_sub']='New User Details';
  36. $ueConfig['reg_welcome_msg']='Welcome [NAME],
  37. Your application has been approved by our administration team.
  38. Your account with the following details:
  39. [DETAILS]
  40. has been activated.
  41. We welcome you to our online community and trust that together
  42. we will grow.
  43. Enjoy the experience!
  44. Kind Regards,
  45. Website Administration Team';
  46. $ueConfig['reg_show_icons_explain']='3';
  47. $ueConfig['reg_intro_msg']='';
  48. $ueConfig['reg_conclusion_msg']='';
  49. $ueConfig['reg_enable_toc']='0';
  50. $ueConfig['reg_toc_url']='index.php?option=com_content&task=view&id=18';
  51. $ueConfig['reg_first_visit_url']='index.php?option=com_comprofiler';
  52. $ueConfig['num_per_page']='30';
  53. $ueConfig['allow_profilelink']='1';
  54. $ueConfig['usernameedit']='1';
  55. $ueConfig['adminrequiredfields']='1';
  56. $ueConfig['allow_profileviewbyGID']='-1';
  57. $ueConfig['minHitsInterval']='60';
  58. $ueConfig['templatedir']='default';
  59. $ueConfig['left2colsWidth']='50';
  60. $ueConfig['left3colsWidth']='32';
  61. $ueConfig['right3colsWidth']='32';
  62. $ueConfig['showEmptyTabs']='1';
  63. $ueConfig['showEmptyFields']='1';
  64. $ueConfig['emptyFieldsText']='-';
  65. $ueConfig['nesttabs']='0';
  66. $ueConfig['xhtmlComply']='1';
  67. $ueConfig['frontend_userparams']='1';
  68. $ueConfig['html_filter_allowed_tags']='';
  69. $ueConfig['im_path']='auto';
  70. $ueConfig['netpbm_path']='auto';
  71. $ueConfig['conversiontype']='4';
  72. $ueConfig['allowAvatar']='1';
  73. $ueConfig['allowAvatarUpload']='1';
  74. $ueConfig['avatarResizeAlways']='1';
  75. $ueConfig['allowAvatarGallery']='1';
  76. $ueConfig['avatarHeight']='500';
  77. $ueConfig['avatarWidth']='200';
  78. $ueConfig['avatarSize']='2000';
  79. $ueConfig['thumbHeight']='86';
  80. $ueConfig['thumbWidth']='60';
  81. $ueConfig['imageApproverGid']='24';
  82. $ueConfig['allowModUserApproval']='1';
  83. $ueConfig['moderatorEmail']='1';
  84. $ueConfig['allowUserReports']='1';
  85. $ueConfig['avatarUploadApproval']='1';
  86. $ueConfig['allowModeratorsUserEdit']='0';
  87. $ueConfig['allowUserBanning']='1';
  88. $ueConfig['allowConnections']='0';
  89. $ueConfig['connectionDisplay']='0';
  90. $ueConfig['connectionPath']='1';
  91. $ueConfig['useMutualConnections']='1';
  92. $ueConfig['conNotifyType']='0';
  93. $ueConfig['autoAddConnections']='1';
  94. $ueConfig['connection_categories']='Friend
  95. Co Worker';
  96. $ueConfig['noVersionCheck']='0';
  97. $ueConfig['version']='1.2';
  98. ?>