Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
addScript( $basepath . '/components/com_pay/assets/scripts/pay.js' ); $doc->addStyleSheet( $basepath . '/components/com_pay/assets/styles/pay.css' ); $app = JFactory::getApplication(); if ( empty( $title ) ) { $title = $app->getCfg( 'sitename' ); } elseif ( $app->getCfg( 'sitename_pagetitles', 0 ) == 1 ) { $title = JText::sprintf( 'JPAGETITLE', $app->getCfg( 'sitename' ), $title ); } elseif ( $app->getCfg( 'sitename_pagetitles', 0 ) == 2 ) { $title = JText::sprintf( 'JPAGETITLE', $title, $app->getCfg( 'sitename' ) ); } $doc->setTitle( $title ); if ( trim( $metadesc ) ) { $doc->setDescription( $metadesc ); } if ( trim( $metakey ) ) { $doc->setMetaData( 'keywords', $metakey ); } } public function mymail($msg,$subject,$mmail) { $mailer =& JFactory::getMailer(); $conf = new JConfig(); $sender = array( $conf->mailfrom, $conf->fromname); $mailer->setSender($sender); $mailer->addRecipient($mmail); $mailer->setSubject($subject); $mailer->isHTML(true); $mailer->Encoding = 'base64'; $mailer->setBody($msg); $send =& $mailer->Send(); return $send; } public function GetValue($sql) { $db =&JFactory::getDBO(); $count=''; $ret=''; $field='val'; $db->setQuery($sql, 0, $count); $rows = $db->loadObjectList(); if (count($rows)<>0) foreach ($rows as $row) {$ret=$row->$field;}; return $ret; } public function query($query) { $db =&JFactory::getDBO(); $db->setquery($query); return $db->query($query); } }