You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: