Content Type
Profiles
Forums
Events
Everything posted by gamehead200
-
Try putting the full path to your font without using CAPITAL letters... Then it might work...
-
Create a PHP file and put this in it: <?php phpinfo(); ?> Scroll down to see if GD is enabled, if it isn't, then that is probably your main problem! And you shouldn't put anything else in the .htaccess file except for what I mentioned above!
-
Nice to see you back, sven! How's that new MAC of yours? <removed > Same as usual! Bye for now!
-
Unattended Secret: Reducing Size Of Source
gamehead200 replied to gosh's topic in Unattended Windows 2000/XP/2003
gosh, I see you're using the Offline NT Password Editor! -
You have to use different commands: ipaddress.jpg <?php Header ('Content-type: image/png'); Header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); Header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); Header('Pragma: no-cache'); // create the image $image = imagecreatefrompng("name-of-pic.png"); // set the colours $cool = imagecolorallocate($image, 81, 86, 96); $black = imagecolorallocate($image, 0, 0, 0); $white = imagecolorallocate($image, 255, 255, 255); $red = imagecolorallocate($image, 255, 0, 0); $grey = imagecolorallocate($image, 204, 204, 204); $green = imagecolorallocate($image, 206, 129, 18); $blue = imagecolorallocate($image, 0, 0, 255); // set the font and print text $font = '/path/to/your/ttf/font ImageTTFText ($image, 8, 0, 10, 17, $white, $font, "Your IP Address is... ".$REMOTE_ADDR); // output and destroy imagepng($image); imagedestroy($image); ?>
-
Well, first of all, you need about 3 files which contain the following: .htaccess <Files ipaddress.jpg> ForceType application/x-httpd-php </Files> ipaddress.jpg <?php Header ('Content-type: image/jpeg'); Header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); Header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); Header('Pragma: no-cache'); // set the dimensions $img_width = 240; $img_height = 25; // create the image $image = imagecreate($img_width, $img_height); // set the colours $cool = imagecolorallocate($image, 81, 86, 96); $black = imagecolorallocate($image, 0, 0, 0); $white = imagecolorallocate($image, 255, 255, 255); $red = imagecolorallocate($image, 255, 0, 0); $grey = imagecolorallocate($image, 204, 204, 204); $green = imagecolorallocate($image, 206, 129, 18); $blue = imagecolorallocate($image, 0, 0, 255); // set the background colour and border imagefilledrectangle($image, 0, 0, $img_width, $img_height, $cool); // set the font and print text $font = '/path/to/your/ttf/font'; ImageTTFText ($image, 8, 0, 10, 17, $white, $font, "Your IP Address is... ".$REMOTE_ADDR); // output and destroy imagepng($image); imagedestroy($image); ?> and your font file. I use Verdana... If you continue playing on, you can put in a background color, pics, random text, etc. Good luck!
-
I don't think it matters what content they have, so I'm gonna send you the ones I found: oem.zip
-
I don't think Dell OEM CDs are meant to be slipstreamed... Corporate CDs work fine...
-
Msn Messenger - Online, Busy,gone To Lunch.....
gamehead200 replied to JE5U5's topic in Windows Tips 'n' Tweaks
Its not in the registry...You would have to grab a copy of "Resource Hacker" (check Google) and edit one of MSN Messenger's files... -
I'm using VirtualPC and Windows 95 installs fine for me! Check your settings or create a customized virtual HD...
-
So that util I talked about above is OK...Right Aaron?
-
Oh Bloody Hell! Xp Is A Right Bast!
gamehead200 replied to Marztabator's topic in Unattended Windows 2000/XP/2003
OMG! Stop hurting the poor thing! You don't know what you're doing! Check your WINNT.SIF file has "Unattended" set to "YES"... -
Look above, linuxphr3@k!
-
If you have read some of my recent posts, you would notice that there is something that does this...It is called the Offline NT Password and Registry Editor...And since it was shown on The Screen Savers on TechTV (for this purpose) it is NOT be illegal to use (but is in some countries)...Therefore, do a search for it on Google! Oh yea, and I would recommend blanking it out, NOT resetting it... Basically, this is a Linux kernel that opens up the SAM security file and blanks the password to a certain user account...My system administrators at school are now using it because it is so useful!
-
Install From A Harddrive
gamehead200 replied to Kenny McCormick's topic in Unattended Windows 2000/XP/2003
Its a low end operating system that runs off a CD that is similar to Windows XP...(Based on it if you get Bart's PE Builder... ) -
I'm running my home web and FTP server on a p2 300 w/192mb sdram...I'm using the classic theme and it works fine...I could keep it on for months without having to shut it down!
-
Unattended Cd Created With Roxio 6
gamehead200 replied to Ihithisham's topic in Unattended Windows 2000/XP/2003
Use either WinISO or CDIMAGE to create the ISO...In my opinion, Roxio products suck...You would be better off using the above programs or Nero... -
Thanks man...I've been busy at school! But I have been looking through most of the posts...And trying to post as well... Good luck, linuxphr3@k!
-
Full guide at this site: http://forums.invisionpower.com/index.php?...topic=66917&hl= And I've seen a topic on it at NextL3vel.net... Good luck!
-
Sorry...But that copies the sub-directories and the files...I just want to copy the files without the sub-directories...
-
Windows Xp Setup Tips N Tricks
gamehead200 replied to eXPerience-XP's topic in Unattended Windows 2000/XP/2003
Well, if you forgot your XP password and don't have a password reset disk made with Windows XP, you can download a little utility called the Offline NT Password and Registry Editor. It runs off a floppy, and is basically a Linux kernel that edits your SAM security file. Blanking the password with this utility is recommended and works better. Your chances of corrupting your SAM file when resetting it to a different password are HIGH, so blank it instead! Here is the link, which I found on TechTV's site and have recommended to my system administrators at school: http://home.eunet.no/~pnordahl/ntpasswd/ You can also use this from a CD! (Post #2200 ) -
Same here...Ya, your best bet is to go to BetaPlace and send them an e-mail...That's what I did, and then I received an envelope filled with the Beta 2 Kit for Office!
-
Giving Your Windows Cosmetic Surgery
gamehead200 replied to b0r3d's topic in Unattended Windows 2000/XP/2003
Yea, Aaron, thanks for that! I was wondering what had happened to the other technique! -
Wow...xper, sorry to say this, but you actually forgot to remove the link in the quoted post! Edit: Never mind! Got it anywayz!
-
Please! Don't leave gosh! You were so helpful to all of us! We appreciate all that you have showed us how to do... Anywayz, sad to see you go! :cry: