MysteryFCM wrote:
jsancheza,
There's no minimum version for phpBB, no (though there is for PHP and MySQL, with PHP5 and MySQL 5.x being recommended, though earlier versions should work, they are not officially supported).
Have you checked via phpMyAdmin or some such, to see if you can create the database/add the users etc manually?
viewtopic.php?f=68&t=1607Ok MysteryFCM, thank you.

for your answer.
Finally I activate the config.php configuration to register in database, modifiying this parameter,
// Do you want it to log results to a database?
$bln_SaveToDB = TRUE;
But, exist any user what writing any message with Spam information, possible using scripting.
Only one more question

In your integration forum documentation, in the file /posting.php, your specified add before the code,
Code:
// Validate username
if (($post_data['username'] && !$user->data['is_registered']) || ($mode == 'edit' && $post_data['poster_id'] == ANONYMOUS && $post_data['username'] && $post_data['post_username'] && $post_data['post_username'] != $post_data['username']))
Your Spamboot Search code, is correct? or is AFTER this "// Validate username" code?
Thank you for all
