Jump to content

afanen01

Member
  • Posts

    12
  • Joined

  • Last visited

About afanen01

afanen01's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, My question is similar to the above. In what format are the return values expected to be in the functions? This is not specified in the registrar module development kit documentation I can find.
  2. Hi, I'm having trouble ensuring a free domain name for customers with hosting accounts, who were imported from cpanel. WHMCS continues to bill and automatically renew the domain names separately from the hosting account. How can I resolve this?
  3. How do i indicate success and display a message when a certain function in the custom registrar module is called and returns successfully?
  4. The client only wants a domain, and no hosting. The domain has already been registered without placing an order on cpanel. I want to add the order manually to the so that whmcs takes care of billing. I have created a product called "domain" , the only problem is that whmcs doesn't recognise it as something that has "expiry" and renewal.
  5. thanks, I don't know how to subscribe to comments on this forum, so i didn't get notified earlier. thanks.
  6. Hi guys, when i call this api function, i get an error message telling me that the command is not recognised. is there a misconfiguration on my part or is the function no longer supported?
  7. Using a password in a URL is insecure, regardless of the fact that you are using HTTPS.
  8. How do i use my client's whmcs credentials to authenticate them into another site I have? That is, i want users to authenticate users by querying the whmcs database. In essence, I would like to know how to hash the password so that it matches the correct entry...
  9. Hi, I am making a custom payment gateway module, and I need a way for the callback to be able to compare the paid amount as returned by the gateway with the invoiced amount in the database before marking the invoice as paid. How can I accomplish this? I don't know how to query for the invoice records from the database. Thanks in advance.
  10. HI, i'm writing a custom registrar module, there are insufficient comments for me to infer what the template function _getConfigArray() does. Can anyone help?
×
×
  • 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