jwhm
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by jwhm-
jwhm commented,
Hey there! You can get that information with the following command: wp-toolkit --info -domain-name domain.com There aren't any API integrations for WordPress toolkit since it has its own comma...
-
jwhm created a post,
WordPress toolkit get install ID
Does anyone know (the documentation is none-existent) if it's possible to get a WPT installation ID from the domain of the installation? Also, can you access WP Toolkit through the cPanel/WHM API?
-
jwhm commented,
I am having this issue also. Sorry, the given email address, "@example.com", is invalid This doesn't change no matter what parameter I change.
-
jwhm commented,
Fixed. I have managed to create a cpsess for a cPanel account through WHM API using a Token. [CODE=php]/cpsess9617913732/json-api/cpanel?cpanel_jsonapi_user=&cpanel_jsonapi_apiversion=2&cpanel_js...
-
jwhm commented,
Even
-
jwhm commented,
[CODE=php]$ch2 = curl_init( 'https://lima.example.io:2087/json-api/create_user_session?api.version=1&user=%40&service=cpaneld' ); curl_setopt($ch2, CURLOPT_HTTPHEADER, array( 'Authorization: c...
-
jwhm commented,
I don't have root access, I am a Reseller. I can access the cURL API and that's it
-
jwhm commented,
Can you not access a cPanel account through WHM?
-
jwhm created a post,
How to Access a cPanel Account through WHM
I need to be able to add an email account to a cPanel account through WHM, is this possible? I plan to build this into a interface where my clients can add email accounts without seeing cPanel. I...
-
jwhm commented,
I have an existing user base of 300 plus customers, I couldn"t go back through them and generate individual API keys, I"d need to be able to do it either on the fly or through WHMs api key.