
LLXX
BannedContent Type
Profiles
Forums
Events
Everything posted by LLXX
-
Even if it does it'll be cracked just like WGA has been. SP2 already had such a check, if I remember correctly...
-
...then don't install SP2. I'm still using an original 5.1.2600 (non-SP) version, it works well enough. Of course, if you have software which will only run under SP2...
-
Try putting a DOS kernel on the card first, if that won't boot nothing else will.
-
Houston, we have lift-off of Vista Ultimate Edition........
LLXX replied to kartel's topic in Windows Vista
I tried Vista for a few days back when it was still in the 52xx builds, didn't like it too much. Ended up reformatted and reinstalling the XP that was orginally on the drive. Have the newer Vista builds generally improved performance, or is it still quite slow? -
Indeed, you're obtaining the key directly from M$. Moderators should be a little more careful... they tend to be a bit sensitive with regards to such matter.
-
Convert Delphi Code to VB (ASP)
LLXX replied to MartinaL's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
VBScript is NOT VB. Also, are you running this in a clientside script? If so... I don't think that's much of a "protection"... You still haven't specified the data type of sUnlock... but from what I can see, it's taking each digit of the serial nunber, adding the previous 'accumulation', then adding a previous sUnlock... ? Then it updates the accumulation with the serial # + 17 and its index, but this goes against what the serial number array type was, as in previous line serial array is an array of integer but is now number in ASCII chars? (why does this code look SO familiar, especially the constant 17? ) -
Depends which partition you install the OS on. Due to hard drive design technology transfer speed is greatest near the edge of the platters, which may either be the beginning or the end of the drive depending on manufacturer and model.
-
Lol, they're just not generating them for you, because it's impossible to run out with somewhere around 10^25 valid keys (same with earlier OSs). That's 10^16 valid keys for each person on this planet!
-
Question about ReadProcessMemory()
LLXX replied to Viper187's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
There's always the "keep reading until you get an error" method... Otherwise you can look at the following API: GetProcessWorkingSetSize GetProcessHeap GetProcessHeaps VirtualQuery VirtualQueryEx <- recommended -
Unless it's a 10000RPM+ drive, it doesn't need that much cooling. The case already acts as a huge heatsink for it, and as long as there is some airflow it will be fine.
-
Safely Remove USB Device + Windows2000 problem
LLXX replied to muchlux's topic in Hard Drive and Removable Media
Wait until there is no more read/write activity, then just pull it out. -
CRTs are becoming obsolete... might as well get an LCD now.
-
That definitely worked as in it booted to the desktop, but when I attempted to open a command prompt it crashed. (Only later did I read in the documentation that windowed DOS boxes aren't supported). This is unacceptable, since one of the main reasons for using win98se on my machine is its superior DOS emulation, and not being able to run multiple windowed DOS boxes is a major setback. Some interesting fragments of code from the supervga driver I'm looking at... looks like it has more capabilities than I thought it would: EnumRes:; (2:02C1) 02C1 xor ax, ax 02C3 cmp esi, 14000C8h ; 320x200 (0) 02CA jz l_1F1_329 02CC inc ax 02CD cmp esi, 14000F0h ; 320x240 (1) 02D4 jz l_1F1_329 02D6 inc ax 02D7 cmp esi, 2000180h ; 512x384 (2) 02DE jz l_1F1_329 02E0 inc ax 02E1 cmp esi, 2800190h ; 640x400 (3) 02E8 jz l_1F1_329 02EA inc ax 02EB cmp esi, 28001E0h ; 640x480 (4) 02F2 jz l_1F1_329 02F4 inc ax 02F5 cmp esi, 3200258h ; 800x600 (5) 02FC jz l_1F1_329 02FE inc ax 02FF cmp esi, 4000300h ; 1024x768 (6) 0306 jz l_1F1_329 0308 inc ax 0309 cmp esi, 5000400h ; 1280x1024 (7) 0310 jz l_1F1_329 0312 inc ax 0313 cmp esi, 4800360h ; 1152x864 (8) 031A jz l_1F1_329 031C inc ax 031D cmp esi, 64004B0h ; 1600x1200 (9) 0324 jz l_1F1_329 0326 mov ax, 4 ; default to 640x480 l_1F1_329: 0329 retn...and even support of more than 256 colors... 0272 mov ax, bpp 0275 cmp ax, 1 ; mono 0278 jz l_1F1_296 027A cmp ax, 4 ; 16-color 027D jz l_1F1_296 027F cmp ax, 8 ; 256-color 0282 jz l_1F1_296 0284 cmp ax, 16 ; 64k/32k color 0287 jz l_1F1_296 0289 cmp ax, 24 ; 16M color 028C jz l_1F1_296 028E cmp ax, 32 ; 16M color + Alpha 0291 jz l_1F1_296 0293 mov ax, 8 ; default to 256-color modeAll I'm looking for right now is the registers documentation for the 900 series integrated graphics.
-
Next time remember to search before posting
-
This is the message of the MSDOS.SYS, the DOS kernel.What version of DOS kernel are you using? Anything below 7.1 does not support FAT32 nor large disks and strange boot arrangements.
-
Likely to be overheating.
-
Disable the drivers in the device manager. Probably not very secure, but it works...
-
Read before posting...
-
Unable to load any XP after restoring NTOSKRNL.EXE & NTFS.SYS
LLXX replied to jimbo385's topic in Windows XP
Remove it and connect to another computer. -
I recently got a laptop, and unfortunately it contained an Intel 945GM chipset with integrated graphics (GMA950). It works fine as a standard VGA adapter, although the resolution and color depth leave much to be desired. I have experimented with forcing different drives on it, and have met some interesting results - - Intel i810/810E/810E-DC100 driver installs and works fine in 640x480x4; changing to any other mode will result in the driver locking up during initialisation. - Intel i830/840/855/865 drivers - same as above - Intel official 945GM driver for XP, with edited INF - bluescreen during init - SciTech 945GM drivers - not available, and the 945G drivers refuse to install. I can't figure out how to unpack the installer entirely and get the actual driver core files and INFs. - Windows 98 SuperVGA - here's where it gets interesting: once again, it works fine in 640x480x4 (standard VGA mode), but unlike the standard VGA driver, it allows one to change the resolution up to the maximum supported by the monitor (in this case 1024x768) and also enable 16-bit color depth. As above, changing the resolution beyond standard VGA causes the driver to fail to init, but it reverts to 640x480x4. What I find most pleasant is that unlike most of the other drivers, the SuperVGA driver consists of only three small files - framebuf.dll, framebuf.drv, and supervga.drv, as opposed to the normal numerous files. I've checked my 945GM with VESA test tool, and even successfully set it to one of the high-resolution modes via BIOS VESA functions. Perhaps the default supervga driver is just not initialising the mode correctly, otherwise it should work. I'm planning the following tasks: - Support 900-series integrated video chipsets (GMA900 and 950) - of course, only 2d will be supported, maybe accelerated GPU functions if possible. - Write a universal video driver to replace the standard VGA driver. This will be very useful As a side note, Windows XP (which is currently running on the machine with the 945GM) is unable to detect the 945GM's integrated graphics chip model, but is able to run it at 1024x768 16-bit color mode. The device manager shows "unknown device", and I am unable to find out what it's using as a video driver. Perhaps Windows XP already comes with a universal video driver? (Installed it on an 865G chipset mobo before, it detected and initialised the integrated video perfectly but without accelerated graphics support). Comments, suggestions, etc. are welcome.
-
Is there an I386 folder somewhere on the hard drive? That is, if you haven't formatted it already... If there is, just run the WINNT.EXE in it from DOS, this will initiate the Windows Installation procedure. You should also read the manual, recovery information may be stored in a hidden partition.
-
Delphi Program
LLXX replied to Silurian's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
A word of advice, if you do not plan on using your own brain and figuring things out for yourself, then you shouldn't be doing anything programming-related anyway, as you're not even programming, just taking the resources of others for your own benefit. -
[PHP] PHP torrent downloader
LLXX replied to The008's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
http://en.wikipedia.org/wiki/Comparison_of...orrent_software Pick one that supports *nix. You'll probably have to compile it on your server, as source is usually all that's provided. See the specific documentation of the client for more details on how to do this. -
http://www.sysinternals.com/Utilities/TcpView.html help much? Or, you could always use the built-in netstat command. ("netstat /?" for usage information.)
-
Forget both of them, as said before the extra effects of the PhysX are not much and only *some* games support it, and as for the audio, unless you have extremely discerning ears the onboard (likely AC'97) is quite pleasant. If you want better sound quality, it's more worthwhile to invest in better speakers.