Jump to content

rush_dar

Retired Forum Member
  • Posts

    4
  • Joined

  • Last visited

About rush_dar

rush_dar's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, I am having an issue with the local ValidateLogin API call, using the example in the API docs "https://developers.whmcs.com/api-reference/validatelogin/", it works for my login, but anyone else, it fails. I have validated logins with actual test accounts that do work when using the normal login method. This snippet of code is running locally on the same server that my WHMCS install is located. It takes the email and password of an individual and validates with the API, if success, do a support check, otherwise, explain the error to the user. In a nutshell, that is what this section of code does. Any ideas of why this acts this way and not allow an user to log in? $command = 'ValidateLogin'; $postData = array( 'email' => (string)$email, 'password2' => (string)$pass, ); $adminUsername = ''; $login_results = localAPI($command, $postData, $adminUsername); if ($login_results['result'] == 'success') {} Thanks Keith
  2. I have version 8.4.1 and would like to update the list of Products & Services that is in the Client Summary page. How would I go about and do that? I have a new build and just have the default values. Thank you
  3. That is what I thought, but I had to see if there was an option Thank you
  4. I have two installations of WHMCS, one production and the other staging. Is there an utility or procedure to migrate the data from the production installation to the dev install? Both installations are not the same (plugins etc) but the versions are. Thank you
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated