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

  1. V

    My CrowdSearch Project

    i tried to record mouse movement in a page with heatmap tool to see if it can record just as actual user.. i didn't see the record of mouse movement... any idea why
  2. V

    My CrowdSearch Project

    Hello, i'm wondering the idea of crowdsearch is doable with zennoposter as it includes the mighty Google SERP. 1. it open google site 2. it TYPE for keyword 3. it browse through the result 4. if it not found the target domain, it GOTO next page of serp 5. repeat no. 4 until found, when found go...
  3. V

    Use zennoposter as standard user

    Can you elaborate which application involved in zennoposter... perhaps there are some setting involved that has issue with permission
  4. V

    Use zennoposter as standard user

    hello, i install zp lite on a computer and a user with standard access level is the one who access it. I have problem with zennoposter because whenever it run a project it has problem "failed to complete project" ... any idea to solve this problem ? *problem gone when user is in Administrator...
  5. V

    Run Successfully in Project Maker but not in ZP

    Hello, i made a routine in project maker and it works, but as soon i add the project to zennoposter, it directly set to 'Done' can you check the file and let me know if i'm missing something ?
  6. V

    create multiple unique list

    Hello, at the moment i got two list with lots of data, i want to make sure if item in list a is different with item in list b. How to detec and remove duplicate in project maker?
  7. V

    How can I connect to a database using Project Maker?

    Will it support PHP as well ?
  8. V

    scrape ajax loaded content

    Hello, i'm trying to scrape content that loaded by ajax... here's my problem if i'm using "page source code" and use regex designer, i could see the content that i want to scrape BUT when i'm put on project maker, and i'm using Take Source (HTML), it takes the original HTML (when the...
  9. V

    Return Value for Javascript

    Hello I'm trying to run javascript within zennoposter Something, similiar like this: var str = "{-Variable.dataID-}"; return str.Trim(); is this kind of command works ? ---------------------------------------- i tried simply : return "HELLO"; and set to a Variable but there's...
  10. V

    PHP Support in ProjectMaker

    Hi, i would like to know if PHP Code (Own Code) is something that going to happen ? i really have no time to learn C#... Thanks
  11. V

    Scrape on Ajax - Wait until element exist

    I cannot code C#... is there any PHP compatible ? can i do this in projectmaker ? can i work between CodeCreator and ProjectMaker back and forth ?
  12. V

    Scrape on Ajax - Wait until element exist

    Hello, i would like to know if it possible to scrape ajax content with projectMaker. The idea is to wait until element exist, then begin scraping. Thanks
  13. V

    Correct Regex Wrong Result

    Hello, i also scrape a page that has this kind of <a href="#data/10">data0</a> <a href="#data/20">data20</a> <a href="#data/30">data30</a> <a href="#data/40">data40</a> <a href="#data/50">data50</a> <a href="#data/{{id}}">{{template.id}}</a> the regex i use is: (?<=a\...
  14. V

    Take DOM vs Take Source

    hello, this is my first day with zennoposter 5.. i would like to know the difference between Take Dom and Take Source when scraping data ? i already create a regex pattern but it works on Take Source but not on Take DOM ? what is the best practice when using Take Dom ? Thanks
  15. V

    Need Help For First Time User

    hello, i just 'playin' around with ZennoProxyChecker 2.5.0.6 today.. no problem on install, the first action i tried is Click on "Proxy AutoSearch" and then press "Start".. (just as in youtube) but no Proxy Found i already turn of my firewall, but there nothing happen i'm on windows 7 -...
  16. V

    New CAPTCHA Bypass Service ImageDecoders.com - 1.35$ per 1K

    @imagedecoders, may i know if it supported by other seo tools like senuke, GSA ser, captchasniper/GSA Captcha Breaker ?
  17. V

    Scrape Data to List : Cannot Re-Use Same List until i empty it

    Hello, i scrape a page with HTML - Take DOM. I use regex and store all match element in a list. The problem happen when the scrape process is in the loop, the list cannot store the new result But if before "take DOM" node i add "List Processing - Delete Lines - Remove All Element" ... it...
  18. V

    Help me understanding table creation

    tblRowprocess is set to 1... the debug window show it without problem.. my zp is 4.3.0 Thanks
  19. V

    Help me understanding table creation

    For visual explaination:
  20. V

    Help me understanding table creation

    Hello, i want to output table , this is why i create a table in project with predefined header, and then i would like to fill the cell and columns. i have variable to control row so i add table processing 'node' Select Table Select "Record Cell" Value : {-Variable.FirstName-} Row...
  21. V

    Need help to scrape content, delete duplicate in zenno mp

    i'm pretty sure that it works on regex designer but failed on debug, please see attached file and let me know where did i go wrong ? i'm thinking to parse this element with 2 phase: 1. get innerhtml of the <select> 2. parse the value 3. count how many value exist
  22. V

    Need help to scrape content, delete duplicate in zenno mp

    thanks for the feedback but that doesn't solve my issue it should: - select base on name parameter (name="Certification") , because there are other select dropdown - count how many <options> in select element - start the loop any ideas ?
  23. V

    Need help to scrape content, delete duplicate in zenno mp

    to explain my no.4 problem: i see the page source goes like this <select name="Certification"> <option value=""> Select One </option> <option value="Google Adwords Qualified - Display Advertising">Google Adwords Qualified - Display Advertising</option> <option value="Google AdWords Qualified -...
  24. V

    Need help to scrape content, delete duplicate in zenno mp

    Hello, i'm working on simple zenno project for scraping content, for this purpose i'm thinking to scrape google qualified individual in specific country. Here's the main flow: 1. go to http://google.starttest.com/, and click for "Search for Qualified Individuals" 2. choose country manually...
  25. V

    101 Question

    hello, I have several basic question: 1. At this moment, One of my template is broken because the part of the website get updated, i'm trying to edit some of the steps and rerecording the action: Is it possible to "export" current action group to action recording again so i can avoid...
  26. V

    Need help:Password confirmation validation fails

    Attached is my simple helloworld, taken from lessons.zennolab.com
  27. V

    Need help:Password confirmation validation fails

    the page give feedback password not match
  28. V

    Lets discuss ZennoBox options

    but sometime we do bots not for commercial purpose, some i build the simple one (with Ubot) for my VA to manage things like control panel, web admin, etc
  29. V

    Need help:Password confirmation validation fails

    Hello, i tried to create an account, in the form, there's Password and Password confirmation field. It seem the password is not the same as previous one... i'm using {Profile.Password}. I tried to use in http://lessons.zennolab.com/en/advanced , the same problem happen.. what did i go wrong ?
  30. V

    Will there be php support for MP ?

    Hello, i don't intent to learn C# in order to use it zennoposter, i want to know if there will be php support for zennoposter mp ? thanks
  31. V

    Can we build semi-auto bot ?

    Thanks. this is something that i don't run for multithreading...
  32. V

    Can we build semi-auto bot ?

    Hello, i would like to build semi-auto bot for higher acceptence for registration of several high quality site (because there's some check box and data that required to fill manually). The bot should prefill some field and then pause. The bot will resume after i click the submit button...
  33. V

    Read and Process CSV

    How to get line by line ? coz if i use "take text", it took the whole content into single variable
  34. V

    Read and Process CSV

    Hello, on create an account, i would like to set the some field manually like email and password. Therefore i create a manual data with CSV: Email, Password [email protected],123456 [email protected],787878 now how can i parse this csv list ? can i parse them in a loop ? Thanks ?
  35. V

    ZennoPoster ... WOW

    @riken, its because ZP3 and ZP4 is different beast and you already in "comfort zone" on ZP3... but people who directly test ZP4 will get the 'WOW' moment... look at lupo stats.. 6 posts.. so he is fairly new with zp's world
  36. V

    Still found russian lang

    Suggesting have language folder as many website did...so we can create better translation...
  37. V

    Still found russian lang

    do you have time to translate the list.. no problem with russian language (while waiting stable release) as long a i understand what each list is all about
  38. V

    As for the affiliate program

    yes if you can login, you'll see affiliate tab, click there to get your pid
  39. V

    Interactive(Request) Input

    Yeah account creation is one of them though... just thinking like in UBOT where we can create UI before we press the 'play' button...
  40. V

    Refund policy

    Hello, i making my affiliate site for zennoposter.. however i don't find any refund policy on this zennolab website. Is there any refund policy for zennoposter client ?
  41. V

    Interactive(Request) Input

    hello, Is there a way to make Zennoposter request for the input ? for example in account creation, it ask me first how many account do i want to build.. is it possible ?
  42. V

    Still found russian lang

    Hello, i still found russian language on 'node' properties > check Element is link Any idea what list is all about ? Thanks
  43. V

    Tutorials

    @rostonix... 101 videos is needed, and also english doc reference would be helpfull
  44. V

    If you can't run ProjectMaker on Windows 7 / Windows 2008 server

    My Zennoposter and Capmonster works, only projectmaker that require compatibility mode
  45. V

    ZennoPoster Mental Power

    @Zennolab team, i know you guys focusing your energy and effort to mentalpower, i would like to know if there will be no update for zennoposter 3 in the future ?
  46. V

    Affiliate program rules and technical part

    hello, can i suggest to remove or hide "Ref Code" in buy it now. As an affiliate, we never know who's going to visit my site and convert, while he want to buy, he can erase the ref code easily coz basically the visitor never knew me... learn from the clickbank, if you reallty have to display...
  47. V

    As for the affiliate program

    @Nuaru, any changes in affiliate program for zennoposter's mentalpower ?
  48. V

    When Zenno4?

    Hello HB, any update on how close we are with ZP4 ? before the stable release out, i think we will have Release Candidate for tester, right ? or you will directly set to final version ?
  49. V

    How to simulate enter button

    simulate keystroke will be available on next ZP4... it is confirm by nuaru, so have to wait... it will be released soon (it postponed for several month for better reason i believe)
  50. V

    Kaspersky and ZP

    hello, My Kaspersky Anti Virus is refuse access to Capmonster with the following threat: "Trojan.Win32.Jorik.Shakblades.dqe" I want to know is it save to exclude... anyone ?