N1ghteyes

  • Total activity 43
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 10

Posts

Recent activity by N1ghteyes Recent activity Votes
  • Directory protection not working

    As per thread title, In Cpanel 54.01, when trying to protect a directory through the directory privacy option with the Paper Lantern theme, the request isn't completed fully. After a few mins of w...

  • Creating a Subdomain through UAPI still not possible?

    Do we have any ETA for when we'll get more than Domain info through the UAPI? It would make my life a whole lot easier if the functionality for creating / managing / removing subdomains was added.....

  • mod_vhost_alias and cPanel - Folders as subdomains

    EDIT:-- Before anyone points it out, yes i know i can go to cpanel > subdomains, no in this case that is not an option. I need to config a cpanel account to use mod_vhost_alias to convert folders ...

  • Please Update UAPI docs

    Currently there are 2 versions of documentation for the UAPI, one is out of date, but it is also the easiest to find. Old version (also the easiest to find) [url=http://docs.cpanel.net/twiki/bin/...

  • UAPI PHP Class

    Hi All, There is probably something out there for the UAPI already, but needing something simple and pretty quick, i've made a start on this: /https://github.com/N1ghteyes/cpanel-UAPI-php-class ...

  • addusertodb.html missing from x3 theme in 11.44

    Hi guys, Im making used of PHP to add a user to a database via the cpanel account url. Unfortunatly, using the API isnt an option in this case, but it was working fine up until cpanel on the serve...

  • XML API accessing response data

    Hi Guys, Im pretty sure im having a slow day but i cant for the life of me seem to get the data out of the responce object. [PHP] print ""; print_r($xmlapi->accountsummary('username')); print "";...