Join Form DOES NOT WORK! - part 2

Quote · 19 Jan 2014

 

I cannot even get to the site. Server not found error.

 If your using his posted link, it is wrong.

The correct URL is http://thebykerack.com/

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Jan 2014

It's failing on the email address check.

Either you have installed a email address checking mod that is not working, or the check eval field on the email field is damaged.

https://www.deanbassett.com
Quote · 19 Jan 2014

How do i fix that?

Quote · 19 Jan 2014

I don't have a mod, just deanos tools,

Quote · 19 Jan 2014

Go into the Fields Builder. On the join form tab click on the Email field to edit it. Then click on Advanced.

Post what you see in the Check section.

https://www.deanbassett.com
Quote · 19 Jan 2014

this is what I found,  

return ( ForbidenEmailProvider($arg0) and preg_match('/^([a-z0-9\+\_\-\.]+)@([a-z0-9\+\_\-\.]+)$/i', $arg0) );

Quote · 20 Jan 2014

That ForbidenEmailProvider thats in there is a modification you did from this forum topic. http://www.boonex.com/forums/topic/How-to-restrict-some-of-email-providers-on-registration.htm

Or this one http://www.boonex.com/forums/topic/spam-spam-spam-spam-IDEA-.2.htm

Or this one. http://www.boonex.com/forums/topic/Clean-and-Tweak-My-Site-.htm


So much for thinking this was a clean install. You must have made more changes to this site than you thought.

Change it to this which is the default and your join form should start working again.

return (bool) preg_match('/^([a-z0-9\+\_\-\.]+)@([a-z0-9\+\_\-\.]+)$/i', $arg0);

https://www.deanbassett.com
Quote · 20 Jan 2014

now that you say spam, yeah, I did play with a few of those, but it was by country I thought, not email

and it worked, Thank you very much!!!!!

Quote · 20 Jan 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.