PHP Classes

Files Missing

Recommend this page to a friend!

      Site Change Detection  >  All threads  >  Files Missing  >  (Un) Subscribe thread alerts  
Subject:Files Missing
Summary:Files missing in library
Messages:4
Author:vishal kumar
Date:2013-12-03 07:11:42
Update:2013-12-03 16:07:44
 

  1. Files Missing   Reply   Report abuse  
Picture of vishal kumar vishal kumar - 2013-12-03 07:11:42
Dear Sir

First of all thanks for providing such a nice library.
I analyzing the code i found out that there are some missing files
which are included in scanner.php script.
1.database.php
2.configuration.php
3.settings.php.

Please include those missing files in the library.

  2. Re: Files Missing   Reply   Report abuse  
Picture of Larry Wakeman Larry Wakeman - 2013-12-03 07:34:36 - In reply to message 1 from vishal kumar
Nope, all that is required is there. from the readme.txt:

Usage:

[url of site]/[path to scanner]/[scanner filename].php?action=[action]

It is suggested that these files be hidden in the directory tree of the site and named something other than scanner.

actions:
scan or none - Perform a scan of the site, designed to be done in a cron job
config - set up scanner configuration
initial - perform an initial scan

If you look at scanner.php, you will find dispatch code based on the value of $_GET;['action'].

  3. error:Configuration must be completed   Reply   Report abuse  
Picture of vishal kumar vishal kumar - 2013-12-03 09:50:57 - In reply to message 2 from Larry Wakeman
first of all thanks for reply sir.
i am getting Configuration must be completed error.and i read the readme.txt file also.In that you mentioned index.php.that one also i did not find.
so please give little more clarification.

  4. Re: Files Missing   Reply   Report abuse  
Picture of Larry Wakeman Larry Wakeman - 2013-12-03 16:07:44 - In reply to message 3 from vishal kumar
add ?action=config to your URL.