Killy123
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Killy123-
I switched to the Uapi and everything works fine you can close the thread, Thank you!
-
Thank you, but I do not think the conversation is moving forward.When you use the "topdomain" parameter with value of already existing addon domain.The Api parks the new Parked domain on top of tha...
-
I am little confused here through cPanel UI "Aliases" is it possible to park a domain on top of "Addon domain"?I am able to add aliases only for the main domain in "Aliases" section.Is it in me the...
-
Thank you, for your replies helped me a lot !
-
What do you mean - "I believe the output is valid...".The output contains "\" symbol, which is invalid according to the JSON -standard: JSON. It is a standard, It is not what you believe ...
-
I read the linked thread, and it was not helpful.My problem is "\" symbol in the JSON response for the "TXT" records, which invalidates the JSON. When I try $test = json_decode($json); in PHP t...
-
Hello, Could you let us know the output when you run this command? Also, review "topdomain=newaddondom" to determine if it's nessisary. It's only used when you are parking a domain name on an exis...
-
I ran into another problem, when I am sending a request to delete an Addondomain I am sending : /json-api/cpanel?cpanel_jsonapi_user=andreytestdom&cpanel_jsonapi_apiversion=2&cpanel_jsonapi_module=...
-
I tried everything you said, but the api still returns: { "cpanelresult": { "apiversion": 2, "func": "listaddondomains", "records_before_filter": 3, "data": [], "module": "Add...
-
Thanks for your answer, but I still get empty data object: { "cpanelresult": { "event": { "result": 1 }, "records_before_filter": 3, "module": "AddonDomain", "func": "li...