First of all, I have to congratulate Dietrich, useBB is a great Forum system. I have created some forums with this tool and I'm very happy with the results

I have a problem with one of them, I'm using the 1.0.6 version and someone have posted without permission. I have the write post funcition enabled only for members, but someone have posted without a member account. I think it could be a security problem, but I'm not sure because I think the SQL injection problem was solved in previous versions of useBB.
I have noticed 2 "hacking actions", 2 post created without user....
I was testing some security features in the server, for example this PHP snipet:
<?
if(!isset( $_GET [ "injection" ])){
header ( "location: ?injection='" );
} else {
echo 'Your server ' ;
if( $_GET [ "injection" ] != "'" )echo 'no ' ;
echo 'have injection problems' ;
}
?>
And it says "Your server no have injection problems" so I suppose magic quotes are enabled... (I'm proving it now)
Can anyone help me?
Thanks in advance,
Marcos


