04.12.2012, 17:58
It is always nice to learn on your own. Also, a lot of the code on these forums is outdated, uses bad habits, or simply doesn't work.
Your Query variable only holds a maximum of 80 characters - the total for the query if someone came with a full set name and only a 2 char password would overdraw that limit. I'm not sure if that is your problem, but try increasing the Query size to ~128. You should also be using the newer functions from the latest release (r7 I believe) of the MySQL plugin. I would recommend AndreT's tutorial to learn.
Your Query variable only holds a maximum of 80 characters - the total for the query if someone came with a full set name and only a 2 char password would overdraw that limit. I'm not sure if that is your problem, but try increasing the Query size to ~128. You should also be using the newer functions from the latest release (r7 I believe) of the MySQL plugin. I would recommend AndreT's tutorial to learn.


