#1 (permalink)  
Old 09-23-2005, 06:21 AM
Registered User
 
Join Date: Jul 2005
Posts: 8
*asterisk* is on a distinguished road
WHM Auto script...

PHP Code:
#!/usr/local/cpanel/3rdparty/bin/php     
<?php    
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';  
$host "localhost";  
$user "whm login";  
$accesshash 'whm pass';    
$accts listaccts($host,$user,$accesshash,0);  
print_r($accts);  
$pkgs listpkgs($host,$user,$accesshash,0);  
print_r($pkgs);  
?>
I have tried the PHP code above which I have found on the cPanel website but after trying it I get only html code in arrays.
Attached Images
File Type: jpg listscreen.jpg (108.7 KB, 46 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-23-2005, 07:31 AM
Registered User
 
Join Date: Jan 2005
Posts: 1,874
webignition is on a distinguished road
The value being returned to you by this function is indicating an authentication failure.

You'd need to check that $user is the correct WHM username and that $accesshash contains the correct remote access key and NOT the WHM password.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-23-2005, 07:57 AM
Registered User
 
Join Date: Jul 2005
Posts: 8
*asterisk* is on a distinguished road
remote access key is in /usr/local/cpanel/Cpanel/key ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-23-2005, 08:22 AM
Registered User
 
Join Date: Jan 2005
Posts: 1,874
webignition is on a distinguished road
Quote:
Originally Posted by *asterisk*
remote access key is in /usr/local/cpanel/Cpanel/key ?
In short, no.

You'd have to get/generate this from WHM > Cluster/Remote Access > Setup Remote Access Key
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-23-2005, 08:38 AM
Registered User
 
Join Date: Jul 2005
Posts: 8
*asterisk* is on a distinguished road
Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-23-2005, 08:55 AM
Registered User
 
Join Date: Jan 2005
Posts: 1,874
webignition is on a distinguished road
Quote:
Originally Posted by *asterisk*
Thank you
I assume that everything is now working fine?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-23-2005, 12:31 PM
Registered User
 
Join Date: Jul 2005
Posts: 8
*asterisk* is on a distinguished road
yeah it works
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:42 AM.


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