Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
143 stars 127 forks source link

Can't connect to newest Canary src #508

Open miah-sebastian opened 2 years ago

miah-sebastian commented 2 years ago

I'm using branch v2. At first it was saying Error transferring http://127.0.0.1/login.php - server replied: Internal Server Error so, in login.php I reverted a few changes, line 57: premium_ends_at to premdays and line 216/217 to: if (isset($account['secret']) && strlen($account['secret']) > 5) $sessionKey .= "\n".$token."\n".floor(time() / 30); and that allows me to choose character, but after I choose it says: The remote host closed the connection. This might be my problem, it seems setup right though. I added the znote_login.lua to revscriptsys too. It seems like your script does everything it needs to, the remote host closed the connection error is probably my end, but those changes needed made. EDIT: The original script works fine with TFS 1.5, so I'll just use that. Thanks, your AAC is the best!