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

  1. C

    Zennoposter wont boot

    Hmmm problem seem to be Bitdefender. Any way to make them work together? *Added exclusion
  2. 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
  3. C

    How can i make this C# work?

    Hmmm no, i can't find anything. There is no print text related action :/
  4. C

    How can i make this C# work?

    How can i do that? :bm:
  5. 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 =...
  6. C

    BulkMailDownload - Won't delete emails

    I deleted manual all emails. Then i receive new ones and the BulkMailDownload delete function worked :D
  7. C

    BulkMailDownload - Won't delete emails

    hmm... well not working with gmail or hotmail. Thanks anyway! :D Possible to make it download only unread emails?
  8. 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...
  9. C

    Captcha Breaker wont work after Updating ZP to latest version

    Solved
  10. 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?
  11. C

    Use Proxy to download emails

    With the receive email action how can i use proxy to download emails?
  12. 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...
  13. 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...
  14. C

    Use Regex in a Switch

    Yes, i didn't took the time to explain how coz i had to go. Here is what i did: Word Processing -> Regex To the text field i entered the variable with the word "Password", remeber this variable could be "Pass" or "password" or "pass" or "Pass-word" and so on. To the Regex placeholder i enter my...
  15. C

    Use Regex in a Switch

    Solved!
  16. C

    Use Regex in a Switch

    Edit for the regex I want to say that: Value = (?i)(Password|Pass)
  17. C

    Use Regex in a Switch

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

    Recieve email - Download all in a variable?

    :D NM
  19. C

    Recieve email - Download all in a variable?

    Done it works perfect :D I was changing only the port for gmail and the server, i had to also change the pop to imap :D Thanks man!
  20. C

    Recieve email - Download all in a variable?

    works with hotmail, trying to make it work with gmail
  21. C

    Recieve email - Download all in a variable?

    Yes im trying it now but is not working :/ i donwtload the file... nothing table is empty
  22. C

    Recieve email - Download all in a variable?

    pfff :( when i use it with ZP is not creating this file? I check the folder "ZP" but is not in there :/
  23. C

    Recieve email - Download all in a variable?

    :/ well i just found a file that might help in the folder "ZennoLab\ZennoPoster Standard\Progs\Trash\MailDump\PM\fgdfg-hjgj-ghjgh-jgh-jgh-j-dfgregre.txt"
  24. 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...
  25. C

    Wait for Javascript to load?

    Cool thanks a lot :)
  26. C

    Wait for Javascript to load?

    Hey thanks, that's exactly what i was looking for. I don't know coding. Question, lets say that the page or element, wont ever load. Is this going to wait forever?
  27. 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...
  28. C

    Make this C# looking for Exact Match?

    Thank you so much!
  29. 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 <...
  30. C

    Search in list and tables via C# macro

    Thanks a lot!
  31. C

    How to empty viriables?

    Thank you so much :D
  32. 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!
  33. C

    Math - Pick the smallest number from list

    Hey i made it to work :D I change this part here : return project.Lists["your listname"].Min(s=>double.Parse(s.Replace('.', ','))); I thought that is unnecessary to replaces my "." with "," and since i don't know how to remove from the code the "Replace" i did this. return project.Lists["your...
  34. C

    Math - Pick the smallest number from list

    :/ Thanks for your effort, now the result is "360.00" instead of "3.60"
  35. C

    Math - Pick the smallest number from list

    Thanks a lot man! Works almost perfect. The issue now is that it wont replace the "." with "," if the lowest number is 3.06 it will give it as 306. Any idea? Thanks again *i use the list option
  36. 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?
  37. C

    Search for a specific text in a virable?

    Thanks both! Work both ways.:ay:
  38. 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?
  39. C

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

    I think your right, i do over thinking this. The hell with it i go see Ghosts Busters 2:dw:
  40. C

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

    Same sites man. All wordpress for example but different urls. site1.wordpress.com site2.wordpress.com
  41. C

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

    Imagine this scenario: you have a table with a list of 20 sites that you want to add a post. Now some of this sites, lets say site 5 is down, site 6 was wrong password, site 10 was wrong user name and site 19 whatever error. For the sites that worked, will be written a report to a file...
  42. C

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

    Take a look to the red exits, now imagine i have 20 projects with 100 actions each. Ill have to draw 2000 lines... OR put an action or code that will do this. Can i do this?>
  43. 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...
  44. C

    Table bind to file - Whats that for?

    hahaha you almost got me!
  45. C

    Table bind to file - Whats that for?

    Nice :D cool thanks . I always wanted to ask you, is that you in your avatar?
  46. C

    Table bind to file - Whats that for?

    Alright thanks all for your help, so is good to use the "Bind to file" every time i use tables in the project and/or file path with variable. The part that got me confused is that it works even if i don't bind to file. I use inputs and insert c:\folder\table.xlsx, this is adding it to...
  47. C

    Table bind to file - Whats that for?

    Hmm... but everything seems to work normal without the use of "Bind to file": 1. Project is reading the table even if i don't bind to file, should i use bind to file no matter what? 2. I dont get this one. 3. Again, i use variables in file path without using "bind to file" anywhere in the...
  48. 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?
  49. C

    ZP error - Works Perfect in PM - Wtf?

    Ok i will do that, i will add alert to every action, and re run it to see where the problem is exactly.
  50. C

    ZP error - Works Perfect in PM - Wtf?

    How can i know at what action is failing? Since all what the log is telling me is, "Error, could not finish project." And since all work perfect in the ProjectMaker. I wish i knew the exact point of error, is there any way to find out that im missing?