#1 (permalink)  
Old 12-03-2004, 09:08 PM
Registered User
 
Join Date: Oct 2004
Posts: 5
Digisource is on a distinguished road
Auto createacct with email done! Response?

Hello All,

This is my first post here... regarding the automated account creation with WHM!

I made the following changes to the given perl example to auto create an account, but with email...

PHP Code:
$username $defuser;
$email $FORM{'email'};
$password $FORM{'password'};
$domain $FORM{'domain'};
$plan $FORM{'plan'};

$response $whm->whmreq("/scripts/wwwacct?remote=0&nohtml=1&username=$username&contactemail=$email&password=$password&domain=$domain&plan=$plan"); 
This works perfect, account is created, and contact email is added!
Then I just use sendmail with my own message to the new client.

The problem is I don't know what my $response means.
I'm getting a number code:
$response = 6

Any idea on what this means? What other codes can I strip for error tracing?

Thanks you in advance for your help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-04-2004, 12:53 PM
Registered User
 
Join Date: Oct 2004
Posts: 5
Digisource is on a distinguished road
Does anyone have a suggestion?

I think this is a good help for some users I've seen asking for auto acct creation with email...

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-06-2004, 07:13 PM
Registered User
 
Join Date: Oct 2004
Posts: 5
Digisource is on a distinguished road
bump

10 chars
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:43 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc