OneSometnyGud Posted December 22, 2011 Posted December 22, 2011 (edited) Help, i got good creating post module to my own forum....Like admin tool. When im finish posting i just use command to Submit, MsgBox(64,"Info", "Przepisz Captche") $captcha = _IEGetObjByName($oIE, "newaccountcaptcha") _IEFormElementSetValue($captcha,GUICtrlRead($input)) GUIDelete($bot) sleep(1000) _IEFormSubmit($formalogowania) $oIE = _IECreateEmbedded() $formalogowania = _IEFormGetCollection($oie, 0) After click website is checking... good now im going update my module and add some object like checkbox to autologout after add post. Ok... I tryed everything but this website could not read this command.. I tryed but... MsgBox(64,"Info", "Przepisz Captche") $captcha = _IEGetObjByName($oIE, "newaccountcaptcha") _IEFormElementSetValue($captcha,GUICtrlRead($input)) GUIDelete($bot) sleep(1000) _IEFormSubmit($formalogowania) ;potwierdzamy logowanie cos stylu wcisniecia ENTER'a If _IEFormSubmit($formalogowania) Then _ieNavigate($oIE, $logout) Endif I want to know what is the problem in this command why not want do my logout my account ?? $logout = ("http://Address.pl") @@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@@@@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@#*(&!*@&!^*&@^!*@@@@@ Bad name of topic? oh sory Edited December 22, 2011 by OneSometnyGud
Moderators Melba23 Posted December 22, 2011 Moderators Posted December 22, 2011 (edited) OneSometnyGud,It might be your own forum, but the Forum Rules clearly state:"Do not discuss [...] forum auto-posters. This includes forum or site auto-login methods"Thread locked.M23Edit: I have just seen that you have had another topic locked for the same reason. Do not make it three. Edited December 22, 2011 by Melba23 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
Recommended Posts