Jump to content

LLXX

Banned
  • Posts

    3,353
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by LLXX

  1. Ok, stop showing off
  2. http://www.autohotkey.com/docs/misc/CLSID-List.htm
  3. Pop-up blockers are all useless IMHO - you can achieve the same effect by disabling all scripting/ActiveX in the Internet zone, then enable it only for the Trusted Sites zone. Add sites which absolutely require scripting to that zone, and you'll never have any problems with popups and malware again.If scripting is still enabled, even with most popup blockers I can still force a popup with some obfuscated script, which I believe the site you're using is doing. Redirected the site to 0.0.0.0 in HOSTS will not stop the popups from appearing, they will still occur but instead of their usual content they'll contain error messages instead. ...and with the secured IE setup I suggested above, you won't even need Windows Defender
  4. ROFL M$ actually wrote a KB on how to ask a question? Good find!
  5. The IE tweak that removes the connection limit will probably do the same; I keep max connections at 32, but for smaller sites with weaker servers I lower it down to around 10. FlashGet with 255 connections/file is also hated by many sites
  6. It actually worked? That's interesting... the TCP Analyser claimed my TCP window size was too small (8760) and the maximum speed I could get was 43Kb/s. I've downloaded at several hundred kilobytes per second before (sometimes even several MB/s), so something's not right... did the procedure Countach69 suggested and tried downloading some hueg files from M$ which I've gotten >1MB/s before, but it dropped down to less than 16Kb/s... Set the TCP window size back to 8760 and rebooted, instantly got >1MB/s again from same file Maybe it only works with certain connection types, I'm on 128M fiber connection.
  7. WTF did you repeat THREE TIMES for?
  8. The newer keyboards just aren't designed very well.
  9. What is the chipset? Different chipsets have different ways of handling SATA/PATA configuration.
  10. Better yet, overclock the CPU to 400MHz FSB, this is a small overclock (20%) and should be stable on most CPUs
  11. Does this virus even exist? Now you know why Norton isn't the best AV
  12. I suggest you teach him how to use a virus scanner instead.
  13. I have a USB drive with a ramload tiny 98SE and all my other programs on it. No need to even use the guest computer's OS, I boot from the USB drive and have my own environment to work with (not the best, as the drivers are rather generic and don't produce maximum performance with all hardware).
  14. So have you even done anything in an attempt to rectify this problem?
  15. Google "TCP parameters" to get started. Maybe the recieve window or the MTU isn't set correctly. I haven't noticed any sort of limitations with my machine (built-in Realtek 8139 NIC), I've gotten >1.1MB/s with FlashGet.
  16. I don't know if it's closed or not, but the download links are still working as of this post (I checked).
  17. Do you really have 22 partitions in total? They're usually safe to remove, Windows will detect and reinstall them if they're not needed.
  18. Looks like a serial-checking algorithm to me... a somewhat familiar one too, the "+ 17 + trunc(iCount/2);" reminded me of it. If you specify what sSerialNo is an array of, as well as the types of the other variables, I think it's possible to simplify the resulting code significantly.
  19. Thrashing? That is not normal. No download manager would allocate virtual memory the size of the file being downloaded. It's normally incrementally written to the disk, but there is usually a small (~2-4Mb) buffer to avoid constant disk activity. It *might* be the virus scanner; I don't have a resident AV just for that reason - sudden unexpected disk activity is not good, especially when e.g. burning disks.
  20. Does it detect the drive? If the WinXP install-time partitioner does not work, a DOS boot disk and FDISK will.
  21. Phone M$ about it again... with enough complaining I think they'll do something about it.
  22. What OS does your server run?TorrentFlux is just a PHP interface, I don't know if that's what you want...
  23. Is this a survey or an actual request for help? Looks more like the former. I know Delphi but it's horribly bloated (most 100Kb+, when other languages are <10Kb) so I don't use it.
  24. Ensure SATA Controller is enabled in BIOS.
×
×
  • Create New...