why goa needs geeks working for them

O

old.yaruar

Guest
24 hours for a password change.
I could write a script to auto-generate over 100,000 new passwords and mail them out in 5 minutes then it would take about a couple of minutes to run. And they have to do what. about 15,000 maximum..

Sheesh, they must be using a crafting macro program to change them ;-)
 
D

dukat_lionheart

Guest
nah, they got the GOA monkey to do it, as rightnow is down he's free to type out all the passwords, lol

5 quid says the emails are in french :p
 
M

mucking_fuppet

Guest
Message to GOA:
god.jpg


And yes I know it's old :p
 
K

klavrynd

Guest
Code:
function getNewPassword() {
  $alphanum = "abcdefghijklmnopqrstuvwxyz0123456789";
  $pass = "";
  for ($i = 0; $i < 8; $i++) {
    $pass .= $alphanum[rand(0,35)];
  }
  return $pass;
}

php4tehwin
 
S

Stormm

Guest
Originally posted by klavrynd
Code:
function getNewPassword() {
  $alphanum = "abcdefghijklmnopqrstuvwxyz0123456789";
  $pass = "";
  for ($i = 0; $i < 8; $i++) {
    $pass .= $alphanum[rand(0,35)];
  }
  return $pass;
}

php4tehwin

yeah but they gotta translate it to french n german then back first ~2 weeks :(
 
Z

zeal0t

Guest
monkey.jpg


The new revolutionary random password generator at GOA's Right****ingNEVER section
 
R

Roalith

Guest
Originally posted by zeal0t
monkey.jpg


The new revolutionary random password generator at GOA's Right****ingNEVER section

Or just a mana chanter?
 

Users who are viewing this thread

Top Bottom