This commit is contained in:
2022-03-20 20:11:29 -04:00
parent 7865c34b7d
commit f62840a450
9 changed files with 338 additions and 91 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ $url = $local_url . "/createuser";
$username = urlencode("jubaworker+" . rand(1000, 9999) . "@gmail.com");
$username = "jubaworker+" . rand(1000, 9999) . "@gmail.com";
//$username = "ameye+" . rand(1000, 9999) . "@chiefsoft.com";
$username = "ameye+auto" . rand(1000, 9999) . "@chiefsoft.com";
//$username = "ses66181+" . rand(1000, 9999) . "@gmail.com";
$phone = (rand(1, 2) > 1) ? "770222" . rand(2222, 9999) : '';