| TOTAL: 208 Page: 1 of 11 |
|
Text To Image - Er. Roch
This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size. It can take the text foreground and background color parameters by value or by name. The rendered text image can be served in the GIF, JPEG or PNG formats.


| Hits: | 158 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Text2Array - Huda M E
Text files are a common means to store data that many application still use, like for instance log files or tabular data files. This class is meant to convert tabular text data or files into arrays. After converting the data into an array, it is easier to manipulate or convert to other formats, such as inserting into databases or generating reports.


| Hits: | 102 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Textable - Pali
This class can store, retrieve and change information stored text files like in database tables. The text files contain entries in each line. Each line entry may have many values. The first value represents a key that must be unique among all line entries stored in the file. The class provides means for reading and writing text data files and also functions for appending, deleting and updating individual text line entries.


| Hits: | 134 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Translit - Yuriy Ma
This is a very simple class that can be used to transliterate cyrilic text used in Russian and Ukranian into strings using latin characters. The class has a single function that takes as parameters the string of text to transliterate, the encoding used by that input string and the desired encoding to returned the transliterated text.


| Hits: | 122 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Turtle Muddler - Marcin S
This package can be used to obfuscate PHP code to make it unreadable to humans. It can parse PHP code to find all functions, classes, variables and change they names into random name like "xCQW322". Then the class can also remove comments and white space from the resulting obfuscated code.


| Hits: | 136 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
TxtCrypt - Chao-Ch
This class can encrypt a file and insert the encrypted data into a regular text file in such way that it does not change the way the text file appears. The encrypt algorithm is simple but it can be replaced by another more robust algorithm. To hide the encrypted data within a text file without changing how it appears, the data is compressed, encrypted, and converted to bit stream. The bit stream is then converted to tab (0x09) and space (0x20) characters , replacing the '1's and '0's of th


| Hits: | 179 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
UBBCode - Lennart
Replaces the UBB tags listed below with HTML tags, and vice versa. Also keeps the line feeds in the text and removes all HTML tags. UBB Tags: [b]...[/b] bold [i]...[/i] italic [code]...[/code] source code [img], [/img] images [quote]...[/quote] blockquote [url]http//www.link[/url] links [url=http//www.link]name[/url] links [email]me@home.de[/email] email link [email=me@home.de]name[/email] email link Additional Tags: [u]...[/u] underline [center]..[/center] center [color=name]


| Hits: | 159 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
udPattern - Thomas B
udPattern allows you to store patterns and to check strings against them. It should be perfect for matching URLs and filenames. Just register the patterns you want to use and then call the TestPattern function to check if it is a valid string. You can use accept(+) or reject(-) to all patterns as well as wildcards. If you are experienced with regular expressions you might do it faster but probably not as easy.


| Hits: | 105 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
URL - Dmitry V
Class that abstracts URL; It can easily make URL's for dynamic scripts and also protects ur URL from "junk".


| Hits: | 122 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
URL class - Keyvan M
This class allows you store absolute or relative URLs and access the various parts (scheme, host, port, part, query, fragment). It will also accept and attempt to resolve a relative URL against an absolute URL already stored.


| Hits: | 227 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
URL Encoder - Jason Br
This class is used to encode data being passed between two sources that can be either two pages via URL arguments or by any other data storage media like databases, files or sessions variables. It works by taking an array of variables and their values and encode it using a private key only known by the server scripts to create a string that represents those variables. When another page script receives the encoded data, the class can decode it and restore the variables original values using


| Hits: | 155 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
urlmatch - kumar mc
Looks for any URLs in a string of text and matches each one with a customizable tag. Convenient for parsing user input where users are not expected to write HTML. The class finds URLs starting with 'http|https|ftp|www', ignores HTML tags, supports the addition of properties (such as defining a CSS class), and supports a character limit for the displayed link text. I have tested it with many possibilities and it has been revised to support many URL-in-text scenarios but please don't hesit


| Hits: | 79 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
UTF8 - Alexanda
This class is meant to convert text encoded as single byte string encodings such as CP1251 to UTF-8 multibyte format and vice versa. The class loads character set from mapping files. Please access ftp://ftp.unicode.org/Public/MAPPINGS/ to obtain the mapping files that you need. The directory from where the map files may be loaded is pre-configured in the class. Each supported character set is also pre-configured in the class to point to the respective mapping file. The error handling fu


| Hits: | 130 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Validate - Pedram N
This class is able to validate string values formatted according to the American standards. It supports validation dates, times, URLs, e-mail addresses, names, money amounts, zip codes and phone numbers.


| Hits: | 121 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Validate Data - umesh de
This class is meant to be used to validate the data, for instance entered in forms. It supports the detection of multibyte text characters. The files provided are in EUC-JP format. It provides following types of validations: - E-mail addresses - Dates - Only alphabetic character strings - Only alphanumeric character strings - Detects strings using a multibyte encoding (Asian character sets) - Verify whether strings contain only valid Hiragana, Katakana or Kanji characters - Get le


| Hits: | 109 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Validate String - Sven Wag
Validation class for validation of misc strings. Ideal to validate form data. Yet it can validate the following string types: - alphabetical - alphabetical lowercase - alphabetical uppercase - numerical - alphanumerical - postcodes for: austria australia germany estonia netherlands italy sweden united kingdom united states - email - url - ip address I would be pleased, if anybody can give me the ereg patterns for other countries! Please mail me and I'll add the country


| Hits: | 120 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Validate_Credit_Card - Ricky Ro
This class is capable of validating credit card numbers using the mod10 algorithm. It may also validate credit card expiration dates.


| Hits: | 124 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
validation - Sven Wag
This class is meant to validate text strings using patterns that are defined with a simple syntax that is not based on regular expressions. Here are a few examples of validation patterns: "2N 5L" = 2Numbers 1Whitespace 5Letters e.g.: "12 ABCDE" "2-5N 5L" = 2-5Numbers 1Whitespace 5Letters e.g.: "1234 ABCDE" "2N:2N:2N" would match on "12:35:24" for checking time "2N.2N.4N" would match on "01.01.2004" for checking date This package includes sub-classes to do more specific validations


| Hits: | 71 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Validations - : harish
This is a simple class implements several rules to validate text values on the server side, eventually submitted by the user in Web forms. Currently it implements the following validation rules: - E-mail address - Signed integer number - Unsigned integer number - Alphanumeric text with letters, digits and spaces - Date formatted as MM/DD/YYYY or MM-DD-YYYY


| Hits: | 123 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |
Validator Class - Stefan I
This class is meant to validate page request values eventually submitted using forms via POST or GET HTTP methods. The class provides functions that retrieve values submitted in a request variable of a given name and then performs the specified type of validation. The class provides many built-in types of validation like: is it a valid number, integer, boolean, name of variable, it contains only letters, is it a valid e-mail adress, is it an integer within a given range, or even determine


| Hits: | 141 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-11 |