Package:
Summary:
Send e-mail using authentication SMTP servers
Groups:
Author:
Description:
This class can be used to send e-mail using SMTP servers that require authentication.
Package:
Summary:
Send e-mail using authentication SMTP servers
Groups:
Author:
Description:
This class can be used to send e-mail using SMTP servers that require authentication.
The class can connect to a given SMTP server, authenticate as a given user, and send a message to given destination e-mail addresses.
Package:
Summary:
Apply stylesheets to HTML as tag style attributes
Groups:
Author:
Description:
This class can be used to apply style sheets to HTML as tag style attributes.
It parses an HTML document, finds external or inline style sections, and applies the defined styles to tags that match the defined style selectors to make the tags use style attribute instead.
Package:
Summary:
Count the number user accesses using files
Groups:
Author:
Description:
This class can be used to count the number user accesses using files.
It stores in one text file the list of the IP addresses of all users that access the site, in another file the number of unique visitors and the total number of accesses in another file.
The class can also retrieve each of the counts from the files.
Package:
Summary:
Generate QRCode images using Kaiva.com site
Groups:
Author:
Description:
This class can be used to generate QRCode images using Kaiva.com site.
It can send an HTTP request to the Kaiva.com site and pass parameters about the size of the image and the data from which it will generate the QRCode image.
The generated image is returned as a string.
Package:
Summary:
Retrieve MySQL query results split in pages
Groups:
Author:
Description:
This class can be used to retrieve MySQL query results split in pages.
It can execute a given MySQL SELECT query and retrieve its results split in pages with a given limit number of records.
The class can iterate over the complete set of results and return the query result pages as arrays until there are no more result pages to retrieve.
Package:
Summary:
Store and get data in MongoDB GridFS like files
Groups:
Author:
Description:
This class can act as stream wrapper, so it can store and get data in MongoDB GridFS like regular files.
It uses the MongoDB extension to perform data access functions on files stored in a MongoDB database.
The class supports open, read, write, seek position, tell, eof, flush data, close and unlink stream access functions.
Package:
Summary:
Display MySQL query results in an HTML table
Groups:
Author:
Description:
This class can be used to display MySQL query results in an HTML table.
It can execute a given MySQL query and generate an HTML table with the query results.
The class can render the table columns with result column data using custom formats, with links and check boxes. The table listing may have pagination links.
The presentation of the table and link styles are configurable using CSS.
Package:
Summary:
Decrypt MD5 password and hashes with MD5Decryter
Groups:
Author:
Description:
This class can be used to Decrypt MD5 password and hashes with MD5Decryter.com site.
It can send a request the MD5Decrypter.com site to check if it knows a given MD5 hash of a text or password.
The class parses the response page to determine whether the MD5 hash is known, and if so, it returns the original text to which MD5 was applied.
Package:
Summary:
Convert dates to Bangla format
Groups:
Author:
Description:
This class can be used to convert dates to Bangla format.
It takes a given timestamp integer and formats the respective date in Bangla format.