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