PHP Classes

you can think a simple function: public function startScan($...

Recommend this page to a friend!

      Virus Scan  >  All threads  >  you can think a simple function:...  >  (Un) Subscribe thread alerts  
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

  1. you can think a simple function:...   Reply   Report abuse  
Picture of Anachy Lima 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

  2. Re: you can think a simple function:...   Reply   Report abuse  
Picture of martin barker 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