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

  1. G

    Automatic Project Maker

    add for every possible branch same error exit to one other step (this way zenno won't brake execution of template in case of error - it's line from red dot) in the branch handling error do whatever you want, save html, save screenshot etc. Altough template would look shitty (dozens of lines...
  2. G

    can this captcha be solved by capmonster?

    I'm trying to create capmonster module for captcha like this (I think it's one of standard captchas coming with Kohana). Is that possible, to solve this captcha with capmonster? I've been playing this captcha a bit, but can't get success rate more then 1%. It seems that it only recognizes...
  3. G

    How to registrate accounts on www.wordpress.com

    Theoretically for basic templates no special knowledge should be required - everything is done with GUI with project recorder and macros builder. Simply play with it - watching something totally new always get you such impression that it's complicated. After you play with Zenno a bit, a lot...
  4. G

    How to click the next forum post?

    It seems so. I don't see any counter usage. and got no idea how your stuff suppose to work. attached basic example which clicks on link returns home page, clicks next one and so one. However it would be far more faster (and efficient) to use tabs for that purpose.
  5. G

    Projectmaker Not Recording Step - Part 1

    if action is not recorded: -make sure you wait till page is fully loaded before doing any actions -sometimes restarting project maker helps (after longer use) as for action simply choose rise/click
  6. G

    How to click the next forum post?

    so you everytime clicking first link? You need to tell zenno that you need to click next link - it won't figure it out magically. instead of match number hardcoded to 0 use there some macro (e.g. reading counter), and add iterator to increase the counter after each click.
  7. G

    How to upload an image / file uploader / video upload -

    it's rather not possible to use flash uploader - haven't played with flash upload yet, but I pretty sure zenno can't mess anything which isn't directly accessible via browser DOM. It's really hard to say without seeing site. If there is no simple uploader at all (input type=file) it might not...
  8. G

    importing settings from previous zenn version.

    Hello, I'd like to import all stuff from previous zenno version since upgraded my version. But can't find where all the proxy settings are located (filters, sources and so on). Is this possible to simply copy them from old install to new one? Or I have to manually input everything again? Thanks.
  9. G

    Dropdown list "last item attribute value" selector ?

    there is no selectable option, but you might enter it manually in the branch builder also :)
  10. G

    Dropdown list "last item attribute value" selector ?

    1. I mean it's possible that the DOM of the page isn't accessible at all via javascript executed within zenno. 2. You don't undertand. It will read the value, everytime template is executed so if current select has 20 elements you will get returned value 20, if select has 10 elements you get...
  11. G

    Dropdown list "last item attribute value" selector ?

    Perhaps zenno JS isn't executed in the DOM context, but as separated script (Javascript doesn't need to be tied to the browser) - don't know didn't tested that as it wasn't needed to me. You can get length as html element (from branch builder instead of setting you can also get some value) - I...
  12. G

    Dropdown list "last item attribute value" selector ?

    you need to use full value to set - not partial. Or you can read number of items (length property), and select last one by number.
  13. G

    Is there a way to disable some errors ? (logging control)

    you mean global setting for all templates with zennoposter? So there is no way to control this per template?
  14. G

    i need to upgrade

    got a question about upgrade. I'm not sure if I understand correctly but when upgrading 50% discount price doesn't apply? So eg instead of 99$ for std would have to pay 199$ or not? If so, what about selling old version? Can I sell it? There is mention in faq that unauthorized reselling is not...
  15. G

    Most elegant way to parse this kind of page?

    you misuderstood me. You can join strings with zenno - no problem. With php you can make advanced url joining which would check for different types of relative urls. As for relative urls there are 2 types: showtread.php?sth, or ../../showtread.php?sth - relative to current directory...
  16. G

    Most elegant way to parse this kind of page?

    concat function is about joining strings. Joining function isn't needed in zenno, you might freely join misc strings. you would rather need a url normalization function which will take base url, and relative url, merging it correctly to avoid crap when you have e.g. http://yahoo.com/sub/ and...
  17. G

    Bug creating Hotmail account?

    just checked out yahoo and got the same - after clicking submit instead of error or success redirects to homepage. It seems to be some weird yahoo protection. After triggering this error also manual registration with browser (chrome) resulted with same behavior and redirecting to homepage.
  18. G

    Is there a way to disable some errors ? (logging control)

    I use step "get html element" with counter - so with every iteration I receive next element. And that works all fine. When no element exists - loop should brake - and it does. I've set up unsuccessfull exit from that branch so template continues, but error is thrown "HTML element isn´t found...
  19. G

    Does ZP run better on WinServer2003?

    As for problems with connections OS is rarher not guilty. ZP ((другой софт) also) running on Vista was killing my LAN connection. Everything started working when I trashed router from ISP, which had hardcoded 500 simultanous connection limit per computer. If you can't change router, then VPN should...
  20. G

    Can ZP download files from hotfile and unzip them?

    It depends. This will work only if you put wget.exe into one of system paths mentioned in %PATH% Otherwise you should use full path to wget. Yep. unpack - I used generic name. Check out rarlab.com or google for any CLI unpacker. If i remember correctly there is included CLI wersion with...
  21. G

    affiliate program

    ok, understand. It's a pity:(
  22. G

    affiliate program

    hmm so you closed program and creating a new one or else? CSS posted some time ago, that affiliate program is working: http://zennolab.com/discussion/showthread.php?1423-Zenno-cheat-sheet& And as I mentioned above I've seen somewhere info about that (I think it was part of manual)
  23. G

    affiliate program

    Hello, I think I've read somewhere here about zenno affiliate program (where affiliate can share it's own discount with client) - but can't find it anymore, and I'd like to join affiliate program. Is affiliate program still there? I posted PM to nuaru, but no reply yet. Thanks.
  24. G

    Nauru and Encription

    Any more info about that? How would this look like? Are you going to create something like (другой софт) planned? Templates store, and every bought template assigned to specific license of zenno, or else?
  25. G

    Can ZP download files from hotfile and unzip them?

    btw. are you going to create bot to do fake downloads and autoearn cash from downloads or any other reason you want download files with zenno, while there are far better solutions already for downloading files.
  26. G

    Can ZP download files from hotfile and unzip them?

    with hotfile you need to get the generated url - from link which normally you would click and popup would appear - you don't click it, just take url of it for further processing when you get this url you execute wget with param url like wget http://hotfiles.com/some/file.rar -O...
  27. G

    Can ZP download files from hotfile and unzip them?

    I know bunch of peoples who bought zenno, and then they are ordering templates ;) whatever you like/prefer. It might be e.g. wget + unrar32w etc. there is planty tools to choose from. I think nauru posted examples somewhere on the board. Then I assume quite lot learning is still waiting for you.
  28. G

    Can ZP download files from hotfile and unzip them?

    both possible. use command line tools -it's been discussed few times on forum. If you want someone create it for you, feel free hit me on pm.
  29. G

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

    add logic step which will check if value is null or not.
  30. G

    Standalone executables planned?

    http://zennolab.com/discussion/showthread.php?1342-Export-And-Distribute-my-own-Programs-EXE Here was some discussion. I think what Hungry Bulldozer is trying to say, that is better to sell services instead of bots (when someone has to pay for service- won't post crap and abuse excesivelly)...
  31. G

    What's wrong with this IF logical statement?

    As for javascript - that's not only thing you can do with it in zenno. You can also create more advanced JS codes - which could be used e.g. for breaking math captcha ;) There are special macros for javascript - not only logical statements.
  32. G

    Is ZP 64bits?

    Task manager displays zenno as 32bit app. However each instance seems bo separate process (only controlled by root process), therefore memory limit shouldn't be an issue in this way, but ~2gig per instance - although didn't checked that.
  33. G

    Zenno ignores "Tag" value from "HTML Element"

    Thanks, but this doesn't solve problem completely - I could find textarea by index 0 like you did (but this bug also applies e.g. for normal input with name keywords if meta keywords are specified which is usually harder to find by index), I could also search by name like in my example and use...
  34. G

    Zenno ignores "Tag" value from "HTML Element"

    Any news on that subject? Is it bug, or is it the way supposed to work ? If this is the way is supposed to be, then would be nice to have ability to search single html element by more then one condition at once (instead of groups processed one by one) - something like AND operator for all...
  35. G

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

    instead of regexp you might put there another macro - there is special macro {-Directory.RandomFile-|-\Resources\-} {-File.GetString-|-{-Directory.RandomFile-|-\Resources\-}-|-random-|-false-}
  36. G

    How to get 1 string from a file based on a regular expression?

    You might read it in loop - until you find what you're looking for, then when you have line number you might delete single line.
  37. G

    Zenno ignores "Tag" value from "HTML Element"

    I'm trying to set value to textarea with name description, and make universal template to work with many different services. Therefore I'm using form=-1, because number of forms differs from site to site. When working with branch builder everything works great. Setting for number to -1...
  38. G

    Templates execution order

    I got bunch of templates for creating accounts and posting. (separate templates for creating and posting). The issue is that posting should start after creating accounts process is completed (to do linkwheel and similar stuff) I tried to do this with groups however there is small problem...
  39. G

    blank page after form submission

    Thank you for your tip! I don't know how I couldn't see solution before. It was so easy :) As for exchanging templates we might exchange, but currently got only templates for polish services don't know if this will interest you.
  40. G

    Task planing, how would you do this?

    I'm not sure if I understand - but perhaps you could use "system of schedules" - load your task there with grouped templates and "assign task repetition". It should do the trick.
  41. G

    Help with outputing results

    Copy generated macro (it looks bit weird on your screen - should be below red text "MACROS") and paste to manually created step with macro. "Set-up" is only active with action recording/adding macro.
  42. G

    Scraping Pagerank

    1. use some web service which outputs PR as text 2. use php script to do it by yourself
  43. G

    blank page after form submission

    I've been able to figure out the reason of the problem and replicate it on my own server. It's here: http://esemeski.com/wizytowka/ (it's test version - which shows raw post data after click) After page submission with Zenno I always get value of the button (action[add]) equal 0. While if I...
  44. G

    How to setup parsing html with changing elements (documents)

    Set document to -1 (Zenno will ignore document ID and will search whole page) and set up rules other way (if possible). Sporo polakow tu siedzi widze ;)
  45. G

    blank page after form submission

    sorry I've been testing from Poland without proxy so I didn't noticed that. But it seems that this sie blocks non polish traffic (site works without proxy, but just tried some french proxy and it didn't worked) Edit: I've attached sample project with problem.
  46. G

    blank page after form submission

    Hello, I'm trying to create template for: http://wizytowka.pl/info.html And I'm having weird issues with that. When recording action on webpage if I manuall click on input:image (with text "dalej") then I see error page or successful confirmation (depending what data I provide). When...
  47. G

    Some features I'd like to see.

    1. Some sort of includes (to be able to include one template into another), so the results of each step executed in template included should be accessible into template which includes. (similar to php include) 2. If 1 is not possible - then would be great to be able to copy multiple steps at...
  48. G

    javascript/php

    Is that possible somehow to pass multiline string to JavaScript? I'm using such code: And when result is multiline (which is the purpose of using JS) I'm getting an error. And a second thing. There is php interpreter embeded within zennoposter installation. I tried to use it to handle...
  49. G

    Value was either too large or too small for an Int32.

    To be honest I don't understand quoted text. However managed to bypass problem - I've added another branch above my branch. I couldn't create connection to newly added branch, but I was able to create connection to the branch below newly entered branch. So it looks like there is some problem...
  50. G

    Value was either too large or too small for an Int32.

    I'm getting this error while trying to create relationship. It's when I'm trying to create A to B succesfull relationship. When I'm trying to create unsuccessful relationship from A to B it works ok. Below is image. Green line is where I CAN NOT create relationship. Black lines shows...