bimbo1989
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by bimbo1989-
This is the relevant log we found [2018-05-05 12:59:24 +0200] info [whostmgrd] 149.13.148.129 - software_api "GET /json-api/cpanel?cpanel_jsonapi_module=MysqlFE&cpanel_jsonapi_apiversion=2&cpanel_j...
-
No, I explained myself badly. At the moment of the execution of the script, I never logged on cpanel before (not on the PC i was using). I was executing the script in localhost, calling of course t...
-
Hello, Generally, "root" is the only username that has full root access to the system. Is "software" a reseller user? What method are you using to create a database from Web Host Manager? Thank you...
-
The authentication process accesses the server in order to run code as a specific cPanel or WHM user with a specific set of permissions. There's no support for authenticating as a non-root user tha...
-
Hello, the goal is to create a database everytime someone registers to my portal. With "dedicated user" I mean using credentials for this task only, without using the "root" user (in my case named ...
-
This is the code I am using in my project (using this package getInstance(); $url = '/json-api/cpanel'; $formdata = array( 'cpanel_jsonapi_module' => 'MysqlFE', 'cpanel_jsonapi_apiversion' => '2'...