Subject: | you can think a simple function:... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | Anachy Lima |
Date: | 2009-01-18 16:05:48 |
Update: | 2009-01-18 22:13:56 |
|
|
|
Anachy Lima rated this package as follows:
Utility: | Not sure |
Consistency: | Not sure |
|
Anachy Lima - 2009-01-18 16:05:48
you can think a simple function:
public function startScan($content){
$extensions = array(".exe", ".bin", ".bat");
if(strrpos($content, $extensions[$i])){
$this->vFound();
}
}
try and call me!
ibere__@hotmail.com
Martin Barker - 2009-01-18 22:13:56 - In reply to message 1 from Anachy Lima
yea but it dose not get the same efect
I Want will have it scan the HTML for any src="" files and then scan them though each like
And this way allows people to disable parts like say they have a mac site only dont need the exe scans and stuff
|