bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - easymod

Author Message
kev



Joined: 01 Nov 2006
Posts: 2

Posted: Wed Nov 01, 2006 4:52 pm    Post subject: easymod  

Hi tried installing with easymod and got this error:

#
FIND FAILED: In file [includes/usercp_register.php] could not find:

$template->assign_vars(array(
'USERNAME' => isset($username) ? $username : '',
'CUR_PASSWORD' => isset($cur_password) ? $cur_password : '',
#

Can you help?

Cheers

Kev
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Nov 02, 2006 3:13 am    Post subject:  

It seems your forum isn't up to date, and you are using an old version, such as 2.0.19. For the old versions, the FIND should be:
Code:

   $template->assign_vars(array(
      'USERNAME' => $username,
      'CUR_PASSWORD' => $cur_password,
kev



Joined: 01 Nov 2006
Posts: 2

Posted: Thu Nov 02, 2006 2:44 pm    Post subject:  

Sorted, thanks for the info seems to have stopped the spambots

Cheers
Kev

Ok.