-
PHP Captcha can generate images with a random text that can be used to perform real human user validation also known as CAPTCHA (Completely Automated Public Turing Test to Tell Computers and Humans Apart). PHP Captcha can generate an image with a random text with a given length.The text is rendered with a given font using the GD library functions. ...
-
Guid is a simple script that meant to generate text values that may be used as global unique identifiers (GUID).The GUID values are generated from random seed numbers, the local computer network host name and the local time. The resulting value is digested with MD5 algorithm.
-
UID scripts is a simple class for generating a unique identifier using the SHA1 algorithm to compute a digest from the combination of several unique and random text values.UID scripts uses the current timestamp with microseconds, Mersenne Twister random number generator, remote port number, remote IP address, remote user agent, URI and script path to generate a 40 character unique ...
-
floMessages is a simple class that can be used to generate random text messages. It provides means to build multiple lists of text messages. Then it can pick a random message from on of the lists that was built.floMessages could be useful in an Adlib type application or in an environment requiring numerous random textual responses. It can also be ...
-
Random Password Generator will help the programmer to create a randomly generated Password for there user. It will return a PASSWORD which will be strong.Random Password Generator just takes as parameter the length of the password string to be generated.
-
Advanced Randomizer is able to retrieve items added to a list based on the probability of occurrence associated to each item.Advanced Randomizer is useful for making sorting content to be served randomly, such as a advertising banner system on which different advertisements have distint levels of priority, but all of them must be displayed.
-
Simple class to generate random passwords on the fly. You can specify the minimum length, maximum length, and an array of characters to use in the constructor.
-
PWGen creates random character passwords, and outputs them to text, html, or as images. It also provides a demo of image verification code ala Yahoo account sign up.
-
Captcha Numbers classes can generate images for use in CAPTCHA based validation tests (Completely Automated Public Turing test to tell Computers from Humans Apart).Captcha Numbers classes can generate an image with a random sequence of numbers over a grid of lines. The numbers and the grid are rendered in configurable colors. The numbers are rendered using a given TrueType font. ...
-
PhpSecureImageGen is a simple class that generate images with a random text that can be used to perform CAPTCHA authentication, i.e. verify whether a site user is a human or a robot.The image may be outputted with given text or a random text generated by the class.The generated image also contains a few random lines to make it for difficult ...
-
Verification Image generates an image with random text to verify that a form was submitted by a real human being.It adds some visual elements that are meant to confuse OCR (Optical Character Recognition) software, thus making it very difficult for robot scripts to determine the actual text that is displayed in the generated image.Requirements: GD library compiled with PHP
-
Password Generate is a simple class that can generate random password strings that satisfies agiven criteria.The generated password has a given length and may include an optional user defined prefix, upper case letters, lower case letters, digits and special symbols.
-
Veriword is a PHP Captcha system thats generate a question in form of an image with random baffle text or in another form such as an animated flash. The class is capable of picking a random word, generate captcha and store the word in an encrypted session variable for posterior validation eventually in a form on which it is used ...
-
Easy to configure with instructions. Includes search form, recent additions display, random image display and more. Scripts have been compiled from various sources.
-
A random script that ensures to pick only out of the entires that exist in the table. CzarRand compiles an array of the entries currently in the table, then selects a random entry from that array. CzarRand is very fast, and works with anything you can put in a MySQL database, including HTML tags such as links and images.

