plesk4lyf
- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by plesk4lyf-
Yes of course but, This page is Developer Experience That's right - The developer forum for cPanel products. Your question is better suited for XAMPP's forums: Apache Friends Support Forum " In...
-
Hi Dan, Your script is disgusting... I love it. Here's your cronjob: [CODE=bash]*/5 * * * * timeout 3s curl -so /dev/null https://siteaddress.tld/success.html || (/scripts/restartsrv_httpd && ech...
-
Hi Jab, It doesn't look like there is for a specific domain, but you can for a specific user. Check this out:
-
Hi sypheit, What you've described is nothing out of the ordinary. The user and database privileges are not stored in the database you made - djboziah_aunthentication. They're stored in the mysql ...
-
Hey Bentok, What does the RESTORE log look like when it gets to the mysql section look like? I've also had issues with MySQL transfers since WHM88.
-
Hey there, I had a look through WHMAPI1 and UAPI but couldn't see a way to do it using those utilities. Although it's deprecated, you could look at cPanel API2 and its addon domain functions to ...
-
Hey @snewton, This will do what you want. 1. Make a file /scripts/postwwwacct 2. Put this into it: #!/bin/bash ARRAY=($@) ARRAYLENGTH=${#ARRAY[@]} for (( ARG=0 ; ARG < $ARRAYLENGTH ; ARG++ )) d...
-
#!/bin/sh /usr/local/cpanel/bin/whmapi1 ipv6_enable_account user=$user range=SHARED Are you sure that $user is a valid variable? From what the developer documentation has, it sounds like your cod...
-
Hi Anoop, Although the script hook method is deprecated, they are still working and I've been using without an issue: Guide to Standardized Hooks - Script Hooks - Developer Documentation - cPanel...
-
Hi @cPanelLauren Thanks for your post! I can see where the confusion was coming from. I always thought that "system" emails were in the "Basic WebHost Manager" Setup" area. I now see from the d...