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

  1. K

    Mass posting to multiple acconts in one projeckt.

    You should create additional files holding remaining posts numer for that day. Those files should be resetted daily - so they work as global variable.
  2. K

    Recaptcha recognizes Zennoposter and machine

    What about the latest mouse emulation that was introduced in zenno. I heard that the way you tick that rectangle can also trigger graphical challende. Maybe trying to emulate "human mouse movement" can be helpful.
  3. K

    Work with multiple social media profiles ?

    Unfortunately no - you should consider private or semi-private - those from my signature are very reliable and with good support.
  4. K

    Work with multiple social media profiles ?

    You should write to file proxy and corresponding account - so zennopsoter would map them every time. Also toggling prifile data, user agent etc would be a good idea.
  5. K

    How to prevent duplicate text entry?

    Have you tried changing quality settings?
  6. K

    Possible to scrape data from Google Maps?

    Why not - the only thing to consider (beside proxy switching) would be to toggle user agents - as the maps can be displayed randomly for various browsers/IPs.
  7. K

    Run multiple instances of a task

    Have you tried to save changes to file (bind option) instead of dividing it?
  8. K

    How to solve ajax captcha?

    I guess no auto trained methods can be there usefull. At least the accuracy will be low (ip might be blocked fastly). You might try human solving decaptchers.
  9. K

    Never stop project

    It's a good proposal to add this optional to a block just like it's now with a single action - cause I guess it's the only way to mit errors.
  10. K

    Recaptcha banned on ZP?

    Google has so many ways to catch you -you can try changing user agent - and the new function of mouse emulation can be handy as well. But if you get a ban - you have to wait.
  11. K

    Wait for element to appear

    There was similar thread on the forum this week - check it out.
  12. K

    Wait for element to appear

    You can use pause - alternatively pause in a loop so it will trigger when the object will be present.
  13. K

    Discussion - new version 5.10.4.1

    Nice to see new mouse emulation option added - any planned date to be working without c# code?
  14. K

    private proxy

    Have you tried using them in project maker?
  15. K

    Recording in active tab

    How can we force project maker to always record actions in active tab instead of the name of current tab?
  16. K

    How can I emulate a mouse wheel scroll?

    I have a case where there are two scrolls on page - keyboard emulation doesn't have additional option in action designer.
  17. K

    Capmonster or paid service?

    It's one of the most common captchas now, I guess some easy to use solution like only pointing to the i'm a robot checkbox would be beneficially to all zp community. I guess now we have to play with C# code, I found there template: using DeathByCaptcha; /* Put your DeathByCaptcha account...
  18. K

    Capmonster or paid service?

    Isn't there any sample template like for dbc? Are you planning to add an object like this is captcha to automate it? I guess it's more or less same task to send every image separately to the service.
  19. K

    Capmonster or paid service?

    Ok, but what with another decatpchers - is there also some C# for them?
  20. K

    Capmonster or paid service?

    Is there a way to select in zp and send this captcha? We have to invoke clicks there somehow?
  21. K

    Capmonster or paid service?

    Can we break i'm a robot recaptcha with capmonster 2? Which paid online services are able to do so? After all I have some difficulties with selecting it in zennoposter.
  22. K

    Using macro path in C#

    It's only some temp image. In my case it's the folder I have opened, after checking image I am deleting it. Project is hidded in few another folders so {-Project.Directory-} would be a bad solution.
  23. K

    Using macro path in C#

    As a save path in module settings. {-Project.Directory-}\{-Project.Name-}.png works fine but {-//-}\{-Project.Name-}.png is not saving the file.
  24. K

    Using macro path in C#

    You mean save path in c# to variable and paste it in module settings of captcha saver? Can you give me some example?
  25. K

    Using macro path in C#

    Sure - I forgot about that method. Can we use there macro {-//-} for saving path?
  26. K

    Using macro path in C#

    OK I see some changes in whole C# code for making a screensot after I upgraded zennoposter. Lately this code worked: HtmlElement he = instance.ActiveTab.FindElementByAttribute("body","fulltag","body","text",0); int heHeight = Convert.ToInt32(he.GetAttribute("height")); int heWidth =...
  27. K

    Using macro path in C#

    Some general question as I am not sure how tu use macro in c#: img.Save(@"{-//-}"+i.ToString()+@".jpeg"); When using direct path in place of {-//-} the code does the job as it's supposed to.
  28. K

    Comparing data

    What's the best way to compare data with zennoposter for a structured data? I mean there is a table on a website and I want to check if a new row was added. First idea is to navigate to it, save source to a file and compare during another visit, but it might be not accurate. Maybe saving a...
  29. K

    Issue with antivirus

    Yes I added them to whitelist - but there are some new - out of zennolab domain - are you also using them in zennoposter judge?:
  30. K

    Issue with antivirus

    Yes, but the drop cannot be like 95% day by day.
  31. K

    Issue with antivirus

    Yes I added it - problem seems with checking anonymity of proxies - has not any of you noticed dropped amount of anonymous/elite proxies from your bases? Maybe the judge has some changes?
  32. K

    Issue with antivirus

    Since like a few days I have trouble using zennoposter proxy checker with eset: I cannot test proxies despite adding zennolab folder to ignore as well as those test urls.
  33. K

    C# to get current IP

    Yes, just changed C# to: // create regular expression to parse ip var re = new System.Text.RegularExpressions.Regex("(?<=<br>).*(?=<br>)"); // make a request to ip checking script var request = ZennoPoster.HttpGet("chek.zennolab.com/index.php"); // parse response with regular expression return...
  34. K

    C# to get current IP

    Above code stopped working - I also change regex, but still get not data in output variable. Is there any change in newest zenopsoter to get faster ip of local machine?
  35. K

    Fantastic proxy service for you!

    Have not tested too long - but proxy look really stable and fast - you might only consider to give users option to select country as well as smaller packages.
  36. K

    Runtime error

    Similar issue to this: http://zennolab.com/discussion/threads/run-time-error-217.7496/ But on 5.8.7 version. Restart does not help. Is it connected with proxy - I see now proxy checking server not available.
  37. K

    Editing text input data

    If you double click any project in zennopsoter there are "input parameters for project..." I want to input text from here (not PM) that would have line breaks properly formatted.
  38. K

    Editing text input data

    There are input parameters for each project in zennoposter. I cloned one project 3 times. Now I want to set different text field for each of those cloned projects. The default value that I entered in PM preserves that field with new lines just as I copy and pasted it. But I cannot paste another...
  39. K

    Editing text input data

    yes, but I have 3 projects and only like to change input data for each in zennoposter - when I paste multiline text here it only pastes first line
  40. K

    Editing text input data

    How we can edit text input for project in zennopsoter so it will preserve new lines. When I enter it in PM it's ok, but I cannot make new line when pasting it in zennopsoter directly.
  41. K

    Check if page is loading or not

    Maybe check for element close to last tag in source code of that page?
  42. K

    Condition to check opened window

    Ok - I'll try this method - is not there any macro to find if a tab exists - searching by it's name?
  43. K

    Condition to check opened window

    I's really random - in most cases it's difficult to tell what the content will be.
  44. K

    Condition to check opened window

    I make some action on one page - at the end a popup is opened (or new tab in zenno) - how can I determine whether it succeded or not so I can repeat or not such actions? Maybe some if statement?
  45. K

    Zennoposter downgrade

    Yes, but please see how many things we have to do when downgrading - we have to save those settings, uninstall, install old version, and like in every clean install something always will go wrong. Why we just can't downgrade the way we upgrade?
  46. K

    Zennoposter downgrade

    I sync data from many zennoposter folders in dropbox - after uninstall I loose them all. I should be able to install lower version just as I install higher version. Manually saving with above feature is not also handy.
  47. K

    Zennoposter downgrade

    It's not solving all issues - you should better implement this downgrade feature, cause like some people said - we're beta testers of every new version, where hotfix is very common thing.
  48. K

    Zennoposter downgrade

    Yes, I loose layout, also sync data - just as the user lupo said. Maybe it's a hint to reinstall zenno without uninstalling higher version?
  49. K

    Zennoposter downgrade

    I wanted to quote one user from about one year in post: http://zennolab.com/discussion/threads/zennoposter-5-new-build-5-4-0-0-11-aug-2014.15026/#post-92397 I'm asking that because there is NO way to downgrade :( ... I have to uninstall loosing all my Interface configuration / custom icons and...
  50. K

    Click based on image type

    Yes, exactly. I searched some more typical decaptchers but they cannot do so - because they need two fields - captcha and result - here we have so called catpcha (sample) but we have to click in the right place, next to the sample image.