( ! ) Notice: Undefined offset: 2 in C:\wamp64\www\iep\components\com_flippingbook\router.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 43
Call Stack
#TimeMemoryFunctionLocation
10.0004251224{main}( )...\index.php:0
20.09165148744JSite->route( )...\index.php:36
30.09165148856JApplication->route( )...\application.php:132
40.09865604176JRouterSite->parse( )...\application.php:251
50.09915606544JRouter->parse( )...\router.php:75
60.09915607736JRouterSite->_parseSefRoute( )...\router.php:173
70.13306853200FlippingBookParseRoute( )...\router.php:299
IG Programms Handbook

IG Programms Handbook


( ! ) Notice: Array to string conversion in C:\wamp64\www\iep\libraries\joomla\filter\input.php on line 170
Call Stack
#TimeMemoryFunctionLocation
10.0004251224{main}( )...\index.php:0
20.20378011576JSite->dispatch( )...\index.php:42
30.20558015024JComponentHelper::renderComponent( )...\application.php:194
40.20758021736JComponentHelper::executeComponent( )...\helper.php:348
50.20798047200require_once( 'C:\wamp64\www\iep\components\com_flippingbook\flippingbook.php' )...\helper.php:380
60.20798051240eval( '$O000O0O00=$OOO000O00($OOO0O0O00,'rb');$O0O00OO00($O000O0O00,0x531);$OO00O00O0=$OOO0000O0($OOO00000O($O0O00OO00($O000O0O00,0x17c),'K46udqCFYRe2LyTDxIXbSNhkrsW3mw5GJ0nBj+gfHlcZE9zVatA81v7/pOUQPMio=','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'));eval($OO00O00O0);' )...\flippingbook.php:1
70.20828064144eval( '$OO00O00O0=str_replace('__FILE__',"'".$OOO0O0O00."'",$OOO0000O0($OOO00000O($O0O00OO00($O000O0O00,$OO00O0000),'K46udqCFYRe2LyTDxIXbSNhkrsW3mw5GJ0nBj+gfHlcZE9zVatA81v7/pOUQPMio=','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/')));fclose($O000O0O00);eval($OO00O00O0);' )...\flippingbook.php(1) : eval()'d code:1
80.20828059200eval( ' defined('_JEXEC') or die; jimport('joomla.application.component.controller'); $controller = JController::getInstance('FlippingBook'); $controller->execute(JRequest::getCmd('task')); $controller->redirect();' )...\flippingbook.php(1) : eval()'d code(1) : eval()'d code:1
90.21128260568JController->execute( )...\flippingbook.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code:5
100.21128260728FlippingBookController->display( )...\controller.php:761
110.21128261176JController->display( )...\controller.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code:9
120.21878783648FlippingBookViewBook->display( )...\controller.php:722
130.39468850480JView->display( )...\view.html.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code:14
140.39468851048JView->loadTemplate( )...\view.php:205
150.39658906400include( 'C:\wamp64\www\iep\components\com_flippingbook\views\book\tmpl\default.php' )...\view.php:647
160.39658910992eval( '$O000O0O00=$OOO000O00($OOO0O0O00,'rb');$O0O00OO00($O000O0O00,0x520);$OO00O00O0=$OOO0000O0($OOO00000O($O0O00OO00($O000O0O00,0x17c),'K46udqCFYRe2LyTDxIXbSNhkrsW3mw5GJ0nBj+gfHlcZE9zVatA81v7/pOUQPMio=','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'));eval($OO00O00O0);' )...\default.php:1
170.39698923920eval( '$OO00O00O0=str_replace('__FILE__',"'".$OOO0O0O00."'",$OOO0000O0($OOO00000O($O0O00OO00($O000O0O00,$OO00O0000),'K46udqCFYRe2LyTDxIXbSNhkrsW3mw5GJ0nBj+gfHlcZE9zVatA81v7/pOUQPMio=','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/')));fclose($O000O0O00);eval($OO00O00O0);' )...\default.php(1) : eval()'d code:1
180.39819136200eval( ' defined('_JEXEC') or die; $output_html = ''; $lang = JFactory::getLanguage(); $lang->load('com_flippingbook',JPATH_SITE,$lang->getDefault(),false,false); $book_id = intval( JRequest::getVar( 'id',0,'get','int') ); if ( isset( $book_id_for_module ) ) { $book_id = $book_id_for_module; } $current_itemid = intval( JRequest::getInt( 'Itemid') ); if ( $current_itemid ) { $current_itemid = '&Itemid='.$current_itemid; }else { $current_itemid = ''; } $current_catid = intval( JRequest::getInt( 'catid') ); if ( $current_catid ) { $current_catid = '&catid='.$current_catid; }else { $current_catid = ''; } $db = JFactory::getDBO(); $db->setQuery( "SELECT * FROM #__flippingbook_books WHERE id=".intval ( $book_id ) ); $bookRow = $db->loadObjectList(); $bookParams = $bookRow[0]; $db->setQuery("SELECT * FROM #__flippingbook_pages WHERE book_id = ".intval ( $book_id ) ." AND published = 1 ORDER BY ordering"); $rows = $db->loadObjectList(); $total_pages = count($rows); $firstPageNumber = intval( JRequest::getVar( 'page','','get','int') ); if ( $firstPageNumber == '') { $firstPageNumber = $bookParams->first_page; } if ( $firstPageNumber == 0 ) { $firstPageNumber = 1; } $firstPageNumber_for_html = $firstPageNumber; if ( $bookParams->direction == "RTL") { $firstPageNumber = $total_pages -$firstPageNumber +1; if ( $total_pages%2 == 1 ) { $firstPageNumber++; } } if ( !defined( "FB_version") ) { $db = JFactory::getDBO(); $query = "SELECT name, value FROM #__flippingbook_config"; $db->setQuery($query); $c_rows = $db->loadObjectList(); foreach ( $c_rows as $row ) { eval ( "DEFINE('FB_".$row->name ."', '".$row->value ."');"); } } $user = JFactory::getUser(); $levels = $user->authorisedLevels(); if ( !in_array($bookParams->access,$levels ) ) { $output_html .= '
'.JText::_( "COM_FLIPPINGBOOK_YOU_ARE_NOT_AUTHORIZED_TO_VIEW_THIS_BOOK") .'
'; }elseif ( count( $bookParams ) == 0) { $output_html .= '
'.JText::_( "COM_FLIPPINGBOOK_THE_REQUESTED_BOOK_DOESN_T_EXISTS") .'
'; }elseif ( $bookParams->published == 0) { $output_html .= '
'.JText::_( "COM_FLIPPINGBOOK_THE_REQUESTED_BOOK_HAS_BEEN_UNPUBLISHED") .'
'; }else { $db->setQuery( "UPDATE #__flippingbook_books SET hits=(hits+1) WHERE id=".intval ( $book_id ) ); $db->query(); $document = JFactory::getDocument(); $headerTad = ''; $document->addCustomTag( $headerTad ); if ( !defined('FBComponentJSlibrariesMainLoaded') ) { define ('FBComponentJSlibrariesMainLoaded',1); $headerTad=''; $document->addCustomTag( $headerTad ); $headerTad=''; $document->addCustomTag( $headerTad ); $headerTad=''; $document->addCustomTag( $headerTad ); } if ( !defined('FBComponentJSlibrariesAjaxLoaded') ) { define ('FBComponentJSlibrariesAjaxLoaded',1); if ( $bookParams->zooming_method == 1 ) { $headerTad=''; $document->addCustomTag( $headerTad ); $headerTad=''; $document->addCustomTag( $headerTad ); } } $unique_suffix = rand(); $output_html .= '
'; $output_html .= '
'.JText::_("COM_FLIPPINGBOOK_THIS_IS_A_SEO_VERSION") .''.$bookParams->title .' '.JText::_( "COM_FLIPPINGBOOK_PAGE") .$firstPageNumber_for_html .'
'.JText::_( "COM_FLIPPINGBOOK_ENABLE_JAVASCRIPT") .' '.JText::_( "COM_FLIPPINGBOOK_DOWNLOAD_ADOBE_FLASH_PLAYER_NOW") .'
'; $output_html .= '
background_image."');".'">'; if ( $total_pages >0 ) { if ( strtolower( substr( $rows[$firstPageNumber_for_html -1]->file,-3,3 ) ) == 'swf') { $output_html .= ''; }else { if ( $rows[$firstPageNumber_for_html -1]->zoom_url == "") { $zoom_url = $rows[$firstPageNumber_for_html -1]->file; }else { $zoom_url = $rows[$firstPageNumber_for_html -1]->zoom_url; } $output_html .= ''; $output_html .= ''; $output_html .= ''; } } $output_html .= ''; $output_html .= '
'; if ( $total_pages >0 ) { $output_html .= $rows[$firstPageNumber_for_html -1]->description; } $output_html .= '
'; $output_html .= ''."\n"; if ( $bookParams->flash_height == '100%') { $bookParams->show_pages_description = 0; } if ( ( $bookParams->show_pages_description == 1 ) ||( $bookParams->show_book_description == 1 ) ) { $output_html .= '
'; if ( $bookParams->show_pages_description == 1 ) { if ( $bookParams->direction == "RTL") { $output_html .= '
'."\n"; $output_html .= '
'."\n"; }else { $output_html .= '
'."\n"; $output_html .= '
'."\n"; } } if ( $bookParams->show_book_description == 1 ) { $output_html .= '
'.$bookParams->description ."
\n\n"; } $output_html .= '
'; } if ( $bookParams->show_pages_description == 1 ) { $page_decriptions = ''; $db->setQuery( "SELECT * FROM #__flippingbook_pages WHERE book_id = ".intval ( $book_id ) ." AND published = 1 ORDER BY ordering"); $p_rows = $db->loadObjectList(); $i = 1; foreach ( $p_rows as $row ) { if ( $bookParams->direction == "RTL") { $page_decriptions .= '
'.$row->description ."
\n"; }else { $page_decriptions .= '
'.$row->description ."
\n"; } $i++; } $output_html .= '\n"; } } $output_html .= '
FlippingBook page flip extension for Joomla.
'; if ( empty( $call_from_plugin ) ) { echo $output_html; } '
)
...\default.php(1) : eval()'d code(1) : eval()'d code:1
190.39839136800JRequest::getInt( )...\default.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code:16
200.39839137008JRequest::getVar( )...\request.php:197
210.39839137296JRequest::_cleanVar( )...\request.php:143
220.39839137344JFilterInput->clean( )...\request.php:632
This is a SEO version of IG Programms Handbook Page 1
To view this content in Flash, you must have version 8 or greater and Javascript must be enabled. To download the last Flash player click here
FlippingBook page flip extension for Joomla.

Designed by IDC-AASTMT

~ At the Heart of Education ~

(C) 2014 International Educational Programs