Public room (OnHabbor Emulator)

Results 1 to 4 of 4
  1. #1
    Valued Member Genex is offline
    MemberRank
    May 2014 Join Date
    116Posts

    Public room (OnHabbor Emulator)

    Hi everybody,

    I'm french, and i use Onhabbor Emulator, problem :s
    When i add a public room in the table (navigator_publics, or navigator_publics_list ), I execute the command :update_navigator and when I click in the browser in the place or are the public apartments that loads endlessly..
    And if I try to restart the emulator it makes me one error
    Thank you for having read my horrible subject with a bad English! I am French sorry


  2. #2
    Member TheWulles is offline
    MemberRank
    Jan 2014 Join Date
    SP - BrazilLocation
    53Posts

    Re: Public room (OnHabbor Emulator)

    Hi, can you pass me your navigator_publics table?

  3. #3
    Valued Member Genex is offline
    MemberRank
    May 2014 Join Date
    116Posts

    Re: Public room (OnHabbor Emulator)

    Quote Originally Posted by TheWulles View Post
    Hi, can you pass me your navigator_publics table?
    This ? :


    CREATE TABLE IF NOT EXISTS `navigator_publics` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `ordernum` int(11) NOT NULL DEFAULT '1',
    `bannertype` enum('0','1') NOT NULL COMMENT '0 = big, 1 = normal',
    `caption` varchar(100) NOT NULL,
    `description` varchar(100) NOT NULL,
    `image` text NOT NULL,
    `image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
    `room_id` int(10) unsigned NOT NULL,
    `category_id` int(11) NOT NULL DEFAULT '-1',
    `category_parent_id` int(11) NOT NULL DEFAULT '-1',
    `enabled` enum('0','1') NOT NULL DEFAULT '1',
    `recommended` enum('0','1') NOT NULL DEFAULT '0',
    `typeofdata` int(255) NOT NULL DEFAULT '1',
    `tag` varchar(255) NOT NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT AUTO_INCREMENT=1 ;

  4. #4
    Valued Member Genex is offline
    MemberRank
    May 2014 Join Date
    116Posts

    Re: Public room (OnHabbor Emulator)

    Quote Originally Posted by TheWulles View Post
    Hi, can you pass me your navigator_publics table?
    up



Advertisement