- Joined
- Aug 26, 2008
- Messages
- 5
- Reaction score
- 0
File Scanner v1.0
This tool allows you to search your files for a specified string(s).
All you need is to set the path and the strings for the search and to put this file in your website directory.
Features:
Example of the FileScanner_v1.0.php config:
The tool is great for setting new server and search for the ips or something like that...
This tool allows you to search your files for a specified string(s).
All you need is to set the path and the strings for the search and to put this file in your website directory.
Features:
- Search in specified directory and sub directories
- Search for more than one string
- Show the filename, the lines where we have results (in all strings) in the search and the filesize
Example of the FileScanner_v1.0.php config:
Every new string is on new line and its separated by comma.$_CONFIG['DIR'] = "D:/MuServer";
$_CONFIG['SEARCH_FOR'] = array(
"CzF",
"webzen"
);
The tool is great for setting new server and search for the ips or something like that...

