PHP Classes

Packages of sam

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of sam (3)  >  Mission progress status  >  Reputation  
Picture of sam
Name: sam <contact>
Classes: 3
Country: United Kingdom
Age: 36
All time rank: 47425 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 6030
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Apache log parser  
Parse Apache log files in the common log format
This class can be used to parse Apache log files in the common log format.

It opens a given log file and parses each line at once. The values of the fields of each log line are returned in an associative array.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 58% 91% - 66% - - 44% 3436
Month: Not yet rated by the users

  Files folder image MySQL Spell Checker  
PHP Programming Innovation award nominee
October 2005
Number 7
Spell check texts with a MySQL table as dictionary
This class can be used to check the spelling of text.

It uses a MySQL database table to store the dictionary of valid words.

It can process a text and return all words that seem to be wrong. It may also highlight the wrong words using HTML tags to change the presentation style of the words to be highlighted.

For wrong words it may also provide a list of suggestions of words with similar sounding using the soundex algorithm.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 87% 91% - 66% - - 59% 1287
Month: Not yet rated by the users

  Files folder image Request flood protection  
Detect access floods using a MySQL database
This class can be used to detect access floods using a MySQL database to keep track of accesses of site users.

The class stores in a MySQL database table records of the time and IP address of each access.

It can detects floods if the last access from the current user IP address occurred in a period less than a given number of seconds.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 66% 66% - 66% - - 46% 3204
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z