Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
admin.comprofiler.php
Package: com_comprofiler.zip [view]
Upload User: stephen_wu
Upload Date: 2008-07-05
Package Size: 1757k
Code Size: 1k
Category:
Linux Network
Development Platform:
Unix_Linux
- <?php
- /**
- * Joomla Community Builder
- * @version $Id: admin.comprofiler.php 610 2006-12-13 17:33:44Z beat $
- * @package Community Builder
- * @subpackage admin.comprofiler.php
- * @author JoomlaJoe and Beat, database check function by Nick
- * @copyright (C) JoomlaJoe and Beat, www.joomlapolis.com
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
- */
- // ensure this file is being included by a parent file
- if ( ! ( defined( '_VALID_CB' ) || defined( '_JEXEC' ) || defined( '_VALID_MOS' ) ) ) { die( 'Direct Access to this location is not allowed.' ); }
- global $_CB_Admin_Done;
- if ( $_CB_Admin_Done ) {
- echo $_CB_Admin_Done;
- } else {
- if ( defined( 'JPATH_ADMINISTRATOR' ) ) {
- $_CB_joomla_adminpath = JPATH_ADMINISTRATOR;
- } else {
- global $mainframe;
- $_CB_joomla_adminpath = $mainframe->getCfg( 'absolute_path' ). "/administrator";
- }
- require( $_CB_joomla_adminpath . '/components/com_comprofiler/admin.comprofiler.controller.php' );
- $_CB_Admin_Done = true;
- }
- ?>