Недавний контент qlwik

  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?