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

  1. C

    Zennoposter wont boot

    Hey, i made a format to my pc, install ZP and wont boot. Just the popup loading modules and then nothing. I made another format to my pc, and still the same issue. Any idea? ZP 5.9.9.0 Windows 10 64 Bitdefender
  2. C

    How can i make this C# work?

    Hey, i would like to use some custom text to send to Captcha Recognition. Is not working, any ideas? My_Text = "Write Caffee" I expect to pop up the message "Write Caffee". var he = project.Variables["My_Text"].Value; if (he.IsVoid) return -1; // Send to recognition string recognition =...
  3. C

    BulkMailDownload - Won't delete emails

    Hey i use BulkMailDownload, this is the code i use: Tuple<string, string, string, string>[] allMails; allMails = ZennoPoster.BulkMailDownload(project.Variables["Email"]. Value, project.Variables["EmailPass"]. Value, "imap.gmail.com", 993, true...
  4. C

    Captcha Breaker wont work after Updating ZP to latest version

    Hey, till now i was using ZP 5.4.3.0 and was working together with Captcha breaker. Today i bought the ZP update and Captcha breaker is no longer working. How can i fix this?
  5. C

    Use Proxy to download emails

    Hey im using this snippet to download all emails Tuple<string, string, string, string>[] allMails; allMails = ZennoPoster.BulkMailDownload("[email protected]", "password", "imap.googlemail.com", 993, true, ZennoLab.InterfacesLibrary.Enums.Email.EmailProtocol.POP3, 24*100...
  6. C

    Any way to make variable for captcha?

    Hey, this is MonKeyEnter captcha works: Search the page for HTML attributes like TAG=image, SRC=...png ... and so on. I would like to do this, instead of using HTML attributes to use a variable. That means i have already store the "Secret question / Captcha image" in a variable and then use...
  7. C

    Use Regex in a Switch

    Hey, is it possible to use regex in the Switch? I want to say that: Value = (!?)(Password|Pass)
  8. C

    Recieve email - Download all in a variable?

    Hey, is there a way to download all emails to a variable and then process them (get the activation link...)? I have a list with 10 sites that i register, and now i want to download all emails (in variable or list) and phrase them one by one. With out having to reconnect to the email and re...
  9. C

    Wait for Javascript to load?

    Hey, i want to take some text from a page. This text does NOT appear immediately after the page has load. To explain better, the page is loaded 100% but there is a small box with info that has a loading bar (guess javascript), when the loading is complete of this bar the text that i need...
  10. C

    Make this C# looking for Exact Match?

    Hi, i have this code // take text for search from a variable var textContains = project.Variables["tableSearchTextContains"].Value; // get table for search var sourceTable = project.Tables["SourceTable"]; // search in each row lock(SyncObjects.TableSyncer) { for(int i=0; i <...
  11. C

    How to empty viriables?

    Hey is there any fast way to bulk empty or set blank some of my variables(20 of them) ? Im not a coder but i guess this might be possible with a C#. Thanks in advance!
  12. C

    Math - Pick the smallest number from list

    Hello all, i have a list with numbers (5.31, 5.62, 11.22, 700, 5.00 and so on) How can i make ZP to pick the smallest number?
  13. C

    Search for a specific text in a virable?

    Hi, i have an article in the {-variable.article-}. Lets say that i want to find if the word "keyword" exist in this {-variable.article-}, and then IF exist do that ELSE that. Is there any way to do it?
  14. C

    For every Bad exit in the project --> Do this...

    The problem : The project has 50 actions, i cant stay and take the bad (red) exits of 50 actions and point them 1 by 1 to the new action set for bad exits? I tried the bad end (red big button) but will work just once :/ it wont get to bad end twice. Is there any way to do it fast and easy...
  15. C

    Table bind to file - Whats that for?

    Hello, where can i find some information on the usage of "Bind to file" option? What i want to know is when do you use this option and why is necessary to use it?
  16. C

    ZP error - Works Perfect in PM - Wtf?

    Hey, I have a project that works PERFECT in debug mode (ProjectMaker) , but when i run it to the ZP after 4-5 minutes is giving error. The project takes about 20 minutes to finish in ProjectMaker, but is simple project with many loops. WTF? Edit* Not the only project that gives error, at least...
  17. C

    How can i make an entire Block Optional?

    Hey, I have a block with 10 actions. I want to make all actions "Optional", is there an easy+fast way or i have to make it one by one?
  18. C

    Take list items and add them to Table

    Hey, How can i take the list items that are seperated by "," and add them to a table where "," = "New Column "
  19. C

    Input Settings insert Variable at default value?

    Hey is there any way i can add variable as default value in the input settings?
  20. C

    Search for Double and Triple Spaces

    Hey How do i Search and replace double and triple spaces with single? I tried the word processing -> Replace and i entered on TEXT What to search:" "<--- Triple space without the "" Replace with:" "<--- Single space without the "" It works but only for 1 run. Then it removes the spaces from...
  21. C

    Loop + pop up=Fail

    Hey, i have a table with 20 urls Template take 1 url perform some clicks then from the begine to take another url and do same clicks. Some urls have a pop up. All good with pop up, clicks done proper but the loop fails. Any solutions?
  22. C

    Form # changes

    After a few loops (3) the Form # changes for no reason (from Form # 0 to 1 and so on). How can i solve this?
  23. C

    Action Designer>Click>Variable?

    Hey is there any way that i can do this? In the action designer i have a regex search, that when it find abc.* to rise event > Click. So the value to that event is abc.* What i want to do is this abc.* to add it in variable, and this variable to add it in the value of the event. Is it...
  24. C

    {-String.Tab-} is no longer works?

    Hey here is what im doing. Add Line Table1 {-Variable.aaaaa-}{-String.Tab-}{-Variable.bbbbbbb-} Save to file Table1 c:\file.xlsx But it will add variable A and B to the A Cell. How can i make it to write a to a and b to b?
  25. C

    Easy ZP Memory Question

    When i Scroll to the Right where the label at the bottom is 40MB, the the small square popup displays 490MB When i scroll Left where the label at the bottom is 490MB, the small square popup displays 40 So, Which side do i have to drag in order to get the max amount of memory for ZP ?
  26. C

    Compile code of Error in action CS 1011 empty character literal. [Row:2; Column: 40]

    I load a template and when i run on debug it gives me this error in the log. Compile code of Error in action CS 1011 empty character literal. [Row:2; Column: 40] wtf?:bw:
  27. C

    Wont write on Table Column "I"

    I have my table bind to file, then add new line. ZP will add data till column "I". I thought was my variable problem and i changed the variable of column "I" with another and it didn't worked. Is there a limit on columns?
  28. C

    Taking line from table Line Nr -1 does not exist

    I have a table loaded from file with Column A the User name and Column B the password I add Take Line from table and add it to variables. This is the error message i get : Taking line from table Line Nr -1 does not exist I tried to add Ranges, Random, First. Nothing seems to work. I notice...
  29. C

    How can i add all match?

    How can i do this?
  30. C

    Input Settings Wont Show Up

    Hey, take a look at this. Only the Text Type appears in Zennoposter. I added a Default Value before and it didn't work, so i remove it and try but still nothing. Is this a bug?
  31. C

    4 Actions in 1 ?

    Hey what is the best way to add 4 actions in 1 and then to add it in a global variable? Is that even posstible? What i want to do : I have some actions like: Go to this folder>take file list>pick a file>put to spin. I want this "Action Block" to add it to every template i make, so i want to...
  32. C

    Create Directory and Save File in it

    Hey, i want ZP to create a Directory and then Create a new file.xlxs and save it in the directory it created. How can i do that? *The directory name will be set from the Input Settings at the begine (i know how to do that)
  33. C

    It adds the variable 2 times

    Hi im made a tumblr post bot. All seems to work good, but when i select the post area of tumblr, and add the variable of my "post" (after being spinned) its adding the spinned post result 2 times, example "This is my main postThis is my main post". The first time i made a test it worked great. I...
  34. C

    Read lists and write them in a file?

    I know it can but i dont know how. I know how to write them in a file, what i dont know is how to get automatically the list with out me having to select 1 by 1. Thats coz i have a databases with 100 tables and i want ZP to automatically download the list and write it in a file or table. How...
  35. C

    Quick ZP question - Manual Inputs

    Hey, im looking forward to buy Zennoposter, but there is something i need to be able to do. I tried the demo but i cant figure out. Example 1. I want to create a registration for a website. I have to enter manual a verification code. So i need Zennoposter to pop out a box (similar to manual...