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

  1. B

    Someone has stolen my account with ZP licenses

    Hi I am using your support Tickets but VLAD havent's aswered me for few days !!!! Someone has broken into my account where I had more than 10 ZP licenses, CapMonster etc. I have asked to remove Google Authenticator which have been installed after braking in into my account but I got no help...
  2. B

    Cap Monster 2 Own module - problem with file extension

    Hi I have created my own module for special type of captchas. This module file have .cm2 extension but in my Cap Monster Pro I can import only files with .cm extension.
  3. B

    Send Captchas to CapMonster2 from ZP installed on another device

    Hi Could someone tell me how to send captchas to CapMonster from ZP installed on another device? I have 3 ZP installed on different devices but CapMonster is installed on another device. How can I configure Project to send captchas to CM on another IP?
  4. B

    Special Captcha solving problem

    Hi Could someone give me some advice how to solve this type of captcha? User have to click in letters showed above using letters on the bottom. There was a function "find by picture" in earlier versions of ZP, so if I would process graphic using a script to set proper colours, than I could...
  5. B

    Page doesn't load

    Hi I want to visit and load this page https://auc.getcars.jp/ but in Project Maker i see empty page after visiting this url. Could someone help me with this situation? What am I doing wrong?
  6. B

    Strange error "The input is not a valid Base-64 string"

    Hi. I have made an update. 1. ZP to newest 5.7.7.3 Version In my ZP Project I use a C# Own Code to connect to local database. In Project Maker all works fine, but when I try to run project in ZP in Logs I see this error : 2015-04-20...
  7. B

    Sending local jpg file to captcha Services

    Hi again. Today I have some new problems. I am trying to create bo which will register new accounts on this forum : http://www.alopezie.de/fud/index.php/re/0/ As you see, there is one smart captcha made from text :). I have already created a jpg file using c# code HtmlElement he =...
  8. B

    How to get form number?

    Hi I have a problem which I can not solve by my own. I am creating a project for automatic account registration on forum, blogs etc. All works fine but I have one main problem. On one site registration form has number 1, but on another it is 2 or 3. I can do separate blocks and try to click...
  9. B

    jQuery in JavaScript

    Hi Is it possible to load jQuery in own JavaScript block in ZennoPoster? If yes how to do it?
  10. B

    How to insert C# Snippets in new ZP Version?

    Hi I see that there is new cool feature in ZP " Added the ability to quickly insert snippets from the Snippets folder in C # action." How can I insert this snippets? I can not find this option.
  11. B

    How to emulate click BACK button i browser

    Can someone help? Question : How to emulate click BACK button i browser
  12. B

    Table - Take Line BUG

    Hi I have found a bug in Take line - TABLE Option. If I want to take line and record each Cell in Variables I can not get Value if I use Variables in Column name.
  13. B

    C# - please help me

    Hi I would be very happy if someone will help me with my simple c# code. I am trying to have an option to input some data manually during ZP Project run. (I have to fill sms code input) during registration process. I have created this code, but it doesn't send value of input box to my...
  14. B

    Option for manual input data entry during process

    I can not find it so I would like to ask if there is any option to create template which will stop and wait for user interaction during a process of account registration? I have a problem with SMS activation. I have to write a code from SMS during account activation. For now I can do it...
  15. B

    FTP - how to set CHMOD to uploaded file

    Hi I have a problem with uploaded files using FTP option. How can I set CHMOD 777 to uploaded file?
  16. B

    Active tab of instance is not found

    Hi i have a problem with this error in my ZP Project. I have created a project which validate and check if my link is indexed in Google I use 30 threads on list of 9000 URLs. I know that I have to reset instance during longer loops. I restart it now on each new URL but almost all Threads give...
  17. B

    How to compare two big files?

    Hi again I am working on this problem for few days but without any positive results. Please help me! I have two files with about 2.500.000 URLs in each one. I have to compare this two lists and remove from second list all urls which are in first list. I have tried function Delete urls in list...
  18. B

    Regexp question

    Hi Is it possible to write a regexp which will make exclusion of the word. For example: I need only sentenses which NOT contain "poker" or "casino" word. (I have each sentense in new line) I think that it should be something like that : (?<=^|\n).*[^here something which will exclude the...
  19. B

    Remove duplicates problem

    Hi Is there any limitation in amount of list elements using remove duplicates option? I have really huge ammount of URLs about 9kk and remove duplicates doesn't work on that big list. How can I solve this problem?
  20. B

    Capmonster - question

    Hi I haven't used this program before but I need to solve one special type of captchas which I get during parsing Google results. Here is an example captchas : http://s1295.photobucket.com/user/pawelrichter1/media/Zrzutekranu2014-05-06o134848_zps7e6462ba.png.html They have also different...
  21. B

    Using own Javascript in ZP

    Hi I can not fully understand how to write own Javascript code in my ZP Projects. I have no problem with using Javascript on my www but here I have. I would like to write simple script which will get actual date in this format : YYYY-MM-DD (2014-04-23) Can someone help me with it?
  22. B

    Regexp Question

    Hi. I would like to turn off case sensitive option in my Regexp but \i doesn't work. Is there any other option to turn off it?