Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Nov 2005
    Location
    Edinburgh
    Posts
    11,690
    Tokens
    0
    Habbo
    Pyroka

    Latest Awards:

    Default

    All i gotta say to that nerd comment is:

    CREATE TABLE `rares` (
    `id` smallint(6) NOT NULL auto_increment,
    `title` varchar(30) NOT NULL default '',
    `category` tinyint(6) NOT NULL default '0',
    `image` varchar(100) NOT NULL default '',
    `date` varchar(20) NOT NULL default '',
    `name` varchar(255) default '',
    UNIQUE KEY `id` (`id`)
    ) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=latin1 AUTO_INCREMENT=36 ;


    CREATE TABLE `cats` (
    `id` tinyint(4) NOT NULL auto_increment,
    `name` varchar(30) NOT NULL default '',
    UNIQUE KEY `id` (`id`)
    ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;

    Notice that? Yes you did it.. you have too much spare time and you dont get out much. Sorry, buy a life from the second hand shop. AND if i did care, and IF *REMOVED* scammed, then its your fault really and you shouldnt moan about it. Just dont trade the bloke..
    Last edited by Italic; 03-12-2006 at 08:51 AM.

  2. #12
    Join Date
    Sep 2005
    Location
    Earth
    Posts
    1,868
    Tokens
    45

    Latest Awards:

    Default

    This is a pointless thread trying to ruin someones rep mod shoudl have closed this.


Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •