Package:
Summary:
Manipulate cookies from request header values
Groups:
Author:
Description:
This class can be used to manipulate cookies from request header values.
It can parse HTTP request cookie header values and perform several types of operations like checking whether cookie has expired given its expiry date, rebuild cookies request header from an array of cookies, save or load the list of cookies from a file.
Package:
Summary:
Search for a text string in a file
Groups:
Author:
Description:
This class can be used to search for a text string in a file.
It can open a given file and read it line by line until it finds one line with a given text string.
The search for the text string is case insensitive.
Package:
Summary:
Keep track of site visitors and page hits in MySQL
Groups:
Author:
Description:
This package can be used to keep track of site visitors and page hits in a MySQL database.
It is based on the original package named Online Visitors Count written by Alfredo Sanchez.
This version was updated to use PHP 5 syntax and also to keep track of the pages that each visitor accesses.
Package:
Summary:
Generate HTML to embed a sound Flash player
Groups:
Author:
Description:
This class can be used to generate HTML to embed a sound Flash player.
It can generate HTML with JavaScript code to embed a sound player in Web pages.
Several details may be configured, such as the URL of the sound file, player colors and width, auto-start and loop option, initial volume, etc..
Package:
Summary:
Log activity to files and compact old log files
Groups:
Author:
Description:
This class can be used to log activity to files and compact old log files.
It can add event log entries to a given log file that has a name based on the current date.
The class lists all files in the log file directory and makes all log files of past months are compacted in ZIP archives.
Package:
Summary:
Replace URLs in HTML by short URLs from smsh.me
Groups:
Author:
Description:
This class can be used to replace URLs in HTML by short URLs from smsh.me .
It parses an HTML excerpt to extract the URLs of all links.
The class uses the smsh.me Web services API to create short URLs for all URLs found in the HTML and replaces all the links.