In the log you can see:
- Code: Select all
555 registered and was flagged as a possible spam account by Stop Forum Spam.
But %s match with the following code added:
- Code: Select all
                // START Anti-Spam ACP
                antispam::ucp_postregister($user_id, $user_row);
                // END Anti-Spam ACP Â
I have try:
- Code: Select all
                // START Anti-Spam ACP
                antispam::ucp_postregister($user_id, $user_row, username);
                // END Anti-Spam ACP Â
And replace:
- Code: Select all
{
self::add_log('LOG_USER_SFS_ACTIVATION', array($user_id));
}
By
- Code: Select all
{
self::add_log('LOG_USER_SFS_ACTIVATION', array($username));
}
But not work.....
Can you help me to fix make that?
Cheers

