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

网络

开发平台:

Unix_Linux

  1. <?php
  2. /**
  3. * Joomla/Mambo Community Builder
  4. * @version $Id: comprofiler.class.php 610 2006-12-13 17:33:44Z beat $
  5. * @package Community Builder
  6. * @subpackage comprofiler.class.php
  7. * @author JoomlaJoe and Beat
  8. * @copyright (C) JoomlaJoe and Beat, www.joomlapolis.com
  9. * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
  10. */
  11. // ensure this file is being included by a parent file
  12. if ( ! ( defined( '_VALID_CB' ) || defined( '_JEXEC' ) || defined( '_VALID_MOS' ) ) ) { die( 'Direct Access to this location is not allowed.' ); }
  13. $ueConfig['version'] = '1.2 RC 2';
  14. /** @global int $_CB_OneTwoRowsStyleToggle */
  15. /** @global int $_CB_ProfileItemid */
  16. /** @global array $_CB_outputedHeads storing already outputed items in head to output only once and avoid double-outputing */
  17. global $_CB_PMS, $_CB_OneTwoRowsStyleToggle, $_CB__Cache_ProfileItemid, $_CB_outputedHeads;
  18. // $_CB_PMS = new cbPMS(); // moved at end of file
  19. $_CB_OneTwoRowsStyleToggle = 1; // toggle for status sectionTableEntry display
  20. $_CB_outputedHeads = array();
  21. $_CB__Cache_ProfileItemid = null;
  22. cbimport( 'cb.tables' );
  23. cbimport( 'phpinputfilter.inputfilter' );
  24. cbimport( 'cb.acl' );
  25. define("_CB_SPOOFCHECKS",1);
  26. define( "_UE_PREGMATCH_VALID_EMAIL", "