06-09-2008, 04:43 PM
|
#4 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
Lemme try to come up with something...
PHP Code:
$length = "5";
// Different levels of security $batch1 = 'AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz'; // Full Alpha $batch2 .= '1234567890'; // Numerics $batch3 .= '!@#$%^&*()_+90-=[]\{}|;:,./<>?'; // Simple symbols, no quotation marks $batch4 .= '§†↓■«╓≡áíóú█æ¥Ð╗ö╫⌠╞└♦â'; // Ghasp...
// Process $secureNum = mtrand(1,4);
for ($int=0; $int<$length; $int++){ switch $secureNum case 1: $batch1... ... I forgot >.< }
If anyone could finish that for me that would be sweet, because I totally forgot it.
__________________
Signatures are nothing but incriminating.
|
|
|