The Daily Static
  The Daily Static
UF Archives
Register
UF Membership
Ad Free Site
Postcards
Community

Geekfinder
UFie Gear
Advertise on UF

Forum Rules
& FAQ


Username

Password


Create a New Account

 
 

Back to UserFriendly Strip Comments Index

ARS setup--getting closer! by i_am_pi2006-11-19 12:55:59
  what's the table name? by tigermouse2002-06-12 08:21:50
    Flrm. by i_am_pi2002-06-12 09:14:58
      yep! by i_am_pi2002-06-12 09:26:04
        now to track it down to whatever the problem is... (n/t) by i_am_pi2002-06-12 09:32:51
          okay, Now i see the prob by Yohimbe2002-06-12 10:14:22
            OK, now the "approve articles" link just barfs. by i_am_pi2002-06-12 11:57:23
              Man, I'm batting a thousand here. by Yohimbe2002-06-12 11:59:40
                (clickety-click) by i_am_pi2002-06-12 12:04:57
                  replace the news table. Its got legacy stuff in it by Yohimbe 2002-06-12 12:25:39
drop TABLE NEWS;

CREATE TABLE NEWS (
ID int(20) NOT NULL auto_increment,
TIMESTAMP timestamp(14) NOT NULL,
USERNAME varchar(15) NOT NULL default '',
HEADLINE varchar(150) default NULL,
EXPIRETIME int(14) NOT NULL default '0',
PREVIEW text,
MESSAGE text,
STATUS enum('active','inactive') default NULL,
PRIMARY KEY (ID),
KEY idx (ID),
KEY timeidx (TIMESTAMP)
) TYPE=InnoDB PACK_KEYS=1;
[ Reply ]
                    That didn't seem to work. (n/t) by i_am_pi2002-06-12 12:30:55

 

[Todays Cartoon Discussion] [News Index]

Come get yer ARS (Account Registration System) Source Code here!
All images, characters, content and text are copyrighted and trademarks of J.D. Frazer except where other ownership applies. Don't do bad things, we have lawyers.
UserFriendly.Org and its operators are not liable for comments or content posted by its visitors, and will cheerfully assist the lawful authorities in hunting down script-kiddies, spammers and other net scum. And if you're really bad, we'll call your mom. (We're not kidding, we've done it before.)