Killy123
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Killy123-
Killy123 commented,
I switched to the Uapi and everything works fine you can close the thread, Thank you!
-
Killy123 created a post,
cPanel Api 2 install SSL problem
Hi, I am trying to install new SSL following the documentation cPanel API 2 Functions - SSL::installssl - Software Development Kit - cPanel Documentation, but when I make a request to install cert...
-
Killy123 commented,
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...
-
Killy123 commented,
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...
-
Killy123 created a post,
Is it possible to add redirect to domain with cPanel API?
I am trying to add redirect to domain as it is possible at ".../frontend/paper_lantern/mime/redirect.html".I can not figure out how t do it with
-
Killy123 created a post,
cPanel api 2 and user interface difference for Parked Domains.
When I run the following request thru the cPanel api2, I am parking the domain - "example112.com" on top of example111, which is previously created addon domain. json-api/cpanel?cpanel_jsonapi_apiv...
-
Killy123 commented,
Thank you, for your replies helped me a lot !
-
Killy123 created a post,
Renaming domain through cPanel API or WHM API?
Is there any way of renaming domain through cPanel API or WHM API, no matter if it is primary or addon domain?
-
Killy123 commented,
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 ...
-
Killy123 commented,
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...