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

  1. cheekybot

    Timezone Error - Cannot Start Zennoposter or Projectmaker

    Yes but better to fix while we're still awake to set the clock back to correct time :D
  2. cheekybot

    Timezone Error - Cannot Start Zennoposter or Projectmaker

    Ow please fix :bc::D
  3. cheekybot

    Project window disappeared. How to reset PM interface layout?

    I usually detach some windows from PM to reduce lag when editing but the window disappeared off-screen (not sure) Is there a way to reset to default layout?
  4. cheekybot

    recaptcha OCR software

    I'm getting really good solve rates using CaptchaTronix OCR for double blob recaptcha. Was really surprised at the performance of OCRs and the speed after trying for the first time today I had to put it in my signature lol. Before I was using Anti-Gate/Anti-Captcha and I saw they were doing...
  5. cheekybot

    News Happy New Year! And a littlbe bit about support during NY holidays

    Happy new year :). Wish you all the best for 2015!
  6. cheekybot

    C# interrupt task (not stop task)

    #2 is not what I'm talking about.. Just need something like this: ZennoPoster.StopTask(name); but make one like: ZennoPoster.InterruptTask(name);
  7. cheekybot

    how to handle multiple pinterest accounts/multithreading

    Glad I could help :)
  8. cheekybot

    C# interrupt task (not stop task)

    Not an effective work around for larger scripts.. I've tried additional checks but the time to do a full loop can double or triple depending if you make complex scripts like live chat responders. A C# interrupt function would go natural with the stop function.. I'm not sure why it's not...
  9. cheekybot

    how to handle multiple pinterest accounts/multithreading

    Use global variables with a delay at the start of the script. Note the the counter/globalvar as thread_id, use this to reference {thread_id}.txt containing user info. I found this to be the most reliable way because if there's a need to edit the same txt file by multiple threads at the same...
  10. cheekybot

    What is your "can't do without" tools?

    Big thanks for Gyazo! I was using Puush before and didn't like Jing.. Gyazo is a perfect upgrade :-) Sublime Text - $70 USD Text editor but the best you will find. Over time I feel this is one of my best purchase next to ZP! My Notes Keeper - $29.95 USD Tree style note keeper QDir - Up to 4x...
  11. cheekybot

    C# interrupt task (not stop task)

    I tried setting a flag using another task and file in folder as well as a last resort.. result is too slow for large scripts and running a lot of threads sometimes have 1 or 2 instances not load/progress. If looping to check when all instances are closed, the sequence will get stuck or take a...
  12. cheekybot

    C# interrupt task (not stop task)

    I'm working with global vars and multiple tasks running infinite loop.. Sometimes I need to stop task and restart all threads with global var reset to 0. Possible to include this or alter stop task to force threads to quit?
  13. cheekybot

    exe bots

    Will the new CM be able to respond to these? http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html
  14. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    I rather buy more pro licenses and have freedom to use VS too. It's my only problem.. but I like your work around so I will try that instead. ZP almost perfect platform :(. Example: I just worry if the PC gets reset, no way to auto restart or remote restart the listener task. Same thing for all...
  15. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    It's located on the wiki here https://wiki.zennolab.com/doku.php?id=en:devlicense:general Problem is, for $200 per 6 months is a lot to have a .exe if you don't want to sell it. Forces you to sell projects even if you just want for personal use..
  16. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    ZP can be laggy sometimes.. I want to control ZP when it's minimized and have tabs/windows for my own code outside of ZP. If I have to click play on a ZP task just to access my application that controls ZP.. no point having an all-in-one application.. Shouldn't have to buy developer license to...
  17. cheekybot

    How to encapsulate a method which covers the zennoposter method into my DLL file ?

    I tried the code here first before making my thread at http://zennolab.com/discussion/threads/how-to-control-tasks-in-zp-from-visual-studio-c-application.16368/ and the ticket #DOW-309-44165 After including GAC references from this thread, ZennoLab.CommandCenter still does nothing in Visual...
  18. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    I opened a ticket with support, waiting to hear from them now.. Thanks for helping me check out the issue :)
  19. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    Still running into the same problem I changed to an easier task to test and show what I mean: Here is Visual Studio Here is Code Creator
  20. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    I'm creating an application in Visual Studio to read and write data to a database for ZP to work with and want to have quick view of running tasks. I borrowed some code from another thread to test and added references to the DLLs that darkdiver mentioned in from this thread but AddTries()...
  21. cheekybot

    Task Name as Variable?

    You are right, that is the best solution for this. I'm coming from iMacro FireFox with heavy use of JS, just wanted to know if I could port my existing project over and test ZP limits/options as well. I was using Python + PHP + SQL to handle threading + lists so I hope you can understand why I...
  22. cheekybot

    Create or change local variables from C#?

    C# code block lets me save the returned result to 1 variable.. is there a way to save multiple variables at the same time?
  23. cheekybot

    InputSettings not saving in ZP v5.4.3.0

    Ah, I see. It's working now :) Thanks!!
  24. cheekybot

    InputSettings not saving in ZP v5.4.3.0

    I attached 2 sample projects. Very strange thing though.. the first one I did doesn't save but the second one does.. EDIT: The problem seems to be happening if a project is added to ZP more than once. Renaming the task in ZP doesn't fix
  25. cheekybot

    InputSettings not saving in ZP v5.4.3.0

    These field types aren't saving for me: text/multi, number, bool After I click ok and reopen the window.. Only filename is saving for me. Not sure about dropdown.. Here's a picture of the input settings from Project Maker
  26. cheekybot

    Task Name as Variable?

    I'll go ahead and open a bug thread. The problem is occurring within ZP, not PM. Thanks for your help. The thread you linked gave me some ideas. I wanted to eventually move my lists to SQL which I can set an 'active' flag per account and remove it on good/bad end :)
  27. cheekybot

    Task Name as Variable?

    My plan was to label each task as P#_TaskName and split it by "_" to use P# as the unique ID aka profile ID Inside the macro, P1 would always take line 1 from accounts.txt, P2 takes line 2, etc. so one account doesn't log in multiple times by accident. InputSettings would be a good work...
  28. cheekybot

    Task Name as Variable?

    All those tasks have the same filename (test.xmlz), I added the same project as duplicates I'm looking for something like {-Project.Name-} that will return 'Test2' instead of 'test.xmlz'. If that's not possible.. can I get the task ID? example: 50ec0cf1-77bb-40a9-afd2-5e54a8c2b34e
  29. cheekybot

    Task Name as Variable?

    {-Project.Name-} returns the filename.. In this pic, I have 5 tasks with the same filename. Can I get those names into the template?
  30. cheekybot

    Unique identifier to local variable or C#

    Found the answer from https://help.zennolab.com/en/v5/zennoposter/5.4.3/webframe.html The IDs are in ZennoPoster.TasksList
  31. cheekybot

    Task Name as Variable?

    Ya that's what I meant. I thought the task and template name were different.. sorry!
  32. cheekybot

    Task Name as Variable?

    Is there a way to get and save task name as a variable?
  33. cheekybot

    Unique identifier to local variable or C#

    I'd like to know if it's possible to have a project file added multiple times as duplicate tasks but have a unique ID assigned to each task so that I can fetch profiles/data for Zenno to use from SQL using C# based on that ID. There is a unique ID assigned and could be seen when creating a .bat...
  34. cheekybot

    Unique identifier to local variable or C#

    Is it possible to set a local variable as the unique identifier of a task for use in C#?