You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Crolpa'

We found 30 matches.


<< < > >>

Viewing 1-30 of 30 matches.

1.

None

Topic: Ng Shirt Design - Art Thread

Posted: 10/22/07 03:47 AM

Forum: 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


2.

Elated

Topic: B/P ranks 51+

Posted: 08/16/07 03:37 AM

Forum: 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!


3.

Winking

Topic: B/P ranks 51+

Posted: 08/15/07 02:22 AM

Forum: 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!


4.

Questioning

Topic: B/P ranks 51+

Posted: 08/14/07 07:27 AM

Forum: 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?


5.

Happy

Topic: [Official] Cereal Boxes

Posted: 03/29/07 02:21 AM

Forum: Art

Vector cat throwing up = Yum! Hope you enjoy.

Take a deep fucking breath...

... The world is coming to this:

[Official] Cereal Boxes


6.

None

Topic: need help w/ tetris+AS Main

Posted: 01/22/07 09:26 AM

Forum: Programming

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


7.

None

Topic: Javascript form validation...

Posted: 01/08/07 09:22 PM

Forum: 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;
}
}


8.

Happy

Topic: Echoing Entire Page With Php

Posted: 01/08/07 09:46 AM

Forum: 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;
?>


9.

None

Topic: Quick Question About Excel (xml)

Posted: 12/30/06 02:53 AM

Forum: 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.


10.

None

Topic: Mini-pop up window

Posted: 12/29/06 02:12 AM

Forum: 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..."


11.

None

Topic: CSS- Image links..

Posted: 12/28/06 11:41 PM

Forum: 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");
?>


12.

None

Topic: CSS- Image links..

Posted: 12/28/06 11:31 PM

Forum: Programming

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


13.

Questioning

Topic: Looking for affiliates.

Posted: 12/28/06 11:28 PM

Forum: 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.


14.

None

Topic: Random Affiliate Script.

Posted: 12/28/06 11:23 PM

Forum: Programming

Looks good :)


15.

Happy

Topic: Random Affiliate Script.

Posted: 12/28/06 10:59 PM

Forum: 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.


16.

None

Topic: javascirpt

Posted: 12/27/06 06:41 AM

Forum: Programming

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


17.

None

Topic: Website Issue

Posted: 12/26/06 11:50 PM

Forum: 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.


18.

None

Topic: Usb! Please Help

Posted: 12/23/06 09:54 AM

Forum: 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?


19.

Thinking

Topic: What is wrong?

Posted: 12/23/06 09:42 AM

Forum: 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";
}
?>


20.

None

Topic: Html Includes

Posted: 12/21/06 04:06 AM

Forum: 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


21.

None

Topic: Modifying your sessions?

Posted: 12/21/06 04:05 AM

Forum: Programming

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


22.

None

Topic: Why?!?

Posted: 12/20/06 07:17 AM

Forum: 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.


23.

Happy

Topic: so anyone want to chat...?

Posted: 12/20/06 07:02 AM

Forum: 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.


24.

Happy

Topic: best freewebHosting with mySQL

Posted: 12/19/06 07:16 AM

Forum: Programming


25.

Shouting

Topic: can you mod this car

Posted: 12/19/06 07:10 AM

Forum: 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.


26.

None

Topic: Photoshop idea.

Posted: 12/17/06 08:51 AM

Forum: 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.


27.

Questioning

Topic: Photoshop idea.

Posted: 12/17/06 08:36 AM

Forum: Art

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

Photoshop idea.


28.

None

Topic: What is Java-Script?

Posted: 12/16/06 02:07 AM

Forum: 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.


29.

None

Topic: Modifiying Php Script

Posted: 12/15/06 11:34 PM

Forum: 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.


30.

Happy

Topic: *official* Little Girls.big Weapons

Posted: 12/12/06 05:44 AM

Forum: Art

NG finally got my posting virginity, Freaks.

Hope you like:

*official* Little Girls.big Weapons


All times are Eastern Standard Time (GMT -5) | Current Time: 03:53 PM

<< < > >>

Viewing 1-30 of 30 matches.