The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.38 / 5.00 36,385 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 13,902 ViewsAt 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.
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();
You can't that i know of, but that .Gif looks ok to me,most of them look like that colour quality
AH I've fixed it, really stupid mistake, I accedentally entered exactly whats posted above into db.php .
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.
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.
Hell yes,
I'd do it in my spare time, not just my job!
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?
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'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 :(
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
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
I never once thought I'd be posting in the same post pimp has only s couple of days after.
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
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
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.
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>
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!
I've only started recently, I have a friend who started at 13 though
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
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.
Nobody will ever to Gary Brolsma for a home music video!
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!!!!
I know I've only got 300 odd posts, but can I add, this;
I spend more time reading posts rather than posting.
Can you post a reply to us so that we know that your still alive, seriously, suicide is not the way out!
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/
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. :)
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.
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.