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

  1. F

    Append to image path

    I'll try that. Thanks.
  2. F

    Append to image path

    Yes, but the website does not include it in from the of the image name. I do know that the beginning of the image path is always the same so I just need to add a static value (www.domain.com/) to the parsed image name (right now in the text file I save its image_name.jpg, I need it to be saved...
  3. F

    Append to image path

    I recently created a ZP template that will grab image file names from a website (e.g., image123_abc.jpg) but I need to add the complete url to the beginning of the path (e.g., http://www.domain.com/upload/image123_abc.jpg). I'm using a macro to parse the path and save them to a text file.
  4. F

    No results appended

    Looks like the following thread will provide me some help- http://zennolab.com/discussion/showthread.php?3778-Nothing-is-found-during-regular-expression-an-empty-line-will-be-returned I'll post my results when I have a chance to test. Okay I tried adding a pause but it still randomly returns...
  5. F

    No results appended

    I am working on creating a scraper for Bing which takes search terms from a text file, parses them and then saves the results to a text file. For some reason some of the results have empty files (e.g., ipod.txt will have 10 results but ipad.txt will be empty). I checked the logs and I'm...
  6. F

    Links grabber

    Currently this regular expression is working (?<=u\=\"http%3A%2F%2F).*?(?=%2F)
  7. F

    Links grabber

    When scraping Bing results how do I exclude paid ads (I only want the organic search results).
  8. F

    google suggestions craper

    Sorry archel, I didn't mean to hijack your thread. I tried figuring out using Google but gave up after about one hour (I'm still a beginner you know).
  9. F

    google suggestions craper

    Template is attached. Enjoy
  10. F

    google suggestions craper

    Well for those that are looking to use ubersuggest, I created a Google Instant Search parser that uses their site. Enjoy (free of course). Google Suggestions Scraperr
  11. F

    google suggestions craper

    Ah, now I get what you're trying to do. Not that's out of my league of skills but now you have me interested. Also have you tried http://ubersuggest.org/ (create a bot to enter your term there ands scrape the results).
  12. F

    google suggestions craper

    Maybe I'm misunderstanding what you're trying to do but why would you need to simulate text entry. If you're trying to scrape the results why not just load the keywords from a text file?
  13. F

    In need of bot makers

    I’m currently working on a new site that will be used as a marketplace for various types of bots and bot related templates. I need merchants (that's you) that are willing to provide any of the following: Zennoposter Templates UBot Studio Templates/Executables (другой софт)/HRefer Footprints...
  14. F

    Clicking random search result

    I must say that I'm impressed. Not only did you help with clicking the random results but you actually made the template run better.
  15. F

    Clicking random search result

    Thanks for helping me out via Skype drvosjeca
  16. F

    Clicking random search result

    But what about the other attribute values? For example for group# I have value of 0, Attribute name href, Attribute value www\.google\.com, Search type regexp, and match# {-Random.Int-|-0-|-9-}
  17. F

    Looking for a Tutor

    Is it still possible to join this group. I'm a technical person but a noob when it comes to ZP
  18. F

    Clicking random search result

    I'm not sure what you mean. Say I do a search term for white diamonds. It then displays 10 results and I need to automate a click on one of them. Using project maker I can click on a link which is fine but now I need to randomize it. Can I do a search for "http://" and then do a random click on...
  19. F

    Clicking random search result

    I created a simple template that will enter a search term pulled from a text file (one line) places it in the search field and then clicks the submit button. Would I need to configure is randomly clicking one of the returned search results links (one of the returned on the first page)...