PHP Classes

PHP Spam Detection : Detect spam in comments and text messages

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 578 All time: 5,323 This week: 110Up
Version License PHP version Categories
spam-detection 1.0Free for non-comm...5.0PHP 5, Text processing
Description 

Author

This class can detect spam in comments and text messages.

It can analyze a given comment text and see if it contains words often used in spam messages.

It can also detect if the text has URLs and whether the URLs have words often found in spam page URLs.

The class computes a score based on the presence of spam factors and returns to the application that can treat the message as spam if the score is above a given threshold.

Picture of Anirban Nath
Name: Anirban Nath <contact>
Classes: 3 packages by
Country: India India
Age: 35
All time rank: 1729102 in India India
Week rank: 312 Up22 in India India Up

  Files folder image Files  
File Role Description
Plain text file sniffSpams.php Class Detect Spam content

 Version Control Unique User Downloads Download Rankings  
 0%
Total:578
This week:0
All time:5,323
This week:110Up
User Comments (1)
This can be done much nicer like this http://phpro.
10 years ago (Kevin Waterson)
15%Star