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

  1. A

    table column save to file only works when i manually press "next" in projectmaker

    I seem to have fixed it: i removed the function "read from file" and worked only with the list.
  2. A

    table column save to file only works when i manually press "next" in projectmaker

    as you can see i have a very simple project. It looks in a folder, gets a list of all .csv files then it takes column A from each csv file and writes it to a seperate text file. When i do it manually (press next myself each step) it works 100% perfectly. Even with large files. When I press...
  3. A

    multiple lines to a variable from a list

    Old time zennoposter here. I'm trying to find the function where I can just select number of lines to take from a list and put to a variable. Seems only way to do this now is : select sublist from a list save sublist to a .txt file take text and put to variable I remember years ago...
  4. A

    Need someone to manage cloudflare template

    Hi guys, Every day I add + - 500 domains to cloudflare. Every domain has a different account. Currently I already have a zennoposter template for this. It does this (roughly): - Take proxy - Sign up for account - Add domain - Add A records - Few other things The problem is that every 2-3...
  5. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    Strange.. I opened projectmaker to try and remember if I always use @restart@ button. Pressed it and project loaded lists/files with no problem at all. Mind = blown :P
  6. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    Debug I might revert back to an older version until it gets fixed, do you know of one that doesnt have this ?
  7. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    This really isnt an option as I have 30 projects now all with 10+ list processing actions. This also really happened out of nowhere in the middle of a random project, before that I never got this. Also it gives the error on every list, regardless of what it does or how the .txt file is. Any...
  8. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    Ok none of the txtfiles have empty lines, still get the error
  9. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    Going to do this now and ++ is always in my arsenal :D
  10. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    It varies depending on which "list processing" it hits first fc84c0c1-8d60-439e-b405-f6abf46e5786 (the first list action that gave original error) 9e332223-c3f7-44c5-8f8f-0e99af1a9d33 other random one that gives just "Run List Index was outside the bounds of the array." It seems that across...
  11. A

    All projects suddenly give : Run List Index was out of range. Must be non-negative a

    Hi there, Yesterday while working on a project I suddenly got this error in the log : (randomly during debugging, first 50x nothing happened) "Run List Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" I of course searched...
  12. A

    For what did we open this section?

    Sent an email :)
  13. A

    Getting # of random lines from a list

    Thanks again! I havn't used zenno in over a year so I'm still getting used to v4. Can you advise a tutorial/guide for using the new macro system? I really miss the old style macros, was really easy to get a file, take random lines and spin it all in one go.
  14. A

    "receive emails" saves wrong activation URL

    Thanks alot for your help! Turned out I had set everything correctly, only thing missing was username in email tab, it still had the old value from the recorder I feel stupid now ;P
  15. A

    "receive emails" saves wrong activation URL

    yes :(
  16. A

    Getting # of random lines from a list

    I'm trying to take 15 random lines from a list that has about 200. So I have 200 lines, I want zennoposter to randomly take 15. I did some research and read this : http://wiki.zennolab.com/doku.php?id=en:ranges I tried using the range like this but it doesn't seem to be working...
  17. A

    "receive emails" saves wrong activation URL

    Hi there, This isn't the case, it has a clear start and an end, just 1 run. Ayone have an idea, I can't figure this out lol
  18. A

    No easy way to implement spintax in version 4?

    Hmm, better start learning to code then I guess ;P Thanks for the help and answers guys!
  19. A

    "receive emails" saves wrong activation URL

    I've run into a massive problem I can't seem to figure out, spent the last hour searching for it. I've set up a project, the first time when I run through it with the debugger it works fine. It saves activate.php?=12345 as {-Variable.activate-}. I am therefore successfully able to verify...
  20. A

    No easy way to implement spintax in version 4?

    In version 3 (if I remember correctly) you could copy/paste the macro for your spintax. This meant that if you wanted to enter spintax in 10 form fields it was very fast. Now I find I have to repeat the take line+set data to field for each form-field separately. Im very impressed by v4...
  21. A

    No easy way to implement spintax in version 4?

    Hi, I've already browsed through them (and the forum) but couldnt seem to find the exact answer What i mean is this : - There is a page with 20 input forms - In each input form I want to use a random line from the same list OR use spintax to generate the input In V3 this could be...
  22. A

    No easy way to implement spintax in version 4?

    Hi guys, Just upgraded to version 4 of ZP, what a change. Everything looks much slicker and I'm just getting my hands dirty with it. My question is this : In version 3 it was fairly easy to add spintax or "get random line from file" from within the action recorder. I have looked...
  23. A

    [question] Getting text from file in branch constructor

    finally got it working by using the branch builder and then replacing the value in the editor like was said by both of you. Sorry I misunderstood you to, thanks alot for the help!
  24. A

    [question] Getting text from file in branch constructor

    And upon execution there is still no text input thus trying to submit the article with no text.
  25. A

    [question] Getting text from file in branch constructor

    Lots of thanks btw step85 and rostonix!
  26. A

    [question] Getting text from file in branch constructor

    I seem to have found the right box in the element tree. From there I can do "set value from file". A popup then appears with "specified value is entered but will be used on execution". There is no change, there is no text. Even if I select the input field in the element tree, I still can't...
  27. A

    [question] Getting text from file in branch constructor

    Ah, I think something was not clear from my original description. I am unable to click the text editor. So in 'action recording on the web' mode I click but I can't type, the only way to fill text for me is to use the branch editor.
  28. A

    [question] Getting text from file in branch constructor

    Forgot to mention : I tried using {-File.GetString-| and stuff in the branch constructor, it just literally posts that :(
  29. A

    [question] Getting text from file in branch constructor

    Hi there, signed up quickly to ask this question, please move to relevant section if you get the chance. The email I registered with is my verified payed zenno email. I am trying to create a bot that posts to various 2.0 blogging sites. Some of these sites have a slightly different...