nickwuk
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by nickwuk-
The test script I was using with the getCpUser(); $opts = array('password' => $new_pass); if($result = $cpanel->callCpanelApi($cp_user, 'PasswdStrength', 'get_password_strength',$opts)) { $json...
-
It looks like AWStats and the like simply read IP data from the raw access logs ie no dedicated storage log, and I would hope that IP's in raw access logs are exempt from anonymising on the grounds...
-
SOLVED! Simple miss-understanding about the API token, I was trying to use an existing token but that relies on one having noted the key. Once I created a new token and updated the code then it wor...