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

  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

    [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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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?"...
  13. 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.
  14. 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...
  15. 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...