Welcome to Gaia! ::

Reply Meri & Kimi's Inc.
The Chatterbox: Where business is busy. Goto Page: [] [<<] [<<] [<] 1 2 3 ... 2699 2700 2701 2702 2703 2704 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Thu Dec 29, 2005 11:18 pm


Unknown Variable
My leetness strikes worldwide. There's nothing he can do to stop me! XD


From Peter:
:blinks: ..........I am immune to your 1337ness. I was inuculized at Basic. ^_^ Just try, and I shall do some..................thing .........uh.....AWESOME! And, cheese! Cheese shall ruleeeeeeeeeeeeeeeeeeeeeeeeeee from a place called :finger motions: "Death Star" :stops motion: And there's NOOOOOOOTHING you can do about it ...BWAHAHAHAHAHAHA :comences evil laughter, only to stop abruptly and cough:

Bridge: *Blink* ooo...kay o.o *Pats*
PostPosted: Thu Dec 29, 2005 11:19 pm


Alex - xd heart Best summary EVER!

BridgeChan - Awwwwwwwwww~

Anyone - I just found a picture of me from like 4 years ago. (Or more...)
http://www.maheufamily.com/images/photoalbum/1/niagara_005.jpg
The two kids are my little brothers Jake and Dylan. (Jake is the one doing the snazzy Sailor Moon pose)

LadyDelaidra
Crew

Romantic Prophet


BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Thu Dec 29, 2005 11:23 pm


LadyDelaidra
BridgeChan - Awwwwwwwwww~

Anyone - I just found a picture of me from like 4 years ago. (Or more...)
http://www.maheufamily.com/images/photoalbum/1/niagara_005.jpg
The two kids are my little brothers Jake and Dylan. (Jake is the one doing the snazzy Sailor Moon pose)


Hee hee, bebe thinks his jawline is huge in that pic, lol.

And awww! It's Lady D! So pretty ^_^!
PostPosted: Thu Dec 29, 2005 11:24 pm


Thankyou. ^___^ Teehee~

I liked that bathing suit, too, but sadly I don't have it any longer. It died. T^T

LadyDelaidra
Crew

Romantic Prophet


BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Thu Dec 29, 2005 11:27 pm


LadyDelaidra
Thankyou. ^___^ Teehee~

I liked that bathing suit, too, but sadly I don't have it any longer. It died. T^T

Aww ;-; My favorite bathing suit got stolen by my sister, lol
PostPosted: Thu Dec 29, 2005 11:29 pm


Ashley: But it's so TRUE! xD Like nothing else happened. rofl

Peter: But inuculized isn't a word! Do you happen to mean inoculated?! :O

Either way! *puts up indestructable wall of code*

if(empty($errors)) {
$name = $_POST['name']
$email = $_POST['email']
$comment = $_POST['comment']

$comment_query = "INSERT INTO merini_comment (id, name, email, comment, date, visiblility) VALUES (NULL, '$name', '$email', '$comment', NOW(), 1)";
$comment_result = @mysql_query($comment_query)
if($comment_result) {
// The comment was entered. What happens next?
$page_title = "Merini :: Thank You";
include('./header.php')
echo 'Thank you for your comments.';
include('./footer.php')
exit()
} else {
// The comment was not entered. Now we need an error message.
$page_title = "Merini :: Error";
include('./header.php')
echo 'An error occured, and your comment was not submitted. Please click here to continue.';
include('./footer.php')
exit()
}

Unknown Variable
Crew

Familiar Citizen


LadyDelaidra
Crew

Romantic Prophet

PostPosted: Thu Dec 29, 2005 11:31 pm


Awwww ;-;

My bathing suit now is cute. xD It's like BRIGHT red.
PostPosted: Thu Dec 29, 2005 11:32 pm


Unknown Variable
Peter: But inuculized isn't a word! Do you happen to mean inoculated?! :O

Either way! *puts up indestructable wall of code*

if(empty($errors)) {
$name = $_POST['name']
$email = $_POST['email']
$comment = $_POST['comment']

$comment_query = "INSERT INTO merini_comment (id, name, email, comment, date, visiblility) VALUES (NULL, '$name', '$email', '$comment', NOW(), 1)";
$comment_result = @mysql_query($comment_query)
if($comment_result) {
// The comment was entered. What happens next?
$page_title = "Merini :: Thank You";
include('./header.php')
echo 'Thank you for your comments.';
include('./footer.php')
exit()
} else {
// The comment was not entered. Now we need an error message.
$page_title = "Merini :: Error";
include('./header.php')
echo 'An error occured, and your comment was not submitted. Please click here to continue.';
include('./footer.php')
exit()
}

......bebe....I do believe you've been pwned o.o;; I stil love yooooooouuu! ;0; lol

BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400

BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Thu Dec 29, 2005 11:33 pm


LadyDelaidra
Awwww ;-;

My bathing suit now is cute. xD It's like BRIGHT red.

I have a black, white, and red two piece tanknie XD lol
PostPosted: Thu Dec 29, 2005 11:36 pm


Mine's red with white trim. A triangle top and boybottoms, but they're like really low risers. xD:; I didn't realise how low they were until I went to a water park in them.

LadyDelaidra
Crew

Romantic Prophet


BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Thu Dec 29, 2005 11:41 pm


Unknown Variable

Peter: But inuculized isn't a word! Do you happen to mean inoculated?! :O

Either way! *puts up indestructable wall of code*

if(empty($errors)) {
$name = $_POST['name']
$email = $_POST['email']
$comment = $_POST['comment']

$comment_query = "INSERT INTO merini_comment (id, name, email, comment, date, visiblility) VALUES (NULL, '$name', '$email', '$comment', NOW(), 1)";
$comment_result = @mysql_query($comment_query)
if($comment_result) {
// The comment was entered. What happens next?
$page_title = "Merini :: Thank You";
include('./header.php')
echo 'Thank you for your comments.';
include('./footer.php')
exit()
} else {
// The comment was not entered. Now we need an error message.
$page_title = "Merini :: Error";
include('./header.php')
echo 'An error occured, and your comment was not submitted. Please click here to continue.';
include('./footer.php')
exit()
}


:blinks, staring hard at the code: Damnit...Where is the autistic boy from Mercury Rising when you need him? Damn you Bruce Willis! :shakes fist:
I shall just have to stun you with my abundance of Sarcasm, cheap booze, and ....insesent coughing. Arrrgg.. the coughing! :takes cough suppresant: Oi @_@ :wanders around in a half-drunken haze:
PostPosted: Thu Dec 29, 2005 11:41 pm


*hugs everyone * I miss you guys T___T;

Care_e

Friendly Friend


LadyDelaidra
Crew

Romantic Prophet

PostPosted: Thu Dec 29, 2005 11:42 pm


*hugs Kari* heart heart
PostPosted: Thu Dec 29, 2005 11:45 pm


Hi ladyD! How are you?

Care_e

Friendly Friend


BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Thu Dec 29, 2005 11:45 pm


Hey Kari ^_^ <3

And I think I'm going to drag bebe to bed since he as work in the morning XD lol

Good night guys ^_^!

*Hugs all!*
Reply
Meri & Kimi's Inc.

Goto Page: [] [<<] [<<] [<] 1 2 3 ... 2699 2700 2701 2702 2703 2704 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum