nickwuk

  • Total activity 33
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 9

Posts

Recent activity by nickwuk Recent activity Votes
  • SSL for mail sub-domain

    We have a FastSSL certificate already installed for the main domain and www, and now I want to add SSL to the mail sub-domain (we are NOT using LetsEncrypt or AutoSSL). I installed a new FastSSL ce...

  • Where to find reason for 554 5.7.1 rejection

    I've tried sending an email from Outlook via an SMTP server on a DigitalOcean droplet to a mailbox on a cPanel server and I get the 'System Administrator - Undeliverable' rejection email indicating...

  • Litespeed and whm/cpanel api

    Does the whm/cpanel api work the same with the Litespeed plugin, eg can accounts and sub-domains still be created via the api?

  • Transfer Tool and database versions

    How does the Cpanel Account Transfer Tool in WHM respond to the following situations? 1) If the host database version is MySql 5.7 and the database being imported is v5.5. Does the transfer tool a...

  • cPanel API get_password_strength

    I had the Cpanel API get_password_strength function working previously, but today when I test it was only returning a strength of 31 for the test password *fox&jn3)G>L, then I found the strength re...

  • GDPR and Statistical Analytics

    IP addresses are considered as Personal Identifiable Information (PII) under GDPR and therefore, although there may be a legitimate reason for recording IP addresses in raw server logs to maintain ...

  • API Authentication Using Tokens

    I've successfully used xmlapi but now read that it is deprecated and will be removed in WHM v70, so I'm trying to instead use an API token for authentication (rather than a hash as I read that hash...

  • Login to cPanel and go to app using php

    From the

  • AutoSSL for sub-domain stuck in pending

    I have several sub-domains that have been stuck in the AutoSSL pending queue (in WHM) for a week, an example log entry says: The website "subdomain.mydomain.uk", owned by "mycpanelusername", has a ...

  • xmlapi addsubdomain gives error in cpanel.pl line 1825

    I'm using the following code to add a sub domain: include 'xmlapi.php'; $cpanel_host = 'mydomain.uk'; $cpanel_user = 'someuser'; $subdomain = 'mysubdomain'; $cpanel_pass = 'mypass'; $dir = 'publi...