Author Topic: [Module] CWP_DNSREPORT  (Read 6679 times)

0 Members and 1 Guest are viewing this topic.

Offline
****
[Module] CWP_DNSREPORT
« 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

Google Hangouts:  rcschaff82@gmail.com

Offline
***
Re: [Module] CWP_DNSREPORT
« Reply #1 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

Offline
*
Re: [Module] CWP_DNSREPORT
« Reply #2 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

Offline
****
Re: [Module] CWP_DNSREPORT
« Reply #3 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
Google Hangouts:  rcschaff82@gmail.com

Offline
***
Re: [Module] CWP_DNSREPORT
« Reply #4 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