Jump to content

AstroSkipper

Member
  • Posts

    5,025
  • Joined

  • Days Won

    673
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by AstroSkipper

  1. Hello to all! Here is the next update on progress in the development of ProxHTTPSPoxy's PopMenu TLS 1.3 3V3. Actually, the programming work should have ended, but, after further tests I found some new bugs. I could fix them, at least I think so. I hope there are not more. As promised I uploaded a screenshot of ProxHTTPSPoxy's PopMenu TLS 1.3 3V3. Here it is: Looking at the picture you can see two new entries in the pop-up menu, Minimize ProxHTTPSProxy To Systray and Restore ProxHTTPSProxy From Systray. The arrow shows ProxHTTPSProxy minimized to systray. I replaced the new icon of @cmalex's ProxyMII by the old one. More new features are inside my package and not visible in the picture. One thing is clear, of course, the best feature of this package is the TLS 1.3 functionality, provided by @cmalex's ProxyMII. We can't thank him enough for that! Applause applause! More in the next days! Stay tuned! Cheers, AstroSkipper
  2. I can remember very well!
  3. Yep! Confirmed! My version is the same from 20-06-2018, which means it was most likely provided by a POSReady update
  4. The files are not that important, there are certainly other sources. Honestly, you and your health are much more important. Just do what you can, recover and get well! We need @XPerceniol here in this forum. I wouldn't want to miss your comments!
  5. I already reported the problem of the broken header elements in the top-left corner to the issues of martok's palefill .
  6. Hello to all! In a nutshell, just to keep you informed, an update on progress in the development of ProxHTTPSPoxy's PopMenu TLS 1.3 3V3. The programming work has been nearly finished. Due to the implementation of three new features I had more programming work as I thought. A bit of branding has to be done, too. At next, I have to revise the documentation and to rewrite a lot, unfortunately. The documentation also needs to be expanded to include these new features. Therefore, a lot to do! After that work the testing phase will start as soon as possible. But, frankly, it is fun, of course. Stay tuned! Tomorrow, maybe, I will upload a first screenshot if I can. Cheers, AstroSkipper
  7. Hi @mina7601! This is an excellent examination and logical conclusion. Thanks for that! I second @Dave-H's finalization, i.e. q.e.d. Cheers, AstroSkipper
  8. Yeah! That's what a mathematician likes to hear.
  9. And the results are shown correctly. Tested in New Moon and Serpent, latest releases.
  10. Hi @Ben Markson! Although there is a small glitch in the left corner above, VirusTotal still works properly in Serpent v52.9.0 (2022-07-15) (32-bit) if updating palefill to version 1.17. A file can be uploaded, the service checks the hash, and the results are shown correctly. Same in New Moon 28.10.6a1, latest build from 2022-07-15. Therefore, I can't confirm your statement. Cheers, AstroSkipper
  11. Hi @George King! Here now is the code of a batch with the command start /wait, which works as it should: @echo on echo Notepad will be executed start "Notepad" /wait notepad.exe echo Notepad has been executed and closed pause exit You see the command start /wait works with some programs, and with others, it doesn't. That is the epitome of a bug! In the case of starting ProxyMII, the command start /wait fails completely as it is described in Microsoft's documentation. Kindest regards, AstroSkipper
  12. Use a trusted VPN provider with a no log policy! The Tor Network is well-known and actually great, but if a node is a server of the government or a criminal, then the user may get into real trouble. In principle, anyone can participate in the Tor Network. Nothing for me! AstroSkipper
  13. Just to clarify it! I do not use extensions but a trusted VPN service to establish secure and anonymous connections. The installation in Windows is very simple.
  14. Thanks for your reply! I know nircmd very well, and I used in the past, too. But cmdow is really great. A lot of parameters! I use it when windows have to be controlled in a batch in different ways. AstroSkipper
  15. This thread is the right one. Don't worry! It's about anonymity, VPN and browser extensions promising safety.
  16. Hi @XPerceniol! I used to be sceptical about payments and anonymity, too. But in the meanwhile I don't see any problems if the vendor can be trusted. And that's the problem. At the end you have to trust the vendor of a VPN service, otherwise you won't be happy at all. What I did is to buy a time-limited for one (or more) year(s) or a lifetime license of a VPN service at StackSocial. They have less expensive offers. When you buy a license there, you get a code which must be redeemed with the corresponding provider. The seller and the VPN provider are independent of each other. Thus, the VPN provider only knows what you have booked. But in the end, it's all a question of trust. And there is no such thing as one hundred percent security.
  17. Hi @maile3241!Welcome back! Currently I am working intensely on a new release of ProxHTTPSProxy's PopMenu. All serious problems have been solved so far. A lot of adjustment due to implementation of new features! Frankly, a lot of work, but it is fun. The original release of @cmalex's ProxyMII works as it is. You do not have to install Python. The archive contains all necessary files. Here is the post with a download link of the most recent version: And here is my short tutorial: Have a lot of fun! Cheers, AstroSkipper
  18. Hi @XPerceniol! Has your energy come back? Have you already tried @cmalex's proxy ProxyMII? A short guide can be found here if necessary: Cheers, AstroSkipper
  19. Hi to all of you! I've tested the MU website version using the brandnew TLS 1.3 proxy ProxyMII created by @cmalex. And what can I say? It works perfectly. Fully compatible! Cheers, AstroSkipper
  20. A short note on GitHub in Mypal 68. As long as there is no polyfill extension available or a new, fixed release of Mypal 68 is provided, GitHub can only be used in this browser to a very limited extent or not at all. This issue has been reported weeks ago and is well-known. Cheers, AstroSkipper
  21. @George King Here is a short note on errorlevel -1073741510: This is a quotatation from here: https://ss64.com/nt/exit.html Cheers, AstroSkipper
  22. Good news! VirusTotal works again by updating palefill to version 1.17. Tested in New Moon 28.10.6a1, latest build from 2022-07-15. Thanks to martok on GitHub! Cheers, AstroSkipper
  23. Yeah, that's what I said. If you try this batch to launch the proxy, you'll observe the issue mentioned before: @ECHO ON TITLE Start ProxHTTPSProxy CALL A.bat START /WAIT "ProxHTTPSProxy 1.5" "ProxHTTPSProxy.EXE" CALL B.bat EXIT Use dummy code for the batch files A.bat and B.bat. Or replace them by echo messages! Now, you'll definitely observe the bug i.e. the misbehaviour of this command.
  24. Of course! In the case of @cmalex's PROXYMII the command start /wait doesn't work as it should do. It leads to an interruption of the batch with output ^C and a question to abort or to continue if the proxy's status window was closed manually. In a test batch I created it worked with the program notepad. You see in some cases it works, in others it doesn't! @cmalex already knew that there is a bug in this command. And I stated it a few posts before, too.
×
×
  • Create New...