Fix Salas oficiales para BcStorm o basados.ACTUALIZADAS 19/04/2013
Hola amigos de esta comunidad,les traigo un fix para su db,el de las salas oficiales ya que muchas db no lo traen,ustedes pueden añadirlo.
Primero,borra lo que contiene la tabla navigator_publics_n ew, luego añade éste código.
Si usas las Swf's publicadas por MegaHackerPro usa éste código:
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- [url=http://www.phpmyadmin.net]http://www.phpmyadmin.net[/url]
--
-- Servidor: localhost
-- Tiempo de generación: 09-11-2012 a las 07:55:36
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de datos: `habbo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `navigator_publics_new`
--
CREATE TABLE IF NOT EXISTS `navigator_publics_new` (
`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(5000) NOT NULL DEFAULT '',
`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 '0',
`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(50000) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
--
-- Volcar la base de datos para la tabla `navigator_publics_new`
--
INSERT INTO `navigator_publics_new` (`id`, `ordernum`, `bannertype`, `caption`, `description`, `image`, `image_type`, `room_id`, `category_id`, `category_parent_id`, `enabled`, `recommended`, `typeofdata`, `tag`) VALUES
(1, 2, '0', 'Espacios Públicos', '', 'imagenes_salas_oficiales/official_rooms_nav_img.png', 'internal', 0, 0, -1, '1', '0', 4, ''),
(2, 1, '0', 'El Recibidor', '', 'imagenes_salas_oficiales/welcome_lobby.png', 'internal', 108, 3, 1, '1', '1', 3, ''),
(3, 8, '0', 'Caballos', '', 'imagenes_salas_oficiales/horse_official_room.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(4, 2, '0', 'Establo Oficial', '', 'imagenes_salas_oficiales/horse_official_room.gif', 'internal', 100, 3, 3, '1', '1', 3, ''),
(5, 10, '0', 'Estudio Antena 3', '', 'imagenes_salas_oficiales/antena3.png', 'internal', 101, 3, -1, '1', '1', 3, ''),
(6, 5, '0', 'Mascotas', '', 'imagenes_salas_oficiales/petfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(7, 2, '0', 'MASCOTAS', '', 'imagenes_salas_oficiales/petfolder.gif', 'internal', 102, 3, 6, '1', '1', 3, ''),
(8, 2, '0', 'MASCOTAS', '', 'imagenes_salas_oficiales/petfolder.gif', 'internal', 103, 3, 6, '1', '1', 3, ''),
(9, 2, '0', 'MASCOTAS', '', 'imagenes_salas_oficiales/petfolder.gif', 'internal', 105, 3, 6, '1', '1', 3, ''),
(11, 1, '0', 'Juegos', '', 'imagenes_salas_oficiales/gamefolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(12, 4, '0', 'Retos', '', 'imagenes_salas_oficiales/questfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(13, 6, '0', 'Moda', '', 'imagenes_salas_oficiales/fashionfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(14, 7, '0', 'Musica y Fiesta', '', 'imagenes_salas_oficiales/partyfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(16, 2, '0', 'Teatro', '', 'imagenes_salas_oficiales/teatro.png', 'internal', 107, 3, 1, '1', '1', 3, ''),
(17, 1, '0', 'Futbol 25 Horas', '', 'imagenes_salas_oficiales/navigator_football.png', 'internal', 110, 3, 11, '1', '1', 3, ''),
(18, 1, '0', 'MODA', '', 'imagenes_salas_oficiales/fashionfolder.gif', 'internal', 111, 3, 13, '1', '1', 3, ''),
(19, 1, '0', 'MODA', '', 'imagenes_salas_oficiales/fashionfolder.gif', 'internal', 112, 3, 13, '1', '1', 3, ''),
(20, 1, '0', 'MODA', '', 'imagenes_salas_oficiales/fashionfolder.gif', 'internal', 113, 3, 13, '1', '1', 3, ''),
(21, 1, '0', 'FIESTA', '', 'imagenes_salas_oficiales/partyfolder.gif', 'internal', 114, 3, 14, '1', '1', 3, ''),
(22, 1, '0', 'Futbol 25 Horas', '', 'imagenes_salas_oficiales/navigator_football.png', 'internal', 110, 3, 12, '1', '1', 3, '');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Si no usas las Swf's publicadas por MegaHackerPro u otra persona,entonces usas la publicada por miopio07 etc...,usa éste código
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- [url=http://www.phpmyadmin.net]http://www.phpmyadmin.net[/url]
--
-- Servidor: localhost
-- Tiempo de generación: 09-11-2012 a las 07:55:36
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de datos: `habbo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `navigator_publics_new`
--
CREATE TABLE IF NOT EXISTS `navigator_publics_new` (
`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(5000) NOT NULL DEFAULT '',
`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 '0',
`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(50000) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
--
-- Volcar la base de datos para la tabla `navigator_publics_new`
--
INSERT INTO `navigator_publics_new` (`id`, `ordernum`, `bannertype`, `caption`, `description`, `image`, `image_type`, `room_id`, `category_id`, `category_parent_id`, `enabled`, `recommended`, `typeofdata`, `tag`) VALUES
(1, 2, '0', 'Espacios Públicos', '', 'officalrooms/official_rooms_nav_img.png', 'internal', 0, 0, -1, '1', '0', 4, ''),
(2, 1, '0', 'El Recibidor', '', 'officalrooms/welcome_lobby.png', 'internal', 108, 3, 1, '1', '1', 3, ''),
(3, 8, '0', 'Caballos', '', 'officalrooms/horse_official_room.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(4, 2, '0', 'Establo Oficial', '', 'officalrooms/horse_official_room.gif', 'internal', 100, 3, 3, '1', '1', 3, ''),
(5, 10, '0', 'Estudio Antena 3', '', 'officalrooms/antena3.png', 'internal', 101, 3, -1, '1', '1', 3, ''),
(6, 5, '0', 'Mascotas', '', 'officalrooms/petfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(7, 2, '0', 'MASCOTAS', '', 'officalrooms/petfolder.gif', 'internal', 102, 3, 6, '1', '1', 3, ''),
(8, 2, '0', 'MASCOTAS', '', 'officalrooms/petfolder.gif', 'internal', 103, 3, 6, '1', '1', 3, ''),
(9, 2, '0', 'MASCOTAS', '', 'officalrooms/petfolder.gif', 'internal', 105, 3, 6, '1', '1', 3, ''),
(11, 1, '0', 'Juegos', '', 'officalrooms/gamefolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(12, 4, '0', 'Retos', '', 'officalrooms/questfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(13, 6, '0', 'Moda', '', 'officalrooms/fashionfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(14, 7, '0', 'Musica y Fiesta', '', 'officalrooms/partyfolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(16, 2, '0', 'Teatro', '', 'officalrooms/teatro.png', 'internal', 107, 3, 1, '1', '1', 3, ''),
(17, 1, '0', 'Futbol 25 Horas', '', 'officalrooms/navigator_football.png', 'internal', 110, 3, 11, '1', '1', 3, ''),
(18, 1, '0', 'MODA', '', 'officalrooms/fashionfolder.gif', 'internal', 111, 3, 13, '1', '1', 3, ''),
(19, 1, '0', 'MODA', '', 'officalrooms/fashionfolder.gif', 'internal', 112, 3, 13, '1', '1', 3, ''),
(20, 1, '0', 'MODA', '', 'officalrooms/fashionfolder.gif', 'internal', 113, 3, 13, '1', '1', 3, ''),
(21, 1, '0', 'FIESTA', '', 'officalrooms/partyfolder.gif', 'internal', 114, 3, 14, '1', '1', 3, ''),
(22, 1, '0', 'Futbol 25 Horas', '', 'officalrooms/navigator_football.png', 'internal', 110, 3, 12, '1', '1', 3, '');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Después de haber echo ésto vamos a la tabla llamada rooms y borramos las salas que están adentro,no la de ustedes,borren las públicas y añaden éste código.
-- phpMyAdmin SQL Dump -- version 3.2.4 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tiempo de generación: 09-11-2012 a las 07:56:09 -- Versión del servidor: 5.1.41 -- Versión de PHP: 5.3.1 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de datos: `habbo` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `rooms` -- CREATE TABLE IF NOT EXISTS `rooms` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `roomtype` enum('public','private') NOT NULL DEFAULT 'private', `caption` varchar(100) NOT NULL DEFAULT 'Room', `owner` varchar(75) NOT NULL DEFAULT '', `description` varchar(200) NOT NULL, `category` int(2) NOT NULL DEFAULT '0', `state` enum('open','locked','password') NOT NULL DEFAULT 'open', `users_now` int(3) NOT NULL DEFAULT '0', `users_max` int(3) NOT NULL DEFAULT '25', `model_name` varchar(20) NOT NULL, `public_ccts` text NOT NULL, `score` int(6) NOT NULL DEFAULT '0', `tags` varchar(100) NOT NULL, `icon_bg` int(2) NOT NULL DEFAULT '1', `icon_fg` int(2) NOT NULL DEFAULT '0', `icon_items` varchar(10) NOT NULL DEFAULT '0.0', `password` text NOT NULL, `wallpaper` varchar(10) NOT NULL DEFAULT '0.0', `floor` varchar(10) NOT NULL DEFAULT '0.0', `landscape` varchar(10) NOT NULL DEFAULT '0.0', `allow_pets` enum('0','1') NOT NULL DEFAULT '1', `allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0', `allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0', `allow_hidewall` enum('1','0') NOT NULL DEFAULT '0', `allow_rightsoverride` enum('1','0') NOT NULL DEFAULT '0', `floorthickness` int(6) NOT NULL, `wallthickness` int(6) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING HASH, KEY `owner` (`owner`) USING BTREE, KEY `category` (`category`) USING BTREE, KEY `caption` (`caption`) USING BTREE, KEY `tags` (`tags`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=115 ; -- -- Volcar la base de datos para la tabla `rooms` -- INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner`, `description`, `category`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `landscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`, `allow_rightsoverride`, `floorthickness`, `wallthickness`) VALUES (114, 'private', 'FIESTA', 'Owner', '', 0, 'open', 0, 25, 'model_w', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (113, 'private', 'MODA', 'Owner', '', 0, 'open', 0, 25, 'model_x', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (112, 'private', 'MODA', 'Owner', '', 0, 'open', 0, 25, 'model_w', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (110, 'private', 'Futbol 24 Horas', 'Owner', '', 0, 'open', 0, 25, 'model_u', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (111, 'private', 'MODA', 'Owner', '', 0, 'open', 0, 25, 'model_x', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (107, 'private', 'Teatro', 'Owner', '', 0, 'open', 0, 25, 'model_v', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (105, 'private', 'MASCOTAS', 'Owner', '', 15, 'open', 0, 25, 'model_u', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '0', '', '', '', '0', 0, 0), (103, 'private', 'MASCOTAS', 'Owner', '', 0, 'open', 0, 25, 'model_u', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (101, 'private', 'Estudio Antena 3', 'Owner', '', 0, 'open', 0, 25, 'model_i', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (100, 'private', 'Establo Oficial', 'Owner', '', 0, 'open', 0, 25, 'model_k', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (102, 'private', 'MASCOTAS', 'Owner', '', 0, 'open', 0, 25, 'model_u', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0), (108, 'private', 'El Recibidor', 'Owner', '', 0, 'open', 0, 25, 'model_k', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Descarguen el c_images si quieren:
Créditos: Habbo. es por todas sus imágenes,MegaHackerPro por sus swf's.
Comentarios
Publicar un comentario