Результаты поиска

  1. zenewbie

    Projects works single threaded but not multiple

    I have a simple commenting project that always worked like a charm with 5 threads on 5.3.1.0, but since the last update I have to let it run on a single thread only, because there is a chance (about 40%) that the commenting fails. It seems to have something to do with keyboad emulation hiccups...
  2. zenewbie

    POST and GET in 5.4.3.0

    Yes, but why do you always recommend people to do it like something like that: return instance.GetCookie("sitename.com", true); ?
  3. zenewbie

    POST and GET in 5.4.3.0

    Why make this cookie stuff so complicated in the first place? It should be an integral part and handled with normal means, like clearing cash and so on. Can someone make a executable demo on how to log in to a site, save a cookie and then log in to that site again with that same cookie? For...
  4. zenewbie

    get proxy

    Another problem: I cannot find a way to save the live proxies list in Zennoposter/proxytester. Is that a restriction with the light version?
  5. zenewbie

    get proxy

    I can't get the "get proxy" command to work in projectmaker to fetch a proxy from zennoposter's integrated proxy checker. I created a blacklist filter, made a rule and proxies are there, but when I try to use "get proxy" and assign it to a variable, I get the error "failed to get proxy". Is...
  6. zenewbie

    loop with fresh start and cleared cookies

    Ah, didn't know that. Thanks!
  7. zenewbie

    loop with fresh start and cleared cookies

    Yes, but I wanted to create a loop instead, because restarting the instance would clear the variables and mess up my pointer to my accounts-login-table, wouldn't it?
  8. zenewbie

    loop with fresh start and cleared cookies

    Sorry, but I have another question: I have a loop where I'm surfing to the same website over and over and each time log in with a different user. Therefor, after each loop I jump back to the beginning to "Clear Cookies" and "Clear Cache", but the browser window is still open from the last...
  9. zenewbie

    Youtube commenting

    Ok, I managed to put text in the box, but I had to use keystrike emulator, the action designer didn't work.
  10. zenewbie

    Youtube commenting

    Yes, I tried that with all possible settings, but when I click 'test' it doesn't work. What attributes of the input field do you mean? I'm really stuck on this one.
  11. zenewbie

    Youtube commenting

    Yes, I tried, but what do I use to write the text? There are several options, like innertext...?
  12. zenewbie

    Youtube commenting

    Hi! I can't figure out how to post a comment on a youtube video. Intellisearch doesn't recognize the input tab, so how can I write text into the YT comment box and click 'post' afterwards? This seems to be trickier than expected. Is there a way at all? Thanks!