(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-16-24 01:53 PM
0 users currently in General Chat.
Acmlm's Board - I3 Archive - General Chat - Cat names? New poll | |
Pages: 1 2 3Add to favorites | Next newer thread | Next older thread
User Post
emcee

Red Super Koopa


 





Since: 11-20-05

Last post: 6297 days
Last view: 6296 days
Posted on 03-07-06 06:01 AM Link | Quote
I see everyone's got cat related words added to their names. What determines what words are added? Or is it just at random?


(edited by emcee-cat on 03-07-06 05:04 AM)
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6297 days
Posted on 03-07-06 06:23 AM Link | Quote
Originally posted by emcee-cat
I see everyone's got cat related words added to their names. What determines what words are added? Or is it just at random?

I made a thread about that before you did.
emcee

Red Super Koopa


 





Since: 11-20-05

Last post: 6297 days
Last view: 6296 days
Posted on 03-07-06 06:42 AM Link | Quote
No you didn't.
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6297 days
Posted on 03-07-06 06:45 AM Link | Quote
Originally posted by emcee-cat
No you didn't.

Yes I did. In the Craziness Domain!
Skydude

Armos Knight








Since: 02-18-06
From: Stanford, CA

Last post: 6570 days
Last view: 6570 days
Posted on 03-07-06 07:06 AM Link | Quote
True, but yours is just a general craziness-related one, whereas this one raises a point, and in fact one that I'm interested in. I wonder how it was determined.
Trapster

King Dedede



 





Since: 11-19-05
From: Sweden

Last post: 6404 days
Last view: 6296 days
Posted on 03-07-06 07:13 AM Link | Quote
By some reason all cat names sounds good too. It must be determined by how the different suffixes sounds.

We just had a cat fad, though.
D 2007
D


 





Since: 02-19-06

Last post: 6344 days
Last view: 6344 days
Posted on 03-07-06 07:21 AM Link | Quote
Well, you asked a question, so I went right to the source. He was kind enough to provide the entire source, too.

<?php
// cat name gen, try not to use it much, hehe
// also: I apologize if anyone reads these comments, it was like 2 AM when i wrote them
// and I should've been sleeping, haha
require 'lib/function.php';
// let's get all the users
$sql = mysql_query("SELECT `id`, `oldname` FROM `users` WHERE `oldname` <> ''"); // we only want ones with an old name set, to aavoid breaking things
// define that array I was talking about in the loop that I forgot about
$suffixes = array("-kitty", "-neko", "-kitten", "-cat", "-felinian");

print "<body bgcolor=000020><pre><font color=c0c0f0>"; // prep the shit
// loop through users
// you know what you doing.
while ($thedata = mysql_fetch_array($sql)) {
if ($thedata['id'] != 424 && $thedata['id'] != 20) {
// (note to self: define an array first, you moron.)
// okay, array defined, let's start this shit
// pick a turd, any turd
$s = rand(0, count($suffixes) - 1);
$id = $thedata['id'];
// LOL NEKOIZER
$nam = $thedata['oldname'] . $suffixes[$s]; // attach the shit
$nam = str_replace(" +", "", $nam); // replace the shit
$stat = mysql_query("UPDATE `users` SET `name` = '". addslashes($nam) ."' WHERE `id` = '$id'"); // update the shit
if ($stat == 1)
$stat = "<font color=c0f0c0>OK</font>";
else $stat = "<font color=f0c0c0>Error</font> <font color=f08080>". mysql_error() ."</font>";
$dn = str_pad($nam, 35, " "); // format the shit
print htmlspecialchars($dn) ."\t[$stat]\n"; // print the shit
// see next line, doofus // update the shit
$kitties++;
}
}
print "\n$kitties new kitties =^_____^=";
// end the shit
?>
Xkeeper
Took the board down in a blaze of glory, only to reveal how truly moronical ||bass is.


 





Since: 11-17-05
From: Henderson, Nevada

Last post: 6296 days
Last view: 6296 days
Skype
Posted on 03-07-06 07:34 AM Link | Quote
You were supposed to remove the comments...
Adagio

10








Since: 02-23-06

Last post: 6351 days
Last view: 6299 days
Posted on 03-07-06 08:23 AM Link | Quote
Well this is an interesting coincidence...
KP

Goomba








Since: 03-01-06
From: Canada

Last post: 6517 days
Last view: 6517 days
Posted on 03-07-06 09:17 AM Link | Quote
It wouldn't have been funny without the comments... update the shit was interesting, and so was define that array I was talking about in the loop that I forgot about.


(edited by KP-felinian on 03-07-06 08:18 AM)
Skydude

Armos Knight








Since: 02-18-06
From: Stanford, CA

Last post: 6570 days
Last view: 6570 days
Posted on 03-07-06 09:32 AM Link | Quote
Without the comments, then a lot of it is completely meaningless to those of us who don't know how to program in php...with the comments, it's a fun read, but I still don't get how it was determined how the suffixes were added on.
Ailure

Mr. Shine
I just want peace...








Since: 11-17-05
From: Sweden

Last post: 6297 days
Last view: 6296 days
Posted on 03-07-06 09:37 AM Link | Quote
Bet people was looking in my direction when this happened.

Can say, it wasn't my idea. :/
Waddler-D

Waddle Dee








Since: 12-05-05
From: Orange Ocean, Popstar

Last post: 6574 days
Last view: 6574 days
Posted on 03-07-06 10:07 AM Link | Quote
Ha! Ailure... well, now that I think about it. *Looks at XK and then shrugs* Though, I THOUGHT I had figured out the suffix bit, and almost decided that suffixes determine on the last letter in their actual name being a vowel or not. But now looking at this thread, I honestly can say that there was just randomly placed.

*Mumbles* And me getting stuck with neko ears. *Points them with his stubby arm...*
Snow Tomato

Snap Dragon








Since: 12-31-05
From: NYC

Last post: 6317 days
Last view: 6302 days
Posted on 03-07-06 10:47 AM Link | Quote
It seems I didn't have a choice in the matter. I actually dislike cats unless they're sleeping. Then they can't plot their evil schemes... not if they're sleeping. Moving, awake cats always seemed sinister to me. But:



how could you possibly say no to that face?
Sin Dogan

860

Uoodo Original Blend Armored
Trooper Votoms Canned Coffee!



 





Since: 11-17-05

Last post: 6301 days
Last view: 6300 days
Posted on 03-07-06 12:17 PM Link | Quote
Originally posted by Ailure-kitty
Bet people was looking in my direction when this happened.

Can say, it wasn't my idea. :/



Originally posted by Xkeeper
I, Xkeeper, solemnly swear that I was forced (at gunpoint) to do Ailure's bidding and change all of you to cute little kitties. Sorry!
(p.s.: this message has a 1 in 100 chance to appear, heh)



Parasyte +

Red Paragoomba


 





Since: 01-05-06

Last post: 6618 days
Last view: 6618 days
Posted on 03-07-06 01:01 PM Link | Quote
The cat names are terrible. Can this board go a single day without doing something utterly stupid?
Chickenlump

Paratroopa








Since: 11-18-05
From: Columbia City Indiana

Last post: 6352 days
Last view: 6333 days
Posted on 03-07-06 01:03 PM Link | Quote
Wooo

I made a new avatar for the day, it's a pink Neko-Nu!




I just recently took in a stray cat (I think it's a cat... I need to cut away all that hair....). It's cute and cuddly and poops alot.
Thoughtless
[Danielle] Thoughtless is my secret lover
[Danielle] *flutters eyelashes*
[Thoughtless] SECRET IS OUT

I miss my two pussies :( (Part II)


 





Since: 11-17-05
From: PR

Last post: 6297 days
Last view: 6296 days
Posted on 03-07-06 01:16 PM Link | Quote
Originally posted by Ailure-kitty
Bet people was looking in my direction when this happened.

Can say, it wasn't my idea. :/


Yes. The first thought that came to my mind was "Ugh. Kill Ailure. Now"
Googie

390








Since: 11-22-05
From: Corona Queens New York

Last post: 6299 days
Last view: 6299 days
Posted on 03-07-06 02:46 PM Link | Quote
I wish I could have a cat (for my mom actually) but they trigger my asthma. I give cats props tho, they have no mercy for rodents. xD
insectduel

Lantern Ghost
Not welcome here anymore.








Since: 11-18-05
From: Bronx, New York

Last post: 6539 days
Last view: 6334 days
Posted on 03-07-06 02:47 PM Link | Quote
Insects and cats do not mix. Unless I see a hybrid of it but it's not worth a try. Anyway I have a cat at home who always bite me and rubbing me. It's weird too. My cat's gender is female so I should be one too for a little bit.


(edited by insectduel-kitty on 03-07-06 01:48 PM)
Pages: 1 2 3Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - General Chat - Cat names? |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.034 seconds; used 439.95 kB (max 568.26 kB)