Jump to content

flangefrog

Members
  • Posts

    282
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by flangefrog

  1. Hey there I'm in the process of building a module for Web Drive, the most used domain reseller platform in New Zealand. I've got a few questions about the programming conventions. The Web Drive API is XML-RPC (not documented properly either ) so it's a bit different than the existing modules. Now for the commands/webdrive_something files, it looks like almost all the other modules take a $vars array and call the API without any type casting or other logic. As the Web Drive API is using XML-RPC which is more strongly typed than PHP I need to do stuff like xmlrpc_set_type($date, 'datetime'); Is that the right place to do that sort of stuff? Or should I be doing that in the main Webdrive module class? Another thing is that the API requires different authentication for each method, either the api key and password, or the api key, password and sub account name. I have decided to not use a magic method in commands/webdrive_all, and instead write each method which specifies the auth type when calling $this->api->submit(). Is this the best way, or again is this better in the main Webdrive module class?
  2. Thanks for the answers I thought as much regarding the multiple registrars. One radio for NZ and the other for gTLDs could work. I might see if I could develop a page where you can add each domain and select which registrar would be used for each like boxbilling has. Ok, that seems fine That would probably be alright as well Regarding all those modules/plugins I mentioned, I would be developing them myself (won't get all of them done before I start). I do similar stuff as an OpenCart dev. I'll have a look at the SSL stores mentioned.
  3. I'm looking at using Blesta for my hosting company I'm launching soon. I have a few questions: Is it possible to set up multiple registrars and choose which registrar each tld will be registered with? Also can different nameservers be set by default for each registrar when doing the above? Is there any way to give a free domain with the purchase of an annual hosting plan? If I choose to use Blesta I will be integrating several services/products Xero (accounting) Webdrive (NZ domains) TPPWholesale or Ghandi? (gTLD domains) Comodo? (SSL certs) Freshdesk (Tickets, forums, chat, knowledgebase) Coinjar (bitcoin payments) Swipe HQ (NZ recurring credit card payments) Paypal express checkout (think that's the one, recurring payments via API)
  4. I'd agree that it's not a good idea to keep most of your bitcoins on an online wallet (blockchain.info is an exception because it works differently), but just wanted to note that coinbase is often used to immediately exchange bitcoins received for USD just like Bitpay.
×
×
  • Create New...