Jump to content

Leaderboard

The search index is currently processing. Leaderboard results may not be complete.

Popular Content

Showing content with the highest reputation on 03/21/2026 in all areas

  1. There doesn't exist a "portable" version per se; I'll link you to a similar question you asked back in November and I'll defer you to the answers you were given at the time (among them, mine) ...
    2 points
  2. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20260321-40a79c75-uxp-e1ab6d5746-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20260321-40a79c75-uxp-e1ab6d5746-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20260321-id-656ea98-uxp-e1ab6d5746-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20260321-id-656ea98-ia-c642e3c-uxp-e1ab6d5746-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
    2 points
  3. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20260321-3219d2d-uxp-e1ab6d5746-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20260321-3219d2d-uxp-e1ab6d5746-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20260321-3219d2d-uxp-e1ab6d5746-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260321-d849524bd-uxp-e1ab6d5746-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260321-d849524bd-uxp-e1ab6d5746-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260321-d849524bd-uxp-e1ab6d5746-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260321-d849524bd-uxp-e1ab6d5746-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260321-d849524bd-uxp-e1ab6d5746-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2987 - Part 1: Add `AnalyserNode` constructor. (f372f32492) - Issue #2987 - Part 2: Add `AudioBufferSourceNode` constructor. (0cbf609b3f) - Issue #2987 - Part 3: Add `GainNode` constructor. (c4fa2c5c6f) - Issue #2987 - Part 4: Add `DelayNode` constructor. (778db35c34) - Issue #2987 - Part 5: Add `BiQuadFilterNode` constructor. (5b7efa6c93) - Issue #2987 - Part 6: Add `IIRFilterNode` constructor. (37f7e56e78) - Issue #2987 - Part 7: Add `WaveShaperNode` constructor. (5c1996d7f2) - Issue #2987 - Part 8: Add `PannerNode` constructor. (dc27c4a81d) - Issue #2987 - Part 9: Add `StereoPannerNode` constructor. (5803d8b571) - Issue #2987 - Part 10: Add `ConvolverNode` constructor. (a11a979b3b) - Issue #2987 - Part 11: Add `ChannelSplitterNode` constructor. (6894c6849a) - Issue #2987 - Part 12: Add `ChannelMergerNode` constructor. (abd12bc195) - Issue #2987 - Part 13: Add `DynamicsCompressorNode` constructor. (f07c3b501e) - Issue #2987 - Part 14: Add `OscillatorNode` constructor. (304f413c06) - Issue #2987 - Part 15: Add `PeriodicWave` constructor. (b097097e28) - Issue #2987 - Part 16: Add `AudioBuffer` constructor. (c86e080a0c) - Issue #2987 - Part 17: Add `MediaElementAudioSourceNode` constructor. (e9474a5dc0) - Issue #2987 - Part 18: Add `MediaStreamAudioSourceNode` constructor. (6456244887) - Issue #2987 - Part 19: Add `MediaStreamAudioDestinationNode` constructor. (5cb44135d1) - Issue #2997 - Update expat source to 2.7.4 and apply local patches. (c31f629aee) - Issue #2862 - Initial attempt at a css lowering (ce4b9975db) - Issue #2862 - add initial nested css test file (fc09c7cb34) - Issue #2862 - Modify the css lowerer so that the lowering pass now recognizes bare type-selector nested rules and combinator-led cases (34f9837649) - Issue #2862 - Fix a few nested selectors (d37e667f9a) - Issue #2862 - Split the css lowering functionality out to a separate file for easier maintenance (d9b66581ac) - Issue #2862 - more tests files for nested css (3f299e8f2b) - Issue #2862 - handle more edge cases in css lowering (6d9547c688) - Issue #2862 - Change code references from CSS lowering to CSS flattening (a6356fff88) - Issue #2862 - Change tests from lowering to flattening (ac4c7bca08) - Issue #2862 - Remove unused vars in CSS flattener (72cb599848) - Issue #2862 - css nesting pref true by default (ea86d15635) - Issue #3001 - Restore table reference frame call. (e5e86a8124) - Issue #2229 - Follow-up: Don't attempt on-stack replacement for TLA modules (11b0b680e1) - Issue #2551 - implement array.prototype.with (d5566bbb0f) - Issue #2551 - implement array.prototype.toSpliced (7209aaa021) - Issue #2897 followup - Do not hardcode jemalloc page size on LoongArch (2aec1ada9e) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat and icu63.dll inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
    2 points
  4. @reboot12 Sending works, WPA2 works, receive not works until now Dietmar
    1 point
  5. @reboot12 Wooaoh, it looks like, if there is also a mechanismus against XP, very similar to ME on this Wifi card, better this special M2 slots. I fake via Windbg for the Wlan-cpu cpu=0 ==> cpu=1 And like from hand from ghost, suddently is set back to cpu=0 out of nowhere. Exakt this I have seen under ME on the AIMB 786 board. But on the Biostar z690 Valkyrie I disabled with Bioshack ME. So, it is this special Wifi M2 slot, that tells to XP: "We dont want to have you here". But the hack i did via Windbg direkt in the register. This can be done also permanent at the right time during recognicing of the Wlan card. Soon we will know Dietmar
    1 point
  6. https://repo.palemoon.org/MoonchildProductions/UXP/issues/2862 ... and you can see there who to thank ...
    1 point
  7. This is something you should really ask Shane the developer about on GitHub. It has already been asked about last year, and Shane didn't dismiss the idea, but it doesn't look as if it's progressed. https://github.com/win32ss/supermium/discussions/1272
    1 point
  8. Bingo! I wish I could put a thousand likes on one post!
    1 point
  9. Registry Editors Registrar Registry Manager 9.20 is a registry editor which is still supported in Windows XP. Hompage: https://www.resplendence.com/registrar There is a Free Home Edition: https://www.resplendence.com/download/RegistrarHomeV9.exe and a commercial Professional Edition. My favourite registry editor is Registry Workshop (current version is 5.0.1). Link: http://www.torchsoft.com/en/rw_information.html It is still supported in Windows XP, but it's commercial. This program is definitely worth its money. You can try it 30 days for free. Here is a download link of the English version 5.0.1 (other language versions are available): http://www.torchsoft.com/download/RegistryWorkshop.exe Cheers, AstroSkipper
    1 point
  10. Sphinx Windows 10 Firewall Control XP 7.5 is the last working version in Windows XP. There are two interesting versions: The free version Windows 10 Firewall Control XP Free 7.5: https://www.sphinx-soft.com/download/W10FC7.5/Windows10FirewallControlFree-XP-Setup.exe and the paid Plus version Windows 10 Firewall Control XP Plus 7.5: https://www.sphinx-soft.com/download/W10FC7.5/Windows10FirewallControlPlus-XP-Setup.exe The paid Plus version is definitely worth its money. I use it for years and for me it is the best firewall solution in Windows XP. Here is a link from December of 2015 where you can compare the Free and the Plus version: https://web.archive.org/web/20151229143305/https://www.sphinx-soft.com/Vista/order.html A key for Windows 10 Firewall Control XP Plus has to be requested by contacting the support because it is no longer offered officially. I mention this due to the circumstance that a regular key doesn't work with the XP version. Cheers, AstroSkipper
    1 point
  11. Thanks for sharing! Works fine in New Moon 28.10.3a1. You're welcome! The goal of all this is to restore and preserve important functionality in Windows XP for daily and future use. And access to VirusTotal is definitely important. Kind regards, AstroSkipper
    1 point
  12. Yeah, you're right! Probability of using 360Chrome v11: for @XPerceniol 50% and for @AstroSkipper 50% too. That's a classical Laplace distribution! Of course, my favourite pants! Never worn any other pants!
    1 point
  13. This version is already available as an English release in Humming Owl's thread: Cheers, AstroSkipper
    1 point
  14. To surf anonymously , to get an IP from another country or to gain access to sites which are restricted in my country I use paid VPN services with no log policy. I try to trust them. And so far I am very happy with that. Cheers, AstroSkipper
    1 point
  15. Glad it works for you now! In some cases you need a proxy like ProxHTTPSProxy or HTTPSProxy in Windows XP. If you don't know what it is, have a look in my thread: Cheers, AstroSkipper
    1 point
  16. Just a reminder! This thread here is about our proxies ProxHTTPSProxy and HTTPSProxy. All discussions about browsers relating to these proxies are welcome! But general considerations of browsers should be done in browser related threads! Otherwise, we were totally off-topic and that wouldn't be good! Cheers, AstroSkipper
    1 point
  17. Ok. I added this problem to the issues of Mypal 68. Issue #78: https://github.com/Feodor2/Mypal68/issues/78. @feodor2 gave me a tip to solve the problem by setting dom.moduleScripts.enabled to false. Setting dom.moduleScripts.enabled to false leads to loading of the new interface, a file can be uploaded and the results (Checking hash) are shown. The further good news are in New Moon 28 this setting works perfectly too. The VirusTotal Uploader 2.2 is working again either. And presumably the reason why it works in the old Firefox 52.9.0esr is that there is no entry dom.moduleScripts.enabled. In any case be aware that this setting could break other sites! Anyway, I'll stay with it and report if other sites are negatively affected. Cheers, AstroSkipper
    1 point
  18. Which error message? Never seen one when opening the settings.
    1 point
×
×
  • Create New...