Ok, I've contacted the inventor and hosted onto our server in the software directory page. Have fun! Link: https://www.heartcure.com.au/for-researchers/
Dear Glauco Delevedove, thank you very much for your valuable information...the program is running well in my computer as a local server...please, see some extra information:
(0) Disable UAC:
" Disable User Account Control (UAC) the Easy Way on Win 7, 8, or 10":
(2) download RefFinder ("Clone or download" button)
https://github.com/fulxie/RefFinder
(3) Unzip the file RefFinder-master.zip
(4) Paste the folder RefFinder-master and all subfolders and files
inside C:\XAMPP\htdocs\
You will get this:
C:\XAMPP\htdocs\RefFinder-master\index.php
(5) Open you favorite browser and type:
https://localhost/RefFinder-master
and type ENTER
ERROR APACHE
httpd.conf change the following lines and then restart the application:
· Listen 80 to Listen 8080
· ServerName localhost:80 to ServerName localhost:8080
When you press "Start" the application can still say that you have an error like "Port 80 in use by "Unable to open process" with PID..." but it will still work.
If the error includes "Port 443 in use by "Unable to open process" with PID..." you need to change both httpd.conf and httpd-ssl.conf.
In httpd-ssl.conf change:
· Listen 443 to Listen 4433
· to
· ServerName www.example.com:443 to ServerName www.example.com:4433
Ok, I've contacted the inventor and hosted onto our server in the software directory page. Have fun! Link: https://www.heartcure.com.au/for-researchers/
Hi Terry Lee - good work! I had been thinking that I would have to set this up myself (I have zero experience with web-hosting and would have to learn from scratch), so thanks for taking the time to make this available for other researchers.