
shazde
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Activity overview
Latest activity by shazde-
shazde commented,
Both killdns and adddns are still valid API calls. Here are the modern documentation entries for each of those: Are you saying the API used to let you remove the zone data without removing the...
-
shazde created a post,
Can't apply DNS Zone templates anymore
We have a plugin that allows our customers to pick different DNS templates and apply them to their domains zones. This plugin used to work fine for 8 years but has recently stopped working. The wa...
-
shazde commented,
The issue is now solved with the help of support.
-
shazde created a post,
Create Account - a fatal error or timeout occurred while processing this directive
Hi, On one of our servers, our resellers get the above error when they click on "Create a new account" Everything was fine but this just began to happen. Here is the error log: [2019-01-08 17:46:...
-
shazde commented,
Hi, Our code is Golang and we want WHM server to perform as below: Assuming we have index.cgi under our CGI directory. we want /index.cgi/path1/path2 also call /index.cgi rather than displaying a...
-
shazde commented,
We do not want to have separated CGI files for every single page that our plugin needs to support. It would be great if we can have something similar to mod_rewrite here.
-
shazde commented,
The CGI header redirect won't help us here. What we want to achieve is to have: /our-plugin/none/existing/path to redirect to /our-plugin/index.cgi then our plugin is going to look into the reque...
-
shazde created a post,
How to enable .htaccess for our plugins?
Hi, For a new plugin, I need to have all URLs to be redirected to our index.cgi file. To achieve this I uploaded an htaccess file our plugin directory but that didn't work and unfortunately, I can...
-
shazde commented,
Hi Michael, I followed the guide and it seems to work. But it seems every once in a while cpanel overwrites this file (probably after update) Is there any way to make the changes permanent? Tha...
-
shazde created a post,
How to add a new Menu Group to WHM?
Hi, We want our group of plugins to have their own menu group in WHM. The idea is rather than them all listed under plugins to have them have their own separate group. Can you please guide me on ...