Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by t0r

  1. t0r

    Why isn't my script working??

    Ok, I asked around and found a different approach. I'm not sure how to incorporate this new sub into my existing script, any ideas? sub Steam() { print "File Containg username:password > "; chomp(my $steam = <STDIN>); open(S, $steam) || die("Error: $!"); my @steamcheck = <S>; close(S)...
  2. t0r

    Why isn't my script working??

    I have compared them, The only difference in the failed login is underneath the login box it says "Incorrect Login" and the successful login page is totally different... For some reason the script isn't detecting the "Incorrect Login
  3. t0r

    Why isn't my script working??

    Ya I tried that so this is my last resort, the script itself works but it isn't recognizing keywords when the login was successful/failure so it doesn't correctly print back the response whether the login worked or not..which is my problem
  4. t0r

    Why isn't my script working??

    Not sure what you mean by that
  5. t0r

    Why isn't my script working??

    I'm not brute forcing anything, I have a list of accounts I buy/sell/trade and it's important for me to be able to check if they all work without having to individually check 1 by 1 and this is the best way I can think of.
  6. t0r

    Why isn't my script working??

    Im sorry, I should have mentioned that the login form I am using is javascript so I can not use www:mechanize
  7. t0r

    Why isn't my script working??

    Ok, I made a script that should connect to steamcommunity.com, try logging in from a .txt file of username/passwords, and print back to me if the login was successful or not... I'm sorta new to PERL so I'm not 100% positive on what to look for, but here is whats happening. I don't know how the...

Part and Inventory Search

Back
Top