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

  1. Z

    Help me using 2captcha with ZP!

    What does the "Enable autosubmit" in "special action block to recognize ReCaptcha2" do? I have it enabled in Project Maker and it does not submit the form (i have to click the "submit" by a new action).
  2. Z

    Help me using 2captcha with ZP!

    Ok, but where do I enter my 2captcha credentials? How do I click the correct fields?
  3. Z

    Help me using 2captcha with ZP!

    I dont get this. Can please someone more experienced do a simple template for solving recaptcha2 using 2captcha for google.com using the special action block to recognize ReCaptcha2.
  4. Z

    Keystrokes emulation error with dot in Google

    Hi, im using keystrokes emulation in google.com. Is is working. The only problem i have is that when i try to enter a word that has a dot (.) in it. In that case it acts as if i wold press "ENTER" after the dot. I debuged this char by char and indded the dot acts as if i would press ENTER...
  5. Z

    Update Browser

    And what about that? "We do not recommend to reassign profile fields, if you are not confident in your actions. For example, if you wish to change useragent, don't forget to change corresponding headers."
  6. Z

    Geolocation

    Hi, in Chrome there is this option to set the Geolocation (Latitude, Longitude). Is it possible to set this in Zenno?
  7. Z

    Compare strings with quotes in them

    I solved the problem by using the Text processing trim. Thanks for suggestion. The Text_comparing.xmlz works for ", but then the problem returns if i have keywords with signle '. I dont use quarter quotes but if i have a var a = "\"apple\""; ..combined with IF "a" == "a" ....the end result is...
  8. Z

    Compare strings with quotes in them

    Yes, im sure the kewyords does not contain the some extra symbol. Try to put ""apple""==""apple"" in IF block and run it.
  9. Z

    Compare strings with quotes in them

    Hi, i have a logical IF. "{-Variable.keyword1-}"=="{-Variable.keyword2-}" this returns TRUE if the keywords are the same. But if the keywords are keywords with a quote like "apple" then the IF returns FALSE. The "Executed" in "Action properties" shows ""apple"" == ""apple"" and it returns...
  10. Z

    SERP scrapper memory problems

    What does "restarting the instance" mean? Does this restart all running threads of the instance? Are cookies of threads automatically saved so i dont need to set the Google settings again?
  11. Z

    SERP scrapper memory problems

    Hi, i have a Google SERP scrapper that uses keyboard emulation to write the keyword into the "search box" on google.com. I have a loop that gets the results and continues with the following keywords. All working perfectly. My problem is that after a couple of hours of work the memory...
  12. Z

    Trouble upgrading on Server 2012R2

    I already had .NET 4.6.2 installed. So i installed 3.5 and after that Zenno installation started. There was an error durig installation with the link to this: https://userarea.zennolab.com/lk/help.aspx?lang=EN&errCode=10 But after i closed the error message i was able to download and write the...
  13. Z

    5.10.2.0 lags a lot more comparing with previous ver

    I have the same problem on Windows Server 2012R2. The GIU freezes after no more than 5 minutes.
  14. Z

    Trouble upgrading on Server 2012R2

    ZennoPosterPro-EN-v5.10.2.0
  15. Z

    Trouble upgrading on Server 2012R2

    Hi, i tried to upgrade my zenno on windows server 2012R2 but i get the message in the attachment. What should i do?
  16. Z

    No sound in Project Maker

    Why is there no sound in Project Maker? I browsed to youtube.com and played a video but i can hear no sound. I also cannot hear audio captchas.
  17. Z

    Please upgrade to a supported browser to get a reCAPTCHA challenge

    I get a lot of those messages from Google and no captcha is displayed: "Please upgrade to a supported browser to get a reCAPTCHA challenge. Alternatively if you think you are getting this page in error, please check your internet connection and reload." What should i do?
  18. Z

    Plans to update Browser profile?

    Hi, if im not mistaken the "Browser profiles" are not directly related to the "browser engine" used. They are just "generated" based on some old browser lists inside zenno.
  19. Z

    Plans to update Browser profile?

    Hi, i see many people have problems with old UserAgent etc. browser fields in Zenno (websites like Google telling that the browser is old). I have read some other threads and the problem can not be solved only by setting the UserAgent header with Profile processing (Reassign fields). Other...
  20. Z

    Proxy stops to work after Reassing profile

    Hi, i have a script working with private proxies. I use the "Set proxy" settings action to set the proxy. This works fine. But now i wanted to change the User Agent of the browser because the built in are really old ones. I did this using the "Reasign prifile fileds" action as shown bellow...
  21. Z

    Zenno Action for waiting on specific port

    The best would be to be able to run Zennoposter as a server (for example like the Selenium server does). In that way i would send an API command to "open a browser etc." to Zennoposter and he would handle this and at the end return a response to my request. Made up example code: <?php...
  22. Z

    Zenno Action for waiting on specific port

    Hi Tobbe, i use a simillar solution now. It has 2 disadvantages. a) First is that this takes computer resouces if you have 100 running instances all doing request all the time. b) And the second is that if takes a long time to get a response even for a really simple scrap. So it would be...
  23. Z

    Table processing, Bind to the file decimal error

    Excel 2013. And also in my country decimals are written using a , (comma) and not . (point )as in US.
  24. Z

    Table processing, Bind to the file decimal error

    Well, thats strange. From that script i get this table:
  25. Z

    Table processing, Bind to the file decimal error

    No one?
  26. Z

    Table processing, Bind to the file decimal error

    Attached is a example template that demonstrates the error described above.
  27. Z

    Table processing, Bind to the file decimal error

    Hello, i have a file with data like this: 170;0.36 260;0.60 3;0.80 When i want to get this data into a table with Table processing->Bind to the file action, I get the 170 correctly, but in the last number the decimal point is missing and i get 36 (instead of 0.36) into the table. Whats...
  28. Z

    Zenno Action for waiting on specific port

    Hi, i would like to have a Zenno template controlled by an external action. So i was thinking that it would be nice to have a functionality (action) that would stop the execution of the template and wait on specific port (like http://localhost:123/zenno/command=apple) for a command to continue...
  29. Z

    Count of threads in one process

    what does the setting "Count of threads in one process" really mean? - It allows you, to run your project in different instances. Yes, but i can also run multiple instances if i set "Count of threads in one process = 1". So if i understand correctly then this option is not for "enabling"...
  30. Z

    Count of threads in one process

    Hi, what does the setting "Count of threads in one process" really mean? Are the "browsers" in one process somehow connected? For example are there any disadvantages with multiple threads in one process versus 1:1, if i for example scrape Google and want to look naturally ? re, Mike
  31. Z

    The Procedure entry point GetNamedPipeServerProcessId could not be located

    Hello, from recently uppon starting a Zennoposter job i get this error message: "The Procedure entry point GetNamedPipeServerProcessId could not be located in the dynamic link library Kernel32.dll" Im using 5.4.3.0. Any idea whats that?
  32. Z

    csharp owncode cannot have multiple DTSs

    Hmm...it seems that this was some error with my input data. So never mind.
  33. Z

    csharp owncode cannot have multiple DTSs

    Hello, if i run the template with max # of threads set to 1 everythink is OK. But if i increase this to lets say 3, then i get this error during execution: "perform the csharp owncode cannot have multiple DTSs. line 86, position 8" and also somethimes this: "perform csharp owncode object...
  34. Z

    How to delete all data in a table

    The .Clear() function didnt work for me on 5.3.0.0. But i think the function bellow does the trick: IZennoTable myTable = project.Tables["myTable"]; lock(SyncObjects.TableSyncer) { for (int i=myTable.RowCount - 1; i >= 0; i--) { myTable.DeleteRow(i); } }
  35. Z

    How to delete all data in a table

    In "Lists" we have the option to choose "Delete lines"->"Remove all elements". How to do the same for a Table ?
  36. Z

    GET request increases the number of errors

    Yes, i get it. Unfortunately in 99% cases there will be HTML, so i will need to make a 2 GET requests most of the time (so doubling the GET times).
  37. Z

    GET request increases the number of errors

    For example GET 200 URLs is 200*5sec = 1.000 sec. GET HEADERS + GET ALL = 200 + 200 = 400 * 5 sec = 2000 sec. Is that correct?
  38. Z

    GET request increases the number of errors

    Nice:) Can i also check if the file is HTML? ...because maybe there are more those non html types...like .doc etc.. BTW: Is retrieving headers the same amount of "job" (like 5 sec per request) as when retrieving all of the data?
  39. Z

    GET request increases the number of errors

    Hi, i think i found the error. It is when i want to request a file that is not a HTML. Fore example i request an URL that is a PDF file (like: cnn.com/documents/cnn.pdf). In this case the GET method maxes the CPU and the script starts to produce failures. Suppose the "browser" mode somehow...
  40. Z

    Speeding up text presence checks in a DOM

    Hello, let me explain. 1. I visit a site and save it into a DOM. 2. I check this DOM if there is a "text" present (i take the "text" from a list). So each line in the list is a "text". And i have a loop to take one line at a time check its presence in a DOM. Now the problem is that checking in...
  41. Z

    getRow on tables stopped working

    Hello, i created a test case andi identified how i can get rid of the problem. So let me explain the problem, so maybe it can help someone and/or the developers to resolve this bug in the future. 1. I have a template created with previous version of Project Maker 2. I update the Zennoposter...
  42. Z

    getRow on tables stopped working

    Hmm, its strange. Im trying to figure out why this happens. What i noticed now is that when the error happens the "table" has an unnecessary additional column(F). Could this be the problem? See the picture. I have the feeling that the new version of Zenno does not like my templates created in...
  43. Z

    getRow on tables stopped working

    Hello, after i upgraded to the newest version of Zennoposter, the C# code in my block (inside PM) returns an error (Action not executed). There is more code but i figured out this lines (the second line) is the cause of the error. I have like 7 rows in a table. var appleTable =...
  44. Z

    GET request increases the number of errors

    There are no errors displayed while i run the script (not in debug mode). Its just that there is no result in the results table/file for those "threads" that fail.
  45. Z

    GET request increases the number of errors

    Hello, i have a script that does this: 1) i have a list A of 200 URLs 2) i have a list of B 50 domains Then for each URL in list A(i open each url), i check if there is any of the domains on list B. In other words, checking all URL for all domains. Now to the problem: If i check this inside...
  46. Z

    Tab settings - timeout

    So if i have the Tab timeout set to 10 sec and the page loads in 3 sec, the total "wait" time will be 3 sec?
  47. Z

    High speed crawling

    Hey, i have a list of pages i want to crawl for SEO puproses(lets say 100.000). Using a software like Screaming From i can check those sites at a rate of 10 pages/sec. (like google..so without loading images, flash etc.). I want to do something like that is Zennoposter. What are the key...
  48. Z

    Tab settings - timeout

    How does the "Timeout" setting in "Tab settings" work? Should it always take 10 sec.(if i set it to 10 sec) or just in case that the page doesn't load faster?
  49. Z

    Calling REST services in C#

    Is it possible to set the appropriate headers like "Content-Type: application/xml" with ZennoPoster.HttpGet / ZennoPoster.HttpPost ?
  50. Z

    Calling REST services in C#

    Actually the REST API is my own service written in PHP. Currently im consuming the service by a GET block in ZennoPoser and a new block of C# code that parses the XMl in the received message(variable). But im not sure this is the correct/best way according to REST architecture. Im not sure...