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

  1. B

    Post To Twitter Using HTTP?

    Hi, Im trying to post to twitter using Get/Post request feature but having some problems. I keep getting a forbidden error from twitter when i try to post, iv grabbed the token and appending it correctly and just wondering if anyone else has tried do to this or if its possible at all with...
  2. B

    Regex too many results?

    Sorry i posted in the Z4 section by mistake. Have reposted in Z5 section please delete this one thanks http://zennolab.com/discussion/showthread.php?11705-Regex-too-many-results&p=68890#post68890
  3. B

    Regex too many results?

    Hi, Im trying to create a scraper for twitter to scrape all of someones followers, but iv hit a problem. When i hit 2k results regex fails with too many results. The users im scraping have 80k + followers so not sure if i can achieve this with Zenno? and i have no coding knowledge so a...
  4. B

    ZennoPoster ... WOW

    Building templates in Z4 is much faster then Z3, and thats saying something as i could build templates fast in z3. Nice touches with the action recorder like breakpoints etc make debugging much easier. Only problem im finding is in Z4 poster, little buggy atm for me to be able to use to full...
  5. B

    How to set a counter?

    Thanks for the quick reply rostonix! Easy when you know how :) Thanks
  6. B

    How to set a counter?

    Hi, I need to set a counter for a template but cant find how to set one in the new Z4? could anyone point me in the right direction. Thanks
  7. B

    Tutorials

    English doc/manual would be very helpful
  8. B

    How to append line to file & attach a prefix?

    Hey step85, Yeah thats great thanks, if i just need the prefix, how could i achieve that? e.g. [tag]myline not [tag]myline[tag] I dont know any javascript so not sure what to change? Thanks for your help
  9. B

    How to append line to file & attach a prefix?

    Hi, Im trying to add a scraped list to a file, which i can do no problem, but would like to add the same prefix to each line if possible? Thanks
  10. B

    How to click the next forum post?

    Thanks again gemini! I now see what you mean by using tabs, i missed that when reading the manual, have now changed how im working things
  11. B

    Video Tutorials For English Speaking Users

    Thanks for these bigcajones, i found some of them last week and they have helped me out. Anything on scraping forums is a plus :D im having trouble with this one, trying to go from link to link and page to page is driving me nuts.
  12. B

    How to click the next forum post?

    would anyone mind posting an example up? No matter what way i try this, it wont choose the next link. Iv been using the macro counter to be inc by 1 each loop, but its still choosing the first link, so im obviously not putting it in the right place. This is what ive been doing, field...
  13. B

    How to click the next forum post?

    Thanks gemini, thats exactly what i have done, used the counter macro and increased by 1 each loop. I think i may have an error in the reg-ex, now i know from your post that iv done that bit right, i know what change. Thank you
  14. B

    How to click the next forum post?

    Hi, Im having trouble with a template im creating Im trying to scrape forum titles & posts, but having a few difficulties. Iv got the template working until it loops round and tries to click the next link/forum post, then i get an error and whatever way i try to do it fails. Iv got...
  15. B

    How to close popup?

    Never mind, i just noticed i can do it in the recordings on web page tab Thanks
  16. B

    How to close popup?

    Hi, I need to close a popup page but cant seem to work out how to do it? The main page still open, and another page is opened (popup) i then need to close that popup page to continue with the task on the first page. Could anyone point me in the right direction with this. Thanks