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

  1. K

    Click based on image type

    I've got like 5 simple images and one sample matching one of those 5. Can zennoposter click on the matching image? It's not a typical captcha as there is no text to be decoded, as well as no human interaction needed - it's not that hard as selecting group of images that represent some object...
  2. K

    Mouse Drag - How to get the coordinates?

    Are there any other interesting/useful attributes that are not listed in dropdown lists of action designer?
  3. K

    Mouse Drag - How to get the coordinates?

    I guess some things have changed since 2012 - what's now the best option to identify object coordinates? I think it should to be in some visible place of action designer when we send a certain object for inspection.
  4. K

    Zennoposter template to php function

    I never mentioned it. I even do not know what code creator is :) I just want to make a simple index.php file and use action designer to find proper elements to be clicked - it's easier than analyzing plan page source in a browser.
  5. K

    Zennoposter template to php function

    I never used code creator - but I want to run this php file on my server. I just thought that action designer can help me to select proper elements. My php knowledge is only based on copy and pasting code from examples all over the web. I found onclick() function but nothing to perform click...
  6. K

    Zennoposter template to php function

    I understand. I wanted to know if those object details I can get via action designer of PM could be offany help when writing php functions - which I am very weak, so I would fancy to see even shortest example of it.
  7. K

    Zennoposter template to php function

    One reason I use zennoposter is that I am not good at php. Still I wanted to change few templates which main purposes is to perform clicks on various webpages to php file. I wonder if action designer can be of any help and would fancy to see one simple example from you guys of clicking on an...
  8. K

    Router reset via zennoposter

    I am not good at c# but is zennoposter able to reset router via c# script or any other way? I mean something similar to scripts we can generate via jdownloader.
  9. K

    memory issue

    Have you tried to change the amount of memory per instance?
  10. K

    How do I make zenno run faster/more efficiently?

    What's the optimal amount of ram per one instance from your experience?
  11. K

    making own proxy checking source?

    Try moving the file - or add different properties, encoding on it - it have to be working - I tested it many times.
  12. K

    making own proxy checking source?

    Maybe you have some old zp version? Try using help wizard - on the second step you will see file option to choose.
  13. K

    making own proxy checking source?

    You can test proxies from file - just add them as a source.
  14. K

    Release ZennoPoster 5 New build 5.7.5.3 (6 Mar 2015)

    With this release there are many crashes of PM - someone mentioned it in other thread.
  15. K

    Proxy handling

    1. Should be enough. 2. I see - I guess it is a feature really worth considerig for some nearest update. 3. Yes, I mean proxychecker - it's able to check for text after url is loaded, sometimes we'll need to perform some action like button click, selecting category etc. to see a text.
  16. K

    Proxy handling

    I have some proxy questions/propositions: 1. How can we export all/selected proxy sources that we've added - in right click there is no such an option. 2. Is zennoposter able to go to the second level on a page to find proxies? - there is often a situation that we could pass a root page as a...
  17. K

    Need help with export from proxy checker

    I do not want to start a new thread - is it now possible to export all proxies with a certain rule to a file?
  18. K

    Timeout when using proxy

    You mean settings tab? Here's my settings - I also have that old issue with ready state of some instances - when nothing happens - in that case I do not use proxy: http://i.imgur.com/TcuT9XV.jpg
  19. K

    Timeout when using proxy

    Really random - but much longer than this inactive bases timeout.
  20. K

    Timeout when using proxy

    Is it possible to force zennoposter closing instance faster when using a dead proxy - it can happen even with private ones - I see those instances hang (loading state). I try setting lifetime of inactive bases to lowest but seems it's not connected with this issue.
  21. K

    Alert timeout as variable

    I think that entering variable in every field should be possible - is it a great deal to do it - at least in this case?
  22. K

    Alert timeout as variable

    I do not know why but I cannot set alert timeout as a variable. It would be very handy in some cases - when we run template once and wait as it's finished. Another time we run it multiple times and want all those alerts to disappear as fast as possible.
  23. K

    Using server proxy in Zennoposter

    I guess it have to be some script (zenno widget) - I have some php encoded script for software working on another server and it allows to connect and use that server ips - but it's not as easy as using proxy.
  24. K

    this websites are safe to buy from ?

    They should give you template to try it out for a few hours. There is option to activate template based on you zenno license and encode it so you can use it for a limited time without ablility to edit in PM.
  25. K

    this websites are safe to buy from ?

    You can try zenblog: click. I use it for a long time, they have many templates for blogs and profiles.
  26. K

    Using server proxy in Zennoposter

    Could it be possible to use different IPs that we get from semi and dedicated hosting providers as proxy in zennoposter?
  27. K

    Startup settings of project maker

    Yes, and the startup template even better:) I often use one template for some time when starting PM, and it would speed up things even more.
  28. K

    Startup settings of project maker

    I think it would be great idea to be able to pin some of recently opened projects as well as being able to load a certain project when PM starts instead of the welcome page.
  29. K

    Making template more universal

    Yes, I also think about that - but as I will have 30 objects I have to make 30 loops in the project? And at least one "if" to go to next object when all vales are checked. Have authors never considered letting us to use regex in match, attribute and tag fields? Would it be very hard to implement?
  30. K

    Issue with writing to a file

    I use now save to list action and property of saving list changes to file. I also have that issue when I use only one thread for it. It's very strange because it randomly seems to be "forgetting" to add a new line separator. I do not know if it's important but data to be saved are mails - I have...
  31. K

    Making template more universal

    OK, but can I made it work for all attributes - it's a common situation that field name is sometimes in id, name or inner/outer html - it's waste of time to go through 4 elements instead of one.
  32. K

    Issue with writing to a file

    I have a template that I run in mulit thread. At the end it's writing data to txt file - the issue is that it's not adding line breaks from time to time, making it unreadable in many parts. How can I avoid that?
  33. K

    Running concurring templates

    It could be a solution, but in my case the template is colliding with a list of other templates - so I have to enter those actions it in every template. I would rather like to check at the beginning of my tempalte is rest is not running - it can also be triggered when there are 0 active threads...
  34. K

    Running concurring templates

    I have few templates on schedulle. The issue is that they are colliding due to few data usage between themselves. There is no option of changing time, as they are completed in some random time. I would like to insert in one of them some code (I guess some C# I am not able to write) that would...
  35. K

    Some errors in 5.5

    Here are some issues I noticed, some occurs also in previous build: 1.When click extended view of mail processing action property there is nothing happening - no window is opening. 2. I duplicated one template in zennoposter for the purpose of entering another input data. But after zennoposter...
  36. K

    Making template more universal

    Ok, but as I want to select element only by regex no matter what match#, attribute and tag input:.* it has? Maybe you can give me some c# code for that?
  37. K

    Making template more universal

    I have to update the template frequently, so I try to avoid using C# (which I am not good by the way). I'd rather want to know in which fields I can use regex or -1 values. For the sake of a speed I just want to reduce amount of widgets. I guess the match nb is mandatory? What about the other?
  38. K

    Making template more universal

    I want to make my ont of my template more universal. I know I can use -1 for document and form#. What about attribute name, tag and match#? Can I use something like input:.* or -1 here? I just want to search for an element only by value.
  39. K

    zp stops running abruptly

    In my case the page is loaded and remains with no action in ready state. What's worse that there is a new option for inactive threads and instead of closing them it seems to made such issues.
  40. K

    Zennoposter stop working (threads down to 0)

    In my case it's just in ready state - it's exrtemely diffucult to recreate - but seems it's something similar and connected with those last two updates.
  41. K

    Many templates stopped working

    One execution tooks about 2-3 minutes - these troubles I can see for more projects, mainly when I set more than one execution (still with one thread per project). Yes, some have also internat loops. It might be the reason that set to minimal values Timeout for inactive bases and Reserve bases -...
  42. K

    Many templates stopped working

    It's always a webpage in ready state (sometimes form is filled - more often just a loaded page - which is very first element of the template). So no error of element not found as well as no issues like IP ban - as when I kill that thread and start it again it goes well again for some random time.
  43. K

    Many templates stopped working

    After last two last updates I saw many threads to be jammed. I mean the template after like 20-30 executions stays without any errors in ready state (I have to interrupt it) - being npt able to continue filling forms etc. I lately played with new settings Timeout for inactive bases and Reserve...
  44. K

    Check if a value xists in a list

    How can we check if a value exists in a list? Can it be easily done witout c#?
  45. K

    Some issues in PM

    I guess it's rather annoying than a typical bug, but I want to point them: 1. In previous versions when we send an element to the actions designer element properties window was automatically opened, and after done closed - now it have to be pinned all the time, which is not handy. 2. Also it...
  46. K

    Searching in xmlz files

    At least would be good to change some lines in a c# or input data fields - it's sometimes pain after the update.
  47. K

    Searching in xmlz files

    Is it possible to search and make a replace in project files?
  48. K

    Some bugs in 5.4.3.0

    Unfortunately it's the same way. So when you uncheck this option it stays permanently? Or should I set a value to a very big amount not to make it disappear?
  49. K

    Some bugs in 5.4.3.0

    In the version 4.5 deselecting it mean that it will last permanently.
  50. K

    Some bugs in 5.4.3.0

    1. http://www.screencast.com/t/GkUeTHI0C4