Jump to content

RenatoMN

Retired Forum Member
  • Posts

    90
  • Joined

  • Last visited

About RenatoMN

RenatoMN's Achievements

Member

Member (2/3)

0

Reputation

  1. Hello, custom profile fields with a specified pattern, even if not required, are being trated as required in register.php the problem seems to be exclusive to register.php (registrations made during checkout can leave the field blank)
  2. You can register yourself as a customer and create a new invoice for you (even manually in admin panel). You do not need to pay it to see the parameters included in the button or payment script. Just open the page source in your browser, while in the invoice screen.
  3. BitCoin should have a sandbox or test mode. I do not know this gateway. I need to study it further. On the top of my mind, I have a question: Why would you need a user ID, if the invoice is paid by the invoice id itself? If you need help developing / fixing a module for BitCoin, leave me a PM or contact-me through my site contact form. Regards, Renato
  4. He is asking WHMCS Staff (or Matt) sell WHMCS Licenses in GBP, because he is UK based and his bank charges transaction fees every month, because WHMCS Licenses are sold in USD.
  5. by some bytes, you exhausted the allowed_memory var of your php request your host to increase it
  6. For what I know, you can do it only with autologin feature enabled and creating links with username + a token or username + the user password (if they are not md5 encripted). You will need to read the documentation (and code some lines) to implement it yourself or hire somebody to develop it the way you want.
  7. Just do a print_r($params['clientdetails']) and you will see all variables inside the clientdetails array. note: optionally, use $debug = print_r($params['clientdetails'],1); then you will get the array insite $debug var and can make other uses instead print it to the output.
  8. Did you check if the accountid = 1 is actually there on the server?!
  9. It'sjust for reference. It should work out of the box. Simply copy the code provided and save as /includes/hooks/parkdomain.php The single line edit is here: $pdomain = $cpanel_user.".web-jive.com"; (replace with the domain you want to park). The result, in this example, will be: -> new cpanel account "johndoe.com" (username will be johndoe) -> parked domain will be johndoe.web-jive.com -edit- You will need the xmlapi.php available at Github, too. Download it and save in /admin folder.
  10. According to http://docs.whmcs.com/API:Module_Terminate the action should be: $postfields["action"] = "moduleterminate";
  11. you forgot replace type="text" with type="hidden"
  12. Did you enabled API access to the admin account you're using in the script?
×
×
  • 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