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

  1. J

    How to scrape images?

    thanks guys that helped very well indeed. i think i'll go with the captchasaver example right now because i need the images small anyways and its simpler :-)
  2. J

    How to scrape images?

    That would be a good solution for me if it were one image or a few, but I'm afraid there wouldnt be any regexp to parse a number of images on varying pages.
  3. J

    How to scrape images?

    I'm not sure I follow, sorry. When typing 'stuff' into google images, i try with the first image. I get if i left click on the image on the page. But when I look for that in the DOM or the Source HTML it's nowhere to be found. Even if I reduce it to I still can't find it. Clicking on all...
  4. J

    How to scrape images?

    Does anyone have an example template of how to do this? The problem with things like facebook profiles or google images is they seem to be hidden in something known as body onloads and thats javascript I'm not familiar with. The alternative for a retard like me would be to click on all the...
  5. J

    ieframe.dll and very weird errors ocurring in my template

    When scraping yahoo answers, I keep getting these errors. I am using proxies filtered and with rule blacklist, I am on windows 7, I have the latest version of Zennoposter. Things just seem to get worse and worse the more I try to correct it, I could have sworn it was working better a few days...
  6. J

    Network GetProxy to work in Project Maker?

    Does this macro work only in Zennoposter? since it's {-Network.GetProxy-|-Proxy rule-} and there's no way to create rules in Project Maker?
  7. J

    Weird poltergeist is happening to all my attempts to use proxies and proxy rules.

    nvm, it was a very moronic mistake of mine, i'd switched a clear cache into a setup proxy and it was a mess and i went postal, but ill go postal again just u wait :-)
  8. J

    Weird poltergeist is happening to all my attempts to use proxies and proxy rules.

    what i mean to say is i have my source list in zp, and it has 17 alive proxies, but zp just ignores my compulsory proxy demand and just marches on 'noproxy' style.
  9. J

    Weird poltergeist is happening to all my attempts to use proxies and proxy rules.

    In ZP, I try a set up proxy with parameter rule \resources\proxies.txt works fine. However, since i need to use a proxy rule, I have to select the proxies through the proxy checker in ZP. I've tried Compulsory and the name of my rule, I've even tried without any rule, ZP will just carry...
  10. J

    Is ZP Regex .NET Variant?

    or another variant? or it accepts all variants?
  11. J

    A bit of regexp trouble!

    Over here someone called aussie susan has been kind enough to clarify a few of these issues for us: http://regexadvice.com/forums/thread/81652.aspx http://regexadvice.com/forums/thread/81318.aspx
  12. J

    A bit of regexp trouble!

    wow that was great, very kind of you to do that video. I understand the logic behind some of this regexp and it just shows how messy I write when I kept on talking about the issue like I did. However I could have thought that with text for procession: and using: wouldn't cover both the...
  13. J

    res:/ieframe.dll/dnserrordiagoff_webOC.htm#http:// bug in all of your ZP?

    its never happened to me before. ie8. both in pm and zp, windows 7 and windows vista. i havent tested with proxies yet but no clue why that would be an issue, when i can do similar things i did on my template in plain explorer. edit, thanks dont worry guys, it apparently had to do with my...
  14. J

    res:/ieframe.dll/dnserrordiagoff_webOC.htm#http:// bug in all of your ZP?

    Suddenly tonight I woke up to this problem. it comes up before the url i'm trying to load in zp and blocks all the templates i have from functioning. I tried deactivating avast, but no deal. My normal Internet explorer is fine, and it only happens in zp. any ideas why?
  15. J

    A bit of regexp trouble!

    Hi, in this case I was looking for all the lines that came after lines like the one with the '3 years ago' phrase. (Even though I said I wanted the midline), like this: matches all the lines with (?<=.*\r\n).* giving me this: This is why I'm having trouble with ^, as I thought that was a...
  16. J

    A bit of regexp trouble!

    thanks man, that looks great. However I have to ask you a couple of more questions so I can get onto learning regexp next time an issue comes up. I'll use your example of course for this one because it neatly seems to be using .* where I'd gone nuts trying to find alphanumeric AND...
  17. J

    A bit of regexp trouble!

    This seems quite a tough and long post, I've posted in two forums already to no avail. Regexp is either frustrating or i'm a noob, I think it's a bit of both. 1. I can't quite seem to catch the question mark in the first line. And it inexplicably captures the second string too, which doesnt...
  18. J

    Scraping inurls and / in google

    does this turn the search criteria into the regular expression? I'm not sure I understand. Thanks to the both of you for your responses.
  19. J

    Scraping inurls and / in google

    Funnily enough this kinda method has given me disastrous results. I never manage to get lookaheads and lookbehinds working yet in regex, though so I still gotta refine my regex, but whenever I did that because it would seem to be easy, it was anything but. And all I saw was a massive number of...
  20. J

    Eliminating last string of a file gets rid of the entire file!?

    Ahh ok gotcha thanks.
  21. J

    Eliminating last string of a file gets rid of the entire file!?

    Hi guys,what's the most elegant workaround you can think for this? This is a problem because the next time the template is activated, it'll get stuck because it can't see that file. I'm surprised it doesn't keep the file as having a file of this name is necessary especially if you're doing...
  22. J

    How do you repeat a block of web actions a desired number of times?

    ahhhh ok, its an if logical statement. thanks :-)
  23. J

    How do you repeat a block of web actions a desired number of times?

    Guys, a red dot false exit to a {-Counter.Get-|-count1-} < 4 doesn't work. Perhaps it's a bug. The green exit works fine. Also in http://help.zennolab.com/en/v3/zenno...html?cycle.htm why is it using a Set HTML to get the counter values? I used this: Get Macro {-Counter.Set-|-count1-|-0-} Stuff...
  24. J

    How do you repeat a block of web actions a desired number of times?

    This can't be done by number of threads or number of attempts etc because it's only part of the template I want repeating, not the whole template. I'd like to repeat a block of web actions as many times as the number of strings in a file I get strings from. I can get 'the number of strings...
  25. J

    Is Get DOM text of the page not working?

    k thanks :-)
  26. J

    request for socks5 proxy support

    +1 for next update plz? :-)
  27. J

    Is Get DOM text of the page not working?

    Web actions Get Web Browser Parameters name Get DOM text of the page Tab: page Parameters http://www.cnn.com Execution result NOTHING!!! Is it broken or am I doing something wrong? Also tried with http://cnn.com-|-page As a step branch and with no parameters inside it's working fine, though.
  28. J

    Links grabber

    Hi thanks for the video very helpful. But Bing seems a lot easier to scrape than say google. I take one example of a link I got in google to start regexp parsing. In order to scrape google I put 'before the required text there is always': <H3 class=r><A class=l onmousedown="return...
  29. J

    Scraping inurls and / in google

    Hi :-) I have this scraper for google, and it works fine with normal problems. Thing is I still haven't mastered regular expression and would greatly appreciate what value you'd insert when scraping things like: inurl:domain.com/example Thing is I substitute 'zennoposter' in for anyting...
  30. J

    Proxy list suggestion

    When I input a proxy list into ZP proxy checker, and the list consists of sites where you have to login, Scrapebox and I think HRefer seem to detect these proxies, but ZP doesn't. Can you please a little modification that allows ZP proxy checker to log in into these pages and see the proxies? Or...
  31. J

    What do you do if a proxy dies out?

    thanks, ur right also it says 'template couldn't be executed' and moves onto another one if i set it to -1, i didnt realise
  32. J

    What do you do if a proxy dies out?

    Hi guys, I've tried checking proxies with the inbuilt proxy checker inside Zenno, but it gives a lot less proxies than Scrapebox proxy checker for some reason. So I'm using the set proxy step branch and importing a file full of proxies to work with zenno. But the problem with this is there...
  33. J

    What's wrong with my twitter account registrator?

    That's really weird. You sure you're seeing it right? In my experience ZP has always waited for the page to load fully before moving onto the next step branch.
  34. J

    Twitter registration

    thanks man, working fine now! however, how can i add proxy rule to set up proxy get macro? or timeout to current page rule so i can know when a proxy has stopped working and the template doesnt get stuck? (i'm not using zennoposter proxy checker)
  35. J

    What's wrong with my twitter account registrator?

    Well I don't see the point of your pauses. Zennoposter waits till everything downloads and then moves onto the next step. If you're putting pauses in thinking it helps this, then don't bother. Also, you're taking off image loading, you're putting it to minus I believe, I dunno why. That's most...
  36. J

    Twitter registration

    Thanks for the reply. However, no matter how hard I try, I can't get the template to save into a txt file. The weird thing is sometimes I did it, but I wasn't conscious of it and/or forgot how. For login data, I'm entering the execution result of the previous Add email here step. In regular...
  37. J

    What's wrong with my twitter account registrator?

    Thanks for your reply. However, how to introduce proxy timeout if I'm not using Proxychecker? Did you mean a proxy rule at ZennoProxychecker or a macros that can be added to Set Up Proxy step branch? Also, do you know why none of my 'check parsed text' branches seem to work?
  38. J

    Twitter registration

    Hungry, in Zennoposter at 6:46, how do you get those windows to popup? All I can see is the log underneath. I keep trying to do this template, but inexplicably the captcha won't work in Project Maker. And in Zennoposter 3, only the captcha regonition works, while the rest doesn't. I haven't got...
  39. J

    What's wrong with my twitter account registrator?

    Well, thanks for the prompt reply then, ever so helpful. I don't know why the world doesn't implode because of the incredible helpfulness of this forum. I solved problem 4 on my own and it was because I'd erased the field data previously (true instead of false). However, the other three...
  40. J

    Twitter registration

    Actually I don't know what's happening. I also have other problems apart from email, but the email problem also doesn't make any sense. I have opened a thread asking about this here, and would greatly appreciate your help, thanks...
  41. J

    What's wrong with my twitter account registrator?

    I'm failing in four areas and would greatly appreciate if you could point out what I'm doing wrong, or if ZP can't do this. This way I will understand better what's wrong, and other people will find it easier to use ZP. 1. At Set Twitter/signup and Get 'Join/the/conversation' checking of parse...
  42. J

    Logic operator names please

    What logic operators does ZP use other than 'if'? (I only see 'if' as it's default) Thanks.
  43. J

    Twitter registration

    Hungry Bulldozer, the vid doesn't specify how to check email for confirmation link. For this I interpreted the wordpress video, that does have it. However, with twitter the link is different. For wordpress, the link is: http://signup.wordpress.com/activate/[a-z,A-Z,0-9]* But for twitter the...
  44. J

    Connectiion indicates that the node is not available. Delete this connection?

    When I copy to editor a template, why do I get this message and what does it mean?
  45. J

    Blog posting?

    Harder than with Ubot? I've heard complete noobs are capable of programming ubot to drop links like this. If ZP wants to beat ubot all it has to do is make vid tutorials like this that'll give an idea how. Then it will be very easy because it's multithreaded and ubot isn't, but until then it'll...
  46. J

    Blogging platforms linkdropping

    A platform is a kind of content management system, like Wordpress, or Blogengine, or Movable Type, or VBulletin, or PHPNuke. A series of websites that can have slightly different templates but have a similar bottomline.
  47. J

    Basic Scraper example

    is this google.xml still working for you guys? i'm quite sure it was a few weeks ago but now it isn't! weird. it won't parse any results, as the execution result of the Get is blank, which means no save results happen. It's beyond me what could be wrong.
  48. J

    Blogging platforms linkdropping

    Can ZP be taught to post to all the blogs in a specific platform?
  49. J

    Blog posting?

    I'm thinking perhaps it would just require identification of the comment box, and the comment box would be something like: like this blog: That's where the form for dropping a link is, but I wouldn't know how to get Zenno to identify it, as it's a form and not just html you can regexp and...