06.02.2013, 21:07
Hello, I'm having a problem with PHPMyAdmin saving account stats via MySQL. If I try to test it, instead of register, it will have the login dialog box appear, even though I don't have an account registered yet. If you attempt to log in, it will just kick you. Nothing happens when you compile it, that's not the problem. I'm not sure how to fix this, so I'll show you some images that should help in fixing this.
This only shows the defines for the MySQL system.
This is where the problem starts, instead of registering, it assumes you have an account and the login dialog box appears.
Here is all the stats saving variables, if this helps.
Here's my PHPMyAdmin page, showing the "users" table.
This is what comes up when you select this table.
Also, with the image above, I tried setting the "SELECT * FROM `users` LIMIT 0 , 30" to "SELECT * FROM `users` WHERE `name` = '%s' LIMIT 1" but it won't save, so idk what to do here
If anyone can help, please do so, I need this fixed ASAP.
This only shows the defines for the MySQL system.
This is where the problem starts, instead of registering, it assumes you have an account and the login dialog box appears.
Here is all the stats saving variables, if this helps.
Here's my PHPMyAdmin page, showing the "users" table.
This is what comes up when you select this table.
Also, with the image above, I tried setting the "SELECT * FROM `users` LIMIT 0 , 30" to "SELECT * FROM `users` WHERE `name` = '%s' LIMIT 1" but it won't save, so idk what to do here
If anyone can help, please do so, I need this fixed ASAP.