Be a Supporter!
Response to: new account Posted February 11th, 2007 in General

Wow...

Fuckin idiot
Response to: Rip Victoryclock Posted February 11th, 2007 in General

At 2/11/07 09:11 PM, KILLA-LOT wrote:
At 2/11/07 09:10 PM, GODofTheDead wrote: FINALLY!!!!!!!!!!!!!!!

HOOOOOORRRRRAAAAYYYYYY
ur an asshole..

I know.

Response to: Designing an OS? Posted February 6th, 2007 in Programming

Here's an example

#include <iostream.h>
#include <conio.h>
int main() {

int x = 3;
int y = 4;

if (x > y) {
cout << "x is bigger than y" << endl;
}
else {
cout << "x is smaller than y" << endl;
}
getch();
return 0;
}

Response to: Photography Posted January 22nd, 2007 in Art

At 1/22/07 08:11 PM, SkyCube wrote:
At 1/22/07 08:04 PM, cam-foodooism-rocker wrote: here are some i took in the last few days.
#1
#2
#3
Cool pics. I really like the second one, although I think you shouldn't have had the gun in there, it just seems to detract from the "old fashioned" feel it otherwise has. Still nice though.

I dunno, if he was going for old western, the gun would fit in just fine. Or a pistol...they're nice too.

Response to: The Poetic Side of Art Posted January 22nd, 2007 in Art

"At the door"

Sorry, I've messed up before
but the mistakes I've made are in the past
I've written letters while I was away
the more time gone the more I think I had to say

I've messed up before and you just don't see me anymore
but I'm on my way, will you be waiting on the other side?

So open up, I'm at the door, you know what I'm waiting for

I'm just waiting, I know you're there
I can hear your heavy breathing
listen closely 'cause I can only bear my soul just this once
I'm clean and sober now
I only want to be with you now

I've messed up before and you just don't see me anymore
but I'm on my way, will you be waiting on the other side?

So open up, I'm at the door, you know what I'm waiting for.
so open up, I'm at the door, don't leave me standing in the cold.

So open up, i'm at the door, you know what i'm waiting for.
so open up, i'm at the door, don't leave me standing in the cold.

begging for a chance i know i don't deserve
if you don't answer I'll be knocking on heavens door.

Response to: Voting Once Posted January 22nd, 2007 in Programming

At 1/22/07 08:09 PM, cherries wrote:
At 1/22/07 07:58 PM, GODofTheDead wrote: i dunno something like
Why are there so many idiots like you on the programming forum now?

I don't know. I just took a total random guess, so chill, bro.

Response to: Voting Once Posted January 22nd, 2007 in Programming

i dunno something like

<? php
$user = $_GET['username'];
if($user (already voted code);
echo ('You've already voted!');
?>

Response to: Photography Posted January 22nd, 2007 in Art

no it's not a word, lol...at least mozilla says so...

Response to: The Poetic Side of Art Posted January 22nd, 2007 in Art

alright, cool, cool.

Response to: Photography Posted January 22nd, 2007 in Art

here's another

I think this thread is my new home.

Photography

Response to: php typing something else? Posted January 22nd, 2007 in Programming

thanks DFox

Response to: Photography Posted January 22nd, 2007 in Art

oh. i just read the reply over again. nevermind. XD......

Response to: Photography Posted January 22nd, 2007 in Art

That sucks dude. Where do you live? I have the US...beh.

Response to: The Poetic Side of Art Posted January 22nd, 2007 in Art

Since we're all sharing poems XD

"Tell Me About Myself"

I was bored with everything
I needed something more exciting.
I never thought that this would last,
I took the test and barely passed.

Now I'm hung up, hung up on you
And i dont know, dont know what to do.

So you should tell me about myself
So I dont live with all thse regrets
Tell me something I dont know
And thats alot alot but i'm sure it shows.

I knew that i was waisting time,
i canlled you up to drop a line.
I stuttered every word i rehearsed,
I knew from then we'd be cursed.

I made my peace with you and me,
I die at the thought we're not meant to be.
I dug my grave and I'll lie in it,
i said the sin in sex brings regrets.

Now I'm hung up, hung up on you
And i dont know, dont know what to do.

So you should tell me about myself
So I dont live with all thse regrets
Tell me something I dont know
And thats alot alot but i'm sure it shows.
And you can analyze my life
Tell me all the things i didnt do right
But dont make a fool of me
Cus I'm too embarrassed for everyone else to see.

And I'm horrible, so encouragable, I am vulnerable, and so emotional.
I lie about everything, even the simplest things
I hear the phone when it rings,I throw up if i swing,
I dont think i can sing, I still think I'm the King.

php typing something else? Posted January 22nd, 2007 in Programming

So I want to have a php text field where say if somebody types the letter 'A' it would come out in binary, or leet, the users choice. How would i go about doing something like this?

Response to: Photography Posted January 22nd, 2007 in Art

here's a cool photo i took in our baseball field. my friends are the ones walking.

http://alostsoul.frih.net/field..jpg

Response to: Javascript Question Posted January 22nd, 2007 in Programming

Nope. Javascript can been seen by everyone and can link to see the script. Sorry.

Response to: Ngbbsstats V1 Posted January 21st, 2007 in Programming

nice

Response to: Which Should I Use; Xml Or... Posted January 21st, 2007 in Programming

I'd say MySQL, just check around the 'creat database' area for it.

at least that's where mine is
Response to: ack...i still need help Posted January 14th, 2007 in Programming

At 1/14/07 03:11 AM, DFox wrote: Just got to it.

OK, I see the news...

Do you mean you just want to center it like that without using &nbsp;? Wouldn't a <center> do?

Or do you mean right aligned?

Because on my res your news text is centered.

I want the table to be at the right of the menu, but not all the way. i want it in th middle of the space right of the menu

Alt
Response to: PHP Code showing up and not... Posted January 8th, 2007 in Programming

At 1/8/07 06:08 PM, blah569 wrote: Is this what you want?

if ($_POST['form']){
$username = $_POST['username'];
echo $username;
}else{?>
<form name='form' method='post'>
<input type='text" name='username'>
<input type='submit' name='submit' value='Done!'>
</form>
<?}?>

No. All I want is the page to show PHP code.

Response to: PHP Code showing up and not... Posted January 8th, 2007 in Programming

Like i said, i fixed all the errors

Response to: PHP Code showing up and not... Posted January 8th, 2007 in Programming

At 1/8/07 04:19 PM, OneWhoListens wrote: Did you google the problem? Somebody may have already come across it. And there are a lot of other programming forums -*gasp*- that you could look it up in.
Sorry for the no-helpingness.

Yeah, I was looking around google for a while

Response to: PHP Code showing up and not... Posted January 8th, 2007 in Programming

At 1/8/07 04:10 PM, OneWhoListens wrote: I don't know if this is it, but aren't you trying to get post method information with $_GET? Isn't that a problem?

This isn't for me to use, it's for people to learn. I fixed all the errors. All i want to know is how to show PHP code on a page without it executing.

Response to: PHP Code showing up and not... Posted January 8th, 2007 in Programming

At 1/8/07 04:05 PM, OneWhoListens wrote: In that case it may be something I don't know about, I'm pretty new at PHP.
this is HisInfernalMajesty's alt

oops. i forgot a form which is why you didn't see the two user names match up

<form name="form1" method="post" action="recievefile.php">
<input type="text" name="username" />
<input type="submit" name="submit" value="Done!">
</form>

<form name="form1" method="post" action="recievefile.php">
<input type="text" name="text1" />
<input type="submit" name="submit" value="Done!">
</form>

<?php
$username = $_GET<'username'>;
echo ("Hello, $username. <br /> Have a nice day!");
?>

Response to: Newgrounds London Meetup 2007. Posted January 7th, 2007 in General

At 1/6/07 07:30 PM, Paradox wrote: I'd go, but I think I'd look like a right dumbfuck being a thirteen year old hanging round with people, some of which are twice my age.

lol.

agreed

Response to: A Php Question ^_^ (I think) Posted January 7th, 2007 in Programming

You're welcome.

Response to: A Php Question ^_^ (I think) Posted January 7th, 2007 in Programming

Did everything work for you?

Response to: A Php Question ^_^ (I think) Posted January 7th, 2007 in Programming

At 1/7/07 01:16 AM, Loccie wrote:
At 1/7/07 01:14 AM, GODofTheDead wrote: you can change they 'You are logged in as' of course
He can also change the $_SESSION['username'] to what fits on his site.

yeah

Response to: A Php Question ^_^ (I think) Posted January 7th, 2007 in Programming

I have this code on my site. it shows 'You're logged on as (thepersonsusername)

<?php
session_start();
if (isset($_SESSION['username']))
{
echo 'You are logged in as ' . $_SESSION['username'];
}
?>

you can change they 'You are logged in as' of course