Control Web Panel

Developers => New Modules => Topic started by: rcschaff on May 10, 2020, 08:52:22 AM

Title: [Module] CWP_DNSREPORT
Post by: rcschaff on May 10, 2020, 08:52:22 AM
A Module that produces a Report on all Domains/Subdomains on the server in both HTML and CSV Format
Video: https://www.youtube.com/watch?v=SpnxlDYgE-8&feature=youtu.be&hd=1

Install: https://github.com/rcschaff82/cwp_dnsreport

(https://i.imgur.com/JHq4wab.png)
Title: Re: [Module] CWP_DNSREPORT
Post by: Jamshed Datori on May 10, 2020, 10:12:48 AM
Hello rcschaff,

Thank you for the great plugin. I have tested it and its working perfectly.

Regards
Title: Re: [Module] CWP_DNSREPORT
Post by: prakash7610 on May 21, 2020, 06:44:43 PM
I have installed with you github script but the page is not working shows error

ss.php): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/modules/dnsreport/header.php on line 12

Warning: include_once(): Failed opening 'update_class.php' for inclusion (include_path='.:/usr/local/cwp/php71/lib/php') in /usr/local/cwpsrv/htdocs/resources/admin/modules/dnsreport/header.php on line 12

Fatal error: Uncaught Error: Class 'gitupdate' not found in /usr/local/cwpsrv/htdocs/resources/admin/modules/dnsreport/header.php:13 Stack trace: #0 /usr/local/cwpsrv/htdocs/resources/admin/modules/dnsreport/index.php(3): include_once() #1 /usr/local/cwpsrv/htdocs/admin/admin/index.php(0): unknown() #2 {main} thrown in /usr/local/cwpsrv/htdocs/resources/admin/modules/dnsreport/header.php on line 13
Title: Re: [Module] CWP_DNSREPORT
Post by: rcschaff on May 21, 2020, 09:29:31 PM
And this is why you should never code at 5am after being up 20 hours :).   It's fixed.

cd cwp_dnsreport
git pull
./uninstall && ./install
Title: Re: [Module] CWP_DNSREPORT
Post by: Jamshed Datori on May 22, 2020, 02:09:43 AM
And this is why you should never code at 5am after being up 20 hours :).   It's fixed.

cd cwp_dnsreport
git pull
./uninstall && ./install

Ryan. It should be

cd cwp_dnsreport
git pull
./uninstall.sh && ./install.sh