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

  1. P

    Authentication server down?

    I have been using my Zenno instance for a while (5.32.00) but when I last opened my computer it displayed something like lost connection to authentication server. Then I tried to restart the instance and it was throwing an "Error creating ProjectMaker main window" message. Then I uninstalled the...
  2. P

    Best method to find your directories posted links?

    Just for the record, I guess this old question is kind of answered here: http://zennolab.com/discussion/threads/free-link-checker-script-for-link-directory-link-building.45077/
  3. P

    [Free] Link checker script for Link Directory link building

    A couple of years ago I had written a complex script which could check the results of your mass link building projects, no matter what kind of directories you had been using. As it was originally written with ZennoPoster 3, it took a while until I had some time to rewrite it to ZennoPoster 5, so...
  4. P

    Posting with Content-Type: application/json

    Hi, I would like to send POST request to a server which only accepts my requests if it states that the Content-Type is application/json. How could I achieve that? Also it is quite interesting that Fiddler is not logging many requests made by ZennoPoster/ProjectMaker, so it makes quite...
  5. P

    Router reset via zennoposter

    Or you could use the web admin interface of that router, not? Just making clicks on those web admin pages, just like on web pages..
  6. P

    Unable to open local HTML file with Go to Page command

    Thank you rostonix, but a my parrallels-based virtual machine this just does not give anything else than a blank page. Where should I start, so that I could figure out where the problem is rooted? Thanks
  7. P

    Debugging @ Projectmaker is sometimes extremely slow

    Hi, I have more VPSes in use, but one machine of them is quite strange, as the same script which runs flawlessly in ProjectMaker debug mode on an other computer, takes ages to complete simple steps at this problematic VPS. Sometimes the script is just seemingly hung up for half an hour or so...
  8. P

    Unable to open local HTML file with Go to Page command

    Please, please help us with this issue! :)
  9. P

    Urgent- Looping in Zennoposter

    Or you can read the the .csv as a list Get the first row (put the connection to the next steps after completing the loop on the bad end) extract the content of the columns with three WordProcessing / regexp boxes, use the variables you want. when finished, delete the first row, and go back to...
  10. P

    Switched from Ubot to Zennoposter

    I think the biggest difference you will experience is when you start debugging. :) OMG, how superior Zenno's debugging compared to uBot's cumbersome debug process!
  11. P

    Unable to open local HTML file with Go to Page command

    Anyway, as I changed from VMWare to Parallels, I have encountered a new problem with this feature: Parallels loads my files and folders stored on Mac OX as it would be a network drive, like: file://///psf/Documents/path/to/my/html-pages/a-html-page.html This perfectly opens in Firefox but...
  12. P

    Unable to open local HTML file with Go to Page command

    Well, rostonix, the question is being able to handle html files read from the filesystem just as we can handle web pages loaded from a web URL. There are cases for instance when I am processing a documentation in HTML format, and I work further based on what happens if I click on a button at a...
  13. P

    Clear list option for merge lists - a wish

    I meant that there would be an extra checkbox - Delete rows from list.
  14. P

    A place to store notes in the Zenno template file - a wish

    Cool, thanks, I did not know that. :)
  15. P

    Regex problems with non-ascii characters

    Ooops, I am sorry, then the problem was located between the chair and the keyboard.. ;) Anyway this was an example file just to illustrate the problem. I do have had some oddities with regexps, but 'll try to investigate it further so that I could reproduce it, sorry for this again.
  16. P

    Option to connect templates together

    Well, that would be awesome. If for no other reason, then just because uBot can do this :) Anyway, when I have to create an automated solution for complex tasks, then I usually create more bots, just because properly debugging the functions which are to be implemented at the second stage would...
  17. P

    A place to store notes in the Zenno template file - a wish

    When dealing with many different templates, sometimes it is hard to figure out for instance the additional data what is needed to run the template, or merely the purpose of that template or code snippet stored in the template file. It would be nice to have a place to store a textarea-like field...
  18. P

    Clear list option for merge lists - a wish

    It would be nice to have a new option for Merge List - one that deletes all rows from the list after merging. I always have to put a Delete all rows box after Merge List.
  19. P

    .NET open source - Can we get ZP for mac?

    Zenno works almost perfectly with both Parallels and VmWare - I have been using these VMs with Windows 7 running on latest Mac OS X for years.
  20. P

    Repeat Function

    What I most frequently do to implement loops is to create a list, and process its rows. Here for instance the list of sites you want to register to. Then I start to get the first line of it, and at the end of the loop, when the template knows that the actions made on webpages have been...
  21. P

    Regex problems with non-ascii characters

    Anyway, it would be nice to have this bug fixed. Thanks!
  22. P

    Regex problems with non-ascii characters

    LexxWork, большое спасибо! It works - also checked whether it is faster than the build regex match, ...just for the record, found no difference.
  23. P

    Regex problems with non-ascii characters

    LexxWork, Thank you for your quick reply & workaround! May I have some more questions? - could you just paste the code I should use in the c# block? - what is your experience, are these kind of c#-based regex matches faster than the ”normal” regex?
  24. P

    Regex problems with non-ascii characters

    Hi, ZP behaves quite weird when a regexp expression has certain non-ASCII characters. Just one example: when the ellipsis is not written with three points like ... but with the proper character: … I have attached an example file plus a screenshot of its result. You can see that only one...
  25. P

    Buying a second licence for the same user

    Hi, my client wants to buy a second Standard license, and of course they want to have it connected to the same userarea / same e-mail address / same accoount. As at the userarea I could only see the possibility to upgrade or buy updates for the already purchased licenses, but no references to...
  26. P

    Unable to open local HTML file with Go to Page command

    Hi Bigcajones, thank you for your tip, it's working now. I had tried with various prefixes but somehow I failed way back then. Rostonix, anyway, I am using Zenno more like a generic automation platform than a web submission tool, so for instance I usually do things with Zenno like migrating...
  27. P

    Unable to open local HTML file with Go to Page command

    Thank you bigcajones, but I would like to have the page rendered by the browser: for instance to be able to find page elements with image recognition and so on. rostonix, can we confirm this as a bug? or a feature loss from v4 to v5? Thanks
  28. P

    Unable to open local HTML file with Go to Page command

    Hi, I had just started to work with an older template again, and figured out that version 5 cannot load local HTML files from my machine. I just get a blank page if I attempt to load something like {-Project.Directory-}\path\filename.html The same thing works without problems with version 4...
  29. P

    Zennoposter debug instance not loading - Stuck at "Start debugger"

    Thanks for your answers! It is a Windows 7 Home Premium with .NET 4 running under a Parallels VM. The only change I have made since the last time when debug instance was still working is that I have installed ubot too.
  30. P

    Regexps like [\w\W]*?(?=Something) are extremely slow

    Have no clue whether it is a problem of zenno or the regexp interpreter it uses but when you have a list with a few hundred lines, running regexps like: [\w\W]*?(?=Something) Are extremely slow, infact I could never ever wait for these operations to complete. Do you have any idea what...
  31. P

    Handle option tags

    Why can't Zenno find option tags by their attributes, be it class, value or innertext? As I can see when recording actions, it creates actions which operate on the select element itself. In other words, are there other ways of selecting parent page by the name of the parent page when using...
  32. P

    Zennoposter debug instance not loading - Stuck at "Start debugger"

    Hi, All of a sudden, when I try to Run debug on a ProjectMaker MP instance I have been using for cca. one year without problems, the instance is not loaded, as the whole process gets stuck at the "Start debugger" message overlay. I know perhaps it is impossible to answer the question "why?"...
  33. P

    Debugger fails at a simple spintax command

    Using 4.3.7.1 the debugger in ProjectMaker fails at a simple word processing command, which does nothing like: {-Variable.LastName} Spintax Save it to variable LastName Does any of you have any clue why could this happen? Thanks.
  34. P

    [SOLVED] "Input string was not in a correct format." error at Run program

    Thank you for the suggestion about making screenshots, you made my day! Anyway just to understand better Zennoposter's internals: what would be the reason why this .exe will never work with Zenno? What kind of executables should I try to make run with Zenno in the future? Thanks again,
  35. P

    [SOLVED]  "Input string was not in a correct format." error at Run program

    Hi, I wold like to use an external program IECapt.exe to capture screenshots but if I specify the startup settings like: --url=http://{-Variable.url-} --out={-Variable.url-}.jpg Then I get an "Input string was not in a correct format." error Zenno version number is 4.3.5.0 What...
  36. P

    uploading file via flash button

    +1 a show-stopper for us too... Example sites (video upload): zie.nl wat.tv
  37. P

    uploading file via flash button

    +1 a show-stopper for us too... Example sites (video upload): zie.nl wat.tv
  38. P

    Classic item search

    I am too missing this feature. The problem with adding classic item-search-based via template recording is that if I only need to have one parameter to find the element, I cannot delete the unneeded but previously recorded rows from the Terms and Conditions table... update: I have figured...
  39. P

    If you can't run ProjectMaker on Windows 7 / Windows 2008 server

    And what else should I do if having made the above suggested settings , I still cannot run ProjectMaker, but the other two piece of software loads without problems? Is there a logfile somewhere that I could check and get more info about the problem?
  40. P

    Category selection script for directory submission?

    Hi, I am evaluating this submitter right now, and would like to ask how to solve the usual problem of directory submissions, namely 1. enter some keywords nito separate lines of a file 2. insert a macro or script or whatever you call it to try to match the first keyword in the category...