Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First entry in userslist (users.txt) won't work for login #12

Closed
Olmancketslat opened this issue Jun 24, 2017 · 1 comment
Closed

First entry in userslist (users.txt) won't work for login #12

Olmancketslat opened this issue Jun 24, 2017 · 1 comment

Comments

@Olmancketslat
Copy link
Collaborator

Problem description:
When using file for reading files in php first read line will have a wrong string count.

Debug output:
$userliste:|a:5:{i:0;s:14:"andrea|1234";i:1;s:7:"abc|abc";i:2;s:7:"aaa|aaa";}
Note the s:14 for the first line even though andrea|1234 has only 11 chars.
String length for all other elements is ok.

Problem fixes:
?
Using a database

@Vashtaneradan
Copy link
Owner

Fixed with new .json structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants