元スレ【テスト】PHPで2chにHello Worldを書き込む 2
php覧 / PC版 /みんなの評価 :
253 = :
$cookie .= "NAME=\"\"; MAIL=\"\"; yuki=akari; HAP=" . $hap . ";\r\n";
$out = $head . $cookie . "Content-Length: " . $length . "\r\n\r\n" . $body;
$fp = fsockopen( $server, 80, $errno, $errstr, 30 );
if ( !$fp ) {
echo "$errstr ($errno)<br>\n";
exit;
}
$check = "";
fwrite( $fp, $out );
while ( !feof( $fp ) ) {
$check .= fgets( $fp, 128 );
}
fclose( $fp );
if ( mb_strpos( $check, "<title>書きこみました。</title>" ) ) {
echo "書きこみに成功しました。";
exit();
} else {
echo "書きこみに失敗しました。";
}
?>
254 = :
Hello world
256 = :
Hello world
257 = :
Hello world
258 = :
てす
259 = :
てすてす
260 :
てす
262 = :
できるよ
263 = :
Hello world
264 = :
Hello world
265 = :
てす
266 = :
a
267 = :
b
268 = :
c
269 = :
d
270 = :
e
271 = :
f
272 = :
g
273 = :
h
274 = :
Hello world
275 = :
Hello world
276 = :
Hello world
280 = :
てす
281 = :
a
282 = :
aaaa
286 = :
てすとん
287 = :
て
289 = :
Hello World
293 = :
全然来なかった・・・
294 = :
全然来なかった・・・
Part.2
295 = :
コンマ00チャレンジ
296 = :
コンマ00チャレンジ
298 = :
Hello World
300 = :
おい書き込みどころか確認画面にも辿り着かんぞどういうことだ
500が返ってくるのに408って書いてあるし意味不明
HTTP/1.1 500 Internal Server Error
Date: Sat, 09 Nov 2013 ****** GMT
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8q PHP/5.3.8 mod_antilor
is/0.4
Vary: Accept-Encoding
Content-Length: 675
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>408 Request Time-out</title>
</head><body>
<h1>Request Time-out</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
ch2koha@banana8312.maido3.com and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8q PHP/5.3.8 mod_antilo
ris/0.4 Server at kohada.2ch.net Port 80</address>
</body></html>
みんなの評価 :
類似してるかもしれないスレッド
- 【コードギアスレ】Delphi for PHP【RADツール】 (83) - [29%] - 2019/5/9 7:46
- 【PHP】下らねぇ質問はID出して書き込みやがれ 92 (1001) - [26%] - 2010/2/15 17:01 ○
- 【PHP】下らねぇ質問はID出して書き込みやがれ 82 (1001) - [26%] - 2009/4/6 19:33
トップメニューへ / →のくす牧場書庫について