Jump to content

Vincent Vega

Retired Forum Member
  • Posts

    101
  • Joined

  • Last visited

About Vincent Vega

Vincent Vega's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. Isnt it possible to get the prices via API?
  2. With Plesk 10 there has been major changes in the user system. There are no domain users anymore, but only users that can have subscriptions. But it seems that they always can make unlimited domains and that is something you definitely do not want. How do you combine Plesk 10 with WHMCS?
  3. http://wiki.whmcs.com/API:Decrypt_Password That gives succes, but the password value stays empty
  4. How is the password value in the tblhosting table encrypted? I want to use this username and password to login in an external control panel but for doing that I have to decode the password or know how to encode it.
  5. How can I get that working? I'm adding blocked phrases but it does not do anything good. Using the captcha is not an option as it does not work with frames from other sites. The blocked phrases contains domainname (actualy only the domain without tld) but it is just ignored, do I have to turn anything on?
  6. Ok, that makes some sense.. But I created a server wth the same module, however no server option other then 'none' can be chosen
  7. Display errors are on, but does not show any problems. Your code does not give buttons I'm afraid, it only makes a function but does not do anything wuth buttons.
  8. I have build a custom whmcs server mod, it is included correctly but I don't see any create buttons on the page of an ordered product. modules/servers/mailserver/mailserver.php Function mailserver_CreateAccount() Even if it is empty I think it should show the buttons, but it doesnt. What do I mis?
  9. For users, notice the; "remove all TLD data from tblpricing table" All your insrted tld's will be removed when running the script.
  10. You forget that invoices are not static, when you change the persons info old invoices are also changed. This is a very big problem.
  11. When a cient places an order the due date is that day, or sometimes even the day before (because of the cron). Is it possible to make the due date like a month later?
  12. An adittion to this, add on line 134 the following for none recurring items; AND tblhosting.nextinvoicedate != '0000-00-00 00:00:00'
  13. No, just a normal subscription of a product in whmcs. Can a admin cancel the new generation of an invoice?
×
×
  • 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