bimbo1989
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by bimbo1989-
bimbo1989 commented,
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...
-
bimbo1989 commented,
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...
-
bimbo1989 commented,
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...
-
bimbo1989 commented,
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...
-
bimbo1989 commented,
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 ...
-
bimbo1989 commented,
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'...
-
bimbo1989 created a post,
Permission denied when creating database via publicapi
I have a problem with the cpanel api This is the one I'm using CpanelInc/publicapi-php I could successfully create a database using the default user that our hosting provider (FastComet) gave us, b...