- 12 Febbraio 2008
- 7.659
- 0
- Miglior risposta
- 0
MINI-GUIDA
Importare il normale database sql
Eliminare la tabella 'room_categories'
Importare il database sql che trovate nel download o di seguito.
Link Download:
[cat=Codice SQL]
Importare il normale database sql
Eliminare la tabella 'room_categories'
Importare il database sql che trovate nel download o di seguito.
Link Download:
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
~ Perfavore,
Entra
oppure
Registrati
per vedere i Link!
[cat=Codice SQL]
[/cat]-- phpMyAdmin SQL Dump
-- version 2.11.4
--Perfavore, Entra oppure Registrati per vedere i Link!
--
-- Host: localhost
-- Generation Time: Jun 24, 2008 at 08:52 PM
-- Server version: 5.0.51
--Perfavore, Entra oppure Registrati per vedere i Link!Version: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `holodb`
--
-- --------------------------------------------------------
--
-- Table structure for table `room_categories`
--
CREATE TABLE IF NOT EXISTS `room_categories` (
`id` int(3) NOTPerfavore, Entra oppure Registrati per vedere i Link!default '0',
`parent` int(3) NOT NULL default '0',
`type` int(1) NOT NULL default '1',
`name` varchar(100) collate latin1_general_ci NOT NULL default 'Non-named category',
`access_rank_min` int(2) NOT NULL,
`access_rank_hideforlower` enum('0','1') collate latin1_general_ci NOT NULL,
`trading` enum('0','1') collate latin1_general_ci NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `room_categories`
--
INSERT INTO `room_categories` (`id`, `parent`, `type`, `name`, `access_rank_min`, `access_rank_hideforlower`, `trading`) VALUES
(0, 1, 2, 'No category', 1, '0', '0'),
(3, 0, 0, 'PublicPerfavore, Entra oppure Registrati per vedere i Link!', 1, '0', '0'),
(4, 0, 2, 'Guestrooms', 1, '0', '0'),
(31, 4, 2, 'Club & Group Rooms', 1, '0', '1'),
(8, 5, 0, 'The Park & Infobus', 1, '0', '0'),
(13, 3, 0, 'Welcome Lounges - Get a warm welcome!', 1, '0', '0'),
(10, 4, 2, 'Staff rooms', 6, '0', '1'),
(14, 3, 0, 'Entertainment', 1, '0', '0'),
(15, 3, 0, 'Outside spaces', 1, '0', '0'),
(16, 3, 0, 'Games: BattleBall: Rebound!', 1, '0', '0'),
(17, 3, 1, 'Games: Snowstorm', 0, '0', '0'),
(19, 3, 0, 'Cafes', 1, '0', '0'),
(20, 3, 0, 'Habbo Club', 2, '0', '0'),
(21, 3, 0, 'Dances Clubs & Pubs', 1, '0', '0'),
(22, 21, 0, 'Slinky Helsinki', 1, '0', '0'),
(23, 3, 0, 'Resteraunts', 1, '0', '0'),
(24, 3, 0, 'Lobbys', 1, '0', '0'),
(25, 3, 0, 'Hallways', 1, '0', '0'),
(28, 3, 10, 'Cunning Fox Gamehall', 1, '0', '0'),
(30, 4, 2, 'Chat, Chill & Discussion Rooms', 1, '0', '0'),
(29, 4, 2, 'Official Hot Rooms', 1, '1', '1'),
(32, 4, 2, 'Gaming & Race Rooms', 1, '0', '1'),
(33, 4, 2, 'Help Centre Rooms', 0, '0', '0'),
(40, 4, 2, 'theme Rooms', 1, '0', '0'),
(39, 4, 2, 'School, Daycare & Adoption Rooms', 1, '', '0'),
(36, 4, 2, 'Hair Salons & Moddeling Rooms', 1, '', '0'),
(37, 4, 2, 'Maze &Perfavore, Entra oppure Registrati per vedere i Link!Park Rooms', 1, '', '0'),
(38, 4, 2, 'Resterant, Bar & Night Club Rooms', 1, '', '0'),
(41, 4, 2, 'Trading Rooms', 1, '1', '0'),
(42, 4, 2, 'All Outher Rooms', 1, '0', '0');
Fonte: Ragezone
Ultima modifica: