お前、ごしなあな確定な&#x263a🕳&#x263a [🤥★] (805)

←← 掲示板一覧に戻る ← スレッド一覧に戻る

149 それでも動く名無し@転載禁止 2022/09/12(月) 00:35:43.95 ID:???

無能3ch運営、誤字ってて草🤣
"書き込めなスレッド"ってなんだよwww

#subject表示
if ($subbbs == "subject.txt") {
header("Content-type: text/plain; charset=Shift_JIS");
header("Access-Control-Allow-Origin: *");
#スレ一覧
$subject_file = $BBSSERV."log/".$bbs."/subject.txt";
#スレッド924 = 書き込めなスレッド ←書き込めなスレッド!?
$sub_file = $BBSSERV."924.txt";
if (is_file($sub_file)) {
$SUB = file($sub_file);
foreach($SUB as $tmp){
list($key,$subject,$res,) = explode("<>",$SUB[$s-1]);
if (preg_match("/[0-9]/", $key) and !preg_match("/[^0-9]/", $key) and $subject and preg_match("/[0-9]/", $res) and !preg_match("/[^0-9]/", $res) and $res > 0 and $key > 0) {
echo $key.".dat<>".$subject." (".$res.")\n";
++$s;
}
}
}