PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Nick Daniels   PHP Malware Scanner   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example File
Class: PHP Malware Scanner
Scan folders and detect potentially infected files
Author: By
Last change: .
Date: 8 years ago
Size: 199 bytes
 

Contents

Class file image Download
<?php

define
('TO_EMAIL', 'user@provider.tld');

// Set directory.
$scan = new MalScanner('.');

// Send Email Alerts
$scan->sendAlerts();

// Show Current Alerts
echo $scan->showAlerts();