Be a Supporter!
Response to: Where is your browser god now? Posted November 22nd, 2009 in General

At 11/22/09 11:55 AM, MrFinland wrote: Am I the only IE user here?

I only use firefox for NG (its faster and less bugs)
for everything else I use IE, so you're not that alone.

Response to: Dinosaurs aren't extinct... Posted November 21st, 2009 in General

The last of its race seems to remain
Just a matter of time until the japanese get a hold of him.

Response to: You'll lower MY self confidence. Posted November 21st, 2009 in General

You signed up in '09.
Loser

Response to: funny but true town names Posted November 20th, 2009 in General

At 11/20/09 01:45 PM, Can-head wrote: ''Les-boules'' Aka the boobs in english.

Actually, it's balls/nuts, not boobs. :)

AS install script? Posted November 20th, 2009 in Game Development

I am planning to construct a game, (not going into details)
and I'm wondering if it's possible to create an "install script" so it's not just another .swf file that launches the game, but first you have to install it on your harddrive.

If anybody have any experience about this or anything, tell me.
Is this impossible to do with actionscript?

Response to: Being bullied in school for 3 years Posted November 19th, 2009 in General

If you're really hurting over this, and if you're willing to take a risk, then you should start flipping out everytime they try to mess with you, like really go ballistic, hit them in the face, kick them, bite them, the hell do i know.
Just act like an angry psycho, fresh out the mental institution, when you show them that you don't care anymore, willing to risk your own wellbeing just so that you can cause them some bodily harm, they will be afraid.
What you don't know about is the thing that scares you the most.

Good luck.

Response to: lies you were told as a kid Posted November 18th, 2009 in General

When I asked where my father was, I got told that my father was off, fighting dinosaurs in the jungle.
Actually he was living in the other end of town...

Response to: Who is your favorite b-movie actor. Posted November 18th, 2009 in General

Marlon Wayans
"Don't be a menace... " was sweet though

Response to: Movies That Make You Lol Every Time Posted November 16th, 2009 in General

Don't Be a Menace to South Central While Drinking Your Juice in the Hood,
oh Loc Dog, you big doof!

Response to: Treasure Hunt 2009 Results Part 5 Posted November 15th, 2009 in NG News

I'm so disappointed.
http://www.newgrounds.com/portal/view/32 3080
boinky33's "Duck" & "Casper & Spooky" series should get their own collection!
They are hilarious!

Response to: NG's most offensive submission? Posted November 13th, 2009 in General

Innocent little eyes
I hate it with all my heart.

Response to: Kid's shows with drug references Posted November 11th, 2009 in General

Actually, in a swedish-only comic, a classic, called "bamse", there was these three characters, an evil warlock and his two flying henchmen. Their names spelled backwards was actually "cocaine" "morfin" and "tobacco" but in swedish of course.

We found it when we were reading comics backwards, fun stuff you did when you were a kid.
Although we were about 10-12, so we had a hunch of what those words meant.

Freaky stuff.

Response to: Jack Black Posted November 10th, 2009 in General

At 10/27/09 07:29 PM, coure wrote: Jack Black is the most famous man in the world. he has a video game a band had a tv show has lots of movies and even his own comic book. If you think you can find someone more famous please let me know.

Michael Jackson, Madonna, The Beatles, Eminem, Barrack Obama, Will Smith, Charlie Chaplin (when he was alive)

The list goes on and on.
Jack Black is a nobody.

Response to: Nickelodeon is bringing back! Posted November 8th, 2009 in General

At 11/7/09 07:21 PM, Pokemonpoeguygcn wrote: Ah, shit, not another crappy show that we don't need

Yeah, I agree. POKEMONpoeguygcn

Response to: The Rape Tunnel Posted October 27th, 2009 in General

"Ah shucks, I dropped my wallet in there, oh well - better go back and get it!"

User statistics - signups Posted October 26th, 2009 in Where is / How to?

Why does it display the latest signups?
Who really benifits from that?

In my opinion, it should be the earliest signups.
There are some NG history freaks out there, and displaying the first signups would really be an easy way to check in on the first users and what not.

Just a thought.

User statistics - signups

Response to: Most cruel thing youve done Posted October 20th, 2009 in General

At 10/14/09 03:35 AM, Sinitech wrote: I chloroformed a bunch of kids that came to my door last Halloween, and they've been locked in my basement ever since. I'm planning on using their mutilated bodies as decorations this year.

well played, sir!

Response to: Php upload & showcase script? Posted October 19th, 2009 in Programming

Thanks everyone for your help!
I'm currently trying out some ways, based on the info you all gave me!

But don't stop posting though, i could need some more hints and stuff!

Php upload & showcase script? Posted October 17th, 2009 in Programming

It's like this.
I have a php uploading script, I'm still learning the art and ways of the code, so I'm not some expert on the subject.
What I really want is a way for me to actually see the file somewhere after it's uploaded (like if there's a little box on the index page, where newly added files are showcased)
I know it's a very complicated thing to do, but if anyone has any knowledge of this sort of code, please! Any help would be greatly appreciated!

(I basicly need a code that not only uploads the selected file, when it's successfully uploaded, a little box or something showcases the last, let's say 5 files)
So I upload, and then the file will be seen at the top of a file box.

As you probably can tell, I don't have a proper knowledge of the php coding ways, but I'm eager to learn!

And I have to admit, this is basicly like saying "I need you to make me an awesome script!!"
I know, but I've tried looking for this sort of script for awhile and I've had no luck!
So excuse me if I seem lazy or not passionate enough, but I'm really lost, so any hints/tips/full walkthrough would be great!

here's my basic uploading script:

<?php
	$folder = "uploads/";
	$name = $_FILES['uploaded']['name'];
	$tmpname = $_FILES['uploaded']['tmp_name'];
	
	function validFile($name,$tmpname) 
	{
		$name = strtolower($name);
		$allowed = array('.swf','.exe');
		$extension = substr($name,strrpos($name,'.'));
		$validSize = filesize($tmpname)<=15728640;//15 MB
		return in_array($extension,$allowed)&&$validSize;
	}
	if(validFile($name,$tmpname)&&move_uploaded_file($tmpname, $folder.$name))
		echo "The file $name has been uploaded";
	else 
		echo "Sorry, there was a problem uploading your file.";
?>
Response to: Treasure Hunt 2009 Posted October 15th, 2009 in NG News

Duck: Birthday
A hilarious series!

Also, Casper & Spooky by the same author contains 13 (more in the making) episodes that are hilarious!
boinky33 needs to get his duck and casper & spooky series their own collections!

Response to: Kayne West is a racist Posted September 14th, 2009 in General

At 9/13/09 10:27 PM, kikomannnn wrote: Unless you're one of those "Rap=crap" pussies, in which case I don't value anything you say. Bye.

His music is NOT classified as rap, it's pure mainstream hiphop/pop/rnb
Not rap.

Response to: I think there's someone in my house Posted September 9th, 2009 in General

At 9/8/09 03:22 PM, AlphaCentauri wrote: Do something unexpected, if he is allowing you this time, he probably thinks you are preparing yourself for an attack.

I suggest you get naked and lay on your bad while rubbing it. Maybe light some candles, you know, get the mood going.

God damn it how I love that post.
I laughed, I fell, I laughed!

Response to: What is The Nun Saying? Posted August 18th, 2009 in General

another one

What is The Nun Saying?

Response to: What is The Nun Saying? Posted August 18th, 2009 in General

I gave it a shot

What is The Nun Saying?

Response to: Php Upload script Posted August 18th, 2009 in Programming

I tried it out, worked like a charm!
Thank you so much, bro!

Response to: Php Upload script Posted August 18th, 2009 in Programming

Well, thanks for your honesty and your help!

Response to: What do you pay for domains? Posted August 18th, 2009 in Programming

At 8/18/09 01:13 PM, citricsquid wrote:
At 8/18/09 01:09 PM, ICYCREWPRODUCTIONS wrote: I pay $1.65 a month for icycrew.com
It's a sweet deal
Not really. Do you pay $1.65 for the domain or the hosting or the domain and hosting? We're discussing domains only.

Oh, I meant for the whole package with some extra features.
Well then.

Response to: What do you pay for domains? Posted August 18th, 2009 in Programming

At 8/17/09 09:12 PM, Taylor wrote: Topic

New registrations and transfers. Curious to know what the going rate is these days.

I pay $1.65 a month for icycrew.com
It's a sweet deal

Php Upload script Posted August 18th, 2009 in Programming

Look, so I am trying to write an upload script, I wrote a basic, that worked, but I need it to only accept a certain file, and with a 15 mb size limit.
Could anybody do me a great favour and try and solve this messed up code?

<?php
$target = "uploads/";
$target = $target . basename( $_FILES['uploaded']['name']) ;
$ok=1;
function checkExt($filename) {
$regs = array();
$allowed = array('.swf'); // the allowed file types
$filename=strtolower($filename); // set filename in lower case
ereg( ".*\.([a-zA-z0-9]{0,5})$", $filename, $regs ); // check file extension
$f_ext = $regs[1]; // save file extension
if (in_array($f_ext, allowed)) // extension allowed:
return true;
else // extension NOT allowed
return false;
}
if(move_uploaded_file($_FILES['uploaded'
]['tmp_name'], $target))
{
echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded";
}
else {
echo "Sorry, there was a problem uploading your file.";
}
?>

Response to: How to get an item in the NG Store Posted August 17th, 2009 in Where is / How to?

At 8/17/09 01:43 PM, citricsquid wrote: The newgrounds store, as far as I am aware, is mainly for Newgrounds related things. For example if you're a Newgrounds animator and release a DVD of all your work, or a DVD of your projects then it'll have a chance, however if you're someone who has no connection to Newgrounds then I doubt they'd be interested.

You could try contacting them, but personally I don't think the likelihood of your CD getting in is very high, but you could try PMing Bob (He's in charge of the store... I think.)

Well, since I'm a user, and not a very lowlevel, either, and it contains multiple skits, performed with and by multiple NG Voice actors, two songs from the CD is in the audio portal, with pretty high scores.
So it is kinda related ;)