
ecartz
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by ecartz-
ecartz commented,
1. Q. is there an another way to prevent the server from showing the project files if the python app been stopped by the user or by some error? 1. Turn off Indexes in Options:
-
ecartz commented,
curl -X HEAD -I -sH 'Accept-encoding: gzip' Example Domain | grep -i content-encoding The header is Content-Encoding, so you need to use grep -i to get a match with content-encoding. The ...
-
ecartz commented,
cPanel comes with API integrations for PHP and Perl. E.g. see here: But if you want to access the cPanel API from Python, Ruby, etc., you could use the URL version. It's more work in that you ...
-
ecartz commented,
Warning: The server's certificate is unknown. Please carefully examine the certificate to make sure the server can be trusted. This is perfectly normal and expected. The first time you connect, ...
-
ecartz commented,
I'm having trouble understanding the context of what you are doing. It sort of sounds like you are doing something and getting an error message. But I'm not really clear on what the something is....
-
ecartz commented,
So it looks like the replacement for Api1.pre_exec("Cgi", "phpmyadminlink"); SET phpMyadmin_url = Api1.exec("Cgi", "phpmyadminlink", [undef]); Api1.post_exec("Cgi", "phpmyadminlink");s...
-
ecartz commented,
More specifically, in this case, you might consider [CODE=css] #content IMG {border-radius: 50%;}Since the header is not inside the content DIV but most other things are. Note that this assumes...
-
ecartz commented,
WordPress Toolkit As best I can tell, WordPress Toolkit was originally written for a different panel software and ported to work on cPanel. Obviously that approach works for them, but to follow ...
-
ecartz created a post,
Find UAPI replacement for API1 functions
I am currently trying to add an application to cPanel. Because I want the application to be authenticated if cPanel is and the application creates and accesses a MySQL database, I am looking at ho...
-
ecartz commented,
I go to cpanel's docs, to google, and the're not a endpoint for add a database, use database, for one account. I think that you are looking for Create MySQL database " cPanel & WHM Developer Portal