The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsI 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!.
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!
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!
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?
Vector cat throwing up = Yum! Hope you enjoy.
Take a deep fucking breath...
... The world is coming to this:
Sorry dude, you wont get help here for flash related questions.
Try the flash forum.
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;
}
}
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;
?>
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.
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..."
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");
?>
What do you mean? Css can only change the styles of elements not add/edit them.
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.
I wrote this script for ya.
Temp link
All you need to do is add new
link[]="url*img"
to the list
It should be easy to work out.
Have a look at Tizag.com. They have easy to understand info for beginners.
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.
Mine started doing this after it went in the wash :(
Is this a new usb that's not working? or has it worked before?
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";
}
?>
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
Just treat them like you would with cookies by encripting the data.
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.
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.
Might find this helpful:
http://www.newgrounds.com/bbs/topic.php?id=39 0715
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.
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.
5 min job. Hope that satisfies whatever ur gonna do with it.
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.
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.
NG finally got my posting virginity, Freaks.
Hope you like: