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

  1. J

    File is unblocked by timeout???

    thanks i think this error turned out to be an extra character hotmail for windows live which i recently installed, in between the regex I was using to verify a new page. However, the captcha sorry captchabot.dll error has come back and in full force for no reason i know of, and i'll detail it...
  2. J

    Projectmaker /Instance crashes

    I'm on a vista at the moment and whenever the template goes over a size of about 60kb, nearly every additional step added into project maker causes project maker to crash, so i have to go about saving each step... if thats any help. i also have other more serious issues that will hopefully be...
  3. J

    File is unblocked by timeout???

    I built a huge hotmail registration and activity template that depends on file extraction to get its good results. In Project Maker it works fine, but in Zennoposter it gives me 'File blocking' and 'File is unblocked by timeout'. Its a total fail on ZP and yet it works great on Project Maker...
  4. J

    Captchabot working with ZP? and does complain url work?

    Hi thanks. But what I mean is there is the step that says 'complain', but what does it do? Are we supposed to search the page for regex to indicate that the captcha failed? And then put that fail in the complain field data? Then once we do that, does complain send it to captchabot? Captchabot...
  5. J

    ieframe.dll Error Is Killing Me With Private Proxies

    I know this is one of the most annoying problems, and I came in here looking for a solution. Other times it was a huge pain and unsolvable, But this time at least, it was an issue that required correcting the URLs I was on. I was doing a hotmail registration and activity template, and was...
  6. J

    How to export info into one row of a csv?

    Well, I've seen understood this was a fairly basic issue that merely required putting " around every value you want in each column and making sure the commas are outside the ". But now, I'm wondering how I can turn line breaks into ", basically because I have many steps geared towards making...
  7. J

    How to export info into one row of a csv?

    If u get a block of text like this: (07) 5371 9820 Australia Sanja And export it into .csv or .db in zp, every space bar becomes a new column and every new line becomes a new row. OpenOffice has an option to ignore space bars as separators, so it can all be put in the same column. But...
  8. J

    Captchabot working with ZP? and does complain url work?

    I made a hotmail account creator, but most of the captchas are being responded erroneously by Captchabot, which says ''sorry'' instead of writing the captcha. Sometimes Captchabot writes a close enough approximation but it's still wrong, and rarely it gets it right. This morning it was getting...
  9. J

    How to make the top block permanent?

    In Project Maker, I've always had the top bar, where it says 'template editor', 'action recording on the web page', 'email processing' and 'regular expression builder', and below it all the pictures, like 'New', 'Open', 'Start debug', 'Page text' or 'Copy to editor'. But for some reason without...
  10. J

    Proxy checker gives question mark circle on https

    What can this be due to? I have a bunch of private proxies which get + marks on everything except gateway, and I'm quite sure are compatible with https, but the https section of the alive proxies list says they're neither + nor - but just ?.
  11. J

    How would you build a youtube video downloader with ZP?

    Hey thanks a lot, you were very helpful on this and I was getting pretty desperate. I actually managed to get a blogger who'd posted a PHP version of a youtube downloading script to update his and it worked fine, but I had to move on to other projects as this one was proving too time consuming...
  12. J

    How would you build a youtube video downloader with ZP?

    Hi, thanks a lot for helping out. However, the PATH has the following as default: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\hp\bin\Python Do you still think I should modify it despite it seeming to have a folder with Python in it? It's a hidden folder that might have...
  13. J

    How would you build a youtube video downloader with ZP?

    Do you mean to create a path in environment variables with Variable: Python Value: C:\Python27\; I just did right now when you mentioned it, but I've noticed no difference, it still says system can't find the specified file.
  14. J

    Have you disabled Download prompt on windows vista/ie9?

    After failing at passing the link through a script, and failing at passing the link through a program, I failed at passing the page through a script that was embedded on an internet webpage because ZP brings up a window asking me to choose between saving the file and opening it. I looked up...
  15. J

    How do you run a script through a webpage?

    Say you have a webpage where you have a video you'd like to download. Do you do Set web browser page. Get own code. If this is all that's required, why is it when I send the page over to this script, it simply does nothing?
  16. J

    How would you build a youtube video downloader with ZP?

    Unfortunately, I added a PATH and a VARIABLE to environment variables, but got no result whatsoever. I tried creating the variable 'youtube-dl' to name it. And the value 'C:\youtube-dl.exe' and it didn't work. I tried the value 'C:\youtube-dl' and no luck at all...
  17. J

    How would you build a youtube video downloader with ZP?

    I think the key here may be in how it's giving me three kinds of errors depending on the binary path I write. I now realise the youtube link you gave me also works, despite redirecting, so I'll keep it as it is. When I extract all the files from the downloaded Zip file into C:\, if I write...
  18. J

    How would you build a youtube video downloader with ZP?

    Unfortunately, still no luck and it won't work for me. I'm completely baffled. Still the same old story of 0xs8 error if I change the name of the youdube-dl file to exe, and if I don't change it to exe I get 'system can't find the specified file', just like before. I substitued your youtube...
  19. J

    Is this php script working for you guys or am I doing something wrong?

    From here: I paste: function getPatternFromUrl($url) { $url = $url.'&'; $pattern = '/v=(.+?)&+/'; preg_match($pattern, $url, $matches); return ($matches[1]); } GetFlvFromYoutube is the main function here, which download the flv file from youtube pattern and saves to your local machine...
  20. J

    How would you build a youtube video downloader with ZP?

    The key may be in why string out title, split out description and split out URL are giving no results. I'm not sure I understand what they're there for. Perhaps it's to later on define the name of the file? Maybe ZP isn't downloading anything if it can't name the file something?
  21. J

    How would you build a youtube video downloader with ZP?

    Hi, thanks for response. I am growing pretty desperate after trying a php script that also wouldn't do anything at all when I supposedly run it in the ZP template in a secure area i.e. my localhost xampp.. ZP is on a vista pc, but I'm not sure I understand at all this path thing. Isn't the...
  22. J

    How would you build a youtube video downloader with ZP?

    Hi, Well, I downloaded the link as a zip, put the youtube-dl file in my C:\ then I ran your zp template in projectmaker but it tells me 'the system can't find the specified file'. Thinking it could be the file extension I had wrong, I added '.exe' to the name of the file but now I'm getting...
  23. J

    How would you build a youtube video downloader with ZP?

    Hi, thanks for response. Do you mean use the youtube-dl file in that zip folder to introduce your string into a zennoposter step that would consist of 'own code'?
  24. J

    How would you build a youtube video downloader with ZP?

    I wonder if anyone would be kind enough to tell me how. Before it seemed easier because keepvid.com was browser based, but now what can we do?
  25. J

    An example of wget in action?

    Could someone be so kind as to point me in the direction of an example template where I can see how wget is implemented? I want ZP to download videos from keepvid. Is wget the part of zp labelled 'own code'? Or does it now belong to codecreator and not project maker? How would the...
  26. J

    Can ZP deal with forced anti-change page browser mechanisms?

    It can deactivate popups from appearing, but you know those signs that appear that aren't quite popups but make the page fade into the background while making it necessary for you to click 'Yes, I want to leave the page' once, twice or even three times... I don't think ZP can deal with these...
  27. J

    Screen resolution

    You gotten ZP to fake screen res? I'm guessing most probably no. But just in case i missed it. it would be pretty cool though. its one of the main things browsers leak.
  28. J

    Ever had project maker give you different results than Zennoposter?

    With the latest ZP, the 3.6 one, I'm using it right now on a site to parse to file data from a site. I register in, all is fine, in Project Maker. It parses the 19 matches. It all makes sense. I fire it up in ZP. It only parses the first match. I'm like, wtf?! Has anyone else experienced...
  29. J

    What is logic for 'contains but not necessarily equals'

    I know == is equivalent, but what is contains? Like, the string is equivalent to 'x' So you write 'string'=='x' But what do you write when you're looking for the string 'has x in part of it' and/or is equivalent. I'm looking for a 'string x' to give true when asked if 'x' is in it...
  30. J

    Why does my RegExp Escape work standalone but not as lookaround in a subsequentregexp

    Here's a nice exercise for anyone willing or capable of it. It seems that my 'create region' step works when all I'm looking for is something like {-FieldData.FieldData-|-top wonders-|-get next country-} but when I try to use {-FieldData.FieldData-|-top wonders-|-get next country-} as a...
  31. J

    Parsing javascript

    If ZP could parse js just like it can with html for scraping, it would be great. Pages like this could be parsed: http://www.plurk.com/savannahmonroe thanks
  32. J

    Zenno can plurk?

    yes :beer: but front page plurk wouldnt do it for me cuz i'm looking for more untranscendental plurks. i wonder how far the wall goes though... hopefully since the sign up of the user...
  33. J

    Zenno can plurk?

    The worrying thing about this is that mozilla DOM recognizes the click towards the right of the wall as <div class="cmp_arrow_right"></div> and the back to today as <div class="cmp_back_to_today"></div> but in no parsing of page text in zennoposter do either of these two arise. I'm also...
  34. J

    Zenno can plurk?

    http://www.plurk.com/ykNiLp I want it to press the arrow at the right hand side of the horizontal wall in plurk but its not recognising it as a click. Its not seeing it as a click because all it sees is a fulltag div thats text and the number of matches that can be involved is skyhigh...
  35. J

    some templates get stucked.

    and +1 for shutting down endless looping threads!!! it can't be serious that threads cant be shut down unless u turn the whole zennoposter off. this would mean we have to buy one zennoposter for testing and another for running threads because lets not forget the project maker isnt automatic...
  36. J

    How to check for file data, not file?

    shit you're right. i dont need to insert the field data into a regexp, i have the logic if step to do that. i extract the entire text without regex and do an if with it. sometimes i completely blank out my logic thanks!
  37. J

    How do you guys stop an instance?

    I'm having considerable trouble trying to close instances without having to close the entire ZP. So even though there are templates I want to keep running, I can't get rid of the ones I don't without restarting ZP and losing out on the templates I wanted to keep working but can't. Is there any...
  38. J

    How to check for file data, not file?

    nice, that zaphod.? means its singleline and it'll get me all strings with zaphod. but what about if zaphod is really field data from a previous step? say you find zaphod and then you want to erase all the files that have zaphod, but make a template that can be easily self sufficient and you...
  39. J

    Singleline and multiline?

    lol it was staring right at me !!! thanks man!
  40. J

    Singleline and multiline?

    In order to capture a block of text, instead of a string of text and process it with regex, I believe you have to enable singleline regex. But how is this done? Is it an extra bit of regex thats introduced into the expression or is it a mode in a library of regex that may not be supported in...
  41. J

    How to check for file data, not file?

    We have a macro called file.exists, and it checks for the existance of a file, which is cool. However i tried setting up a string-in-file.exists macro workaround. All i could think of was doing a file.get.block macro and using as delimiter the field data of the previous step, which contained...
  42. J

    What is the Not Greater than logic?

    ok but i am using field values. field values of number strings in file obtained in previous step. say there are 26 strings in file. and i want to include 26. not for it to give false when it reaches 26 but when it reaches 27. is the only solution to do field data <{field data} + 1 ? because...
  43. J

    What is the Not Greater than logic?

    I am having trouble with not greater than. 1 !> 26 gives me neither true nor false. I've tried with and without apostrophes. With all sorts of space bars. What am I doing wrong? and what library should i be getting my logic syntax from? thanks
  44. J

    HTML DOM

    What scripts do you guys use to process ZP's HTML DOM? Do you send the HTML DOM to a script to process it for more accurate (as its recommended to parse HTML DOM instead of HTML) and perhaps easier regex?
  45. J

    Spintax problems with regex

    I'm parsing with (?<=\<A title\=\"|png\"\>\<\/DIV\>\<A title\=\"|png\"\>\<\/DIV\>\<A title\=).*(?=\" href\=\"\/) In ZP this works but in Expresso it gives no results. To be fair it gives shitty results in ZP, listens to the third spin in the lookahead by adding '' to the results of...
  46. J

    How to cover spacebar?

    lol nvm i just found out i'm learning less about regex by the week, in a month i'll be neanderthal regex... apparently spintax might work for this. It's the only solution I can find without it going nuts and matching all sorts of stuff. I have discovered that by the third spin regex starts...
  47. J

    How to cover spacebar?

    with (?<=\"\>).*(?=\<\/A\>\<BR\>\<SPAN class\=) gives ----------------------------------- match # 0 ----------------------------------- <IMG align=left src="http://files.abovetopsecret.com/images/locked.png" width=17 height=20> A Mason about to expose ALL the secrets...
  48. J

    Tits for whoever knows this regex!

    whoever heard of a regular expression prostitute...
  49. J

    Tits for whoever knows this regex!

    thanks! dont understand javascript yet but i'm noticing that if i want to get my zp templates to create tasks to work with proxies and restart wherever it left off i'm gonna have to start! no tits for serf*x! this is for bigcajones...
  50. J

    This counter is nuts!

    it works fine now! you have to take the ' and ' out of both sides because as gemini said it thought it was a string not a number.