Be a Supporter!
Response to: I made a dress up game with a Posted April 2nd, 2008 in Game Development

At 4/2/08 05:00 PM, El-Presidente wrote: Actually...put:
stop();
[not capitalized]

Yeah your'e right, sorry im used to just using he esc st command for stopping.

Response to: I made a dress up game with a Posted April 2nd, 2008 in Game Development

At 4/2/08 04:48 PM, ZayanuZaroc wrote: I made a dress up game with a preloader but instead for first using the preloader and then letting you play it rushed through the game so that you had less then 1 second to play!
How do I make it stop at a special frame?

put this action script on the frame that you want it to stop on

Stop();

Response to: Going Higher Than 256? Posted March 31st, 2008 in Game Development

You can't that i know of, but that .Gif looks ok to me,most of them look like that colour quality

Response to: Php allow memory Posted March 30th, 2008 in Programming

AH I've fixed it, really stupid mistake, I accedentally entered exactly whats posted above into db.php .

Response to: Php allow memory Posted March 30th, 2008 in Programming

At 3/30/08 02:29 PM, Jon-86 wrote: Theirs no such thing as unlimited space ;-) But the disk space you are allocated has nothing to do with the amount of RAM you have at your disposal.

My only guess is you have an infinate loop somewhere. Either that or somethings hogging all the RAM on the server your using. Thats all anyone can say without seeing your code or giving us more info about your setup.

<?php

include("db.php");

$table = 'ecards';

$message_text = "Hello";
$to_name = "sender";
$from_name = "'reciever";

mysql_pconnect( $host, $user, $pass);
mysql_select_db ($database);

$query = "INSERT INTO $table (message_text, to_name, from_name) VALUES ('$message_text', '$to_name', '$from_name')";
mysql_query ($query) or die ( mysql_error() );
echo "Successful Submission";

?>

The include file "db.php" is just the file that contains my mysql database's login information

If this helps, im following the tutorial on cartoonsmart.

Response to: Spring Break... Posted March 30th, 2008 in General

I'm gonna do what I do every year, decide that im going to actually DO somthing every day weather it just be seeing friends or somthing productive, and get all my homework done early, but then in the end i end up sleeping untill 12 then just sit about all day on the internet/Xbox/Wii, then repeat.

Response to: Would you do this Posted March 30th, 2008 in General

Hell yes,
I'd do it in my spare time, not just my job!

Php allow memory Posted March 30th, 2008 in Programming

Hi, i'm trying to put an Ecard feature on my site, but when I try to test the php file which adds the information the user enters into a mysql table, i get this error returned;

Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4864 bytes)

I've got unlimited web space on my server, so I know I'm not out of space, plus i can still add other pages which work, so does anyone know what this is?

Response to: I thik I'm a thread murderer Posted March 29th, 2008 in General

At 3/29/08 09:36 PM, HooglyBoogly wrote: Post again in this thread and see what happens

I'm scared to, I don't want to kill again!

I thik I'm a thread murderer Posted March 29th, 2008 in General

I've just been going through my old posts, and I noticed alot of threads have died either on my reply, or after only a couple after it, I think I'm a thread killer :(

Response to: add users name to site Posted March 26th, 2008 in Programming

At 3/26/08 06:02 PM, elbekko wrote: <script type="text/javascript">
var name = prompt("Tell me your name:", "Type your name here");
document.write('<span class="style2">' + name + '</span>');
</script>

Try that.

yeah that works thanks

add users name to site Posted March 26th, 2008 in Programming

Hi, im trying to add a feature to my site, where the user enters their name when the go onto it, and then their name is put into the sites text. This NEEDS to be done bia a javascript alert box, so I've used the code;

<script type="text/javascript">
var name = prompt("Tell me your name:", "Type your name here");
</script>

then to get the name on the text on the page i added this;

<script type="text/javascript">
var name = prompt("Tell me your name:", "Type your name here");
<span class="style2">(+name)</span>
</script>

But then nothing happened, so I took the text part out side of the script tags, so it looked like this;

<script type="text/javascript">
var name = prompt("Tell me your name:", "Type your name here");
</script>
<span class="style2">(+name)</span>

but that just put "(+name)" on the page, rather than what the user enters. So can any one help point me in the right direction?

cheers

Response to: pimp's unlocked the final secret? Posted March 25th, 2008 in General

I never once thought I'd be posting in the same post pimp has only s couple of days after.

Response to: Who is Luigi's True Love? Posted March 24th, 2008 in General

15 Daisy
5 Mario
3 Yoshi
2 Peach
2 Birdo
2 Noodleboy111's dog
2 Acer456
2 Bugs Bunny
2 Cancer
2 A giant Dick
2 Bugs Bunny
2 The Flood
1 Ada Wong
1 Toadette
1 God Rugal
1 Bowser
1 Mailman
1 Waluigi
1 RedDreadSky
1 Dimento
1 Wario
1 Goombella
1 zthesnarfx
1 Acer456's dad
1 Baby Bowser
1 Shitpckle
1 Bagel
1 Donkey kong
1 Pikachu
1 The Badger
1 Adriel
1 Poltergeist 3000
1 Leon
1 Shoop
1 Spaghetti
1 R.O.B.
1 Rosilane
1 Leon S. Kennedy
1 Toad
1 Link
1 DrClay's apple
1 Paris Hilton
1 Donald Duck
1 1 UP Mushroom
1 Berserker
1 Christmas Poo
1 Magnamon
1 Tom Cruise
1 cancer of the penis
1 Dr. Salvador
1 Zac Efron
1 Eclaire
1 Bunny
1 Chuck Norris
1 longcat
1 HAYF

Response to: Cocaine is good for you? Posted March 24th, 2008 in General

I realise a few people have pointed this out already but it's called sarcasm, it's funny because it's Ironic, he wasn't being serious. Im looking at you;

slackerzac
The-Eagle
wtfyourface
StickyWicky
TriSalixLycan
ScratchBattery
DP36
ngmastah
SaltshakerClock

Response to: is it safe to delete .htaccess Posted March 18th, 2008 in Programming

At 3/18/08 02:46 PM, citricsquid wrote: Deleting it allows people to access the config,php and common.php files.
Presumably the 500 error (internal server error?) is caused by Permissions problems.
Try seeing if you have any files CHmodded as 777 and change them to 666.

Thanks, the error log said it was an issue with the .htaccess file (im using streamline, according to other users its an issue with their server), i can't find any files which are 777, but i think im going to stick with phpBB2 for now, thanks anyway.

is it safe to delete .htaccess Posted March 18th, 2008 in Programming

Hi,
I'm trying to set up a forum for my site using phpBB3, I've previously been using phpBB2, which worked fine, but when i try to access it i get a Error 500 message, I've figured I can still get it to work if I delete the .htaccess file, but im worrid if this is safe or not, as it's apparently some sort of protection file, the contents in the file are;

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

Response to: Zelda figures, help? Posted March 15th, 2008 in General

I'd get the plain link one.

Response to: I wanna be the guy Posted March 15th, 2008 in General

Don't get me started on I wanna be the (FUCKING) guy, the person who made that hates the human race, he's an evil evil bastard!

Response to: your first shave? Posted March 15th, 2008 in General

I've only started recently, I have a friend who started at 13 though

Response to: Longest walk you have ever taken Posted March 15th, 2008 in General

Me and my friends once walked to the nearest town from my house (I live in the middle of nowhere) figuring it can't be that far, it only takes about 10 minuets by car, it turned out to be an 8 mile walk....uphill :S

Response to: Going out is over for me. Posted March 15th, 2008 in General

At 3/15/08 08:27 PM, GayForGirls wrote: I stopped going out.

Cost too much money, too much brain cells, and too much troubles.
Seriously. I went out like three weekends in a row, and I was supposed to go out this evening, but after a big fight with my mom, and loosing my bank card... I decided to go back to the old days and just lurk NG and stay home.

The stress is too fucking hard. DOn't you agree? Finding parties, getting the money, getting the people, getting there on time...
Seriously, it's over. I don't care if people laugh at me again because I don't come out of the house. I don't care.

Your opinion on the bad sides of going out?

Welcome back!! and yeah, im not a big fan of going out, namly because i almost always do something i wish I hadn't, whereas when i stay in, I still do weird stuff, but no one ever knows about it.

Response to: Maps (cover) Posted March 15th, 2008 in General

Nobody will ever to Gary Brolsma for a home music video!

Response to: Scariest fucking phone call Posted March 15th, 2008 in General

That sounds similar to that urban egend where someguy is calling frominside the house, and then procedes to murdering the baby sitter. I'd get the hell out of there if i were you!!!!

Response to: The 2008 user made sig. Posted March 15th, 2008 in General

I know I've only got 300 odd posts, but can I add, this;

I spend more time reading posts rather than posting.

The 2008 user made sig.

Response to: Thread of disappointment, Posted March 13th, 2008 in General

Can you post a reply to us so that we know that your still alive, seriously, suicide is not the way out!

Response to: Thread of disappointment, Posted March 13th, 2008 in General

Here's a link to the Samaritains http://www.samaritans.org/
or if you live outside the uk, and ireland, there's this site; http://www.befrienders.org/

Response to: Thread of disappointment, Posted March 13th, 2008 in General

Don't commit suicide man, it's all part of being a teenager, hundreds of people have been through the same feelings as your going through now, SUICIDE IS NOT THE ANSWER!! You'll get through it. you should probably seek professional advice, here in the uk, we have a hotline for people feeling depressed, i believe it's called the Samaritans, if you live outside the u.k, im sure there's something similar in your country. :)

Response to: 2 extra pixels Posted March 12th, 2008 in General

At 3/12/08 12:47 PM, RacistBassist wrote: Ive noticed that also and always wondered what they were for.

After about a minute of thinking about I said fuck it and got back to watching Scrubs

Strange, I was watching scrubs when i started this thread.

2 extra pixels Posted March 12th, 2008 in General

Ive noticed on most Standard def T.V's, there's 2 extra pixes (one either side of the image) along the thin black strip that runs down the side vertically, but they don't seem to be on HD screens or plasma screens, does any one know what they're for. Don't ask how i noticed them, i have no idea whatsoever.

2 extra pixels