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

  1. G

    Can't get code from email

    The code does not parse inside the email parser when I have it set to auto-run inside of Zennoposter but when I run it manually (in project maker) it appears to run perfectly. It fails at the parsing and my regex is perfect and its fully accessing my email.
  2. G

    CANNOT get PROJECT MAKER to load... Uninstall with Revo / Reinstall doesnt work! Help

    thanks - you are the best. I have pinged you on Skype - message me when you are around and thank you again my friend.
  3. G

    CANNOT get PROJECT MAKER to load... Uninstall with Revo / Reinstall doesnt work! Help

    It was already set to that - and also administrator right - still looks like its loading and then just stops on LOAD MODULES. I also logged in as another USER with a very clean desktop and minimal background apps running - ran it in compatibility and admin rights - and same issue. I am stumped.
  4. G

    CANNOT get PROJECT MAKER to load... Uninstall with Revo / Reinstall doesnt work! Help

    I turned off both anti-spyware applications and checked - its .Net version 4.030319 Still getting the same issue... so bizarre.
  5. G

    CANNOT get PROJECT MAKER to load... Uninstall with Revo / Reinstall doesnt work! Help

    I can no longer get my installation of Zennoposter MP 3.4.7.1 to open the Project Maker. I can open the Poster module but every time I run Project Maker I get past INIT to Load Modules and then it eventually disappears and does nothing - nothing is running in the background for it in Process...
  6. G

    ★ GMAIL & YouTube phone verified accounts creator [from Hungry Bulldozer & rostonix]

    Rostonix - Is there anything you are offering to users of the now broken account creator? Bulldozer mentioned a manual non-verified version but I never got the email on that. Can you resend that to me or whatever else you were offering? I never got it to fully work for me either. Thanks.
  7. G

    DATA BEING SAVED AS CHINESE - NON ENGLISH - PLEASE HELP

    It appears to be a bug.... when I unchecked append to file and forced It to write a new result to the file every loop the results were in English. When I rechecked the append to file box it started saving in English again. Very weird...
  8. G

    DATA BEING SAVED AS CHINESE - NON ENGLISH - PLEASE HELP

    How do I check how files encoded?
  9. G

    DATA BEING SAVED AS CHINESE - NON ENGLISH - PLEASE HELP

    I created a blank txt file that zp writes to. Previously it didn't have this problem. Additionally, other scripts using same write file command work fine. Thanks for any advice you can give me. I changed file names but that didn't fix it...
  10. G

    DATA BEING SAVED AS CHINESE - NON ENGLISH - PLEASE HELP

    I have a scraper that worked previously and now is saving data as what appears to be Chinese. I am running a series starting with a GET REQUEST then all REGEX... the data, when I debug it in step by step, is displayed properly on the screen but is saving the file incorrectly...?? Any ideas...
  11. G

    Running Multiple Threads is Duplicating the Results...

    That was it Rostonix - you are awesome. And wow - talk about speed with 50 threads going... ;)
  12. G

    Running Multiple Threads is Duplicating the Results...

    Quick question Rostonix - do you know why my MAXIMUM threads on ZMP is only showing 10 Maximum even though I tested it in settings and it is showing 160? I set the max threads on each project always higher than 10 but it always only limits to 10 because its showing 10 max at the top... how do I...
  13. G

    Running Multiple Threads is Duplicating the Results...

    Rostonix - you are a maestro... That was the issue. I didn't realize that it actually RELOADS the file to the list every step and therefore you would need to change it at the file level for multithreading. Thanks!
  14. G

    Running Multiple Threads is Duplicating the Results...

    I have a nice little data harvester that is pulling a line from a list and submitting it to Google and checking for a specific type of result. It runs perfectly and when pulling a line from the LIST PROCESSING it removes that line (which i thought would prevent duplication in a multi-thread)...
  15. G

    Scraper sometimes repeats same pages

    Thank you, I will reach out to you. I totally understand how much you and the Zenno team has put into this product, and having used this and Ubot it is very clear that this is by far a superior solution in every way - having every element thought out. I appreciate your time and efforts you and...
  16. G

    Scraper sometimes repeats same pages

    Show me where a specific tutorial or video or FAQ is on using GET versus GOTO PAGE??? I have been trying which is why I am asking for help. There is not downloadable manual for MP and I havent found any information in version 3 that has helped me understand this. I have been trying and...
  17. G

    Scraper sometimes repeats same pages

    I mean I understand the GET has the dropdown with TEXT... but where is that TEXT coming from? Does it look at the last step before the command and pull from that?
  18. G

    Scraper sometimes repeats same pages

    OK - but i thought the GET command forces you to put the HTML to a variable... how do I then use a REGEX on a variable? Normally the REGEX is pulling from an opened browser. In this case it needs to pull from a variable... can you explain a very brief example? I think I am confused maybe as...
  19. G

    Scraper sometimes repeats same pages

    OK - so i have it pulling the page but what operators interact with the page? Is there a tutorial on this anywhere that can walk me through this method ? The GET DOM command deals with open tabs - but the GET command you show me pushes the HTML to a variable... how do you create regular...
  20. G

    Scraper sometimes repeats same pages

    :o ------ *face-palm* Thank you! Talk about newbie... *sigh*
  21. G

    Scraper sometimes repeats same pages

    Newb question --- how would I get a webpage? I see GET has a "What to take?" dropdown... the elements in it are page elements but how do you tell it to take from an actual webpage? I dont see a field where you enter the URL to 'get' from... ? Can you paste an example here of how I would pull...
  22. G

    Scraper sometimes repeats same pages

    Thanks all for your input... I have noted the responses and will try. However, I painstakingly walked through the process step by step and noticed on the query to GO TO {PageVariable}-{PageCounter} it puts the correct URL into the URL field but does not actually call that page, even with a...
  23. G

    Scraper sometimes repeats same pages

    hi i have a quick question... i have a scraper that is built and runs great but periodically seems to rescrape the same pages even though I have a PAUSE of 4 seconds built into it after I call the new page.... is there another way to avoid the issue of rescraping the same page? Anyone ever...
  24. G

    Doing Standard Math Calculations - NOT CAPTCHA RELATED

    DISREGARD - I had accidentally modified my REGEX! THIS WORK - THANKS Rostonix! One more question - how do I get the value to ROUND UP? It comes out 5.64... Thanks!
  25. G

    Doing Standard Math Calculations - NOT CAPTCHA RELATED

    THANKS FOR THE PROMPT RESPONSE!! Now - I am scraping a number that is in TEXT on the page that says "141 Results". I am able to get the # and put it to a variable but when I used your JS formula layout it didnt work. Do I somehow need to format the variable to tell it that it is numeric? I...
  26. G

    Doing Standard Math Calculations - NOT CAPTCHA RELATED

    Newbie question here... I am trying to divide 1 variable by another or a fixed number.. for example, I am using the Take DOM command to scrape the total number of results off of a page and put that # into a variable called ResultCount. I then know that there are 25 results per page, so I want...