EMRE ÇELİK
EMRE ÇELİK
Make sure you are using PHP 7.4
Visit one of your php files in /tools directory and check php throws any errors on the website.
> Hi, I'm having the same problem as well and I've checked the registerAccount.php in the tools directory. It's given me this error: > > Parse error: syntax error, unexpected...
@Arvi65 Can you replace the line with `$query2->execute([':userName' => $username, ':password' => $hashpass, ':email' => $email,':time' => time(), ':isActive' => $preactivateAccounts ? 1 : 0, ':gjp2' => GeneratePass::GJP2hash($password), PASSWORD_DEFAULT]);` and...
@Arvi65 Try with this line `$query2->execute([':userName' => $username, ':password' => $hashpass, ':email' => $email,':time' => time(), ':isActive' => $preactivateAccounts ? 1 : 0, ':gjp2' => GeneratePass::GJP2hash($password)]);`
Beautiful
I guess you are looking for this repo: [Ascript89/gdps-launcher](https://github.com/Ascript89/gdps-launcher)
You can setup a cron job to your database to actively delete those unactivated accounts like deleting accounts after 2 weeks if they not activated the account.
> cron does not have a function to actively delete accounts You should write a code for this or you can ask someone else to do this for you.
@Cvolton is discord code works now? If yes, can you provide "How To" to wiki?