gunsuka

  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Activity overview

Latest activity by gunsuka
  • gunsuka commented,

    Here is a snippet of the results I get back using API 2 function Email::listforwards cPanel version - 11.56.0.36 [0] => stdClass Object ( [forward] => orders@example.com [uri_forward] => ord...

  • gunsuka commented,

    I went looking for the change log to see if something in the change log may explain what I see happening on the servers. I can confirm that for the two fields have been switched around in newer ve...

  • gunsuka created a post,

    API returns forward information different

    I always assumed if we did not change the API version, the data returned would remain the same. Seems that is not true :-( For years I have been calling the and found in build 59.9999.73 this c...

  • gunsuka commented,

    Thanks David, just wanted to make sure there was not a better way. We are developing a service for cPanel resellers, so we do not have direct access to the servers. What we are doing is working, ...

  • gunsuka created a post,

    Best way to get all domain names under a reseller account.

    I am using a reseller account to query cPanel's WHM API. My objective is to get all domains under the reseller. Here is my process. 1) Authenticate to WHM API 2) Execute WHM API's listaccs whic...

  • gunsuka created a post,

    Account Level Spam filter redirect to Spam Box

    Yea, I know this thread is VERY old but in my searching this is the only one I can find. Mod Note: Original Thread I am trying to do exactly with the OP was trying to do back in 2009. I have an ...

  • gunsuka commented,

    Thought I would put an update here for the benefit of others. I am using the PHP XML API client class, verion 1.0.13. I found it has the following code: [PHP] // The only time a response should ...

  • gunsuka created a post,

    cPanel API failure questions

    I built some code that runs and connects to various cPanel servers - all at different ISP's to pull down email info for a spam protection system. Here is a snippet of code: [PHP]try { if ( $j...

  • gunsuka commented,

    ]Hello :) I believe you are referring to the read_featurelist WHM API 1 function: Oh yea, that is the one I had found. I did not realize it was a API 1 function, since that is deprecated I gue...

  • gunsuka created a post,

    API - view permissions...

    I have been messing about with the XMLAPI interface for PHP for a couple days. Seems to work quite well so far. During my messing around I found at some point a way to view what permissions the u...