Hello,

i'm new user with PunBB and it looks good. My site has been before used phpBB but now days, it sucks. And it even more sucks, because nobody gives support for it.

Now, i have coded almost everything for my own cms, but, my users wan't to integrate some forum it in so i was thinkig, that PunBB could do that.

So i'm asking, could i use these links for forums:
index.php?id=forums&page=post?fid=1 or
index.php?id=forums&page=index
etc..

My CMS code look like this:
if (isset($_GET['page']) && isset($_GET['id']) && file_exists('modules/'.$_GET[id].'/'.$_GET[page].'.php')) {
include 'modules/'.$_GET[id].'/'.$_GET[page].'.php';
}
else {
etc..

Here is my file places:
public_html/
.index.php
.config.php
etc
./modules
../forums
../news
etc

So, is this possible to use that likes URLs?