Недавний контент Amazonian Raider

  1. Amazonian Raider

    Interactive(Request) Input

    Another option I've used sometimes is to have all controls for a template held on separate lines within a text file, so you tell it within the text file before running the template.
  2. Amazonian Raider

    ZennoPoster Mental Power

    Nice! I'm on vacation right now, so haven't loaded up the new version yet, but if those features work as well as they sound this is quite the upgrade! :)
  3. Amazonian Raider

    Need Help :) Please :) From the AMAZING group of programmers Here :)

    You want it to run through each file within a folder pulling the info out one at a time and delete afterwards? There is a macro that will tell you how many files are held in a certain folder, you will need to use this to set up a loop counter or set it up to loop 512 times, but then the...
  4. Amazonian Raider

    Anyone familiar with reddit and detection methods?

    That actually sounds more like a possible issue within the template to me - but I'm not especially familiar with Reddit. If you're sure there's no problem within the template causing something that is registering as both an up and down vote, then have you tried using different user agents with...
  5. Amazonian Raider

    Error launching Threads? Need help!

    So I got up this morning ready to test out some tweaks I had made to a template before going to bed last night. But when I loaded up ZennoPoster and added a thread it gives an error with the thread launcher. It gives this error even if I add threads without a template loaded so it's not a...
  6. Amazonian Raider

    Stoppig threads

    Ah, okay. Then this is not a problem with the template itself but with the settings in ZP. If you don't want ZP to restart the template then you need to either limit the number of "Attempts" or "How many are needed?" Once you add the template to ZP, those are two of the columns listed by the...
  7. Amazonian Raider

    Stoppig threads

    Absolutely - you seem to have basically answered your question. Just use either of those methods and when the counter runs out or the file doesn't exist anymore use a logic step to break out of the loop.
  8. Amazonian Raider

    Need Help Please.... Complicated Macro

    I think perhaps there was a misunderstanding (unless I'm the one misunderstanding :) ). If I read things right, Strongrobby was asking for a solution to search for matches to each of the many variables. Bigcajones gave a solution to find all matches for one random variable. I would think you...
  9. Amazonian Raider

    Message from webpage.

    That doesn't look like anything specific to Zenno to me. Many websites give little popup warnings like that to keep you on the page especially if you've typed in info that will not be saved if you click a link to leave the page. Just as an example, start typing in the "Quick Reply" box of this...
  10. Amazonian Raider

    Zennoposter freeze

    What if you add these steps between the #1 and #2 you have listed: Pull first line from file (without delete) Check to see if that line was blank or not. Quick question though - just want to verify that the file exists but is blank, right? Because if it is completely gone there is actually a...
  11. Amazonian Raider

    Windows Security User Authentication

    Are you setting the proxies within project maker and it still doesn't give you a popup or are you only using the proxies in ZP?
  12. Amazonian Raider

    Which is more efficient?

    Thanks for the reply :) I considered something like that but the only problem in this particular instance is that each string within the file serves a specific purpose which is not necessarily directly related to the other strings. And the use of each string needs to be programmed into the...
  13. Amazonian Raider

    Which is more efficient?

    I'm designing a template part that will be used pretty heavily within other templates that I plan to design so I want to make sure I'm doing it as well as I can. If I have a text file with 10 or so lines in it and each line needs to be read but separated (not within one big block but 10...
  14. Amazonian Raider

    Anyone here use Linux?

    For anyone that may be wondering about this in the future, it does work in virtualbox. Yesterday was the first solid day I got to spend a fair amount of time working with it running in the virtualbox and again today. It seems to be running without any problems. Once I start running the...
  15. Amazonian Raider

    Can you check ?

    In the template you uploaded, the Pause macro is completely skipped. The way the steps are connected it never gets to the pause macro. Looking at the picture you posted though, I see you tried moving the connections so the pause macro does not get skipped. The problem there is that the...