PHP Randomizing
Free and open source PHP Randomizing Scripts. Random Text, Random Images, Random Links scripts can be found in this category.-
DasPass is a simple class that can be used to generate a random password defined by rules that determine which types of characters can be used. The generated password may include upper case letters, lower case letters, numbers and punctuation characters. Each character will only appear in the password once. The length of the generated password is configured setting the ...
-
Simple random image generator is a simple random image generator. Just specify a folder or store it in a folder containing all image files and it will load only images(jpg, gif, png). Add one parameter and the image wil be resized using GD libraries for resizing.
-
Pwgen-php can generate a random text of a given length that can be used as a password. Options to include numbers or symbols, capitalize letters and avoid vowels, are provided.The generated text is organized in such way that is easy to pronounce in English.Requirements: PHP 5.2 or higher
-
A sequence of pseudo-random characters is generated using a matrix of predefined randomized sets of characters with PseudoGen. The resulting random string can be used as a new matrix of randomized characters.Requirements: PHP 5.0 or higher
-
Random Picture can open a file and retrieve a list of URLs, one per line. The URL can be picked and returned from the list at random. Requirements: PHP 5.0 or higher
-
Rand can generate random numbers from within a specified range. The generated numbers can be integer or floating, positive or negative, without or with trace. Requirements: PHP 5 or higher
-
A function is used to return a random alphanumeric string of a specified length.
-
Specific characters can be defined in an array for use in the password generating process.
-
PictText can generate a picture with random text string. It can be used for validation against robots. It generates a picture with a given text or a text with random characters. It output pictures in either the PNG or JPEG formats using the GD 2.0 library extension.You can specify a custom TrueType font file or let the class to pick ...
-
Secure Password generates an hash for a password using a random salt of a given length. The hash is generated using the SHA1 algorithm appended to the salt string.Whether a password matches a specified hash can also be checked. It applies the same method retrieving the salt for the hash string.
-
Ocheck class displays a form with 3 groups of radio inputs associated to 3 verification images. Three random images are also displayed for the user to select from.The random image file names are stored in a session variable, so Ocheck class can verify whether the user select the right radio buttons associated with the picked random images.Requirements: PHP 4.3 or ...
-
Random Image classes is a simple class that can pick a random image from a specified folder.Random Image classes traverses a given directory and pick one file from all those that have file name extensions typical of image files like .gif and .jpg.
-
Generate random float numbers can generate a given count of random floating point numbers in such way that the sum of all generated numbers is equal to a given total.Generate random float numbers, a class array variable is used to store the generated random numbers.Requirements: PHP 5.0 or higher
-
A text string of a specified length, formed from mixed case letters, is generated.Requirements:PHP 3.0 or higher
-
TagCloud-a-like script is an easy to configure Tag-cloud script that will randomize the display of your links.Usage:- Add links to the "$array" in the predefined structure.- Use "include('cloud.php')" to call the script.

