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

  1. J

    This counter is nuts!

    Heh. I can't explain to myself why this counter is showing a false by the time it reaches '7' < '500' 1 to 6 work fine! Same with any site, its the counter. 7 is more than 500!!?? :confused:
  2. J

    Tits for whoever knows this regex!

    page text: 05/28/2011 want to obtain: 05/28/11 want to always avoid the 20.
  3. J

    Help with my unsuccesful exit please

    thanks! i see. ifs can only go after pages not clicks
  4. J

    Help with my unsuccesful exit please

    Could anyone be kind enough to look over why my Rise click followed by if logical statement won't leave when its time for an unsucessful exit? I have also tried without the logical statement but no luck. Directly from the Rise click.
  5. J

    What's regex for stop here!!

    thanks!
  6. J

    Matches

    nvm
  7. J

    What's regex for stop here!!

    With (?<=\<A href\=\"\/).*(?=\"\>) I get stuff like: Match 21 behaves differently because it thinks (?=\"\>) refers to the second "> (after withoutabox.com/) and not the first. How to get the first? thanks
  8. J

    Ieframes and getting page text

    I keep getting ieframes and I've setup a cycle to change proxy if and when I do. However 'res:/ieframe.dll/dnserrordiagoff_webOC.htm#http://answers.yahoo.com'!='{-FieldData.FieldData-|-yadayada-|-web browser url-}' when {-FieldData.FieldData-|-yadayada-|-web browser url-}= get page URL...
  9. J

    Automatic Project Maker

    Sorry I don't understand what you mean :) 'saving error stop page'? My problem has to do with a yahoo scraper I built. Everytime I have a yahoo error the template won't recognise the text and instead it restarts a new instance like I mentioned here If the error is because yahoo...
  10. J

    Most elegant way to parse this kind of page?

    ok good it works :) could u plz give me the regex for it, i might be needing it for later on with other languages i believe u said u had the regex for removing duplicates? thanks :)
  11. J

    Most elegant way to parse this kind of page?

    Yes please, its always good to expand one's regex library :cool: However, the macro I posted seems to work for me. You have to do a file get block before, like this: But if it still doesnt work, gimme a shout. Im curious as to in which situation it might not be working.
  12. J

    Most elegant way to parse this kind of page?

    yeah thanks, it works fine. i dont really think extra steps make for a more resource intensive template, thats just silly. At least anymore than calling in a php on my wampserver. after reading up on PHP, indeed it is very easy to transfer the results into a variable for PHP. Just not directly...
  13. J

    Most elegant way to parse this kind of page?

    thanks. nice, i didnt think about counters! it might do for now, but it still is a very big work around, might even be time intensive if there are hundreds of urls, so hundreds of counts. deduping in zp is better done, or more easily than with regex, done at least with a special macros they...
  14. J

    Automatic Project Maker

    ZP is great with some things but when it comes to scraping errors there are rare, errors like the twitter whale or the 'sorry, something has gone wrong' in yahoo. In ubot you can leave the debugger playing on automatic until it reaches the error page, but in project maker you have to click each...
  15. J

    Most elegant way to parse this kind of page?

    Sorry, I meant that from what i know in php all php allows is a simple concatenation function as I described above. How to make it more complex? Is it as simple as setting this up in localdomain: <?php $txt1="get field data of the domain name"; $txt2="get field data of all the showthreads...
  16. J

    Most elegant way to parse this kind of page?

    hi there, once again i'm pretty much new at this, a bit like an annoying mosquito, but hell here goes are we talking about the php concatenation operator in w3schools.org? <?php $txt1="http://myforum.com/"; $txt2="showthread.php?=4235"; echo $txt1 . "" . $txt2; ?> If so how does this differ...
  17. J

    Most elegant way to parse this kind of page?

    Well i've been fumbling around with the inbuilt js and regex in the macro builder and nowhere can i find a concatenate function. there is an option to add one's own code, so while i fumble around and actually find out how to add it, could you be so kind as to tell me how concatenate works in...
  18. 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...
  19. J

    Can ZP download files from hotfile and unzip them?

    Ok, i'm trying to dissect what you said here, from the point of a view of a noob such as me :-) I'm reading the wget documentation and it must be the first kind of install of this nature I've ever done, one that doesnt consist of an easy ass setup. The manual says things like: ''Say you want...
  20. J

    Two macro questions

    I haven't yet added my own macros to zp as my knowledge is pretty basic but wouldnt the objects 'own script' or 'own program' do it for you? then you pick up the result of your macro step and add it to the input box area where you want it to go.
  21. J

    Most elegant way to parse this kind of page?

    unfortunately this does not cover my aim because stuff like http://organic-food-blog.com/wp-content/uploads/organic-birds.jpg can be found completely in one take inside your DOM text. However when scraping 10 or 100 links in a forum or a blog many times, if not all as far as my experience goes...
  22. 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...
  23. J

    Two macro questions

    a. you click on the icon that says copy to clickboard and you paste it into the macro itself. the videos explain this very nicely. b. the random section in the macros builder has good options for this. you do the same, you copy to clickboard of the macro you built the first time you picked the...
  24. J

    ProxyChecker bugfix

    what kind of a decrease in performance was this?
  25. J

    Can ZP download files from hotfile and unzip them?

    oh you mean things like mypony or jdownloader. no i'm not doing the bot for that lol, the amount of bandwidth i'd have to waste would be insane, and i'd probably spend more on captchas :-) so wget is own code that can be added to a zp template, and you're talking about executing it from...
  26. J

    Can ZP download files from hotfile and unzip them?

    hi, could u be so kind as to elaborate on this a little plz, thanks
  27. 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?
  28. J

    Can ZP download files from hotfile and unzip them?

    hell, i want to learn how to do these things myself! if i didnt i wouldnt have bought zp! :-) whats a command line tool, which one do you recommend, are these the 'own code' people are adding to zp? i barely learnt what command line was a few days ago
  29. 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...
  30. J

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

    ahhh ok thanks will do
  31. J

    What am i doing wrong in my project directory statement?

    sry this is working fine, it must have been an error in the template i was using it with
  32. J

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

    The lines i'm taking from the file are actually websites like yahoo.com, thats why i want to do this.
  33. 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...
  34. J

    Proxy list suggestion

    thanks :-)
  35. 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
  36. J

    Standalone executables planned?

    in english there aren't opinions on this, and what is 'pollution network'? exes can be made just like with Sikuli, AutoIT and all other great macros builders?
  37. J

    What's wrong with this IF logical statement?

    aha! ok! so this is that thing called javascript everyones yabberin on about! edit: well, logic itself, seeing as i've also seen this stuff in php
  38. 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...
  39. J

    Is ZP 64bits?

    my task manager shows only one zennoposter, one instance deploying different threads, not one zennoposter deploying different instances. this isnt ubot where you deploy different bots. i do hope i'm wrong though :-( anyone know if this limit disappears with winserver2003?
  40. 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
  41. 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?
  42. 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.
  43. J

    What's wrong with this IF logical statement?

    '{-FieldData.FieldData-|-●7●5●7●1●8●6●-|-≡2≡0≡0≡9≡6≡7≡0≡4≡3≡-}'='http://answers.yahoo.com/' I know, i insert that and I don't get a 'true' result, so it doesn't go onto the next step. However when I do...
  44. 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...
  45. J

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

    man thats fucked up. that would mean i could get the good proxies, eventually use them in a second template that drags them from a file and uses the set up proxy web browser option. Clumsy enough as that sounds. that means i can't get rid of the proxies doing the ieframes! to do so i was...
  46. 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...
  47. J

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

    shit. thanks. i was so obsessed with Directory.SubItem i didnt notice Directory.RandomFile above it. thanks
  48. 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?
  49. J

    How to insert regexp into the regexp replace macro?

    thanks that works, for this. lack of regexp inside the macro builder in certain places might be an issue for other things though later on
  50. 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...