Robertfayez

  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Robertfayez
  • Robertfayez commented,

    It's working normally right now after updating the "domain" and $cpanelUsername variables.. I used the root username to authenticate, but the account user name to create the subdomain. Robert

  • Robertfayez commented,

    Hi Michael, Thank you for your help, I really appreciate it, here you go the code am using password_auth("".$cpanelUsername."","".$cpanelPassword.""); $xmlapi->set_debug(1); $xmlapi->set_outpu...

  • Robertfayez commented,

    Thank you Michael, It's clear now I should use Domain:test1.dev Rootdomain:maindomain.com and not Domain:test1 Rootdomain:dev.maindomain.com Thanks a lot, But when I used it, I got this messag...

  • Robertfayez commented,

    Anyone know how to create sub2.sub1.domain.com using XMLapi? where sub1 is an A record (a new account) under the main domain.

  • Robertfayez created a post,

    Nested subdomain Creation

    I need to create sub-subdomain; something like sub.subdomain.maindomain.com $cpanelHost = "subdomain.maindomain.com"; $xmlapi = new xmlapi($cpanelHost); $xmlapi->password_au...