前 次 新10 1- 板 カキコミ
[190]β徹子さん◆1GwReh1dZw 2005/07/03(日) 19:11:05 ID:5qR/6/Xg
abon.phpの53行目に
#==================================================
# スレ名変更
#==================================================
if(isset($_POST['mode']) and $_POST['mode'] == "thread-r") {
if(!is_file("../$bbs/dat/$key.dat")){
DispError("ERROR", "そんな板orスレッドないです。");
}
$datafile = "../$bbs/dat/$key.dat";
$temp = file($datafile);
$num = count($temp);
list(,,,,$subject) = explode("<>",$temp[0]);
$subject = chop($subject);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<link rel="stylesheet" href="main.css" type="text/css">
<title><?=$bbs?></title>
</head>
<body>
<h1 class="title"><?=$SETTING['BBS_TITLE']?></h1>
<h3>スレッド名変更</h3>
<hr>
スレッド : <a class="item" href="../test/read.php/<?=$_REQUEST['bbs']?>/<?=$_REQUEST['key']?>/">#<?=$_REQUEST['bbs'].$_REQUEST['key']?></a><br>
タイトル : <font color="red"><b><?=$subject?></b></font><br>
前 次 カキコミ
r.php ver2.5 (2005/03/28)