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

  1. G

    CapMonster Function ? .Zpat file load - What is this ?

    What is the relevance of the .zPat file extension - How can I use this ? :confused: Click Load > Thanks;
  2. G

    [GET] Trade Captcha module for finished template ?

    Looking for this simple captcha to insert into capmonster - If someone has the finished module I will trade completed template upon execution of the debug. PM me anytime; Thank you;
  3. G

    CapMonster finished captchas import into /modules ???

    Question: If I have finished "training" CapMonster to recognize captchas on "www.CapMonster Energy Drink.com". ;) Do I simply dump all the results (jpg + txt file) into /modules ? Thanks;
  4. G

    The Zennoposter Networking Operation for Template Share & Project Sharing Experiment

    Networking is key when brainstorming ideas and pushing the boundaries without killing yourself doing it. I would like to begin organization of an internal network of zenno users who are willing to work together on interesting projects: Anything ranging from running each others templates...
  5. G

    Line by Line - Pulling lines in sequence from a text file ?

    Instead of this {-File.GetString-|-\Resources\-|-random-|-false-} which gets random lines; The objective is to start at 0 or 1 and continue until the end of file or end of project loop - is there a macro solution ? I suppose using : {-File.CountOfStrings-|-C:\zenno\template\test.txt-}...
  6. G

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

    We all have seen this little beauty - Through all instructions via the forum, none have achieved success on my part anyway- (unless it is the macro to the path of the file... that is the only one I haven't attempted yet...) Other suggestions include... 1 .Branch builder > Set Value >...
  7. G

    Dropdown list "last item attribute value" selector ?

    Hello ZP crew, I have encountered a simple drop down with various "location_names". I must select the last item on the drop down menu. The problem however is returning visit to the pages has new values within that drop down. Sometimes 2 sometimes 13 items... How to select the last item...
  8. G

    login:password insert macro for multiple lines in a file ?

    So I'm guessing this is something very easy I have missed- However the macro is below LOGIN ---- {-String.Split-|-{-File.GetString-|-C:\results\FACEBOOK CREATION\facebook_accs.txt-|-random-|-false-}-|-:-|-0-} and PASSWORD ---- {-String.Split-|-{-File.GetString-|-C:\results\FACEBOOK...
  9. G

    Timeout / Pause Not Working -

    The problem we are having is Zenno executes commands before the webpage actually loads, the "timeout" executes on the same thread that loads the page, so timeout doesn't do anything :confused: What needs to occur is ... the entire process must pause for a specified time interval or better...