42a43,52
> //be対応文字コード変換
> if (preg_match("/^be.2ch.net/", $host)) {
>       include_once './strctl_class.inc';
>       $FROM = StrCtl::p2SJIStoEUC($FROM);
>       $mail = StrCtl::p2SJIStoEUC($mail);
>       $MESSAGE = StrCtl::p2SJIStoEUC($MESSAGE);
>       $submit = StrCtl::p2SJIStoEUC($submit);
>       $subject = StrCtl::p2SJIStoEUC($subject);
> }
>
350a361,366
>
>       //be認証
>       if (preg_match("/^be.2ch.net/", $host)) {
>               $request .= "Cookie: MDMD=認証コード(パスワードではない)\r\n";
>               $request .= "Cookie: DMDM=登録したメールアドレス\r\n";
>       }
431c447,450
<
---
>       //be文字コード
>       if (preg_match("/^be.2ch.net/", $host)) {
>               $response = StrCtl::p2EUCtoSJIS($response);
>       }

添付ファイル: filepost2.patch 2404件 [詳細] filepost.patch 1745件 [詳細]

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2006-10-06 (金) 21:37:10 (6412d)