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

  1. G

    ProjectMaker crashes evertime I click 'load emails'

    I've tried this about 10 times and restarted my computer but nothing seems to work.. I need to debug the email processing part of the project so I double click the 'receive emails' box then click 'extended view' then when I click 'load emails' the button goes yellow and then everything...
  2. G

    How to search for email using login AND email subject?

    I'm signing up for a website but the problem is they send me 3 emails when I join. One is verification and the other two are just welcome messages. I normally use this regex (?<=[\w\W]*){-Page.Domain-}[\w\W]*{-Profile.Login-}(?=[\w\W]*) - but I can't use this as it finds all 3 emails...
  3. G

    How to input text in Tumblr.com

    Okay - just a simple one but I can't figure it out (yet) 1. sign up to tumblr 2. click on 'post' in the dashboard area. A box comes up that you can write in. There's a little button that says 'html' Click that - how do you then input text into the html field with zenno. I've...
  4. G

    How to highlight text and make into a link..

    On many sites such as wix.com - you can't put an html into the website - the only way to do it is to highlight the keyword and then press the link button. Is there a way to highlight text so that we can use the link buttons on these sites.. This would open up many more possibilities for...
  5. G

    Can anyone access MOBLOG.NET with ZennoPoster?

    I've been working on a script for moblog.net - but now when I try and debug or load the page up in the browser it just loads forever - it loads perfectly in my computer's browser though.. moblog.net - try it and let me know! Thanks :0
  6. G

    Fails to select drop down menu

    I've recorded signing up to blog.ca but it can't select the year of birth on the drop down menu.. This error has been happening on all the scripts I've made on other blog sites. I have instead set a random number between 1950 - 1990 as Variable.age and that usually works - on this script it...
  7. G

    Captcha isn't being solved + Projects aren't running

    So I've made some projects in PM now I'm trying to run them in ZP I've put my login and pass into the imagedecoders section but when a captcha comes up zenno asks me if I want to open the manual solve window.. When I say no it doesn't solve it automatically.. ---- Problem number 2: I...
  8. G

    Quickest way to fix an 'error' command?

    So let's say I've created a bot to sign up to a blog site. I've made it sign up, verify, post something, then right at the end there is one command which makes an error - let's say the part where I try and click 'save' on the post I've written.. It's quite boring to replay the entire thing...
  9. G

    Best way to save login details?

    Okay I've made about 9 different templates which each sign up and post to a different web2.0 platform. At the moment at the end of each template I have a 'record cell' instruction which records the login, pass, email and url of the page created. How can I make it so that each time each...
  10. G

    Can anyone help with this?

    I'm assuming this can be done with REGEX. I have many articles that I want to post on blog sites. I also want to put links into these articles. However I don't want the links to always show up in the same place in every article. I'm using spun articles and I would like to be able to choose...
  11. G

    ERROR: LOCK SYSTEM: This software wont run without a valid license file.

    I've been running the demo version of zenno for a about a week - am learning the software before I buy and also making sure it meets all my needs - I started it up this morning and I got this error message: Lock System This software wont run without a valid license file. Either a valid...
  12. G

    How to delete emails once they've been confirmed/verified?

    So this is a problem I've only just come across and I'm not sure why.. I'm using a catchall email address to verify/confirm my email when I sign up to blogging sites. Until now zennoposter would just click on the most recent email I had received - Let's say I had signed up to blog.com -...
  13. G

    "Which tab" option always set to 'page 1' instead of 'active' how to change this?

    It's very annoying everytime I record a script I have to manually change every single command to 'active' tab otherwise it will be in some random tab that it thinks is there and it will fail de-bug. How can I stop this from happening?
  14. G

    How many private proxies do you buy per blast? How do you change IP?

    So I usually use a VPN for my IP changing needs.. This isn't going to work when I'm using multi-threading - how will I control when to change the IP - one project will be needing a new IP while another is in the middle of signing up to a web2.0.. I'm going to technically need a unique...
  15. G

    How do I disable the 'clear cookies' everytime I record something?

    So when I'm going back to something to add in a different action it always automatically adds the 'clear cookies' command which means I have to re-log in to the site I'm working on every time - it's not the end of the world but it would be good if I could disable this from automatically...
  16. G

    [SOLVED]  Active tab of instance is not found

    I'm using the Zennoposter demo. Everything was going fine with it and I was de-bugging my projects with no problem. Then a few times I would get this error - Active tab of instance is not found. It basically means that the browser window that normally appears when in debug mode is not...