I hereby claim:
- I am jutaz on github.
- I am jutaz (https://keybase.io/jutaz) on keybase.
- I have a public key whose fingerprint is B8EA 3894 BABE D028 DF50 8DAB 73EC D212 FB3A 6D4C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <cstdlib> | |
| #include <stdio.h> | |
| #include <fstream> | |
| #include <string> | |
| #include <iostream> | |
| #include <map> | |
| #include <sstream> | |
| using namespace std; |
| <?php | |
| class Kloxo | |
| { | |
| public $CI; | |
| public $KloxoCore; | |
| public $helper; | |
| public function __construct() | |
| { |
| public function createAccount($params) { | |
| //all aviable options | |
| $domain = $params['domain']; | |
| $username = $params['username']; | |
| $password = $params['password']; | |
| $clientsdetails = $params['clientsdetails']; | |
| $email = $clientsdetails['email']; | |
| $resourcePlan = $params['resourcePlan']; | |
| $dnsTemplate = $params['dnsTemplate']; | |
| $webServer = $params['webServer']; |