SELECT subq.* , CONCAT(t2.lname, " ", t2.fname) AS name_trainer, t2.foto FROM (SELECT s.id, c.name AS city, s.active, s.name, st.name AS `type`, sd.date_start, sd.date_end, u.company, u.id AS id_organizer, (SELECT t.id FROM `conferences` AS s1 LEFT JOIN `conferences_speakers` AS str ON str.id_conferences = s1.id, `speakers` AS t WHERE t.id = str.id_speakers AND s1.id = s.id AND t.active=1 ORDER BY RAND() LIMIT 1) AS id_trainer FROM `conferences` AS s LEFT JOIN `places` AS p ON p.id=s.id_place LEFT JOIN `geo_city` AS c ON `p`.id_city=c.id, `conferences_date` AS sd, `conferences_type` AS st, `users` AS u WHERE company<>"" AND s.active=1 AND sd.id_conferences = s.id AND sd.id = (SELECT id FROM conferences_date AS sd1 WHERE sd1.date_start > NOW() AND sd1.id_conferences = s.id ORDER BY sd1.date_start LIMIT 1) AND s.id_type = st.id AND u.id = s.id_user AND sd.date_start > NOW( ) + INTERVAL 1 DAY ORDER BY sd.date_start LIMIT 5) AS subq LEFT JOIN `conferences_speakers` AS str2 ON str2.id_conferences = subq.id LEFT JOIN `speakers` AS t2 ON t2.id = str2.id_speakers AND t2.id=id_trainer ORDER BY RAND() LIMIT 1
Disk full (/tmp/#sql-temptable-254-1f99a2-9698.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
$_SERVER
<?
array (
  
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  
'HTTP_X_FORWARDED_FOR' => '216.73.216.60',
  
'HTTP_X_REAL_IP' => NULL,
  
'REMOTE_ADDR' => '216.73.216.60',
)
?>

$_GET
<?
array (
  
'path' => 'speakers/',
  
'ITEM' => '5',
  
'section' => 10,
  
'menu' => '',
  
'speakers' => '',
  
'random' => 'conferences',
)
?>

$_POST
<?
array (
)
?>

$_SESSION
<?
array (
  
'section' => 
  array (
    
'current_path' => 'speakers',
  ),
  
'meta' => 
  array (
    
'id' => '2',
    
'id_section' => '1',
    
'id_item' => '0',
    
'title' => 'Семинары, тренинги и конференции в Москве, России: личностный рост, повышение продаж, обучение персонала, ведение переговоров.',
    
'description' => 'На сайте представлен график проведения конференций, семинаров и тренингов в Москве и других городах России, цены за участие и имена тренеров. Темы мероприятий: личностный рост, повышение продаж, обучение персонала, ведение переговоров, бухучет, финансы, менеджмент и маркетинг.',
    
'keywords' => '',
  ),
  
'current' => 'people',
)
?>

BACKTRACE
<?
array (
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/db.php',
    
'line' => 41,
    
'function' => 'report',
    
'class' => 'Error',
    
'type' => '::',
    
'args' => 
    array (
      
=> 
      array (
        
=> 'SELECT subq.* , CONCAT(t2.lname, " ", t2.fname) AS name_trainer, t2.foto
                            FROM 
                              (SELECT s.id, c.name AS city, s.active, s.name, st.name AS `type`, sd.date_start, sd.date_end, u.company, u.id AS id_organizer, 
                                (SELECT t.id FROM `conferences` AS s1 LEFT JOIN `conferences_speakers` AS str ON str.id_conferences = s1.id, `speakers` AS t 
                                 WHERE t.id = str.id_speakers AND s1.id = s.id AND t.active=1 ORDER BY RAND() LIMIT 1) AS id_trainer
                               FROM `conferences` AS s LEFT JOIN `places` AS p ON p.id=s.id_place LEFT JOIN `geo_city` AS c ON `p`.id_city=c.id, `conferences_date` AS sd, `conferences_type` AS st, `users` AS u 
                               WHERE company<>"" AND s.active=1 AND sd.id_conferences = s.id AND sd.id = 
                                 (SELECT id FROM conferences_date AS sd1 WHERE sd1.date_start > NOW() AND sd1.id_conferences = s.id ORDER BY sd1.date_start LIMIT 1)
                                 AND s.id_type = st.id AND u.id = s.id_user AND sd.date_start > NOW( ) + INTERVAL 1 DAY 
                                 ORDER BY sd.date_start LIMIT 5) AS subq LEFT JOIN `conferences_speakers` AS str2 ON str2.id_conferences = subq.id LEFT JOIN `speakers` AS t2
                            ON t2.id = str2.id_speakers AND t2.id=id_trainer ORDER BY RAND() LIMIT 1'
,
        
=> 'Disk full (/tmp/#sql-temptable-254-1f99a2-9698.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")',
      ),
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/db.php',
    
'line' => 26,
    
'function' => 'simple_query',
    
'class' => 'Db',
    
'object' => 
    
Db::__set_state(array(
       
'prepare_tokens' => 
      array (
      ),
       
'prepare_types' => 
      array (
      ),
       
'prepared_queries' => 
      array (
      ),
       
'error' => true,
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'SELECT subq.* , CONCAT(t2.lname, " ", t2.fname) AS name_trainer, t2.foto
                            FROM 
                              (SELECT s.id, c.name AS city, s.active, s.name, st.name AS `type`, sd.date_start, sd.date_end, u.company, u.id AS id_organizer, 
                                (SELECT t.id FROM `conferences` AS s1 LEFT JOIN `conferences_speakers` AS str ON str.id_conferences = s1.id, `speakers` AS t 
                                 WHERE t.id = str.id_speakers AND s1.id = s.id AND t.active=1 ORDER BY RAND() LIMIT 1) AS id_trainer
                               FROM `conferences` AS s LEFT JOIN `places` AS p ON p.id=s.id_place LEFT JOIN `geo_city` AS c ON `p`.id_city=c.id, `conferences_date` AS sd, `conferences_type` AS st, `users` AS u 
                               WHERE company<>"" AND s.active=1 AND sd.id_conferences = s.id AND sd.id = 
                                 (SELECT id FROM conferences_date AS sd1 WHERE sd1.date_start > NOW() AND sd1.id_conferences = s.id ORDER BY sd1.date_start LIMIT 1)
                                 AND s.id_type = st.id AND u.id = s.id_user AND sd.date_start > NOW( ) + INTERVAL 1 DAY 
                                 ORDER BY sd.date_start LIMIT 5) AS subq LEFT JOIN `conferences_speakers` AS str2 ON str2.id_conferences = subq.id LEFT JOIN `speakers` AS t2
                            ON t2.id = str2.id_speakers AND t2.id=id_trainer ORDER BY RAND() LIMIT 1'
,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/db.php',
    
'line' => 187,
    
'function' => 'query',
    
'class' => 'Db',
    
'object' => 
    
Db::__set_state(array(
       
'prepare_tokens' => 
      array (
      ),
       
'prepare_types' => 
      array (
      ),
       
'prepared_queries' => 
      array (
      ),
       
'error' => true,
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'SELECT subq.* , CONCAT(t2.lname, " ", t2.fname) AS name_trainer, t2.foto
                            FROM 
                              (SELECT s.id, c.name AS city, s.active, s.name, st.name AS `type`, sd.date_start, sd.date_end, u.company, u.id AS id_organizer, 
                                (SELECT t.id FROM `conferences` AS s1 LEFT JOIN `conferences_speakers` AS str ON str.id_conferences = s1.id, `speakers` AS t 
                                 WHERE t.id = str.id_speakers AND s1.id = s.id AND t.active=1 ORDER BY RAND() LIMIT 1) AS id_trainer
                               FROM `conferences` AS s LEFT JOIN `places` AS p ON p.id=s.id_place LEFT JOIN `geo_city` AS c ON `p`.id_city=c.id, `conferences_date` AS sd, `conferences_type` AS st, `users` AS u 
                               WHERE company<>"" AND s.active=1 AND sd.id_conferences = s.id AND sd.id = 
                                 (SELECT id FROM conferences_date AS sd1 WHERE sd1.date_start > NOW() AND sd1.id_conferences = s.id ORDER BY sd1.date_start LIMIT 1)
                                 AND s.id_type = st.id AND u.id = s.id_user AND sd.date_start > NOW( ) + INTERVAL 1 DAY 
                                 ORDER BY sd.date_start LIMIT 5) AS subq LEFT JOIN `conferences_speakers` AS str2 ON str2.id_conferences = subq.id LEFT JOIN `speakers` AS t2
                            ON t2.id = str2.id_speakers AND t2.id=id_trainer ORDER BY RAND() LIMIT 1'
,
      
=> NULL,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/xml.php',
    
'line' => 365,
    
'function' => 'get_all',
    
'class' => 'Db',
    
'object' => 
    
Db::__set_state(array(
       
'prepare_tokens' => 
      array (
      ),
       
'prepare_types' => 
      array (
      ),
       
'prepared_queries' => 
      array (
      ),
       
'error' => true,
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'SELECT subq.* , CONCAT(t2.lname, " ", t2.fname) AS name_trainer, t2.foto
                            FROM 
                              (SELECT s.id, c.name AS city, s.active, s.name, st.name AS `type`, sd.date_start, sd.date_end, u.company, u.id AS id_organizer, 
                                (SELECT t.id FROM `conferences` AS s1 LEFT JOIN `conferences_speakers` AS str ON str.id_conferences = s1.id, `speakers` AS t 
                                 WHERE t.id = str.id_speakers AND s1.id = s.id AND t.active=1 ORDER BY RAND() LIMIT 1) AS id_trainer
                               FROM `conferences` AS s LEFT JOIN `places` AS p ON p.id=s.id_place LEFT JOIN `geo_city` AS c ON `p`.id_city=c.id, `conferences_date` AS sd, `conferences_type` AS st, `users` AS u 
                               WHERE company<>"" AND s.active=1 AND sd.id_conferences = s.id AND sd.id = 
                                 (SELECT id FROM conferences_date AS sd1 WHERE sd1.date_start > NOW() AND sd1.id_conferences = s.id ORDER BY sd1.date_start LIMIT 1)
                                 AND s.id_type = st.id AND u.id = s.id_user AND sd.date_start > NOW( ) + INTERVAL 1 DAY 
                                 ORDER BY sd.date_start LIMIT 5) AS subq LEFT JOIN `conferences_speakers` AS str2 ON str2.id_conferences = subq.id LEFT JOIN `speakers` AS t2
                            ON t2.id = str2.id_speakers AND t2.id=id_trainer ORDER BY RAND() LIMIT 1'
,
      
=> NULL,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/modules/conferences/client_conferences.php',
    
'line' => 65,
    
'function' => 'from_db',
    
'class' => 'Xml',
    
'type' => '::',
    
'args' => 
    array (
      
=> '/',
      
=> 'SELECT subq.* , CONCAT(t2.lname, " ", t2.fname) AS name_trainer, t2.foto
                            FROM 
                              (SELECT s.id, c.name AS city, s.active, s.name, st.name AS `type`, sd.date_start, sd.date_end, u.company, u.id AS id_organizer, 
                                (SELECT t.id FROM `conferences` AS s1 LEFT JOIN `conferences_speakers` AS str ON str.id_conferences = s1.id, `speakers` AS t 
                                 WHERE t.id = str.id_speakers AND s1.id = s.id AND t.active=1 ORDER BY RAND() LIMIT 1) AS id_trainer
                               FROM `conferences` AS s LEFT JOIN `places` AS p ON p.id=s.id_place LEFT JOIN `geo_city` AS c ON `p`.id_city=c.id, `conferences_date` AS sd, `conferences_type` AS st, `users` AS u 
                               WHERE company<>"" AND s.active=1 AND sd.id_conferences = s.id AND sd.id = 
                                 (SELECT id FROM conferences_date AS sd1 WHERE sd1.date_start > NOW() AND sd1.id_conferences = s.id ORDER BY sd1.date_start LIMIT 1)
                                 AND s.id_type = st.id AND u.id = s.id_user AND sd.date_start > NOW( ) + INTERVAL 1 DAY 
                                 ORDER BY sd.date_start LIMIT 5) AS subq LEFT JOIN `conferences_speakers` AS str2 ON str2.id_conferences = subq.id LEFT JOIN `speakers` AS t2
                            ON t2.id = str2.id_speakers AND t2.id=id_trainer ORDER BY RAND() LIMIT 1'
,
      
=> NULL,
      
=> 'random',
      
=> NULL,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/events.php',
    
'line' => 120,
    
'function' => 'get_list',
    
'class' => 'Client_conferences',
    
'object' => 
    
Client_conferences::__set_state(array(
       
'city' => '',
       
'corporative' => NULL,
       
'field' => NULL,
       
'sec' => NULL,
       
'sections' => NULL,
       
'path' => NULL,
       
'db' => 
      
Db::__set_state(array(
         
'prepare_tokens' => 
        array (
        ),
         
'prepare_types' => 
        array (
        ),
         
'prepared_queries' => 
        array (
        ),
         
'error' => true,
      )),
       
'table' => 'conferences',
       
'verify' => true,
       
'rules' => 
      
stdClass::__set_state(array(
         
'bridge' => 
        array (
          
=> 'id_section',
          
=> 'id_speakers',
          
=> 'id_contacts',
          
=> 'id_sponsors',
          
=> 'id_advertise',
        ),
         
'checkbox' => 
        array (
          
=> 'only_materials',
          
=> 'free',
        ),
         
'photo_one' => 'logo',
      )),
       
'field_verify' => 
      
stdClass::__set_state(array(
         
'empty' => 
        
stdClass::__set_state(array(
           
'name' => 'Название',
           
'text' => 'Полное описание',
           
'id_section' => 'Категория',
           
'id_place' => 'Место проведения',
        )),
      )),
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'random',
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/client_control.php',
    
'line' => 54,
    
'function' => 'brief',
    
'class' => 'Events',
    
'object' => 
    
Client_conferences::__set_state(array(
       
'city' => '',
       
'corporative' => NULL,
       
'field' => NULL,
       
'sec' => NULL,
       
'sections' => NULL,
       
'path' => NULL,
       
'db' => 
      
Db::__set_state(array(
         
'prepare_tokens' => 
        array (
        ),
         
'prepare_types' => 
        array (
        ),
         
'prepared_queries' => 
        array (
        ),
         
'error' => true,
      )),
       
'table' => 'conferences',
       
'verify' => true,
       
'rules' => 
      
stdClass::__set_state(array(
         
'bridge' => 
        array (
          
=> 'id_section',
          
=> 'id_speakers',
          
=> 'id_contacts',
          
=> 'id_sponsors',
          
=> 'id_advertise',
        ),
         
'checkbox' => 
        array (
          
=> 'only_materials',
          
=> 'free',
        ),
         
'photo_one' => 'logo',
      )),
       
'field_verify' => 
      
stdClass::__set_state(array(
         
'empty' => 
        
stdClass::__set_state(array(
           
'name' => 'Название',
           
'text' => 'Полное описание',
           
'id_section' => 'Категория',
           
'id_place' => 'Место проведения',
        )),
      )),
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> '55',
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/index.php',
    
'line' => 7,
    
'function' => 'show',
    
'class' => 'Client_control',
    
'object' => 
    
Client_control::__set_state(array(
       
'db' => 
      
Db::__set_state(array(
         
'prepare_tokens' => 
        array (
        ),
         
'prepare_types' => 
        array (
        ),
         
'prepared_queries' => 
        array (
        ),
         
'error' => true,
         
'last_parameters' => 
        array (
          
=> 10,
          
=> '55',
        ),
      )),
    )),
    
'type' => '->',
    
'args' => 
    array (
    ),
  ),
)
?>
SELECT s.module,s.id, s.name, s.visible, s.static, s.sys, s.id_parent, s.path, s.alias, s.count, s.count_open, s.count_last, s.count_corporative, s.count_corporative_open, s.count_corporative_last FROM section s LEFT JOIN meta_tags m ON s.id = m.id_section and m.id_item=0 ORDER BY s.priority
Disk full (/tmp/#sql-temptable-254-1f99a2-969c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
$_SERVER
<?
array (
  
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  
'HTTP_X_FORWARDED_FOR' => '216.73.216.60',
  
'HTTP_X_REAL_IP' => NULL,
  
'REMOTE_ADDR' => '216.73.216.60',
)
?>

$_GET
<?
array (
  
'path' => 'speakers/',
  
'ITEM' => '5',
  
'section' => 10,
  
'menu' => '',
  
'speakers' => '',
  
'random' => 'conferences',
)
?>

$_POST
<?
array (
)
?>

$_SESSION
<?
array (
  
'section' => 
  array (
    
'current_path' => 'speakers',
  ),
  
'meta' => 
  array (
    
'id' => '2',
    
'id_section' => '1',
    
'id_item' => '0',
    
'title' => 'Муравьёв Андрей',
    
'description' => 'Преподаватель курсов и семинаров по Интернет-маркетингу',
    
'keywords' => '',
  ),
  
'current' => 'people',
  
'permission' => 
  array (
    
'view' => 
    array (
    ),
    
'add' => 
    array (
    ),
  ),
  
'type' => 'seminars',
)
?>

BACKTRACE
<?
array (
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/db.php',
    
'line' => 41,
    
'function' => 'report',
    
'class' => 'Error',
    
'type' => '::',
    
'args' => 
    array (
      
=> 
      array (
        
=> 'SELECT s.module,s.id, s.name, s.visible,  s.static, s.sys, s.id_parent, s.path, s.alias, s.count, s.count_open, s.count_last, s.count_corporative, s.count_corporative_open, s.count_corporative_last FROM section s LEFT JOIN meta_tags m ON s.id = m.id_section and m.id_item=0
                            ORDER BY s.priority'
,
        
=> 'Disk full (/tmp/#sql-temptable-254-1f99a2-969c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")',
      ),
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/db.php',
    
'line' => 26,
    
'function' => 'simple_query',
    
'class' => 'Db',
    
'object' => 
    
Db::__set_state(array(
       
'prepare_tokens' => 
      array (
      ),
       
'prepare_types' => 
      array (
      ),
       
'prepared_queries' => 
      array (
      ),
       
'error' => true,
       
'last_parameters' => 
      array (
        
=> 10,
      ),
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'SELECT s.module,s.id, s.name, s.visible,  s.static, s.sys, s.id_parent, s.path, s.alias, s.count, s.count_open, s.count_last, s.count_corporative, s.count_corporative_open, s.count_corporative_last FROM section s LEFT JOIN meta_tags m ON s.id = m.id_section and m.id_item=0
                            ORDER BY s.priority'
,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/client_section.php',
    
'line' => 59,
    
'function' => 'query',
    
'class' => 'Db',
    
'object' => 
    
Db::__set_state(array(
       
'prepare_tokens' => 
      array (
      ),
       
'prepare_types' => 
      array (
      ),
       
'prepared_queries' => 
      array (
      ),
       
'error' => true,
       
'last_parameters' => 
      array (
        
=> 10,
      ),
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'SELECT s.module,s.id, s.name, s.visible,  s.static, s.sys, s.id_parent, s.path, s.alias, s.count, s.count_open, s.count_last, s.count_corporative, s.count_corporative_open, s.count_corporative_last FROM section s LEFT JOIN meta_tags m ON s.id = m.id_section and m.id_item=0
                            ORDER BY s.priority'
,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/client_section.php',
    
'line' => 122,
    
'function' => 'get_section',
    
'class' => 'Client_section',
    
'object' => 
    
Client_section::__set_state(array(
       
'db' => 
      
Db::__set_state(array(
         
'prepare_tokens' => 
        array (
        ),
         
'prepare_types' => 
        array (
        ),
         
'prepared_queries' => 
        array (
        ),
         
'error' => true,
         
'last_parameters' => 
        array (
          
=> 10,
        ),
      )),
       
'ar' => NULL,
       
'index' => NULL,
       
'mites' => NULL,
       
'cursor' => 
      array (
        
'current_name' => 'Докладчики',
        
'parent_name' => NULL,
        
'parent_id' => NULL,
        
'current_module' => 'mod_people',
        
'current_path' => 'speakers',
        
'current_id' => 10,
      ),
       
'add_ar' => NULL,
       
'children_id' => 
      array (
      ),
       
'ar_full' => NULL,
    )),
    
'type' => '->',
    
'args' => 
    array (
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/engine/class/client_control.php',
    
'line' => 77,
    
'function' => 'show',
    
'class' => 'Client_section',
    
'object' => 
    
Client_section::__set_state(array(
       
'db' => 
      
Db::__set_state(array(
         
'prepare_tokens' => 
        array (
        ),
         
'prepare_types' => 
        array (
        ),
         
'prepared_queries' => 
        array (
        ),
         
'error' => true,
         
'last_parameters' => 
        array (
          
=> 10,
        ),
      )),
       
'ar' => NULL,
       
'index' => NULL,
       
'mites' => NULL,
       
'cursor' => 
      array (
        
'current_name' => 'Докладчики',
        
'parent_name' => NULL,
        
'parent_id' => NULL,
        
'current_module' => 'mod_people',
        
'current_path' => 'speakers',
        
'current_id' => 10,
      ),
       
'add_ar' => NULL,
       
'children_id' => 
      array (
      ),
       
'ar_full' => NULL,
    )),
    
'type' => '->',
    
'args' => 
    array (
      
=> 'section_category',
      
=> '36',
      
=> true,
    ),
  ),
  
=> 
  array (
    
'file' => '/home/allevents/domains/allevents.ru/public_html/index.php',
    
'line' => 7,
    
'function' => 'show',
    
'class' => 'Client_control',
    
'object' => 
    
Client_control::__set_state(array(
       
'db' => 
      
Db::__set_state(array(
         
'prepare_tokens' => 
        array (
        ),
         
'prepare_types' => 
        array (
        ),
         
'prepared_queries' => 
        array (
        ),
         
'error' => true,
         
'last_parameters' => 
        array (
          
=> 10,
          
=> 10,
        ),
      )),
    )),
    
'type' => '->',
    
'args' => 
    array (
    ),
  ),
)
?>
Муравьёв Андрей
 
Success Center

Муравьёв   Андрей   Борисович

Преподаватель курсов и семинаров по Интернет-маркетингу

Телефон: (812) 970-10-66
Телефон:(812) 970-10-66
Факс:
Success CenterПреподаватель Интернет-маркетинга

описание


О преподавателе


Муравьев Андрей Борисович



Преподаватель, эксперт в области поискового продвижения сайтов, интернет-маркетинга (SEO, SEM).

Образование: высшее педагогическое.

Солидный опыт работы в нескольких Петербургских интернет-агентствах (Molinos, Subscribe.ru, Infobox). За время работы сделано более 3-х десятков проектов.

Специалист в области поискового продвижения сайтов. Участник Российских конференций и семинаров по поисковой оптимизации.

 

РЕКЛАМА:
© Copyright 2005-2019. Все права защищены.
Администрация не несет ответственность за информацию добавленную организаторами