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

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...