risklife
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by risklife-
risklife created a post,
Get listsacc
Hi, i need get all account owner for a reseller, in this case, the name reseller is "dave", but the code show all account, owner "root" and "reseller". $args2 = array( 'searchtype'=>'owner', ...
-
risklife created a post,
Problem Listpkgs WHM Api Reseller
Hi, i have a problem with listpkgs WHM API, i try get all pkgs in a account reseller, but only show 2 packages and i have 4. [PHP]set_port(2087); //store our auth in object $xmlapi->hash_auth("...
-
risklife commented,
The problem was fixed, change $xmlapi->set_debug(1); to $xmlapi->set_debug(0);
-
risklife commented,
Re: Account Sumary Error Well, i received this error when try get account summary for obtain Total Disk in a account. The error is saved in error_log (apache) This is the code: [PHP]include("xm...
-
risklife created a post,
Account Summary Error
Thanks, now i have other problem, i use my XMLAPI for get account summary, but i have a error, saved in the error_log. [20-Dec-2014 05:03:32 Europe/Moscow] RESPONSE: X unlimited ...
-
risklife created a post,
FTP Change Password api
Hi, im new in this, i use XMLAPI for get summary account, but now, i need create a change password script, need change a specific account ftp, how i could make this? I use this for the summary: in...