Be a Supporter!
Response to: Ng Shirt Design - Art Thread Posted October 22nd, 2007 in Art

I always wanted to put in a good sub for this comp,
but as time for me doesnt permit and still wanting to do somthing
I've put somthing simple (0m9 >2 ¢010r) together based on NG's carefree, clothe free values!

"Wank out with the tank out!"

I know - I am!
Cheers, 3 beers k thx!.

Ng Shirt Design - Art Thread

Response to: B/P ranks 51+ Posted August 16th, 2007 in Where is / How to?

At 8/15/07 03:32 PM, Pieriku wrote: Well, Cropla finally got his 100th spot. Congratulations to both of you.

Congrates' to everyone who finally got the wings. and Myself, haha - been waiting so long. 100th!?.
I didnt even realise how many entries go through on clock day. what a turn out.

At 8/15/07 04:26 PM, deslona wrote: Cropla, congratulations on enterin the elite group.
I made a few milestones of my own too. I entered the top 200 B/P'ers and passed 17,000 points AND 8000 of them are saves :)
I am very happy.

Congates' mate. Thanks Heaps!

Thanks again guys!
Well see ya round the NG playground!

Response to: B/P ranks 51+ Posted August 15th, 2007 in Where is / How to?

Ok, personally I think the official is the person to get the current 100th as by the current NG ranks. Thats what I'm aiming for =D - not 99, SevenStar got deleted.

For interest, Current standings as taken from there profile:
98) 29999 crolpa
99) 29828 omgee
100) 29625 xkwizitone
101) 29673 thunderboltlegion

While I'm posting Id like to thank Afro for maintaining these lists.
B/P wouldn't be interesting and checking weekly to "lets see how I've I done!" if it wasn't for him. Cheers mate.

And thanks Guys!

Response to: B/P ranks 51+ Posted August 14th, 2007 in Where is / How to?

I've been thinking about this recently and its come across my mind that there's really is no way for anyone to prove who is the 100th EGSC is!

If many people get 30,000 within a short period of time who's going to be watching to prove this?
The ranks could further change after 30,000 before Afro updates the list at the end of the week.
Newgrounds does not update the ranks immediately (around 24 hours) further proving it harder to judge.

Quote from Jake
Don't forget, if you want #100, you'll get it immediately after the next EGSC. SevenStar was an EGSC, but he got deleted, so you'll want to get the last point after Omgee or ThunderboltLegion, whoever levels up first. (it'll be Omgee!)

Some say Sevenstar doesn't count, some say it does? Nobody agrees.

Unless theres another way the only proper way to know is if Newgrounds tracks and announces the 100th.

Anyone feeling the same?

Response to: [Official] Cereal Boxes Posted March 29th, 2007 in Art

Vector cat throwing up = Yum! Hope you enjoy.

Take a deep fucking breath...

... The world is coming to this:

[Official] Cereal Boxes

Response to: need help w/ tetris+AS Main Posted January 22nd, 2007 in Programming

Sorry dude, you wont get help here for flash related questions.
Try the flash forum.

Response to: Javascript form validation... Posted January 8th, 2007 in Programming

All you need to do is to return false your function.

function sFormVal() {
if (document.sForm.uText.value.length == 0) {
alert("Form not complete.");
return false;
}
}

Response to: Echoing Entire Page With Php Posted January 8th, 2007 in Programming

Heres another option:

print <<<HTML
//page here
HTML;

I gives more flexibility and handy if your using quotes. Also phrases $tags, eg:

<?
$footer = "page end<br>";
print <<<HTML
<html>
<body onload='somthing();'>
<script>function somthing(){document.body.innerHTML += "also can include quotes";}</script>
$footer
</body>
</html>
HTML;
?>

Response to: Quick Question About Excel (xml) Posted December 30th, 2006 in Programming

What coding language are you using? What you want could be different in many languages.

Dont know what you mean by XML in this case but If its PHP your using and what I understand you could use:

if(condition){
//code
}elseif(condition){
//code
}elseif(condetion){
//code
}else{
//code
}

You could also use the switch function.

Response to: Mini-pop up window Posted December 29th, 2006 in Programming

It sounds like it got reset. You should be able to enter the searches again so they pop-up next time.

This feature may have been disabled?
In FireFox go tools>options>privacy>Select "remember what I have entered in forms..."

Response to: CSS- Image links.. Posted December 28th, 2006 in Programming

Frames would be a last option due to its many downsides.

Backgrounds, font colors can all be updated by a single css file.
Depending on you host, if you have php you can use the include function:

<?php
include("my_page_menu.htm");
?>

Response to: CSS- Image links.. Posted December 28th, 2006 in Programming

What do you mean? Css can only change the styles of elements not add/edit them.

Response to: Looking for affiliates. Posted December 28th, 2006 in Programming

At 12/28/06 10:56 PM, Jessii wrote: I know that but there are domain proxies that some hosts have so that you don't have that info there. And as a matter of fact, I looked mine up and I wrote a complaint to my registrar/host about how my domain isn't fully proxied :/ They proxied all of the info except the technical contact, which makes it pointless to have. So thanks to you...I looked up my info before I posted that last post.

If you dont mind me asking who does your hosting? I'v had this problem with many sites I'v made, all wanting a fee to remove it.

Response to: Random Affiliate Script. Posted December 28th, 2006 in Programming

Looks good :)

Response to: Random Affiliate Script. Posted December 28th, 2006 in Programming

I wrote this script for ya.

Temp link

http://pastebin.com/846920

All you need to do is add new
link[]="url*img"
to the list

It should be easy to work out.

Response to: javascirpt Posted December 27th, 2006 in Programming

Have a look at Tizag.com. They have easy to understand info for beginners.

Response to: Website Issue Posted December 26th, 2006 in Programming

At 12/26/06 11:06 PM, AcDiK-DR4G0N wrote: I kinda' bought a domain with an idea in my head, but I don't really think it's good. Does anyone have an idea as to what I can do with my domain?

You can always have a personal site showcasing what you can do. That's the only thing that is appropriate in this case.

Response to: Usb! Please Help Posted December 23rd, 2006 in Programming

Mine started doing this after it went in the wash :(

Is this a new usb that's not working? or has it worked before?

Response to: What is wrong? Posted December 23rd, 2006 in Programming

You have to echo out a redirect function (in this case a meta redirect) as well as your message:

<?php
$site = isset($_GET['out_id']);

switch ($site) {
case "newgrounds":
echo '<meta http-equiv="refresh" content="10;URL=http://www.newgrounds.com/">R edirecting to newgrounds[dot]com..in 10 seconds.';
break;
case "other_site":
echo '<meta http-equiv="refresh" content="10;URL=http://www.other_site.com/">R edirecting to other_site[dot]com..in 10 seconds.';
break;
default:
echo "Invalid Id";
}
?>

If you are doing this for a few sites why not set up a function:

<?php
function Goto($site_url){
echo '<meta http-equiv="refresh" content="10;'.$site_url.'">Redirecting to '.$site_url.'..in 10 seconds.';
}

$site = isset($_GET['out_id']);

switch ($site) {
case "newgrounds":
Goto("http://www.newgrounds.com");
break;
case "other_site":
Goto("http://www.other_site.com");
break;
default:
echo "Invalid Id";
}
?>

Response to: Html Includes Posted December 21st, 2006 in Programming

Or it is a html file that is automaticly updated by a php script.
Eg. http://www.newgrounds.com/index.html is updated when someone adds news.

The .shtml needs a server like .php

Response to: Modifying your sessions? Posted December 21st, 2006 in Programming

Just treat them like you would with cookies by encripting the data.

Response to: Why?!? Posted December 20th, 2006 in Programming

At 12/19/06 10:04 PM, blah569 wrote: Warning: Cannot modify header information - headers already sent by (output started at /home/content/b/l/a/blah569/html/virtpets/ind ex.php:7) in /home/content/b/l/a/blah569/html/virtpets/log in.php on line 43

Warning: Cannot modify header information - headers already sent by (output started at /home/content/b/l/a/blah569/html/virtpets/ind ex.php:7) in /home/content/b/l/a/blah569/html/virtpets/log in.php on line 44

This usually happens if you have outputted something that will be displayed before your cookie header information. To fix this check that /virtpets/ind ex.php or /virtpets/log in.php is not outputting anything before any cookie tag.

Response to: so anyone want to chat...? Posted December 20th, 2006 in Programming

Freewebs don't support any server-side language like php.
All free services come with restrictions and bad service.
You best bet is to pay a small fee to get a reliable host with php and all that giz to test on.

Response to: best freewebHosting with mySQL Posted December 19th, 2006 in Programming

Might find this helpful:
http://www.newgrounds.com/bbs/topic.php?id=39 0715

Response to: can you mod this car Posted December 19th, 2006 in Art

At 12/19/06 06:54 AM, Fim wrote: OH NOE It'z on fire!!!

Ah HA hA.

This is a big job that takes hours. No one is gonna do this for you properly.
Best bet is to find a forum that only does car mods in photoshop, (photochops). There's heaps of them.

Response to: Photoshop idea. Posted December 17th, 2006 in Art

At 12/17/06 08:42 AM, fuzz wrote: haha, good job :)

Im not happy with it, the perspective is all wrong. But for five mins it will do.
Good idea tho.

Response to: Photoshop idea. Posted December 17th, 2006 in Art

5 min job. Hope that satisfies whatever ur gonna do with it.

Photoshop idea.

Response to: What is Java-Script? Posted December 16th, 2006 in Programming

Its a client side scripting language. Have a look at http://www.w3schools.com/js/ to find out its capabilities and some uses or Google it.

Response to: Modifiying Php Script Posted December 15th, 2006 in Programming

If you want to echo all of the images you need to count the array.
Before it was set to only output one image.

Script:
http://pastebin.ca/280784

If only outputting one image then elbekko's works.

Response to: *official* Little Girls.big Weapons Posted December 12th, 2006 in Art

NG finally got my posting virginity, Freaks.

Hope you like:

*official* Little Girls.big Weapons