File Scanner v1.0

Newbie Spellweaver
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:
  • 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:
$_CONFIG['DIR'] = "D:/MuServer";
$_CONFIG['SEARCH_FOR'] = array(
"CzF",
"webzen"
);
Every new string is on new line and its separated by comma.

The tool is great for setting new server and search for the ips or something like that... ;)

Ex74 - File Scanner v1.0 - RaGEZONE Forums
 

Attachments

Re: [Realese] File Scanner v1.0

I dont understand how this is useful...
maybe make it replace the sting too if u config it that way
 
Re: [Realese] File Scanner v1.0

@RisingKing2010, I'll add the option in the next version ;)
@[RCZ]ShadowKing, what's that "vbulleting template editor" ?
 
Re: [Realese] File Scanner v1.0

download Total Commander, press ALT+F7 then ALT+S

and u r done ;)
 
Re: [Realese] File Scanner v1.0

Why do you base decode that last line?

base64_decode("CjxkaXYgc3R5bGU9ImZvbnQtZmFtaWx5OiBUYWhvbWE7IGZvbnQtc2l6ZTogN3B0OyBjb2xvcjogIzU1NTU1NTU7IG1hcmdpbi10b3A6IDVweDsiPlBvd2VyZWQgYnkgPGEgaHJlZj0iaHR0cDovL2ZvcnVtLnJhZ2V6b25lLmNvbS9tZW1iZXIucGhwP3U9NTE5MzcwIiBzdHlsZT0idGV4dC1kZWNvcmF0aW9uOiBub25lOyBjb2xvcjogIzc3Nzc3NzsiIHRhcmdldD0iX2JsYW5rIj5FeDc0PC9hPjwvZGl2Pg==");

Why not just write:
<div style="font-family: Tahoma; font-size: 7pt; color: #5555555; margin-top: 5px;">Powered by <a href="http://forum.ragezone.com/member.php?u=519370" style="text-decoration: none; color: #777777;" target="_blank">Ex74</a></div>

Is it because you are afraid of news removing your powered by? :P
 
Re: [Realese] File Scanner v1.0

@MemmeR, cuz i like it this way...
Ok then, if the whole forum dislikes the thing I'd made you can just delete the topic...
 
Back