easyUCP vs Stop Spambot Registration 1.0.2a

Forum_easyUCP_Desc

easyUCP vs Stop Spambot Registration 1.0.2a

Beitragvon Coroner » 6. Sep 2007 22:40

Hello again folks. I found a problem that for the life of me I can't resolve on my own. I had a similar issue with another mod and by following the instructions from the "install notes for other mods" I was able to figure it out but this time I'm stumped and need your help please!

I have had the above mentioned mod install for a long time. I continue to get the email alerts so I know that part still works but there's a part that is supposed to show a brite red line just above the "Profile Information" line in the registration field that warns people not to enter anything in the fields below that line or the registration will fail. http://cscoroner.com/phpBB2/index.php

It's not showing up anymore and I don't know what code changes are needed to make it appear again.

I'm attaching the usercp_register.php, profile add body.tpl and Stop Spambot Registration 1.0.2a for your review.

Please let me know!

As always, thank you so much for all your efforts and support.
Dateianhänge
Stop_Spambot_Registration-1.0.2a.zip
(3.13 KiB) 1250-mal heruntergeladen
profile_add_body.zip
(2.7 KiB) 1234-mal heruntergeladen
usercp_register.zip
(13.89 KiB) 1190-mal heruntergeladen
Bild
Benutzeravatar
Coroner
Spender
 
Beiträge: 28
Registriert: 15. Jul 2007 04:02
Wohnort: Los Angeles. CA USA

Beitragvon AmigaLink » 7. Sep 2007 15:51

The solution would have to be:
Code: Alles auswählen
#
#-----[ OPEN ]----------------------------------------------------------------
#

includes/usercp_register.php

#
#-----[ FIND ]----------------------------------------------------------------
#

      if ( ($mode == 'register') || ($board_config['allow_namechange']) )
      {
         $template->assign_block_vars('switch_ucp_require.switch_namechange_allowed', array());
      }

#
#-----[ BEFORE, ADD ]---------------------------------------------------------
#

//----BEGIN Stop Spambot Registration MOD
      if ( $mode == 'register' )
      {
         $template->assign_block_vars('switch_ucp_info.switch_register', array());
         $template->assign_vars(array(
            'SPAMBOT_MESSAGE' => $lang['Spambot_message'],
            'SPAMBOT_MESSAGE_EXPLAIN' => $lang['Spambot_message_explain'])
         );
      }
//----END Stop Spambot Registration MOD

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------------
#
# EoM
Die deutsche Sprache ist Freeware, du kannst sie benutzen, ohne dafür zu bezahlen. Sie ist aber nicht Open Source, also darfst du sie nicht verändern, wie es dir gerade passt.
Benutzeravatar
AmigaLink
Administrator
 
Beiträge: 3987
Registriert: 11. Aug 2004 01:06
Wohnort: NRW

Beitragvon Coroner » 10. Sep 2007 03:05

Worked like a charm!

Once again, thank you so much for a great mod and all your efforts and support.
Bild
Benutzeravatar
Coroner
Spender
 
Beiträge: 28
Registriert: 15. Jul 2007 04:02
Wohnort: Los Angeles. CA USA

Beitragvon AmigaLink » 10. Sep 2007 12:03

Nice to hear that. :)
Die deutsche Sprache ist Freeware, du kannst sie benutzen, ohne dafür zu bezahlen. Sie ist aber nicht Open Source, also darfst du sie nicht verändern, wie es dir gerade passt.
Benutzeravatar
AmigaLink
Administrator
 
Beiträge: 3987
Registriert: 11. Aug 2004 01:06
Wohnort: NRW


Zurück zu easy UCP



Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 12 Gäste

cron