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

  1. B

    Sending emails when bot fails

    Hello, I have 2 questions please: 1)Can Zenno sends emails if something happens in the programs(like failing). 2)If yes, how can we tell zenno, sedn an email if any of the program steps fail, or even better give the step name that failed. If this exist in Zenno, it is just perfect! Thanks...
  2. B

    Best way to deal with dropdown menu and random choice?

    Hi, I have multiple drodown menus on a form, some with values of 1,2,3,4,5 but others with words value(like cities and so on). What is the best way to choose a dropdown menu with random values please? Thank you, Ben
  3. B

    Using different users and passwords

    Hi, I am trying to work out how to choose different users and user names from a file, how please? In Zenno 2 I remember I could attach the user names as : username1:password1 username2:password2 and so on, then tell the script the ":" were the separators. How to do the same thing in zenno 5...
  4. B

    Loop Question

    I checked Wiki but it is it not helping me. Lets Say I have a form with 3 fileds: Product_name quantity Add to cart Submit purchase And would like to repeat this action 10 times, At the moment what I did is this: SET COUNTER VALUE = 1 IF COUNTER VALUE < 10 (Green arrow to "Block to execute"...
  5. B

    How to delete arrows in Zenno poster 5?

    Hi, Stupid question but I cannot manage to delete the logical arrows between the blocks, if I click delete, it deletes the whole logical blocks. Thank you, Ben
  6. B

    Best way to general names and fake emails in zenno 5 please?

    Hello, I would like to test my dev site forms by filling up data, in Zenno2 I remember we could generate fake names and emails but how do we do this in zenno 5 latest version please? I cannot find the action for that. Thanks, Ben
  7. B

    How to track your ranking in Google using Zenno?

    Hi, I would like to know if there is a way to track your ranking in search engines using Zenno please? I would like to add my urls + 1 or more keywords each time. Thank you, Ben
  8. B

    Random Dropdown menu selection - How?

    Hello, I am having a bit of a nightmare there,I can select a dropdown menu and use the keyboard emulation for down and up the selection but I cannot work out how to down and up the selection at random stroke because I do not always want the same category to be picked up. Any idea how to do...
  9. B

    How to loop and others

    Hello, First of all, I have no idea who created Zenno poster but you guys have to be the brightest people I have ever thought about. This software is amazing, the logic fantastic and the way it is put together is incredible. Well done to the makers and hope this project will work well for you...
  10. B

    Difference between proxy types

    Hi all, I just tried the demo of proxy finder, it has a very nice GUI, beautiful. My question is, what is the difference between http, sock 4 and 5 proxies please? What are the best? Do the proxy checker also make sure they are all working? Do proxies die each day of the list you gather can...
  11. B

    How to fill in bootstrap timepicker?

    Hello, I am building a zenno poster 5 script so I can test my on website database optimization with hopefully thousands of zenno registrations. My problem is that I cannot pass the bootstrap timepicker, how to get the mouse to click on the timepicker, choose a day and then click on that day...
  12. B

    What is the best way to increase Alexa ranking with Zenno?

    Hi All, Anyone nice enough to explain how to increase the Alexa rank with Zenno please? I understand the Alexa toolbar has to be installed, how to get around that? Thank you, Bam
  13. B

    Blank line inserted on append line to file, any idea why please?

    Hi, I have a long code that builds uses twice the same .txt file. This file is used for url appending, my problem is when I try to reuse the same file and take the first url, there is a blank line. For example: I have url http://www.mysite.com to append to fileA.txt , Hopefully the...
  14. B

    How to remove /signup.php off a url?

    Hello, I have urls like: http://mysite.com/signup.php, I would like to remove with zenno all the /signup.php from each harvested urls, any ideas please? I know how to do that offline but would like to learn how to program it. Thank you, BamBam
  15. B

    how to get random pause?

    Hi, Is this the right way to have random pauses please? {-Pause-|-8-}|{-Pause-|-13-}|{-Pause-|-17-}|{-Pause-|-6-}|{-Pause-|-22-}|{-Pause-|-18-}|{-Pause-|-11-}|{-Pause-|-14-}|{-Pause-|-27-}|{-Pause-|-24-}|{-Pause-|-16-}|{-Pause-|-4-}|{-Pause-|-10-}|{-Pause-|-9-}|{-Pause-|-23-} Thank...
  16. B

    regarding comparaison elements

    Hello, I sometime struggle with this: '{-FieldData.FieldData-|-●6●9●3●9●6●3●-|-≡1≡7≡7≡8≡1≡7≡5≡1≡6≡5≡-}'==' and that: '{-FieldData.FieldData-|-●6●9●3●9●6●3●-|-≡1≡7≡7≡8≡1≡7≡5≡1≡6≡5≡-}'!=' Does '{-FieldData.FieldData-|-●6●9●3●9●6●3●-|-≡1≡7≡7≡8≡1≡7≡5≡1≡6≡5≡-}'==' Means that is...
  17. B

    How to check for an id presence?

    Hello, I know we can check for text presence but what about id presence? Could you please let me know if this is possible and how to do it ? Thank you, Ben
  18. B

    How to loop till 10 a regex match #

    Hi, I have 10 results per page, I have all the code ready and it save all the given details per "Regex Match", The problem is that I have 10 Match per page, sometime I will have less. How to loop my code so it checks for match 0 to 9 automatically please? Any idea? Thank you, BamBam
  19. B

    How to remove a comma from a result?

    Hello, I am having a problem, I would like to remove a single comma from certain regex results I am getting: {-RegExp.RegExp-|-{-FieldData.FieldData-|-●1●5●7●8●1●4●-|-≡1≡0≡7≡6≡3≡3≡8≡8≡0≡6≡-}-|-(?<=\=\=\"\>).*(?=\<\/h2\>)-|-0-} Any idea how to do this please? Thank you BamBam
  20. B

    Updates? Anytime Soon?

    Hello, I have purcahsed Zenno roughtly 6-8 months ago and haven't see any updates yet, will you release any soon? Thank you, bAMbAM
  21. B

    Unable to get my template properties back

    Hello, Has anyone had this problem in the past? I was working on my template, clicked on "template properties" to hide the property panel, clicked it again to get it back and now nothing happens, I cannot get the panel back. Stooped Zenno, restarted, still nothing, any idea why please...
  22. B

    How to reset all the fields on a given page?

    Hello, How can I reset all the usernames, passwords fields on a given page please? If their a function for it? Is their a way to refresh a page? Thank you, BamBam
  23. B

    Best way to get a page urls?

    Hi, I am now logged into an account, I would like to save the profile page url to a .txt file. I did: 3 steps: 1-View profile link, going on the profile page, this is working ok. execution result: {-FieldData.FieldData-|-●4●6●4●2●9●2●-|-re-1899-} but here is where the problem...
  24. B

    Clicking a link problem

    Hello, I have a "view profile" link to set, Zenno only recognize the link with these attribute values: http://www\.sitename\.com/work/profiles/2898798/jimmy\.html "search" regexp" The problem is that when another url will be passed, Zenno will not be able to click the "view profile"...
  25. B

    How to add a counter and pick the lne below the last one

    Hi, When you use the macro File.GetString and do not choose the "remove string" to true, the same line is always picked up, is there a way to add acounter and an increment of 1 in order to have zenno to always pick the next one? I tried it add: step1: {-Counter.Get-|-count1-} step2...
  26. B

    The server responded: -ERR mailbox could not be OPEN - HOTMAIL

    Hello, I am unable to log into my hotmail accounts with Zenno: Here is the error message from Zenno. Wrong account name and/or password. The server responded: -ERR mailbox could not be opened. The pop3 server is fine, username and passwords are fine, firewall and antivirus disabled. I...
  27. B

    How to stop zenno to delete empty .txt files?

    Hello, I am starting to get really confused when files are being deleted at the end of a run. Is there a way to stop Zenno from deleting them please? Thank you, BamBam
  28. B

    Unable to use regex expression on a txt file

    Hello, I have downloaded all my mails into a single .txt file, all I would like to do now is use my regex code to parse the mails(.txt) and click the links. I did it this way but it did not work: -Step 1/Branch 1: GET MACRO {-File.GetBlock-|-C:\Documents and...
  29. B

    Best way to handle field that are not always in the form?

    Hello, I have a step, in the registration pages, somtimes they ask for the age and sometime not, what is the best way to tell Zenno: Username password one password two email <!------Uncertain fields here---> Avatars date of birth <!-----Ends of uncertaun fields--> Button...
  30. B

    Are the Zenno steps running in order from left to right or only following the arrows?

    Hello, After having the same problem for a few hours now, I am thinking.... Are the Zenno steps following the time line from left to right, of course following the first step we have chosen as "first step" or is Zenno following all the arrows from the first steps to the next steps...
  31. B

    Help with operhands and js Operators

    Hello, I am still having a little trouble with all the JS Operators. Equal (= =): returns true if the operands are equal. Not equal (!=): returns true if the operands are not equal. Greater than (>): returns true if left operand is greater than right operand. Example: x > y returns...
  32. B

    How to deal with registration questions?

    Hello, What is the best way to deal with registration questions please? Thanks, BamBam
  33. B

    How to choose private or public proxies but not both?

    Hello, I have create a list with private proxies and a list with public proxies, but it seems that zenno does not make the difference when posting, is there a way to choose from both type people? Let's say I wish to open a few accounts from a website, how to only choose the private proxies...
  34. B

    Unable to get DeathByCaptcha working with Zenno

    Hello, I am trying to get Death ByCaptcha working with Zenno for multiple accounts creation without success. DeathByCaptcha keep writing this in all my captcha fields: safterag access Also, How to set up Zenno in a way that we input the captcha manually for now? Please help, BamBam
  35. B

    Little sexy label that shows the branch ID

    Hi , 1)It would have been nice to have a well design sticker at the top of each branch with it's own ID, this way when we have an error in the poster, we know exactly where is the fault. 2)Possibility to have the branch alighted when "on" in the debug mod. At the moment the debug mod...
  36. B

    New features

    1)Must have zoom in and out for the Project maker. 2)Cap Monster better drawing tool, could we have a magic tool that can find and color some of the letters alone making our job a little easier. 3)Monster Cap learning from good captcha entered either manually or by other captcha software...
  37. B

    How totake a line form a file without deleting a string?

    Hello, How can you use names that comes in oder in a file without deleted the last one? {-File.GetString-|-\Resources\-|-0-|-false-} I find it a bit annoying to always delete the last one especially when you work with many files. Thank you, BamBam
  38. B

    Append login details to file Help

    Hello, I have created a Branch, this Branch checks for the "Thank you for registering" Parse Text. Right after that, I have added a new Branch with a "if" statement, in this Branch I have added this code: '{-FieldData.FieldData-|-●8●2●3●7●1●1●-|-tp-5427-}'=='Thank you for registering'...
  39. B

    How to create 2 steps for the same platform

    Hello, I am having a problem for a platform at the moment, it looks like this platform have 2 different way to register, I keep having good registrations and bad ones with the error message: HTML element isn´t found, according to the search criteria What I owuld like to do now is teach...
  40. B

    Best method to find your directories posted links?

    Hello, I have posted my links to multiple directories, do you know a good way to check if my links have been approved? I have scrapebox and zenno, is therer a way to oragnize something with both in order to find them for indexing? Thank you, BamBam
  41. B

    How to to have mutliple parsed text choices?

    Hello, Let's say the thank you page at the end of a registration has multiple sentences on different forums. How to have an expression that give something like: Parsed result: Thank you Or Congrats! Or Congratulation How to input a "OR" function, does it has to be...
  42. B

    How to create an error log

    Hello, I would like to know what is the best way to create an error log during either a registration or login, anyone with an example please? Thank you, BamBam
  43. B

    Blue and red cercles and if statements

    Hello, I am having an understanding problem. Here is an example: Let's say I create a Branch Box, let's say again, that the branch box finishes with a "checking parse text" GET action. What I would like to do, if to have 2 actions, when the parsed text is found I do action number 1...
  44. B

    How to set up all the email registrations and only then check for activation?

    Hello, If I add a .txt file full of registration links, I would like the software to register first all the links and then, only then, go to the email box and check the activations links, how to do this please? Also , I am having a second problem, all the links form the platform I would...
  45. B

    From registration to account login, how to reuse the password and username?

    Hello, I have create 1 step with: User name password password emails register then A branch that goes check the activation links. Here is are my problems: 1)I can create an account on "http|://www.mysite.com" without a problem but cannot figure out how to pull hundreds...
  46. B

    how to set a timer before checking for mails?

    Hello, After a successful registration I would like to setup a timer, how do to this please? Thank you, BamBam
  47. B

    Is the Demo going through a proxy?

    Hello, I am currently using the Demo, I have noticed that the loading in the http:// field on the project maker is extremely slow. By going on ony of my websites using the project maker I have noticed that my IP was from USA instead of being from EU, is your Demo going through a proxy?? If...
  48. B

    How to input generated users name from a list I have?

    Hello, How can I input a list of usernames I have following with a random number or letters ie: Brendon{tuy|ioip|poi|890|7987|} Which macro function can help with this please? Thank you, BamBam
  49. B

    Help with the understanding of a message

    When I step record a macro, I keep having an exclamation point with messages like that but I just cannot understand what they mean. Could someone translate the below code please? Thank you, BamBam Setting attribute value of HTML element of branch id vc-6050 of step id ●7●4●3●5●5●1●
  50. B

    Unable to Pause Macro recording

    Hello, I have windows xp pro 64 bit, I am unable to stop/Pause the step by step macro recording, anyone with the same problem please? Thank you, BamBam