eddyys
Members-
Content Count
12 -
Joined
-
Last visited
About eddyys
-
Rank
Newbie [Level 1]
-
300 Gb Discs (like Normal Cd's) Storage
eddyys replied to keysmaker's topic in Science and Technology
Dang, these are just totally out there. I though the disk of huge gb storage would never come!!!!!! Thank you for showing me this link, i would have never have found out about this. -
Yes, light is energy. Meaing that since a black hole cannot support its self for very long, it needs more energy from other sources.
-
This was a theory i just made up, it has some sense to it.The Kaufman TheoryA black hole can suck in anything, except it cannot suck in space and time and the laws of physics. And once you are sucked into this hole, you defy time and space and all laws of physics. This happens for that time, space, and the laws of physics haven?t been sucked into the black hole with you. Meaning that once you are sucked in to a black hole you are instantly crushed, for there is no time or space to hold your mass, density, and weight. But you do not die, for that time and space do not exist. For your soul will live forever without freedom beyond blackness. So therefor, being sucked into a black hole is the most torturous experience one can endure. Being sucked into a black hole is beyond death, it?s beyond god, and it?s beyond everything.
-
Well, you could set up a flat file shout box. Here is a flate file shout box i wrote a while back. 1. Save this file as index.html <html><head><title>Shout Box</title></head><body><center><form method="post" action="post.php"><iframe src="shouts.html" scrolling="auto"></iframe><br /><input type="text" name="name" value="Name" onfocus="if(this.value=='Name'){this.value=''}" onblur="if(this.value==''){this.value='Name'}" /><br /><input type="text" name="message" value="Message" onfocus="if(this.value=='Message'){this.value=''}" onblur="if(this.value==''){this.value='Message'}" /><br /><input type="submit" name="post" value="Post Comment" /></form></center></body></html> 2. Save a blank file as shouts.html and CHMOD the file to 777. 3. Save this file as post.php <?phpif (isset($_POST['name']) && isset($_POST['message'])) {if ($_POST['name'] != 'Name') {if ($_POST['message'] != 'Message') {$name = str_replace(';', '.', $_POST['name']);$message = str_replace(';', '.', $_POST['message']);if (@file_exists('shouts.html')) {if (@is_writable('shouts.html')) {$fp = @fopen('shouts.html', 'a+');if (!@fputs($fp, stripslashes('<br><font color="red">' . $name . ',</font><font color="#000000"> ' . $message . '</font>'))) {echo 'Could not write to text, please set the permissions right.';} else {header('Location: index.html');}} else {if (@chmod('shouts.html', 777)) {$fp = @fopen('shouts.html', 'a+');if (!@fputs($fp, stripslashes(';' . $name . ', ' . $message))) {echo 'Could not write to shouts.html, please set the permissions right.';} else {header('Location: index.html');}} else {echo 'shouts.html is not writable, we attempted to CHMOD it to 777 and it failed, please manually CHMOD shouts.html to 777.';}}} else {echo 'Could not locate file: shouts.html';}} else {echo 'You must enter a message.';}} else {echo 'You must enter your name.';}} else {echo 'You must fill in both form fields.';}?> And there you go.
-
Have You Heard Computers Sing? Text to speech... or Text to song?
eddyys replied to Dooga's topic in Science and Technology
Wow, i am quite astonished. I had no idea that technology has come so far, but has even further to go. -
Yep, a copy of a phone like that was auctioned off for $450.
-
Reminds me of another person who comitted suicide, Shawn Noel, also known as Shawn64. To see more about this person go to http://imptestrm.com/rg-erdr.php?_dnm=www.shawnnoel.com&_cfrg=1&_drid=as-drid-2300300503455222
-
I have found this article by MSNBC very very interesting. I have just realised that one day all mobile phone calls will go over the internet instead of having to use precious satellite space for phone service. But i have found only one disadvantage to this concept, HACKERS. Well, i cant post this article for reasons of copyright, So here is a link to the article. http://www.nbcnews.com/id/10712110/ Or click here.
-
Half Life 2 for me!!!! Or the GTA Trilogy Pack For Xbox. I cant quite decide.
-
My Cool Little Website ?video Tour? Boost your income
eddyys replied to basic1's topic in Business Forum
Wow, that looks like a pretty cool way to earn money without really doing squat!!!! Also, i think the video thing is sweet all together in it's self.