Tuesday, December 30, 2008

BSOD while instaling windows XP

BSOD while instaling windows XP
0x0000007B ( 0xF797A524 0xC0000034 0x00000000 0x00000000 )

Solution:
Go into the BIOS and change the Hard Disk controller to Standard from AHCI or RAID to other one

Monday, December 29, 2008

Dennou Coil [Anime]




Anime: Dennou Coil
Ganre: Sci-fe, High-tech, Future, Drama, Comedy, Science
Rezisior: Mitsuo Iso
Author: Mitsuo Iso
Studio: Madhouse, Bandai Visual
Look like animes: Serial Experiments Lain, Spirited Away
Translation: 2007
ANN reitingas: 8.6/10
My ratio: 9/10
length: TV 26ep x 25 min.

Ice Hockey

Ice Hockey for the Nintendo Entertainment System "was rated the 142nd best game made on a Nintendo System in Nintendo Power's Top 200 Games list."

Friday, December 26, 2008

In the Rough

Blur Studio - In The Rough (2004)
Beltesassar's Short Animation Festival

Sunday, December 21, 2008

Wave Race 64

In Nintendo's Wave Race 64 for the N64, the "player races on jet skis in many different weather conditions, on a variety of different courses.

Saturday, December 20, 2008

Friday, December 19, 2008

php script to delete spaces in string

here you go:

//$string=str_replace(" ", "", $string);

that is all ;)

Php getimage information script

?php

list($width, $height, $type, $attr) = getimagesize("image_name.jpg");

echo "Image width " .$width;
echo "
";
echo "Image height " .$height;
echo "
";
echo "Image type " .$type;
echo "
";
echo "Attribute " .$attr;

?


When you run this script you will see the result like this

Image width 379
Image height 344
Image type 2
Image attribute width="379" height="344"

You will get the width, height, type of an image and also attribute of an image, I use this function in my image upload form.
Type of an image you can see from table below
You can read a full manual here


Type of the image
1 = GIF 5 = PSD 9 = JPC 13 = SWC
2 = JPG 6 = BMP 10 = JP2 14 = IFF
3 = PNG 7 = TIFF(intel byte order) 11 = JPX 15 = WBMP
4 = SWF 8 = TIFF(motorola byte order) 12 = JB2 16 = XBM

Top 10 Beards of Gaming

it's about time the beard got some credit for being so great

Tuesday, December 16, 2008

Thursday, December 11, 2008

How to send mail with php [script]

Send Email from a PHP Script Example

The first argument to this function is the recipient, the second specifies the message's subject and the third one should contain the body. So to send a simple sample message, we could use:

$to = "recipient@example.com";
$subject = "Hi!";
$body = "Hi,\n\nHow are you?";
if (mail($to, $subject, $body)) {
echo("

Message successfully sent!

");
} else {
echo("

Message delivery failed...

");
}
?>

That's it!

Wednesday, December 10, 2008

MechWarrior 3050

MechWarrior 3050 "features a unique 2 player mode where one player controls the bottom half of the mech to navigate it around the map while the second player controls the upper torso which moves independently.

Terminator 3 trailer !!!

M-1 radio per winamp

M1 radio
puslapis: http://www.m-1.fm/

winamp link: http://radio.su.lt:8000/M1H

Radijo stotis M1 programą transliuoja šiais dažniais:
Vilniaus 106.8 MHz, 0.27 kW (30.0 dBW)
Kauno 106.6 MHz, 1.5 kW (35.0 dBW)
Klaipėdos 106.5 MHz, 1.2 kW (34.4 dBW)
Šiaulių 106.3 MHz, 1.5 kW (35.0 dBW)
Panevėžio 106.0 MHz, 1 kW (33.0 dBW)
Alytaus 106.0 MHz, 0.5 kW (33.0 dBW)
Marijampolės 106.3 MHz, 1 kW (33.9 dBW)
Raseinių 90.7 MHz, 1 kW (33.0 dBW)
Tauragės 106.2 MHz, 1 kW (32.0 dBW)
Tryškių 106.0 MHz, 1 kW (33.0 dBW)
Utenos 106.3 MHz, 1 kW (33.0 dBW)
Ignalinos 105.9 MHz, 0.7 kW (35.0 dBW)
Druskininkų 106.5 MHz, 0.5 kW (30.0 dBW)
Kėdainių 92.8 MHz, 5 kW (44.0 dBW)
Biržų 99.8 MHz, 0.2 kW (27.0 dBW)

OPUS 3 radio per winamp

OPUS 3 LT
puslapis: http://www.lrt.lt/opus3/

winamp link: http://82.135.234.197/Opus3.asx

Radijo stotis OPUS 3 programą transliuoja šiais dažniais:
Rokiškis 92,6
Anykščiai 106,5
Šiauliai 90,5
Kaunas 98,0
Klaipėda 91,9
Panevėžys 93,7
Raseiniai 87,7
Tauragė 104,2
Vilnius 98,3

Tuesday, December 9, 2008

Apache install errors (OS 10048)

So if error appears while instaling apache server, continue to read..

first error while instaling:
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs


second error while instaling:
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs


So... Errors appears because of skype you are using.
to fix that you dont need to uninstall your apache which you just installed.

just do this:
1) Open skype
2) Tools > Options
3) Adanced > Connections
4) Unmark "Use port 80 and 443 as alternatives for incoming connections" .
5) Close skype completely
6) Go to control panel > administrator tabs > services
7) click apache and click start. it will start!. if it doesnt then i dont know answer for your problem ^^ or you did something wrong :P
8) good luck in using apache or not using ^^

How To Disable ("Dont Send") Error Report in Windws XP

1) my coputer > properties
2) advanced tab
3) error reporting
4) disable
5) ok , ok

that is all ^^

Php directory index to download links

Here you can get almost any version of php to free download:
http://museum.php.net/win32/
http://museum.php.net/php5/

for example this version:
win32/php-4.4.6-Win32.zip
or php-5.2.5-win32-installer.msi

Apache directory index to download links

Here you can get almost any version of apache:
http://archive.apache.org/dist/httpd/binaries/win32/

for example:
apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi

Winamp link radio : opus 3 lt

radio station: Opus 3
fm: 98.3 (Vilnius, Lithuania)

you can listen it in winamp:
1) open winamp
2) press ctrl + l
3) paste this link: http://82.135.234.197/Opus3.asx
4) press open
5) now choose one of opus3...
6) happy listening ^^

Monday, December 8, 2008

Trine Teaser Trailer from Frozenbyte and Nobilis (for PS3/PC)

A trailer for Trine, coming to the PS3's PlayStation Network and PCs in second quarter 2009. A fantasy action game from Frozenbyte, with an emphasis on gameplay physics .

Sunday, December 7, 2008

World of Warcraft: Wrath of the Lich King Review

With Blizzard's latest installment, the "World of Warcraft's play style has been tweaked to be more accessible, addictive, and deeper."

Thursday, December 4, 2008

Lietuviu kalbos spell check Microsoft Office 2007

Taigi jeigu norit kad ant jusu 2007 veiktu spell check su lietuviu kalba, ziurekit toliau...

1) atsiunciat sita faila
2) padarot unrar
3) uzinstaliuojat ( proof o poto sp1 )
4) naudojat :D

sekmes ;)

Monday, December 1, 2008

bitchcruiser

strangest bike i have ever seen :D

The Simpsons Gets 20 Years of Apple Jokes Out of the Way at Once

Though The Simpsons has a history of satirizing tech culture, and even Apple specifically, last night's episode felt like it was making up for a bit of lost time. It's not just iPods and iMacs getting reprefixed and animated: it's Apple Stores, the G4 Cube, past and present fanboys, vintage advertising and even Steve Jobs himself. Even if Groening and co. aren't exactly breaking new ground here (though they seem to reserve some special venom for Mr. Jobs), there are more than a few great lines buried in the sketch

Seagate's 'Computer Friends' Really Want You to Invest in 1.5 Terabytes of Storage

Historically, nerd rap has been attached to the Aesop Rocks, Lupe Fiascos, and Kool Keiths of the world, but with this recent trend of viral-y, tech related hip hop vids (See: Large Hadron Rap), that classification is taking on an entirely new meaning altogether. Case in point, Seagate's "Computer Friends" video, which pairs a couple of ironically wiggeriffic cubical emcees together with their token black co-worker (for a ghetto pass, presumably) to spit a hot 16 about their beloved computers, and the need for more storage, specifically a 1.5TB HDD. However, I still think your money would be better spent on an SSD.

Things you can find referenced in this video include memory (stacked to the sky), processors, POP email, 8-bit typefaces, terrorist fist jabs, iMacs (G3 and G5), emoticons, digital teleportation, cyberspace, Ethernet, USB, cookies, anti-virus programs, Robotron, proxy servers, FTPs, VST plugins, refurbished Dells, P2Ps, FIOS, PayPal, and of course, 1.5 terabyte hard drives. And let me preemptively say you're welcome for making your life that much less meaningful on this day of thanks.

Illustrative Slings Show How That Arm Got Boned

Found via Digg, these illustrative arm slings show onlookers exactly how you broke that arm, so you can save precious seconds from not having to repeat that boring story. Of course, your coworkers seeing this will then ask about where you got the sling design, how exactly you fell down the stairs when you live on the first floor of a one story house, and why you're such a big liar. A quick search turned up nothing on where these originated, so if anyone knows, post it in the comments!