I don't NEED no advisor code to know how to rock!
ie=IE.new
ie.goto("//editedoutsoidontgetintrouble//")
ie.text_field(:name,"j_username").set("70000097")
ie.text_field(:name,"j_password").set("salamiisdelicious")
ie.button(:value,"Authenticate").click
for i in 0..9999
puts i
if i % 3 == 0
ie.goto("//editedoutsoidontgetintrouble//")
end
ie.text_field(:name,"_InField").set(sprintf("%04d",i))
ie.form(:name,"FIND").submit
end
Monday, October 20, 2008
advisor code FTL
Subscribe to:
Post Comments (Atom)
3 comments:
That would have saved me the trouble of walking 15 minutes to Giannini Hall (pronounced like panini, sigh).
It takes a long time to crack, measured in hours. And it also works best with IE, the Firefox version is way too buggy, and the Safari version probably is just the same.
salami is dericious
any code that's dericious must be worth it
Post a Comment