PromInc

Results 32 comments of PromInc

The sad and honest truth is that I haven't had any time to dedicate to this project as of late. This was a passion project that I still have passion...

Sorry no progress has been made on this tool. I'm open to other contributors to this project - I'd love to see others help offer updates!

Your script start with `#!/usr/bin/php` which means the script is [expecting PHP code]( https://www.electrictoolbox.com/running-php-scripts-as-shell-scripts/). However the code you've put into the script is in the BASH language. I'm assuming you...

Yes it should be a fully qualified URL. The PHP function file_get_contents can call a URL, and given how the data-capture.run.php file sets up some variables/resources it relies on the...

Thank you for sharing this bug. The way the tool works, it writes to a table all of the queries for a given day. If there are no queries in...

Crawl errors is something that I'd like to incorporate into this project at some point in time, but there is no ETA on that feature currently. This project has sadly...

Used for debugging #10

I just released an updated version - 2.5.4 that fixes some bugs on the report pages. I'm not certain that version would address this issue, but I'd still suggest using...

Yes, this is a valid concern. Many moons ago I had worked on adding a user authentication portion to this project. Sadly I don't see the branch I thought I...