| New client - default domain not created [message #79272] |
Fri, 28 January 2011 14:09  |
|
Hi,
I'm new to Kloxo and have been playing around with an auto-account create script. Using some of the posts, I have most of it done, but there is one major problem:
when I create the account and specify the default domain with the v-domian_name, nothing is added. So the user has an account ready, but there is no default domain associated with their account.
The logs seem fine, and I'm running the latest version.
here is a sample log:
13:58 Jan/28/2011: array (
'login-class' => 'client',
'login-name' => 'admin',
'login-password' => 'adminpass',
'action' => 'add',
'class' => 'client',
'name' => 'asdasd',
'v-plan_name' => 'coolplan___client-admin',
'v-type' => 'customer',
'v-password' => 'gNXDH9kq',
'v-contactemail' => 'user@gmail.com',
'v-send_welcome_f' => 'on',
'v-domian_name' => 'mywebsite.com',
'v-dnstemplate_name' => 'DeDNS.dnst',
)
13:58 Jan/28/2011: __success_add
The action command that I'm running:
action=add&class=client&name=asdasd&v-plan_name= coolplan___client-admin&v-type=customer&v-password=g NXDH9kq&v-contactemail=user@gmail.com &v-send_welcome_f=on&v-domian_name=mywebsite.com& ;v-dnstemplate_name=DeDNS.dnst
When I create accounts using the Kloxo panel, the specified default domain is automatically created and it works.
|
|
|
|
|
|