Pejman 0 Posted September 6, 2015 (edited) I'm newbie write above code, the code is open a csv file contains username & password and check if logging in or not. it works very well login to website but nothing happen after login. Can anybody there could help me what technical problem is?<snip> Edited September 7, 2015 by Melba23 Code removed Share this post Link to post Share on other sites
RaiNote 10 Posted September 6, 2015 Maybe because the logout navigate?~ And i am not sure if FileDelete work within Registry and without Wildcard i think you can't delete every txt in the Folder it would delete only i think *.txt so not Test.txt Cookies.txt etc~ C++/AutoIt/OpenGL Easy CoderI will be Kind to you and try to help youtill what you want isn't against the ForumRules~ Share this post Link to post Share on other sites
water 2,359 Posted September 6, 2015 Welcome to AutoIt and the forum!Can you please tell us why you need to test the logins? My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Melba23 3,396 Posted September 6, 2015 Pejman,Before you get any help I most definitely want to know why you need to check all these login details.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites
Pejman 0 Posted September 6, 2015 (edited) Pejman,Before you get any help I most definitely want to know why you need to check all these login details.M23Welcome to AutoIt and the forum!Can you please tell us why you need to test the logins?Hello, I'm given many list of username and password therefore I need to check them manually therefore I need an script to check the list of username and password. This is the main reason.<snip> Edited September 7, 2015 by Melba23 Code removed Share this post Link to post Share on other sites
Melba23 3,396 Posted September 7, 2015 Pejman,I'm given many list of username and password therefore I need to check them manuallyThat much is obvious from your initial request. What I want to know is WHY you get so many of these lists and WHY you have to check them. A quick reply please or I will assume the worst and the inevitable will happen.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites
Pejman 0 Posted September 7, 2015 Pejman,That much is obvious from your initial request. What I want to know is WHY you get so many of these lists and WHY you have to check them. A quick reply please or I will assume the worst and the inevitable will happen.M23 Well, I'm going to call advertisers and then ask to move their ads to our website for free. we will create an online form which they enter their username and password for migrating their ads to our website. it's not going to use steal any information of them and it happens by the privileges that they gave us. Share this post Link to post Share on other sites
Melba23 3,396 Posted September 7, 2015 Pejman,That sounds really believable - make up a much better story next time. Thread locked.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites