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

  1. ohcysp

    Process files issue

    I've solved the issue with adding extra txt file to the template.
  2. ohcysp

    Process files issue

    It works when I hit "Next" manually in "Debug" mode. If I run "Debug" and click on "To breakpoint" it's not working. P.S. I'm using v4.1.0.0
  3. ohcysp

    Process files issue

    Tried both, not working. Attaching the template.
  4. ohcysp

    Process files issue

    Hello, Here's what my template does: 1. Takes the DOM and adds the results to a list. The list itself have the two options enabled - load from file and saves the changes to the file. 2. Process files (the same file which list uses) -> Take text -> Put to variable. When I debug this step by...
  5. ohcysp

    Can't start the program

    Please help.
  6. ohcysp

    Can't start the program

    I'm trying to install it but I get the following: Determination of the necessary requirements WMI is working (Windows Management Instrumentation) Stopped and Started WMI couple of times but no success. How to finish the installation?
  7. ohcysp

    Can't start the program

    Today I've tried to start ProjectMaker MP but the following appear: "License file not found". I've downloaded again the license files from the userarea but still the same. I get the same message in ZennoPoster MP. Please help. P.S. I've used MP for couple of weeks without any problem. I'm...
  8. ohcysp

    Select from dropdown list.

    So I found a way to get all categories with this regular expression - (?<=\<option value \= \"\d+\" \>)[\w\W]*?(?=\<\/option\>) but it returns all categories. What to add to this reg exp that the text should contain Category?
  9. ohcysp

    Select from dropdown list.

    Basically I want ZP to choose an option from a dropdown list. Through the "actions designer" I am able to choose an option with attribute "selecteditems" but the problem is that the value should be exactly the same as it is in the list which includes whitespaces and etc. Is it possible to set a...
  10. ohcysp

    Category selection script for directory submission?

    Same here. This will be useful for various of templates. Is there a solution or workaround for this in the new version?
  11. ohcysp

    Logic Switch

    I think it's very useful. Can someone send an example template?
  12. ohcysp

    Write variables to a file.

    I want to write the Own variables of a current template to a file in the end of the template but the file is always empty. I've tried with list processing and with Files but it's not working. :confused: EDIT: I've just closed the project and opened it again and saw that the resent changes made...
  13. ohcysp

    Logic Switch

    Can someone explain this new function?
  14. ohcysp

    Classic item search

    I actually found a way but I thought it's not the only way. You need to record a template and than you can copy the item from it. Maybe the IntelliSearch is better but I can't fully understand it. Waiting for the manual ...
  15. ohcysp

    Classic item search

    When I add "Rise event" to the editor there is only IntelliSearch, how to switch to "classic item search"?
  16. ohcysp

    Tutorials

    It would be great if you create a tutorial about the "switch statement" as it's one of the new features. Also tutorial about the IntelliSearch will be great.
  17. ohcysp

    Stoppig threads

    Yes but when I break out of the loop, whats next? It will successfully execute the template and it will run again. This is the missing part. I don't want ZP to restart the template.
  18. ohcysp

    Stoppig threads

    My template is getting lines from a text file and when there is no lines in the file I want threads to stop. Is it possible? The first part can be done by two ways - with an counter matching the lines count or with File.Exists since when there is not lines the file gets deleted. So is this possible?
  19. ohcysp

    Message from webpage.

    Yeah, the template did't found the "save" button on some of the websites and that was the problem. Thank you for your reply.
  20. ohcysp

    Message from webpage.

    I get this window in one of my templates. What is the reason for this? I go trough the website manual and I can't find a reason for this.
  21. ohcysp

    res://ieframe.dll/dnserrordiagoff_webOC.htm

    How you will fix it? What causes the problem? Is there any workaround? I've read that the problem is in sock5 proxies but I've managed to open a website with my IE9 w socks5 proxy without a problem.
  22. ohcysp

    Problem with parsing

    Thank you!
  23. ohcysp

    Problem with parsing

    I'm trying to parse with Regex with this \<word\>.*? It is working fine but when the word is with only capital letters I can't find it. I've tried to add | and than \<WORD\>.*? but no success so far. How to make this Regex non case sensitive. Thanks in advance.
  24. ohcysp

    Bad proxies.

    I have a problem which I can't solve for couple of days and it's very important for me to solve it. My template is going trough a list of websites and it uses proxies. So in "Task Addition" I choose "Proxy - Compulsory" and "Rules for proxy - rule name". When the website is taken from the list...
  25. ohcysp

    Checker

    I'm creating a template which goes trough a list of websites and check if they are using a particular platform. I want each website from the list to be removed after successful execution of the template, so on the first step I get string 0 and don't remove it. In the end of the template I get...
  26. ohcysp

    Presence check

    I've managed to do it with a macro! :)
  27. ohcysp

    Presence check

    Text presence check feature is very useful and it's working great! Is it possible to check for element presence? I've tried with get element, than I put a logic operation after it but when the element is not on the page(false) the template stops. I'm trying to check for presence of reCAPCTHA but...
  28. ohcysp

    [ZennoNuker] How to Build an Senuke X Style System for Zennoposter

    What exactly do you enter in - "The line(s) to append to the file." I tried to enter the execution result {-FieldData.FieldData-|-●8●3●6●6●2●5●372-|-vc-7886-} of one of the fields but when I run the macro it only inserts empty lines to the output file?