Показать сообщение отдельно

  #1  
Старый 09.10.2009, 00:03
m0Hze
Он хакер.
Регистрация: 01.11.2008
Сообщений: 1,756
С нами: 9223466

Репутация: 3171


По умолчанию

Цитата:
Сообщение от Failure  
PHP код:
$post_data = Array(
'icon' => 0,
'subject' => $subj,
'addbbcode20' => 100,
'helpbox' => 'Совет: Можно быстро применить стили к выделенному тексту.',
'message' => $msg,
'attach_sig' => 'on',
'topic_type' => 0,
'topic_time_limit' => 0,
'post' => 'Отправить',
'filecomment' => '',
'poll_title' => '',
'poll_option_text' => '',
'poll_max_options' => 1,
'poll_length' => 0,
'lastclick' => 1255029837,
'creation_time' => 1255029837,
'form_token' => $sid
);
$post_data http_build_query($post_data);

    
$out "GET http://site.ru/posting.php?mode=post&f=2&sid=".$sid." HTTP/1.1\r\n";
    
$out .= "Host: site.ru\r\n";
    
$out .= "Accept-Charset: utf-8;q=0.7\r\n";
    
$out .= "Content-Type: multipart/form-data\r\n";
    
$out .= "Cookie: ".$c."\r\n";
    
$out .= "Content-lenght: ".strlen($post_data)."\r\n\r\n".$post_data."\r\n";
/*
$c = печенье 
$sid = securityid
$subj & $msg понятно
*/ 
то что показал HTTPAnalyzer =\
не создает тему
Выглядит совсем не по феншую
 
Ответить с цитированием