diff --git a/uinames.com/api/index.php b/uinames.com/api/index.php index df97ae5..1408e8f 100644 --- a/uinames.com/api/index.php +++ b/uinames.com/api/index.php @@ -88,7 +88,7 @@ function generate_ext_result($result) { } else { $email = strtolower($name . $separation[rand(0,3)] . $surname); } - $result['email'] = "$email@example.com"; + $result['email'] = str_replace(" ", $separation[rand(0,3)], $email) . "@example.com"; // password $signs = ['!','@','#','$','%','^','&','*','(',')','{','}','~','+','=','_',''];