access!=BANNED){ $topic_id = $_GET['idt']; $topics = $database->ShowTopic($topic_id); foreach($topics as $top) { $title = stripslashes($top['title']); $ans = stripslashes($top['post']); $ans = preg_replace('/\[message\]/', '', $ans); $ans = preg_replace('/\[\/message\]/', '', $ans); $alliance0 = $top['alliance0']; $player0 = $top['player0']; $coor0 = $top['coor0']; $report0 = $top['report0']; } ?>
Warning: you can't use the values [message] or [/message] in your post because it can cause problem with bbcode system.