データベース ファイルに書き込まれた discuz 投稿について教えてください
データベースに書き込まれたファイル forum_post.php
のバージョンについて教えてください。どの段落がメインですか。 ?
この段落ですが、そのようには見えません:
$extra = !empty($_GET['extra']) ? rawurlencode($_GET['extra']) : '';<br />$notifycheck = empty($emailnotify) ? '' : 'checked="checked"';<br />$stickcheck = empty($sticktopic) ? '' : 'checked="checked"';<br />$digestcheck = empty($addtodigest) ? '' : 'checked="checked"';<br /><br />$subject = isset($_GET['subject']) ? dhtmlspecialchars(censor(trim($_GET['subject']))) : '';<br />$subject = !empty($subject) ? str_replace("\t", ' ', $subject) : $subject;<br />$message = isset($_GET['message']) ? censor($_GET['message']) : '';<br />$polloptions = isset($polloptions) ? censor(trim($polloptions)) : '';<br />$readperm = isset($_GET['readperm']) ? intval($_GET['readperm']) : 0;<br />$price = isset($_GET['price']) ? intval($_GET['price']) : 0;<br />