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

  1. J

    When an instance fails

    Is the failure of an instance defined by going to a website other than the one you told it to go to? Like to an ieframe, or to a proxy change to a proxy from a country that redirects away from the site, or like an error page where in truth both you and the instance were expecting something like...
  2. J

    Most elegant way to parse this kind of page?

    Because this website has this in the DOM: href="main.php?g2_itemId=3809"><IMG alt I happily parse main.php?g2_itemId=3809 with (?<=href\=\").*(?=\"\>\<IMG alt) which leads me to: http://mywebsite.com/page/{-RegExp.RegExp-|-{-FieldData.FieldData-|-scrape run-|-Dom...
  3. J

    Http and socks4/5

    (другой софт) and HRefer can't work with both at the same time, I think it was. Can ZP? Or when harvesting should we be in an either/or mentality?
  4. J

    Can ZP download files from hotfile and unzip them?

    The problem with this is in Internet Explorer, as far as I know, opens a popup that seems to be off-browser titled ''file download'', asking me if I want to open or save the file, with a winrar icon, and none of this is seens by zennoposter. Is there a way for ZP to see this, or a way to...
  5. J

    Why is this unsuccesful exit not working as I want it to?

    I want to get strings and then do stuff until there are no strings left in the file. Once that is a fact, I was thinking about an unsuccessful exit to my next web action but instead ZP tells me the value can't be null and once it sees there's no strings left, or file there actually, it still...
  6. J

    Encoding issue with proxy sources

    I have a proxy source that is a subfolder that reads like this: P5%2FP4 but it gives this result in the source renderizer: P5/P4 In the original it's still: P5%2FP4 Is there any way to get ZP checker to recognize this? To get %2F to stay as is and not change to a /. Cheers
  7. J

    What am i doing wrong in my project directory statement?

    I declared a subfolder called yahooscraper, under resources, to be my project directory. Using this field data, I then used random file macro and subitem macro to pull the titles of the folders in a folder I have inside yahooscraper that's called Temp. Did i do anything wrong or do these macro...
  8. J

    Standalone executables planned?

    Are there any plans for future updates to allow us to create standalone executables? Wouldnt it be cool? If no, why not? cheers
  9. J

    Does ZP run better on WinServer2003?

    This is reportedly the best server for (другой софт) for some reason. Given that ZP knocks out my wireless connection on my Vista, and given the number of problems (другой софт) has running on Vista and 7, you noticed any definitive improvement running ZP on a WinServer 2003 (or 2008) OS?
  10. J

    Is ZP 64bits?

    I ask this because 32 bit apps like Scrapebox are confined to a maximum of 1800mb of RAM in 64 bit Microsoft OS like Vista or 7.
  11. J

    What's wrong with this IF logical statement?

    I want to do this: 'res:/ieframe.dll/dnserrordiagoff_webOC.htm#http://answers.yahoo.com/'='{-FieldData.FieldData-|-●2●5●6●9●4●2●-|-≡1≡0≡9≡4≡5≡0≡6≡4≡0≡8≡-}' Why am i forced to do this: '{-FieldData.FieldData-|-●7●5●7●1●8●6●-|-≡2≡0≡0≡9≡6≡7≡0≡4≡3≡-}'!='' This is my first experience with js...
  12. J

    Network get proxy but is there network get all proxies from rule set?

    Hi guys. I need to extract all the anonymous proxies from the ZP checker onto a file. The reason I need to extract them is because some of them will be bad. I need to find out if they're bad in practice and then ERASE them. This can't be done in ZP, the template can't go back to the ZP...
  13. J

    Most elegant way to pick a random file from a directory?

    {-File.GetString-|-\Resources\CAN A RANDOM FILE BE SELECTED HERE.txt-|-random-|-false-} Can regexp be inserted there someway? something like \w+.txt?
  14. J

    How to insert regexp into the regexp replace macro?

    {-RegExp.Replace-|-{-FieldData.FieldData-|-●2●7●1●2●6●1●-|-≡7≡9≡7≡2≡7≡1≡9≡4≡4≡-}-|-line i want replacing-|-line to replace it with-} {-RegExp.Replace-|-{-FieldData.FieldData-|-●2●7●1●2●6●1●-|-≡7≡9≡7≡2≡7≡1≡9≡4≡4≡-}-|- ഊ-|-\n-} \n would be a newline character in regexp. But it doesn't work...
  15. 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...
  16. 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...
  17. 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?
  18. 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...
  19. J

    Is ZP Regex .NET Variant?

    or another variant? or it accepts all variants?
  20. 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?
  21. 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...
  22. 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...
  23. 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...
  24. 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.
  25. 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...
  26. 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...
  27. 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...
  28. 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...
  29. J

    Logic operator names please

    What logic operators does ZP use other than 'if'? (I only see 'if' as it's default) Thanks.
  30. 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?
  31. J

    Blogging platforms linkdropping

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

    Adding The Best Spinner API to Zenno

    I'm using this PHP script web browser based solution provided by Leger's site, but as its output is merely text based, and Zenno doesn't yet support spintax (when is the next update, btw?), I'm getting outputs with spintax that are of no use to me. You guys know of any web browser based program...
  33. J

    Macro builder meanings?

    Hi, what does Counters and counter value mean? What does Global Storage and Set value to the specified key, mean? thanks.
  34. J

    Who do we contact when Pc change?

    Do we contact support when we want to report a change in PC for Zennoposter? Or is there somewhere where we can do it automatically? Is it once a month that a change is allowed?
  35. J

    Is string split what I think it is?

    If you have 100 sites you want to submit your article to, you'd have to setup 100 split strings in macro just to get different titles and/or spun articles? I ask this because perhaps string split is not as long winded as I think it might be. But if it is, when do you think spintax could be...
  36. J

    Cookie problems on Xanga

    What cookie problem is this? When I try to setup an account at Xanga, while on Zennoposter I can't access template options after signup. Instead, I'm signed out and asked to sign back in again. I'm sent to testcookies page, and told 'congratulations, your cookies have been successfully acceepted...
  37. J

    Greyed out 'start debug' boxes?

    I've followed the Twitter and Wordpress tutorials on Youtube, and for reasons that don't really matter right now, I've needed to debug more than once my projects. However, the second time I try to debug each, I get a greyed out debug box, meaning I can't do any debugging. Why is this and how can...
  38. J

    Twitter video reg question

    http://www.youtube.com/watch?v=Y8IP-B11XIg Why is the guy in the youtube twitter reg vid doing this, adding a number to the email. To my best of knowledge that doesn't make the email a catchall. Why is he changing the variant from a 4 to a 2?
  39. J

    Why will ZP sometimes not recognise the blue boxes?

    Sometimes with 'Action requiring on web page, ZP will stop recognising the blue boxes it usually needs to record steps and brances. For example I finished one project and went to start another but it wouldnt recognise anything. When this happens I just restart ZP, but why does this happen?
  40. J

    Manual?

    Is there a manual in english? I've downloaded the demo and can't quite figure out basic stuff like Get, Set or Rise which the Twitter Youtube video takes for granted I should know, either because I'm quite the noob :o or because there isn't a manual?
  41. J

    Pricing

    When will the price go up? And is the first six months free updates, and then later on it's $90 per 6 months?