Jump to content

heinoganda

Member
  • Posts

    848
  • Joined

  • Last visited

  • Days Won

    17
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by heinoganda

  1. @cephead The required updates for MP10 under Windows XP sp3: KB941569 http://www.download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/windowsxp-kb941569-x86-enu_55e8b619dd436e8be22c381fa8643a58b5f7c2a8.exe KB952069-v2 http://download.windowsupdate.com/msdownload/update/software/secu/2009/01/windowsxp-windowsmedia-kb952069-v2-x86-enu_7918e468c91942521b143def50e427b27efa703f.exe KB973540 http://download.windowsupdate.com/msdownload/update/software/secu/2009/07/windowsxp-windowsmedia-kb973540-x86-enu_bea728bec09879f6b924a6b3d781af1e77c6f5b4.exe KB902344 (Hotfix for DRM not available in WSUS catalog) KB954155 http://download.windowsupdate.com/msdownload/update/software/secu/2009/09/windowsxp-windowsmedia-kb954155-x86-enu_4caf879b0297044df1601b2c8312cfd38b929100.exe KB972187 http://download.windowsupdate.com/msdownload/update/software/secu/2009/11/windowsxp-windowsmedia-kb972187-x86-enu_d07aa4b7065e73bb2e9db2e7ce3289e4d91848ce.exe KB978695 http://download.windowsupdate.com/msdownload/update/software/secu/2010/05/windowsxp-windowsmedia-kb978695-x86-enu_99fe7c707b79c3585b245de5f811b295a152c3bf.exe KB975558 http://download.windowsupdate.com/msdownload/update/software/secu/2010/08/windowsxp-windowsmedia-kb975558-x86-enu_9ee8bd40993d20e65f4c92767dd058c48df92c84.exe KB2834902-v2 http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/08/windowsxp-windowsmedia-kb2834902-v2-x86-enu_ecc8652da2b85688917a4f7aa48ac1efe84975fd.exe KB3033890 http://download.windowsupdate.com/c/csa/csa/secu/2015/06/windowsmedia10-kb3033890-x86-enu_ef4e82e7007462fb64ed10c4e127d828e5126efc.exe KB3067903 http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windowsmedia-kb3067903-x86-enu_65c7ef0682d0b3b8a23e579145728ac9d27ea242.exe
  2. I do not care much about that since I know that certain global players (I'll deliberately not name names explicitly) would like to have more and more control over the Internet (check out the free and independent media (above all, do not be fooled by the TV and big Newspapers brainwash), wake up and you will understand)!
  3. @jumper I once tested your "BCrypt.dll" on Windows XP with the module "cryptography-2.5" in Python 3.4.4 and HTTPSProxy started with no errors, but crashed on a connection (just closed). But still have HTTPSProxy compiled under Windows XP and tested under Windows 7 where it worked flawlessly. Definitely there is a problem in Windows XP where the system file "BCrypt.dll" does not exist. I assume that here in addition some functions in the "BCrypt.dll" are needed. Thank you for your effort. Update: A check of the files of Crptography 2.5 (_constant_time.pyd, _openssl.pyd and _padding.pyd) with Dependency Walker shows many red functions in the various system files under Windows XP, which is not the case with Crptography 2.4.2. The library "BCrypt.dll" is only part of the many problems.
  4. Under "cryptography\hazmat\bindings" in the file "_openssl.pyd" I have no more errors after the exchange from the file from the version 2.4.2 under HTTPSProxy, maybe it helps narrow down the error.
  5. In my latest version of HTTPSProxy, I also found the misconduct of the cryptography module version 2.5 (Jan 22, 2019). Yesterday again updated the modules for Python 3.4.4, because the support should end in March 2019. From GitHub I downloaded the cryptography module version 2.5 from the developer side and created it again with the help of "GRMSDK Version 7.1", without success. A test for creating cryptography version 2.4.2 was positive.
  6. At this point I have adapted the code, that does not change the problem with the delayed display of the e-mail. A test with Thunderbird shows the correct style of the e-mail, this style is generally not displayed with Eudora and the display on IE basis also fails in addition to the delayed display. If the style code associated with ".woff" is eliminated in the HTML code, this does not change how the e-mail is displayed in Eudora or IE.
  7. In the HTML source code of the e-mail the style code itself is not processed and leads to delay, therefore my question, it is possible in the line (style) ".woff" to recognize and remove this line.
  8. @jumper A plugin where the following style code would be removed where ".woff" is detected would be very helpful. <style type="text/css">@import "//helpforum.sky.com/html/assets/toolkit.css";@font-face{font-family: "Sky Text"; src: url("//www.sky.com/assets/fonts/sky-regular.woff") format("woff")}@font-face{font-family: "Sky Text"; src: url("//www.sky.com/assets/fonts/sky-medium.woff") format("woff"); font-weight: bold}html, body, #MessageContainer{font-family: 'Sky Text', Arial;margin: 0;padding: 0;box-sizing: border-box;filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c9c7d1", endColorstLOGNULL NowTransReader::ReadIt() JJFileMT::Truncate(122991) r="#fefefe", GradientType=1);background-image: -webkit-linear-gradient(left, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);background-image: -moz-linear-gradient(left, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);background-image: -o-linear-gradient(left, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);background-image: linear-gradient(to right, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);}.header-row{padding: 10px; -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);background-color: #fff;}<!--if[mso]>.footer-links table{float: left; width: auto !important;}<![end if]-->.footer-links table{float: left; width: auto !important;}.footer-links a:link, .footer-links a:visited, .footer-links a:active, .footer-links a:hover{font-size: 18px;}</style>
  9. The kernel files (ntkrnlmp.exe, ntkrnlpa.exe, ntkrpamp.exe, ntoskrnl.exe) are kept in the folder %windir%\Driver Cache\i386. After the update with KB4486463, the file ntkrnlmp.exe, in the folder %windir%\Driver Cache\i386, should be the version 5.1.2600.7649. The previous kernel update KB4463103 updated the files ntkrnlmp.exe, ntkrnlpa.exe, ntkrpamp.exe, ntoskrnl.exe and ntfs.sys to version 5.1.2600.7581. For KB4486463, however, only ntkrnlmp.exe was updated to version 5.1.2600.7649, which means that this file will only be used on multi-processor systems (multiple cores or processors) (under %windir%\system32\ntoskrnl.exe as version 5.1. 2600.7649). Therefore, the file version for Uni processors (single core) of the file %windir%\system32\ntoskrnl.exe 5.1.2600.7581. Since AU / WU / MU queries the file version of the file %windir%\system32\ntoskrnl.exe and does not change this with the update KB4486463 for Uni-processor systems, this update will appear again and again even after a successful installation. With a virtual machine, you usually have the option of selecting the number of cores or processors (depending on what the real processor has on cores or how many processors exist). Since their VM works under Windows 7 with one core (one core / Uni processor), then the update KB4486463 also does not update the version of ntoskrnl.exe under %windir%\system32 (it remains with the version 5.1.2600.7581).
  10. Perhaps this solution to the problem of translation is too inaccurate, so here is an illustrated sequence of the procedure. Update: The procedure adds the following keys in the registry. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ShowPunycode"=dword:00000000 "EnablePunycode"=dword:00000001 "DisableIDNPrompt"=dword:00000000 "CertificateRevocation"=dword:00000000 "WarnOnPostRedirect"=dword:00000001 "WarnonBadCertRecving"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Protocols\Mailto] "UTF8Encoding"=dword:00000000 @Thomas S. I am happy for you that WU/MU in IE8 works for you again.
  11. With you, it has unfortunately led to serious problems because of KB4487085, I'm sorry that it did not work.
  12. Do you also receive the error message 0x80072F8A in IE8 at WU/MU?
  13. To compare the entries, I made a search for updates in IE8 under MU (https://www.update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en).
  14. The error 0x80072F8A in IE8 at WU / MU at @SD73 was not related to HTTPSProxy! If you have this error then run the error solution point by point. Possible problem solving: Under Control Panel, go to Internet Options > Advanced, scroll to Security for the different encryption types SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. Make a tick in an unused encryption mode like SSL 3.0 and take over, then remove the tick again with encryption type SSL 3.0 and take over again. For encryption type, TLS 1.0 to TLS 1.2 should still be activated.  What error message do you get on the PC when you try to call IE8 WU/MU? Does WU/MU work in IE8 when HTTPSProxy is disabled? Regardless of the error message, I have no problems running WU/MU under IE8 with my setting in the config.ini at HTTPSProxy. [SSL Pass-Thru] urs.microsoft.com c.microsoft.com* *update.microsoft.com* *one.microsoft.com*
  15. If you have already uninstalled KB4487085 and still have errors after your screenshot, you should also try uninstalling KB4486463.
  16. It @SD73 was about the error message 0x80072F8A by IE8 at WU/MU. Possible problem solving: Under Control Panel, go to Internet Options > Advanced, scroll to Security for the different encryption types SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. Make a tick in an unused encryption mode like SSL 3.0 and take over, then remove the tick again with encryption type SSL 3.0 and take over again. For encryption type, TLS 1.0 to TLS 1.2 should still be activated. 
  17. This entry is not needed, at least for my HTTPSProxy and / or I have additional entries in the config.ini. That's why you do not have to worry. @Mathwiz For [SSL Pass-Thru], try the entrys "*update.microsoft.com*", "c.microsoft.com*", "*one.microsoft.com*" and remove "www.update.microsoft.com" from [SSL No-Verify]. @ All Good News The faulty update KB4487085 is no longer available for AU / WU / MU.
  18. One possibility is to uninstall an update with ERD Commander 5.0 (bootable medium). If this is not possible, use another bootable medium (eg Kaspersky Notfall CD) in the registry under [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Installations] to see the entries "x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.24558_x-ww_24ed72db" and " x86_policy.1.0.Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.24558_x-ww_32b5093b" delete (make sure that the entries may differ by name something that is the GdiPlus entries with 1.0.6002.24558). Under the folder "%windir%\WinSxS" "\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.24558_x-ww_24ed72db" delete (here also names may differ slightly, pay attention to 1.0.6002.24558). Restart and uninstall KB4487085 in Safe Mode. I wish you success!
  19. Again gave an MSO update. KB4461614 (02/12/2019) & KB4462174 (02/07/2019)
  20. With KB4487085 (gdiplus.dll, mf3216.dll), the file gdiplus.dll (version 5.2.6002.24558 vistasp2_ldr_escrow.190111-1700) causes a lot of problems. A test only to install the file mf3216.dll led to no apparent problems. Let's hope Microsoft released a working update for KB4487085.
  21. For some users, KB4486463 may cause installation problems because part of the kernel will be updated. If necessary, execute manually with the parameter "-o". windowsxp-kb4486463-x86-embedded-enu_8ab6c1cbd442dbdd8667993af4ee093abf09fb41.exe -o
  22. There were no problems with these e-mails. This code was broken, this does not matter anymore, if there is a suitable Eudora plugin. Preferably a plugin where this modern style code from the source code of the e-mail removed, since this is not processed as so, as would be possible as from IE9.
  23. @Dave-H The e-mails have arrived, we are waiting for @jumper if he can create a plugin where from the e-mails of Sky corresponding style code can remove, then it should first be over with these loading delays at Eudora. Then I will first devote myself to the updates, some are more like last month.
  24. Because you did not forward the original e-mail, but added the comment "Sent from my smartphone", the HTML code was taken from the smartphone where the Web Open Font Format was processed. Of course Eudora has no problems with this e-mail.
  25. The problem is the Style Code with Web Open Font Format (woff file) in the e-mail itself where the frozen pause causes in the Microsoft Viewer at Eudora. Thanks to HTTPSProxy, the parts of the e-mail, such as images, fonts and so on, can be easily loaded even on servers where the encryption of Windows XP is not supported. A POP Proxy would still be a possibility, where with appropriate e-mails, in which code could be intervened. It's not about blocking ads, it's about the HTML code in the e-mail itself. On the subject "BlankSkyEmail.htm" does not help, since only the corrupted code of Eudora exists as Eudora shows this e-mail, therefore, the request to Dave-H this e-mail best from the phone to forward. Please read the following link to Web Open Font Format : https://en.wikipedia.org/wiki/Web_Open_Font_Format
×
×
  • Create New...