Closed imagina closed 12 years ago
Can you describe the issue you faced for which this is a fix?
If you use a password with certain characters like ($%&/) in your resellerclub account the password is reported invalid because whmcs get the results with html characters encoded. You have to decode them before passing them to the resellerclub api even after you get it from the database.
Adding htmlspecialchars_decode before usage and save.