Extension talk:CheckEmailAddress
From MediaWiki.org
Warning: Wrong parameter count for stristr() in /home/ejempl/public_html/wiki/extensions/CheckEmailAddress/CheckEmailAddress.hooks.php --79.156.43.41 21:28, 3 February 2012 (UTC) Can anyone fix this CheckEmailAddress.hooks.php in line 47? --79.156.43.41 21:45, 3 February 2012 (UTC)
- Done. CheckEmailAddress now compatible with PHP < 5.3.
- --Naitsirk 15:53, 4 February 2012 (UTC)
- OK, perfect --88.17.115.8 07:14, 6 February 2012 (UTC)
Very useful extension for my taste, because bots with email like aaa.bb.cc.dddd.ee@gmail.com attacked my wiki. But with option:
wgCheckEmailAddressNameSigns = array( array( 'sign' => ".", 'maxcount' => 5, ), );
I can't register at all. --91.192.82.106 05:42, 14 February 2012 (UTC)