Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 6 of 23 FirstFirst ... 234567891016 ... LastLast
Results 51 to 60 of 225
  1. #51
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    Most of the lnks in the nav dont work for me lol

  2. #52
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    bomb you said you got yours working then how come most of us cant
    Last edited by -::Mr.Dave::-; 20-04-2006 at 03:05 PM.

  3. #53
    Join Date
    Apr 2006
    Posts
    110
    Tokens
    0

    Default

    Bomb, if u got yours working will you set mine up for a few good hcs?

  4. #54
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    yeh same here bomb

  5. #55
    Join Date
    Apr 2006
    Posts
    71
    Tokens
    0

    Default

    Lol, i can set it up and stuff but how do i make a Admin user? :s






  6. #56
    Join Date
    Feb 2006
    Location
    Newcastle
    Posts
    397
    Tokens
    0

    Default

    [$] use phpmyadmin?

  7. #57
    Join Date
    Apr 2006
    Posts
    71
    Tokens
    0

    Default

    Quote Originally Posted by Grinning
    [$] use phpmyadmin?
    I cant find where to put it in? can you write it for me? i'll upload it






  8. #58
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    can anyone post the correct mysql quries so you dont get#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=8' at line 7

    give us the correct mysql well give you admin code
    Last edited by -::Mr.Dave::-; 20-04-2006 at 03:10 PM.

  9. #59
    Join Date
    Apr 2006
    Posts
    71
    Tokens
    0

    Default

    PHP Code:
    -- phpMyAdmin SQL Dump
    -- version 2.6.4-pl2
    -- http://www.phpmyadmin.net
    -- 
    -- 
    Hostlocalhost
    -- Generation TimeApr 192006 at 05:23 PM
    -- Server version4.1.18
    -- PHP Version4.3.11
    -- 
    -- 
    Database: ``
    -- 

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `adminmsg`
    -- 

    CREATE TABLE `adminmsg` (
      `
    idint(11NOT NULL auto_increment,
      `
    usernamevarchar(225NOT NULL default '',
      `
    commenttext NOT NULL,
      `
    IPvarchar(15NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `alert`
    -- 

    CREATE TABLE `alert` (
      `
    IDint(11NOT NULL auto_increment,
      `
    messagetext NOT NULL,
      `
    namevarchar(100NOT NULL default '',
      `
    activevarchar(200NOT NULL default '',
      `
    directvarchar(100NOT NULL default '',
      
    PRIMARY KEY  (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=298 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `alerts`
    -- 

    CREATE TABLE `alerts` (
      `
    idint(225NOT NULL auto_increment,
      `
    sendervarchar(225NOT NULL default '',
      `
    sipvarchar(225NOT NULL default '',
      `
    msgvarchar(225NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `application`
    -- 

    CREATE TABLE `application` (
      `
    statustext NOT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `banned_songs`
    -- 

    CREATE TABLE `banned_songs` (
      `
    idint(11NOT NULL auto_increment,
      `
    Songtext NOT NULL,
      `
    Fromtext NOT NULL,
      `
    Longtext NOT NULL,
      `
    Reasontext NOT NULL,
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `config`
    -- 

    CREATE TABLE `config` (
      `
    config_namevarchar(20NOT NULL default '',
      `
    config_valuevarchar(20NOT NULL default '',
      `
    config_type_1varchar(20NOT NULL default '',
      `
    config_value_2varchar(50NOT NULL default '',
      `
    config_type_2varchar(20NOT NULL default ''
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `hellos`
    -- 

    CREATE TABLE `hellos` (
      `
    idint(11NOT NULL auto_increment,
      `
    messagetext NOT NULL,
      `
    ipvarchar(15NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=83 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `ipban`
    -- 

    CREATE TABLE `ipban` (
      `
    IDint(11NOT NULL default '0',
      `
    IPvarchar(15NOT NULL default '',
      `
    Usernametext NOT NULL,
      `
    Reasontext NOT NULL,
      `
    Bannedtext NOT NULL,
      
    UNIQUE KEY `ID` (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `maintanance`
    -- 

    CREATE TABLE `maintanance` (
      `
    statusvarchar(200character set armscii8 collate armscii8_bin NOT NULL default '',
      `
    reasontext NOT NULL,
      `
    titletext NOT NULL,
      `
    imagetext NOT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `missslot`
    -- 

    CREATE TABLE `missslot` (
      `
    idint(11NOT NULL auto_increment,
      `
    Usernamevarchar(225NOT NULL default '',
      `
    Timetext NOT NULL,
      `
    Daytext NOT NULL,
      `
    Reasontext NOT NULL,
      `
    Covertext NOT NULL,
      `
    ipvarchar(15NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `news`
    -- 

    CREATE TABLE `news` (
      `
    IDint(11NOT NULL auto_increment,
      `
    NoticeTitletext NOT NULL,
      `
    NoticeMessagetext NOT NULL,
      `
    NoticeDATtext NOT NULL,
      `
    IPint(11NOT NULL default '0',
      `
    NoticeUsernametext NOT NULL,
      
    PRIMARY KEY  (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `notices`
    -- 

    CREATE TABLE `notices` (
      `
    IDint(11NOT NULL auto_increment,
      `
    NoticeTitletext NOT NULL,
      `
    NoticeMessagetext NOT NULL,
      `
    NoticeDATtext NOT NULL,
      `
    IPint(11NOT NULL default '0',
      `
    NoticeUsernametext NOT NULL,
      
    UNIQUE KEY `ID` (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `officialdjs`
    -- 

    CREATE TABLE `officialdjs` (
      `
    IDint(11NOT NULL auto_increment,
      `
    NoticeMessagetext NOT NULL,
      `
    IPvarchar(15NOT NULL default '',
      
    UNIQUE KEY `ID` (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `pm`
    -- 

    CREATE TABLE `pm` (
      `
    idvarchar(50NOT NULL default '',
      `
    ipvarchar(50NOT NULL default '',
      `
    send_tovarchar(50NOT NULL default '',
      `
    send_fromvarchar(50NOT NULL default '',
      `
    messagetext NOT NULL,
      `
    datevarchar(50NOT NULL default ''
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `privmsgs`
    -- 

    CREATE TABLE `privmsgs` (
      `
    msg_idint(10NOT NULL auto_increment,
      `
    msg_titlevarchar(100NOT NULL default '',
      `
    msg_txttext NOT NULL,
      `
    msg_readint(1NOT NULL default '0',
      `
    msg_datevarchar(12NOT NULL default '0000-00-00',
      `
    msg_timevarchar(100NOT NULL default '',
      `
    msg_ipvarchar(20NOT NULL default '',
      `
    msg_tovarchar(50NOT NULL default '',
      `
    msg_fromvarchar(50NOT NULL default '',
      
    PRIMARY KEY  (`msg_id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `promotion`
    -- 

    CREATE TABLE `promotion` (
      `
    idint(11NOT NULL auto_increment,
      `
    yournametext NOT NULL,
      `
    djnametext NOT NULL,
      `
    djreasontext NOT NULL,
      `
    IPint(11NOT NULL default '0',
      
    UNIQUE KEY `id` (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `radioinfo`
    -- 

    CREATE TABLE `radioinfo` (
      `
    idint(11NOT NULL auto_increment,
      `
    Radio_IPtext NOT NULL,
      `
    Radio_Porttext NOT NULL,
      `
    Radio_Passwordtext NOT NULL,
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `requests`
    -- 

    CREATE TABLE `requests` (
      `
    idint(11NOT NULL auto_increment,
      `
    habbonamevarchar(225NOT NULL default '',
      `
    typevarchar(225NOT NULL default '',
      `
    dj_namevarchar(225NOT NULL default '',
      `
    messagetext NOT NULL,
      `
    datetext NOT NULL,
      `
    ipvarchar(15NOT NULL default '',
      `
    reporttinyint(1NOT NULL default '0',
      
    UNIQUE KEY `id` (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=853 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `requests2`
    -- 

    CREATE TABLE `requests2` (
      `
    idint(11NOT NULL auto_increment,
      `
    habbonamevarchar(225NOT NULL default '',
      `
    typevarchar(225NOT NULL default '',
      `
    dj_namevarchar(225NOT NULL default '',
      `
    messagetext NOT NULL,
      `
    datetext NOT NULL,
      `
    ipvarchar(15NOT NULL default '',
      `
    reporttinyint(1NOT NULL default '0',
      `
    emailtext NOT NULL,
      `
    exampletext NOT NULL,
      
    UNIQUE KEY `id` (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1041 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `rooms`
    -- 

    CREATE TABLE `rooms` (
      `
    idint(11NOT NULL auto_increment,
      `
    namevarchar(100NOT NULL default '',
      `
    messagetext NOT NULL,
      `
    ipvarchar(15NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=121 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `shoutout`
    -- 

    CREATE TABLE `shoutout` (
      `
    idint(11NOT NULL auto_increment,
      `
    usernamevarchar(225NOT NULL default '',
      `
    commenttext NOT NULL,
      `
    IPvarchar(15NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `shows`
    -- 

    CREATE TABLE `shows` (
      `
    nametext NOT NULL,
      `
    djtext NOT NULL,
      `
    daytext NOT NULL,
      `
    timetext NOT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `sitenews`
    -- 

    CREATE TABLE `sitenews` (
      `
    IDint(11NOT NULL auto_increment,
      `
    NoticeTitletext NOT NULL,
      `
    NoticeMessagetext NOT NULL,
      `
    NoticeDATtext NOT NULL,
      `
    NoticeTIMtext NOT NULL,
      `
    IPint(11NOT NULL default '0',
      `
    NoticeUsernametext NOT NULL,
      
    PRIMARY KEY  (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=78 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `slotrequest`
    -- 

    CREATE TABLE `slotrequest` (
      `
    idint(11NOT NULL auto_increment,
      `
    Usernamevarchar(225NOT NULL default '',
      `
    Daytext NOT NULL,
      `
    Timetext NOT NULL,
      `
    ShowNametext NOT NULL,
      `
    IPvarchar(15NOT NULL default '',
      
    UNIQUE KEY `id` (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `special`
    -- 

    CREATE TABLE `special` (
      `
    idvarchar(225NOT NULL default '',
      `
    avarchar(225NOT NULL default '',
      `
    bvarchar(225NOT NULL default '',
      `
    cvarchar(225NOT NULL default '',
      `
    dvarchar(225NOT NULL default '',
      `
    evarchar(225NOT NULL default '',
      `
    fvarchar(225NOT NULL default '',
      `
    xvarchar(225NOT NULL default '',
      `
    gvarchar(225NOT NULL default '',
      `
    hvarchar(225NOT NULL default '',
      `
    ivarchar(225NOT NULL default '',
      `
    jvarchar(225NOT NULL default '',
      `
    kvarchar(225NOT NULL default '',
      `
    lvarchar(225NOT NULL default '',
      `
    mvarchar(225NOT NULL default '',
      `
    nvarchar(225NOT NULL default '',
      `
    ovarchar(225NOT NULL default '',
      `
    pvarchar(225NOT NULL default '',
      `
    qvarchar(225NOT NULL default '',
      `
    rvarchar(225NOT NULL default '',
      `
    svarchar(225NOT NULL default '',
      `
    tvarchar(225NOT NULL default '',
      `
    uvarchar(225NOT NULL default '',
      `
    vvarchar(225NOT NULL default '',
      `
    wvarchar(225NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `staff`
    -- 

    CREATE TABLE `staff` (
      `
    idint(11NOT NULL auto_increment,
      `
    usernamevarchar(225NOT NULL default '',
      `
    passwordtext NOT NULL,
      `
    emailtext NOT NULL,
      `
    levelint(1NOT NULL default '0',
      `
    banint(1NOT NULL default '0',
      `
    lastloginvarchar(225NOT NULL default 'never',
      `
    ipvarchar(15NOT NULL default '',
      `
    avatartext NOT NULL,
      
    UNIQUE KEY `id` (`id`),
      
    FULLTEXT KEY `password` (`password`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=218 ;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `staff_chat`
    -- 

    CREATE TABLE `staff_chat` (
      `
    idint(11NOT NULL auto_increment,
      `
    usernamevarchar(225NOT NULL default '',
      `
    messagetext NOT NULL,
      `
    timetime NOT NULL default '00:00:00',
      `
    ipvarchar(15NOT NULL default '',
      
    UNIQUE KEY `id` (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `staffchat`
    -- 

    CREATE TABLE `staffchat` (
      `
    idtinyint(10NOT NULL auto_increment,
      `
    namevarchar(255NOT NULL default '',
      `
    bodyvarchar(255NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `status`
    -- 

    CREATE TABLE `status` (
      `
    idvarchar(225NOT NULL default '',
      `
    avarchar(225NOT NULL default '',
      `
    bvarchar(225NOT NULL default '',
      `
    cvarchar(225NOT NULL default '',
      `
    dvarchar(225NOT NULL default '',
      `
    evarchar(225NOT NULL default '',
      `
    fvarchar(225NOT NULL default '',
      `
    xvarchar(225NOT NULL default '',
      `
    gvarchar(225NOT NULL default '',
      `
    hvarchar(225NOT NULL default '',
      `
    ivarchar(225NOT NULL default '',
      `
    jvarchar(225NOT NULL default '',
      `
    kvarchar(225NOT NULL default '',
      `
    lvarchar(225NOT NULL default '',
      `
    mvarchar(225NOT NULL default '',
      `
    nvarchar(225NOT NULL default '',
      `
    ovarchar(225NOT NULL default '',
      `
    pvarchar(225NOT NULL default '',
      `
    qvarchar(225NOT NULL default '',
      `
    rvarchar(225NOT NULL default '',
      `
    svarchar(225NOT NULL default '',
      `
    tvarchar(225NOT NULL default '',
      `
    uvarchar(225NOT NULL default '',
      `
    vvarchar(225NOT NULL default '',
      `
    wvarchar(225NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `top`
    -- 

    CREATE TABLE `top` (
      `
    idint(10NOT NULL default '0',
      `
    namevarchar(255NOT NULL default '',
      `
    artistvarchar(255NOT NULL default '',
      `
    albumvarchar(255NOT NULL default '',
      `
    votesvarchar(255NOT NULL default '',
      
    PRIMARY KEY  (`id`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `topnotices`
    -- 

    CREATE TABLE `topnotices` (
      `
    IDint(11NOT NULL auto_increment,
      `
    NoticeMessagetext NOT NULL,
      `
    IPint(11NOT NULL default '0',
      
    UNIQUE KEY `ID` (`ID`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

    -- --------------------------------------------------------

    -- 
    -- 
    Table structure for table `users_online`
    -- 

    CREATE TABLE `users_online` (
      `
    idint(11NOT NULL default '0',
      `
    usernamevarchar(225NOT NULL default '',
      `
    timetext NOT NULL,
      `
    urltext NOT NULL,
      `
    kicktinyint(1NOT NULL default '0'
    ENGINE=MyISAM DEFAULT CHARSET=latin1






  10. #60
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    I can set them up i just dont know why some of the links dont work

Page 6 of 23 FirstFirst ... 234567891016 ... LastLast

Posting Permissions

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