gseller Posted August 12, 2008 Share Posted August 12, 2008 Sounds great, can't wait to see it! Link to comment Share on other sites More sharing options...
Szhlopp Posted August 12, 2008 Author Share Posted August 12, 2008 Sounds great, can't wait to see it!Good thing, because it's up! Login screen now has password characters.Fixed the misc Child GUI problems.Alot of warnings removed (Syntax check).HOTKEYS! (Thanks C0deWorm for the idea...)Check it out!!Thanks,Szh RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
nitekram Posted August 13, 2008 Share Posted August 13, 2008 Good thing, because it's up! Login screen now has password characters. Fixed the misc Child GUI problems. Alot of warnings removed (Syntax check). HOTKEYS! (Thanks C0deWorm for the idea...) Check it out!! Thanks, Szh Still got a couple of warnings - I am still testing other sites Here try this URL https://login.comcast.net/login?s=mailcenter&continue put bogus username and password then try to check autologing Here is the error along with warnings >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "Z:\!everyday\PasswordManager_V5\V5\PasswordManager_V5_Ready.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams +>02:05:05 Starting AutoIt3Wrapper v.1.10.1.8 Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 2 CPU:X86) >Running AU3Check (1.54.13.0) from:C:\Program Files\AutoIt3 Z:\!everyday\PasswordManager_V5\V5\PasswordManager_V5_Ready.au3(1276,38) : WARNING: $IEelements: possibly used before declaration. $IEelementcount = UBound($IEelements, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ Z:\!everyday\PasswordManager_V5\V5\PasswordManager_V5_Ready.au3(1236,80) : WARNING: $IEelements: declared global in function only. Prefer top of file. if $A = 0 then Global $IEelements[int($iNumForms)][int($HighestEleCount)][2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ Z:\!everyday\PasswordManager_V5\V5\PasswordManager_V5_Ready.au3 - 0 error(s), 2 warning(s) ->02:05:07 AU3Check ended.rc:1 >Running:(3.2.12.1):C:\Program Files\AutoIt3\autoit3.exe "Z:\!everyday\PasswordManager_V5\V5\PasswordManager_V5_Ready.au3" Z:\!everyday\PasswordManager_V5\V5\PasswordManager_V5_Ready.au3 (1242) : ==> The requested action with this object has failed.: $IEelements[$A][$I][1] = $A & " " & $I + 1 & ") " & $IEelements[$A][$I][0].name $IEelements[$A][$I][1] = $A & " " & $I + 1 & ") " & $IEelements[$A][$I][0].name^ ERROR ->02:05:25 AutoIT3.exe ended.rc:1 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator Link to comment Share on other sites More sharing options...
nitekram Posted August 13, 2008 Share Posted August 13, 2008 (edited) Needed the ability to just use enter as the login button Also maybe use one function for all password questions - that way you will not be able to see it ever ( maybe even use a confirm ) just my 2 cents, but I really like this script EDIT Bugs found After creating a URL login ( without closing app ) create another URL login and then try to connect - it takes you to the first one you created. If you use the same address for a different login - it seems to not work on picking up the fields on the page. Edited August 13, 2008 by nitekram 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator Link to comment Share on other sites More sharing options...
gseller Posted August 13, 2008 Share Posted August 13, 2008 I Like It!! What kind of exe's have you tried it on? Link to comment Share on other sites More sharing options...
Szhlopp Posted August 13, 2008 Author Share Posted August 13, 2008 (edited) Neededthe ability to just use enter as the login buttonIn the main screen? Login is the default push-button.Also maybe use one function for all password questions - that way you will not be able to see it ever ( maybe even use a confirm )????????? Explain?just my 2 cents, but I really like this scriptThanks!EDITBugs foundAfter creating a URL login ( without closing app ) create another URL login and then try to connect - it takes you to the first one you created.I've completely failed trying to do this. Explain it better please?If you use the same address for a different login - it seems to not work on picking up the fields on the page.Explain? I set this up to work with different logins. Every login has its own 'section' it reads from. If you're talking about the same login and multiple items. You can't create an item with the same name. so it always picks up the right item (At least for me...). As far as your actual ERROR. Comcast site actually put up an object with no name ( "" ) . So when I call the '.name' off of the object I get an error because there is no name @GesllerEXE's are just set to launch with a hotkey and store your info. I havn't programmed in the auto-login for EXE's yet @allEdit: I'm correcting an issue with the login feature (pointed out by nitekram). The new version should also better select all the element names Edited August 13, 2008 by Szhlopp RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
Szhlopp Posted August 13, 2008 Author Share Posted August 13, 2008 Okay guys, sorry for the errors. V5.1 is up. Checks for Error objects. Improved auto-login search. Now checks for button types as well! HotKey dialog fix. Can no longer hit 'Save' if the hotkey combination is invalid. @Nitekram Try your URL again. It should work fine. Not only should it not error on you it should also grab the button element name RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
gseller Posted August 13, 2008 Share Posted August 13, 2008 Groovy! 5.1 working well on XP sp3 Link to comment Share on other sites More sharing options...
nitekram Posted August 14, 2008 Share Posted August 14, 2008 Bugs After creating URL ( 1 ) save the URL then open the URL. Create a NEW URL ( 2 ) and then save it and then go to that URL - the URL ( 1 ) appears. When editing the URL - the fields for all - go back to default so if you change one to test, you have to change the rest back as well. If you need more info on this let me know. The Login Button for Yahoo URL is not populating - I was thinking if you remove the field and just use the ENTER key that would work on most websites that the login button does not show right. Thoughts The password on the first login shows dots for the letters. Where ever the password is located it should show dots as well. Maybe if you are worried that the wrong password will be entered then you do a confirm password. At least on the main page the password should not show, someone could be looking over me and see my password even if I am not in edit mode. Again just my 2 cents 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator Link to comment Share on other sites More sharing options...
Szhlopp Posted August 15, 2008 Author Share Posted August 15, 2008 BugsAfter creating URL ( 1 ) save the URL then open the URL. Create a NEW URL ( 2 ) and then save it and then go to that URL - the URL ( 1 ) appears.I still can't create this error. Can anyone else?Add button (Name/url)Save itClick web icon (Go to URL)Click Add again (Differnt url/name)Save itClick web icon (Go to URL)^^^ Right?When editing the URL - the fields for all - go back to default so if you change one to test, you have to change the rest back as well. If you need more info on this let me know.Yes I do...The Login Button for Yahoo URL is not populating - I was thinking if you remove the field and just use the ENTER key that would work on most websites that the login button does not show right.I was thinking about adding an enter key into the list that is possible to use. For some reason some sites just don't 'appear' to have an element that logs you in.ThoughtsThe password on the first login shows dots for the letters. Where ever the password is located it should show dots as well. Maybe if you are worried that the wrong password will be entered then you do a confirm password. At least on the main page the password should not show, someone could be looking over me and see my password even if I am not in edit mode.Okay, this may be an account option then=)Again just my 2 centsThanks, read in bold=)Also, I may not update this much more. Does anyone want to take the source and keep updating it? You can be responsible for changes, updates, bugs, whatever. But you also get the credit for it all. All I ask is my name remain at the top of the script (in the au3, commented out)Let me know please!Thanks,Szh RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
Pies Posted August 22, 2008 Share Posted August 22, 2008 haiya! im using the program the you made, but does it also work in .exe files saved in my computer? or just for url only? because when i tried to write in the path of the .exe file, an error message pops up saying that the file cant be found. so it only works in url right? "Failure is the key to success. So try and try until you succeed!" Link to comment Share on other sites More sharing options...
Szhlopp Posted August 22, 2008 Author Share Posted August 22, 2008 haiya! im using the program the you made, but does it also work in .exe files saved in my computer? or just for url only? because when i tried to write in the path of the .exe file, an error message pops up saying that the file cant be found. so it only works in url right? Heh funny to see this at the top I'm sorry I forgot to patch that bug. Got busy with adding the 'Auto-login' and the hotkeys.When I get around to it I'll make EXE's work from the address again. Sorry about that. RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
Szhlopp Posted August 28, 2008 Author Share Posted August 28, 2008 haiya! im using the program the you made, but does it also work in .exe files saved in my computer? or just for url only? because when i tried to write in the path of the .exe file, an error message pops up saying that the file cant be found. so it only works in url right? V5.2 is now up.Fixed bugs and EXE's now work=) RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+' Link to comment Share on other sites More sharing options...
etfaker Posted February 1, 2009 Share Posted February 1, 2009 (edited) when runing the autoupdate.exe i get (after the acc-name input and pressing acc): Line-1: error: array variable has incorrect number of subscripts or subscript dimension range exceed. what does that mean? also i got questions: where will pw´s be saved? and great work and which included keygen should i use for creating the crypting hashes? i dotn fidn any keygen @edit: just tried to run the passwordmanager_v52.exe .. when creating acc i get: line-1: error: cannot assign values to constants Edited February 1, 2009 by etfaker Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now