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']; $owner = $pos['owner']; $coor0 = $pos['coor0']; $report0 = $pos['report0']; } if ( $owner == $session->uid ) { ?>
Edit answer
Thread

Warning: you can't use the values [message] or [/message] in your post because it can cause problem with bbcode system.