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

  1. Q

    Bugs in version 7.7.5.0

    How about Windows 2012 Server R2?
  2. Q

    Bugs in version 7.7.5.0

    Hi, I'm using 7.7.5.0 and windows 7, .NET Framework 4.7.2, every time I change browser to chromium, I can't open it in PM, I always get: error in the browser process Restart the browser if I click it, it trying start browser process forever, I don't use any antivirus. Other browsers work just fine.
  3. Q

    Templates to order ✅ Quickly & efficiently! ✅

    I would like to post short review of @WLDN work with C# template. He solved all problems successfully, respond time was very good, code was clean , he also offered additional help regarding created code, I will surely work with him, if I will have any needs to do more advanced templates. I can...
  4. Q

    ZennoPoster.BulkMailDownload System.Exception save to variable

    Hi, I'm using ZennoPoster.BulkMailDownload and it works just fine, but sometimes there is problem with connecting to smtp and I got System.Exception: Problem is, that C# go to good end instead of bad one, so I don't know if connection to smtp was good or not. Question, how can I save this...
  5. Q

    Visual studio project error

    I just add that path in error is not my path, I don't even have those directories, they are also not in visual studio project.
  6. Q

    Visual studio project error

    Hi, anyone had this error when running Visual studio project?
  7. Q

    How to correctyl set-up SSL-Proxies in PM?

    Hi, is support for ssl proxies is finally implemented???????
  8. Q

    Change file encoding

    I saw Your code, but I don't know how to insert input and output files to code, because I don't know C#, can You help me?
  9. Q

    Change file encoding

    Ok I got below code from stackoverflow: using System; using System.IO; using System.Text; class Program { static void Main(string[] args) { string inputFile = @"C:\file.txt"; // Path to your input file string outputFile = @"C:\file2.txt"; // Path to your output...
  10. Q

    Change file encoding

    Hi, is there any way to convert any file for example from windows-1251 to utf-8 with zennoposter, for example with C#? windows-1251 is only example, this might be different encoding, just don't suggest me notepad++, it must be integrated in template.
  11. Q

    Running program and saving to file

    Hi, I have program to run in my template, which is working fine, but when I try to use > to save result to file , it fails, for example: program executable c:\\program.exe startup settings: -o option1 -e option2 > result.txt in this situation program report an error pointing that " >...
  12. Q

    Webhosting1st.com - 1GB $10/YEAR, Unlimited domains, DirectAdmin, 24/7/365 Support, Free SSL, PayPal

    We have just launched our affiliate program: https://www.webhosting1st.com/affiliate.html
  13. Q

    Execute javascript code on website

    Google analytics is statisctisc for websites, it show any pagewievs on website, I want to simulate that pageview, its code looks like this: (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new...
  14. Q

    Execute javascript code on website

    Okay lets say I want to execute analitics code, how can I do that?
  15. Q

    Execute javascript code on website

    Thank You for answer, I know I have to load website first and I want to do it with get, then I search javascript code with regex, how can I execute that code on that website?
  16. Q

    Execute javascript code on website

    Thank You for tip, I know about it, as mentioned on first topic, I don't want to load website in to browser, because it is too slow and I will use it on many websites.
  17. Q

    Execute javascript code on website

    So nobody on entire forum doesn't know how to do it?
  18. Q

    Execute javascript code on website

    Thank You, that was very useful :) Anyone else?
  19. Q

    Execute javascript code on website

    Hi, I want to execute javascript code on https://example.com website, I know I can simply enter this website in ZP web browser, but I want to run in on many websites and I need it to be fast, so question is: Can I run javascript code on custom website with javascript or C block in ZP?
  20. Q

    Webhosting1st.com - Надежный веб-хостинг, от $10/ГОД

    Webhosting1st - быстрый и надежный веб-хостинг Включено во все тарифные планы: SSD-накопители в RAID 10 Домены - без ограничений Поддомены - без ограничений Учетные записи электронной почты - без ограничений Базы данных MySQL - без ограничений Учетные записи FTP - без ограничений Панель...
  21. Q

    Post form with Json template

    Still need it
  22. Q

    Post form with Json template

    Hi, I need to post a form that is sending json format post, it MUST use HTTP POST (for speed), You can use any input data, template cannot be protected, I need to edit it later, form url (bottom of website): https://contact69304.wixsite.com/mojawitryna it is my test website, so I can see if it...
  23. Q

    error creating projectmaker main window

    Ok solved, I had some old PCs in user area in "Hardware" and all 3 slots was filled so I just removed one and it works fine.
  24. Q

    error creating projectmaker main window

    Hi, I'm getting error for PM when I'm starting it: fatal error error creating projectmaker main window then it close PM, ver 5.29.4.0 This problem appeared (on old installation) when I installed ZP on another machine. EDIT: I tried to update that installation to 5.29.5.0 and I get error...
  25. Q

    Is "Restart Instance" Still Required to Release Memory at 5.29?

    +1 for that question. I personally don't restart it after every one url, I just make random number between 1 and 10, and if for example 5 will occur, then I restart instance.
  26. Q

    Send image directly to captcha solver

    Yeah, thats a problem how can I encode picture in ZP? Edit: I guess loading picture to ZP is fastest way.
  27. Q

    HTTP POST Recaptcha3 and rucaptcha

    yes, I only don't understand section Working with token in: https://zennolab.com/wiki/en:addons:capmonster:rc3 Do I have to run below code as javascript locally (after replacing key and token of course)? var sitekey = //SiteKey string newToken = //New Token string replaceRegex =...
  28. Q

    HTTP POST Recaptcha3 and rucaptcha

    Hi, short question, Is it possible, to pass Recaptcha3 only with HTTP POST and GET requests and RuCaptcha module?
  29. Q

    Send image directly to captcha solver

    No answer mean that You can't right? So the only way is to load picture in ZP?
  30. Q

    Send image directly to captcha solver

    Hi, lets say I know exactly url of captcha: http://example.com/captcha.jpg how can I send it directly to decaptcher with POST, without loading image to zennoposter?
  31. Q

    xml to list

    Ok I just removed xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" from <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  32. Q

    xml to list

    Hi, I want to put xml sitemap to list, for example if I have xml code: <?xml version="1.0" encoding="UTF-8"?> <urlset> <url> <loc>http://www.xxxxxx.com/home</loc> </url> </urlset> I use "Parsing XML" and XML to list, in Property I use urlset.url and in Subproperty I use loc and it is...
  33. Q

    Fast working on large lists

    Ok guys thanks for help, I will try both solutions.
  34. Q

    Fast working on large lists

    But it will take only one line, so I need to make a loop anyway, maybe I don't understand something?
  35. Q

    Fast working on large lists

    temp is a list connected with big file
  36. Q

    Fast working on large lists

  37. Q

    Fast working on large lists

    I have made like that: 1. list connected with large file -> 2. get first line -> 3. extract domain from it with regex -> 4. loop repeated X times that will get and delete line containing text (domain) and save it to another list connected with other file -> 5. delete all lines containing text...
  38. Q

    Fast working on large lists

    Hi, I need to work on large lists and I don't know how to do it fast. For example I got list with 3M urls and I want to keep 5 urls from every single domain and delete rest. I was trying doing this with load data from file, regex and output, also I was trying to do it with lists, but all this...
  39. Q

    Recaptcha2 in ZP 5.22.1.0

    Ok thanks a lot, it was other software fault. Problem solved.
  40. Q

    Recaptcha2 in ZP 5.22.1.0

    Yes recaptch2 action block.
  41. Q

    Recaptcha2 in ZP 5.22.1.0

    Hi all, I have ZP 5.22.1.0, some time ago it was solving recaptcha2 without any problem with rucaptcha, after some time I go back to make some tasks and it doesn't solve it anymore, I get error: error_captcha_unsolvable Rucaptcha balance is above 0, error show up instantly, without any delay.
  42. Q

    Webhosting1st.com - 1GB $10/YEAR, Unlimited domains, DirectAdmin, 24/7/365 Support, Free SSL, PayPal

    We would like to announce that we have successfully switched from Raid1 HDD to Raid10 SSD disks, which will improve speed of all hosted websites. Prices stay the same!
  43. Q

    Submit invisible recaptcha2

    Still didn't found anyone who could post to my form, no one can do it?
  44. Q

    Submit invisible recaptcha2

    Hi, I have form, after which I submit recaptcha2 appears (that's invisible recaptcha2 I guess), if it is solved, submitting continue with any need to click any button, because there is no any. Of course it doesn't work when I use rucaptcha as a recognition for recaptcha2, if I click submit for...
  45. Q

    Invisible recaptcha2 with rucaptcha

    Hi, I have form, after which I submit recaptcha2 appears (that's invisible recaptcha2 I guess), if it is solved, submitting continue with any need to click any button, because there is no any, of course it doesn't work when I use rucaptcha as a recognition for recaptcha2, if I click submit for...
  46. Q

    Webhosting1st.com - 1GB $10/YEAR, Unlimited domains, DirectAdmin, 24/7/365 Support, Free SSL, PayPal

    We are now offering vps plans: https://www.webhosting1st.com/vps.html
  47. Q

    Block selected code before loading page

    Hello, I would like to block selected code before loading website, for example selected java script, is it possible at the moment?
  48. Q

    Bugs in version 5.21.1.0

    If You create stick captchas recognition, it will always show blank captchas. I don't know until what version this bug appeared, but in early versions like 5.9... it was working fine.
  49. Q

    ZP use Graphics card?

    Does ZP use Graphics Card? I got 24 core server 72gb ram, and while I use my templates it use around 50% of all cpus and ram, but remote desktop works very slow, graphics is refreshed very slowly. Is it possible that it is caused by low graphics card?
  50. Q

    Webhosting1st.com - 1GB $10/YEAR, Unlimited domains, DirectAdmin, 24/7/365 Support, Free SSL, PayPal

    We are now offering reseller plans: https://www.webhosting1st.com/clientarea/order/main/packages/reseller-hosting/?group_id=2