Check Email on Register:
Search on Request.php: $ACT_REGISTER and
PHP Code:
$pass = $npe [1];
and paste this under:
PHP Code:
$cmail = $npe [2];
Search this:
PHP Code:
if ($qry->rowCount () > 0) {
above and paste this:
PHP Code:
if (filter_var($cmail, FILTER_VALIDATE_EMAIL) == FALSE)
{
$ret = array ( $ERR_EMAIL_WRONG );
break;
}
I am sharing this fix (and I have many more to share slowly) because I noticed that people like EptumP is helping to publish again something

so right and so ^ - ^ a short public other fixes.