JAK8583

Package:
Summary:
Generate and parse ISO 8583 transaction messages
Groups:
Author:
Description:
This class can be used to generate and parse ISO 8583 financial transaction messages.

It can take as parameters the transaction message type indicator and other card transaction details. Then it generates a transaction message that is returned as a string.

The class can also do the opposite, i.e. take a string with a transaction message and parse it to get the message type indicator, the bitmap of types of transaction details contained in the message, and the transaction detail values.


Summary of #wordpress-dev IRC meetup for 20090603

  • Next Wednesday, June 10th, is the target date for the release of
    WordPress 2.8.  Tickets against the 2.8 milestone that are not
    blockers will be postponed to another release.
  • WP 2.9 will require MySQL 4.1.2 or greater.  This is raised from the current requirement of 4.0.
  • Checks will be added to the automatic upgrader that will prevent upgrading to 2.9 if  MySQL < 4.1.2 is being used.  The upgrader will also issue a notice that suggests asking the host to upgrade MySQL to meet the minimum requirement.
  • In order to promote migration to PHP 5, the upgrader will suggest that those running
    PHP 4 switch to PHP 5. A link to a Codex page describing how to switch for various hosts should be provided.
  • The new weekly IRC meetup time will be every Wednesday at 9pm UTC.

SafeMn

Package:
Summary:
Create short URLs using safe.mn API
Groups:
Author:
Description:
This class can be used to create short URLs using safe.mn Web services API.

It connects to the safe.mn Web server and sends requests to create short URLs from a given URL.

The class can also retrieve the original URL from a given short URL.


Check Active Comm-Ports Class

Package:
Summary:
Retrieve the list of active COM ports on Windows
Groups:
Author:
Description:
This class can be used to retrieve the list of active COM ports on Windows.

It uses the mode command to retrieve the list of active communication ports.

The list of active ports is returned in an array with the port names.


Antz_TagFilter

Package:
Summary:
Strip malicious tags from HTML documents
Groups:
Author:
Description:
This class can be used to strip malicious tags from HTML documents.

It takes as parameters lists of authorized and denied tags and attributes.

The class parses an HTML document to keep authorized tags and removing denied tags and attributes combinations.

It returns the HTML of the resulting filtered document.


Friendly CAPTCHA

Package:
Summary:
CAPTCHA validation using text with math expression
Groups:
Author:
Description:
This package can be used to implement CAPTCHA validation using text with math expression.

There is a base class that can display a text message to tell the user what he needs to input.

A math subclass generates an expression with a random math operation between two number values.

The user must enter the result of the operation to pass the CAPTCHA validation. The correct answer is stored in session variables for posterior validation.


HTML Image Tag

Package:
Summary:
Generate HTML image tags programmatically
Groups:
Author:
Description:
This class can be used to generate HTML image tags programmatically.

It can automatically compute the image size to fill the width and height attributes for images defined from locally accessible files.

The class can also generate an image tag with a special source URL that contains the actual image data defined according to RFC 2397. This way it, the image can be embedded in your HTML documents, making it possible to display the HTML documents without requiring external image files.

The data for embedded images may be supplied from a locally accessible file or from a string that contains the image file binary data.


Signature

Example screenshot
Package:
Summary:
Generate signatures that identify the current user
Groups:
Author:
Description:
This class can be used to generate signatures that identify the current user.

It can determine serveral details that identify the current user like it browser, operating system, IP address among others, and generates hash that can be used to determine if the user is the same in subsequent accesses.


Powered by Gewgley