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

  1. J

    [SOLVED] Regex builder bug

    what is PBC?
  2. J

    Regex a list

    I don't understand why I set Count Regex DOM match to 0, put data on a page, visited it, took DOM, did regex of DOM, specified to 'One match' that was Count Regex DOM, put the result into a variable, increase Count Regex DOM count by 1, wrote to a file, then went back to the page, and instead of...
  3. J

    Can ZP split values?

    I'm currently using tab separated values with no delimiter as split method when it comes to values. One of the values would be the one requiring the split, and ideally there would be two possible paths to take. If the value was smaller than, say, 100 words, no split would be necessary. But if...
  4. J

    What does ''action group id:'' mean?

    ZP MP is a great improvement over ZP but ZP used to have easily viewable identities on each of the steps. I'm getting a Run HtmlElement action id error that's crashing my template at seemingly random places. When I right click and copy ID of action, it goes by the name of ...
  5. J

    Can ZP split values?

    Values that are sitting inside comma separated files. I don't mean split a csv file into pieces, but split the actual value (which would be an article) in three or four bits? If it's more complicated and requires own code addition to ZP MP, can you give it to me? ;)
  6. J

    Global vs local deposit?

    Quick question, when does a local value get reset that a global value won't reset? I've tried clear cache and clear cookies but it's not that.
  7. J

    If Logic match of an article

    Yes, thanks. Now it works good!
  8. J

    If Logic match of an article

    what javascript do you suggest I write in this box?
  9. J

    [SOLVED] Match numbers not going into a variable?

    Oh, ok I understand. I was fixated on match No., thinking it was the match number, whereas it's 'One match' that does the function I was looking for! I had somehow thought One match was unchangeable from the default 'Last', which was very stupid of me, but mostly I was just fixated on Match No...
  10. J

    If Logic match of an article

    Even though I use the DOM Html of the regex builder, I'm getting many articles where the regex is extremely hard to build because of the line breaks in the original DOM Html. In other words, I can scrape the article but it comes with line breaks attached to it, which means that when I want to...
  11. J

    [SOLVED] Match numbers not going into a variable?

    Doesn't match No. allow me to save the match number of a given regular expression on a DOM text? I'm taking text from a webpage, not from a list! So surely it's a bug? What I mean is: There's the DOM I 'Take DOM' I select a match no. 4 of a regexp And try to create a variable or add it...
  12. J

    [SOLVED] Match numbers not going into a variable?

    You mean in the section Tab data/ What to take: ? Because there, First and One Match work for me. They allow me to create a variable, and when I click close window an alert asks me 'Variable doesn't exist. Create it? But when I choose What to take: All or Match No. X, it doesn't ask me...
  13. J

    How do you guys deal with csv values?

    Ok, the issue has to do with line breaks in regex, most probably. One value, the value with the article, is full of line breaks and it's breaking my csv and tsv files in pieces. I haven't learn how to do line breaks in regex, so if anyone can help me isolate the article below, the line that...
  14. J

    How do you guys deal with csv values?

    Thanks, but right now I've zoned the problem down to what must be an issue with TSV or CSV not being capable of holding more than 255 characters, or large articles in any one specific value. I'm doing more split tests to try to figure this out and it's really frustrating, but people must be...
  15. J

    How do you guys deal with csv values?

    thanks hotohori, I'm starting to understand more about this, but I realise now that if I export data from zennoposter to a database, I'm in trouble. A standard csv won't work, and I was relying on standard csv to import into sql to actually create the database. Even if I separate the file with...
  16. J

    How do you guys deal with csv values?

    I'm not on my main pc now to test, but even if that would work, when it comes to articles there's bound to be another conflict, another ; sitting there somewhere waiting to screw me over. For articles and such, and long values like that, do you just give up on csv and use sql which works better?
  17. J

    How do you guys deal with csv values?

    When outputting ZP info into a csv file, I use "," to isolate each value because , without the apostrophes will break every comma inside the value. Like an article with commas, will be broken at every single turn. But when there are apostrophes inside the value, like this...
  18. J

    [SOLVED]  Match numbers not going into a variable?

    When I take DOM, and select 'What to take', I can get First to extract the first result of my regex because I can put it in a variable. But when I select 'Match no.1' to get a specific match, I can't put it in a variable. Is this a bug or is there another way to extract data that isn't by...
  19. J

    How to import a list into a form?

    do you mean: Make a select sublist step. List processing. In the first line, above I select List 2, the list I want to import List1 (the one with the imported strings) I choose 'Select sublist'. Below, where it says 'List', I write List1. And below I write 0-99 (because I want to create a...
  20. J

    How to import a list into a form?

    Inside List Processing, there is an option to Select sublist, but it's not clear what it means. If it means to select a number of lines from a list and create a sublist, it doesn't make clear whether it wants me to list the old list above or below, where it says 'List'. 'Range', I assume, is the...
  21. J

    How do you guys handle with form that have different document number??

    I'd also like to know this. What happened to all the things that used to be in the macro builder or were in plain sight like this? Do I have to come into the forum to ask questions like this for every single tiny issue that comes up? Is there no instructions?
  22. J

    How to import a list into a form?

    bump?
  23. J

    How to import a list into a form?

    I have a list with 200,000 strings, but I only want to export 500 to the browser page. How is this done on MP if there's no macro builder?
  24. J

    Creating yahoo accounts - they keep getting deleted

    do they also detect and ban manual registrations on the same socks?
  25. J

    [SOLVED] Where is the search option in the regex builder?

    thanks
  26. J

    MP gives license error but old ZP does not

    thanks, that was it
  27. J

    [SOLVED]  Where is the search option in the regex builder?

    In ZP 3, this was the way you looked for a text, so as to put it into an expression. It's not enough with knowing what comes before and what comes after. From what I see, I would have to copy all the DOM texts I get in the recording project to notepad and search there, but surely that can't be...
  28. J

    MP gives license error but old ZP does not

    I paid for MP, but under another email. Could that be the problem? It's worked before, just not today. Today only the old Project Maker and ZP are working, but ZP MP and Project Maker MP are saying 'License not found'.
  29. J

    Replacing lower-case letters only, with Zennoposter?

    Hey guys, imagine you have an article, and want to replace on the lower-case d's, but not the capital D's, the only thing I could think up would take way too long to implement, I thought about extracting the lower-cases with [az] or something like that, but then I'd have to stick them all...
  30. J

    ZennoPoster Memory Usage Increases & Increases Until it Crashes

    Well I've got a namecheap domain scraper sitting in front of me designed to work with different proxies and it's as simple as a butthole but it still goes up and up in memory non stop until it crashes the pc Sure there are a few if statements but how else could it function otherwise. Sure it...
  31. J

    Gmail, YouTube, G+ [LIMITED EDITION]

    My nose tells me what the code creator must have been doing was change the country to one of the ones where gmail didn't need phone verification, but that's just a step below what we do see in the youtube video promoting this template. Indeed for those of us who already knew of that loophole...
  32. J

    CPU 50%+ and ZP crashes?

    have you cleaned cache (and maybe cookies)? on v3 that would happen to me if i didnt clean, the thread would just accumulate history and end up consuming a lot of memory. if you still have cleaned then we're all fucked and its a bug
  33. J

    Can't see Yahoo's captcha and can't copy from one template to another

    After getting MP to work on Win7 (but not on Vista), it looks to have a lot of promise, but it won't see the captchas in the yahoo sign up page. Haven't a clue what could be wrong, is there some special user agent I should be using? It can see hotmail and gmail captcha areas, but not yahoo so...
  34. J

    My ZP MP isn't working on my Vista

    Whenever I 'record a new project' and click 'To actions designer' or 'search by picture', the whole thing crashes on me. There's little else I can do with the project maker if this doesn't work. Is it my OS, do I need to get a better PC, or is it ZP?
  35. J

    Can I have v3 and v4 installed simultaneously?

    k nvm I'd changed the password for the userarea a few days ago and it got confused
  36. J

    Can I have v3 and v4 installed simultaneously?

    well i've just updated and v3 and project maker have stopped working! i'm downloading v4 right now to see if that'll work, but i still want the other ones too!
  37. J

    How to buy an update using Paypal?

    pm support on skype or here?
  38. J

    Can I have v3 and v4 installed simultaneously?

    Or does v4 eat up v3? I ask because I have read that importing the v3 templates into v4 gives you corrupted templates, but I do want to test v4s click-picture recognition claimed abilities.
  39. J

    Can you get ZP to recognise the ''Local Monthly Searches'' click in AdwordKeywordTool

    Then where are all the steps that had to be done in V3 with a macro if V4 doesn't have a macro builder?
  40. J

    Can you get ZP to recognise the ''Local Monthly Searches'' click in AdwordKeywordTool

    But I am told ZP 4 doesn't have macro builder and all the macros I would have to build using javascript, and I don't know js...
  41. J

    Can you get ZP to recognise the ''Local Monthly Searches'' click in AdwordKeywordTool

    By ''Local Monthly Searches'', I mean when you input a value into the keyword tool and below you get this as an option to place your results in order. I'm on ZP 3.6 and it doesn't seem to recognise it. I've tried treating it as outertext, I don't know what else it could be, both as a div tag and...
  42. J

    How to get selected lines?

    {-RegExp.RegExp-|-{-FieldData.FieldData-|-test-|-make-}-|-\d+-|-all-} is for all but i've tried all sorts of things for selected lines and they won't work {-RegExp.RegExp-|-{-FieldData.FieldData-|-test-|-make-}-|-\d+-|-1,2-}...
  43. J

    Has anyone gotten google instant to work?

    Google instant works with zennoposter only when you click outside the ZP window on your home PC, which to me is weird and inexplicable and useless for zp. Has anyone gotten it to work purely on its own, by doing something to the template?
  44. J

    ieframe.dll Error Is Killing Me With Private Proxies

    this week i have noticed a direct relation between having bittorrent switched on and getting ieframe.dll errors in zp. no bittorrent, no ieframe.dll (apart from when the proxy failed due to being unavailable). the error must have something to do with the capacity of the system to withstand...
  45. J

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    I am in awe of this bug. It made me drag one huge template across the template from the far right to the left, and now the template has a horrifying center full of red lines. Not only that, I am now sitting in front of a template that whenever I try to add a new web action, I do so, where it...
  46. J

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    I'm surprised no one has mentioned that when a template becomes relatively large, as in 50kb in size, both in my desktop Vista and my laptop Win7, projectmaker has the identical reaction of crashing every single time you copy and insert two steps. When I try a third, it always crashes. Making a...
  47. J

    What's the best captcha solver in town?

    I'm very tired with the success rate in Captchabot, so I'm wondering which of the others is the best. Right now I wouldn't be looking at best success rate or anything special, I'd be happy if it just didn't give ''sorry'' back to me, and tell zp there's a connection error, and restart the...
  48. J

    Captchabot sorry and unresolved by document change

    According to the captchabot guy in ICQ, this error appears when they have technical difficulties, which in my experience with them has been about 60% of the time. The problem is compounded in ZP because it declares Something wrong ((( It is not possible to connect to remote server whenever the...
  49. J

    Captchabot sorry and unresolved by document change

    More details on this error, ZP says it's- Something wrong ((( The server has committed a protocol infraction. Section=ResponseStatusLine Warning: mysql_p Is this captchabot, my PC and ADSL or ZP? It also says: Captchabot doesn't have that page up, but has a link to this google doc: The...
  50. J

    Captchabot sorry and unresolved by document change

    Here is the process by which a live/hotmail registration Captchabot gives a ''sorry'' as a field recognition result, which today it has decided to give me constantly whereas yesterday it had stopped. Someone said it was because the box wasn't reaching captchabot correctly, and I'd had numerous...