Jump to content

jumper

Member
  • Posts

    1,945
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. Now I'm at home and just tried loading it in Firefox 2.0.0.20 with Javascript and Images disabled and...It displays! (and quickly!!) With Images enabled and no JS, it also displays but with no images. With Images and JS enabled, very long load time and then nothing. Disable JS and reload and it displays again.
  2. ::DumpVXD.bat:: - place in folder with DumpLX.exe (http://www.tbcnet.com/~clive):: - create Shortcut to it in SendTo@echo off%0\..\DumpLX.exe %1 > %1.txtstart %1.txtcls also: ::DumpLX-disasm.bat:: - place in folder with DumpLX.exe (http://www.tbcnet.com/~clive):: - create Shortcut [named "DumpLX -disasm"] to it in SendTo@echo off%0\..\DumpLX.exe -disasm %1 > %1.asmnotepad %1.asmcls
  3. Blank in Opera 9.26 as well. Right-click "Validate" sent it to http://validator.w3.org/check# which reported "Errors found while checking this document as HTML5! Result: 46 Errors, 1 warning(s)" with additional errors suppress in some of the subtrees. nbcnews.com doesn't seems to have a mobile version--individual apps for each of their channels.
  4. EXE Explorer Executable File Explorer for OS/2, NE, PE32, PE32+ and VxD file types
  5. Content coming from multiple servers always seem to slow FF2 down. If some of the site assets are on a slow server (like a public file host), try blocking that server or disabling the loading of images entirely. If you block enough of a page, eventually the rest will load quickly. Also make sure any plug-ins that might be scanning every page are disabling (while testing). Even ABP and ABElements could be the culprit.
  6. Do you mean the referer?
  7. The email hosting service isn't the problem. If all replies 'CC' the generic address, all employees monitoring that address will stay up-to-date.
  8. z3e Return zero; three parameters; SetLastError In theory, K452stub has great value; in practice, it has had little. It is a tool, not a solution. It slows things down a bit, especially with logging enabled (but only if you notice!). Don't use it unless you have a reason to--deleting it from the contents= line in core.ini is enough to disable it.
  9. I did download Slimjet 1.1.1 portable on 8/10, but it didn't run on my extended 98se machine so I didn't post about it. It is on my radar, however, as one of many new browsers I've been testing this month. Slimjet is powered by Blink, whereas Slimboat is powered by QTWebkit4 and Slimbrowser is powered by IE. Perhaps the target audience is Slimboat users who want Blink features not available in QTWebkit4/5 or IE. Just now noticed that the Slimbrowser download page says: "Don't like IE's engine? Check out our new Slimjet Web Browser based on Blink engine with better support for plugins and extensions."
  10. > The installer for Free PDF to Word Converter is less than 1 mb. 555KB from either of your sources. >There are two installer packages but they are not the same: Yes, the installer packages are. The other Cnet package (683KB, bigger than the 555KB target!) is a downloader. >http://www.freepdfsolutions.com/free-pdf-to-word-converter.html >http://download.cnet.com/Free-PDF-to-Word-Converter/3000-10743_4-75732609.html The Cnet page has two links: the first "Download Now Installer Enabled" is for the 683KB downloader; directly below it is the second "Direct Download Link" which is for the 555KB setup installer. >The installer from the publisher (freepdfsolutions) does nothing when you double click with your mouse. Changing KernelEx properties doesn't help. Confirmed. I'll investigate later on my Kexstubs machine. api-ms-win-core-heap-l1-2-0.dll is Windows 8 file. Perhaps Cnet detected your download machine as Win8 and fed you a file targeted for that OS....Now that I've downloaded the files in question, I'll do some investigating.
  11. The official download page still lists XP sp3 as supported. Linux and Android versions are also available, so Linux in a VM or a cheap Android tablet are options.
  12. This script will attach the preloaded images to the page. Use as a bookmarklet or paste directly into the URL bar. Tested in Firefox 2 and IE 5: bookmarkletjavascript:for(i=0;e=document.MM_p[i];i++)e.width=0,document.body.appendChild(e);eThen I used UnMHT Ver.5.7.7 (last for FF2.0) to save with all images as MHT. IE 5 only saves images refered to by the original HTML; scripted images (like ads) don't get saved.
  13. A bookmarklet should be able to add references to the webpage for files passed to MM_swapImage, allowing them to be saved into the MHT.
  14. If the patch is simple, this might work: Compare the patch to the original, then use a hex editor to make the same changes in the Japanese version. Or compare the Japanese version to the original version, then use a resource editor to make the same changes to the patch.
  15. >I'm currently running a 450MHz Pentium III with 256MB of RAM. That's probably not fast enough to get smooth and synchronized audio and video unless you use one of the older Flash versions such as 8 or 9..but they can't show the new controls. >purchased movie on youtube- it crashes flash player (seems like any version) after about 20 seconds. Illegal Instruction or Page Fault? >Latest flash (v14) runs fine in Opera 12.02 with KernelEx and KxStub. And it runs better and smoother than previous versions which were quite buggy IMO. Wow! What CPU and how much RAM are you feeding it? >Problem with html5 videos is that no browser running on 98/ME supports the VP9 codec which YouTube now uses for those if I am not mistaken. Opera 10.63-12.17 uses GStreamer: We might be able to transplant the Opera 12.17 GStreamer dll's into 12.02, 11, or 10. Or rebuild what we need from source.>Are there any people who are testing newer browsers on 9X? Yes. Iirc QtWeb works. Also GreenBrowser 6.4. I just tested Qupzilla 1.66 last week and found that it suffers from the same (probably fixable) stack-leak crash at startup as 1.44. I've also tested Opera 12.10 and 12.16, FirefoxPortable_24, Palemoon-Portable-8.0, Seamonkey 2.9 and 2.14, X-Chromium_16, Midori-0.4.6, K-meleon 1.6b2, Safari 6.0.5, IceDragon, Flock, Arora, Aviator, and others (like FastestWebBrowser). The IE7 dll's partially work--I'm hoping to get them working with a light-weight frontend such as GreenBrowser. >Live with the occasional failure -or- upgrade the OS that will allow for a Browser that supports it. Or help develop a solution. >It may be to vc++ not working on Win 98. With Kexstubs, the MSVC 9, 10, and 11 runtimes all load on Win9x. I have seen no reports of them loading and then not working correctly.
  16. Here's the core function. Full source attached below. (The mbf function is just a printf into a MessageBox.) void doFile (LPSTR szMod) { LOADED_IMAGE li; UINT bPatch = 0; iFiles++; //mbf (szAppName" - %u:%u:%u - %s", iFiles, nFiles, nPatchedFiles, GetLFN (szMod)); if (!hwndPB) return; // only count on 1st pass swtf (szAppName" - %u / %u : %u - %s", iFiles, nFiles, nPatchedFiles, GetLFN (szMod)); SendMessage (hwndPB, PBM_STEPIT, 0, 0); Sleep (40); if (!MapAndLoad (szMod, NULL, &li, FALSE, FALSE)) return; do { //if (li.FileHeader->OptionalHeader.MajorLinkerVersion != 2) break; //if (li.FileHeader->OptionalHeader.MinorLinkerVersion < 22) break; if (((PUINT)(li.Sections[0].Name))[0]=='xet.' && ((PUINT)(li.Sections[0].Name))[1]== 't' && ((PBYTE)(&li.Sections[0].Characteristics))[2] && ((PBYTE)(&li.Sections[0].Characteristics))[3]<0x80) { //mbf ("%s\n\n.text section is now writable", GetLFN(szMod)); ((PBYTE)(&li.Sections[0].Characteristics))[3] |= 0x80; bPatch++; } if (li.NumberOfSections > 2 && ((PUINT)(li.Sections[2].Name))[0]=='adr.' && ((PUINT)(li.Sections[2].Name))[1]== 'at' && ((PBYTE)(&li.Sections[2].Characteristics))[2] && ((PBYTE)(&li.Sections[2].Characteristics))[3]<0x80) { //mbf ("%s\n\n.rdata section is now writable", GetLFN(szMod)); ((PBYTE)(&li.Sections[2].Characteristics))[3] |= 0x80; bPatch++; } } while (0); if (bPatch) nPatchedFiles++, UnMapAndLoad (&li);} // doFilegccfix.src.7z
  17. For the last week, I've been testing CloudMe_182. It suffers from the same problem as vlc-2.1.3-win32.7z and slightly more. In addition to needing the .text section protection changed to allow writing, it also needs the .rdata section changed as well. Upx391 didn't like the CloudMe_182 PE files, so I finally wrote a tool called gccfix to do the patching. It is very quick and processes individual files or whole directory structures. gccfix patches in-place, so backup first or keep the original installer or archive. gccfix.7z
  18. Good work, everyone. I'd chime in more, but am having web access difficulties. Development on many fronts continues....
  19. It's not the compression, it's the write privilege on the .text section (the first two sections in a UPX-compressed file are both writable): I plan to add an option to ImportPatcher to automatically fix the app and all dependencies. edit: more clarity
  20. So mobile view is automatic, based on user agent? Thanks.
  21. Google: "Dell truemobile 1300 win9x" First two links provide the needed info: wpc54g_driver_utility_v1.21.zip ftp.linksys.com is down, so Google: "wpc54g_driver_utility_v1.21.zip" and follow links to Modem-help or DriverGuide. File is 8.3MB.
  22. 1) Make sure you're using an UDMA-rated cable (with more/thinner wires) 2) Google: "site:www.msfn.org udma cable-select"
×
×
  • Create New...