Jump to content

Odienk

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Odienk

  1. Thank you my friend , its solved
  2. Hi guys Its a stupid question, but I'm just a noob that want to learn this magnificent tools, anyway I'm try to create folder in aplication by varible, I read the help file, and still doesnt create anything please correct my code $keyword = GUICtrlRead($Input1) DirCreate(@ScriptDir & $keyword) thanks guys
  3. this is great , both has been very helpfull, thanks guys
  4. HI guys Help to know what is I'm doing wrong with my code,was trying to play with regex but its always keep the result on a blank file. #include <WinHttp.au3> Func socket() Local $keyword = GUICtrlRead($Input1) Local $sGet = HttpGet("http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss&q="& $keyword) $parse = StringRegExp($sGet, "(?<=\&amp\;url\=).*?(?=<\/link><guid)",5) FileWrite("Google1.txt", $parse) MsgBox (0, "Finish", "Cek File", "") EndFunc Thank you guys
  5. well, if you asked then the answer is yes, and now my question is the autoit is good enought to dealing with this kind a Iframe..?
  6. well. I need to create a simple bot for autoclicking, and yes my friend, it happen to be the bridge to the other site that i need test it, is there anyways I can do this with firefox if IE did'nt do the task..? Dont want to promote ads to anybody, it is the real condition that I'm dealing with, thanks --Odienk
  7. Hi all I'm new on this community, but I just fall in love with autoit, and I have very newbie question on how to click on this banner on this site webtraffic.pw/ #include <IE.au3> $URL="http://webtraffic.pw/" Local $oIE=_IECreate($URL) _IELoadWait($oIE) Sleep(6000) ControlClick("Ads - Windows Internet Explorer, "", "IEFrame", "$primary") Its a dynamic link, so it took my 48hours tried to find something that I did not yet solve it, Kindly please help Regards --Odienk
×
×
  • Create New...