Alexs2F Alexs2F  • 01.08.15 15:30

tab[b][/b]le 'habbo.rooms' doesn't exist Empty tab[b][/b]le 'habbo.rooms' doesn't exist 01.08.15 15:30

Print de meu erro: table 'habbo.rooms' doesn't exist

Qual é meu erro: table 'habbo.rooms' doesn't exist

CMS Que estou utilizando: table 'habbo.rooms' doesn't exist

SWF que estou utilizando: table 'habbo.rooms' doesn't exist

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: table 'habbo.rooms' doesn't exist

Comentários adicionais: table 'habbo.rooms' doesn't exist Preciso dessa sql grato!

Anonymous Convidado  • 01.08.15 15:43

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 15:43

Olá amigo, insira o seguinte comando, na aba SQL de sua DataBase.



Código:
-- phpMyAdmin SQL Dump
-- version 4.0.10.7
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tempo de Geração: 01/08/2015 às 15:40
-- Versão do servidor: 10.0.20-MariaDB
-- Versão do PHP: 5.4.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 */;

--
-- Banco de dados: `wlgkgwqn_teste`
--

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

--
-- Estrutura para tabela `rooms`
--

CREATE tab[b][/b]le 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(255) NOT NULL,
  `category` int(11) NOT NULL DEFAULT '0',
  `state` enum('open','locked','password') NOT NULL DEFAULT 'open',
  `users_max` int(11) NOT NULL DEFAULT '25',
  `model_name` varchar(50) NOT NULL,
  `score` int(11) NOT NULL DEFAULT '0',
  `tags` varchar(100) NOT NULL,
  `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',
  `wallthickness` int(3) NOT NULL,
  `floorthickness` int(3) NOT NULL,
  `moderation_mute_fuse` enum('0','1') NOT NULL DEFAULT '0',
  `moderation_kick_fuse` enum('0','1','2') NOT NULL DEFAULT '0',
  `moderation_ban_fuse` enum('0','1') DEFAULT '0',
  `groupId` int(11) DEFAULT '0',
  `bubble_mode` enum('0','1') DEFAULT '0',
  `bubble_type` enum('0','1','2') DEFAULT '0',
  `bubble_scroll` enum('0','1','2') DEFAULT '0',
  `trade_settings` int(1) NOT NULL DEFAULT '0',
  `antiflood_settings` int(1) NOT NULL DEFAULT '0',
  `chat_distance` int(1) NOT NULL DEFAULT '0',
  `wall_height` int(2) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `owner` (`owner`),
  KEY `roomtype` (`roomtype`),
  KEY `category` (`category`),
  KEY `caption` (`caption`),
  KEY `score` (`score`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

/*!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 */;

Alexs2F Alexs2F  • 01.08.15 15:49

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 15:49

tab[b][/b]le 'habbo.credit_vouchers' doesn't exist poderia me passar essa sql agora Tom

Anonymous Convidado  • 01.08.15 15:50

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 15:50

Olá amigo, aqui está.



Código:
-- phpMyAdmin SQL Dump
-- version 3.3.9.2
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tempo de Geração: Abr 02, 2014 as 06:48 PM
-- Versão do Servidor: 5.5.10
-- Versão do PHP: 5.3.6

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 */;

--
-- Banco de Dados: `br`
--

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

--
-- Estrutura da tabela `credit_vouchers`
--

CREATE tab[b][/b]le IF NOT EXISTS `credit_vouchers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `value` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `code` (`code`) USING BTREE
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=106 ;

--
-- Extraindo dados da tabela `credit_vouchers`
--

Alexs2F Alexs2F  • 01.08.15 15:53

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 15:53

Olá Tom, fui tentar adicionar a  sql e apareceu o seguinte erro: http://prntscr.com/7zot34

Anonymous Convidado  • 01.08.15 16:01

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 16:01

Ola amigo, veja se essa tabela já não existe.

Alexs2F Alexs2F  • 01.08.15 16:08

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 16:08

Olá, já consegui resolver este error. Agora estou com outro poderia me ajudar

Print: http://prntscr.com/7zozu5

Anonymous Convidado  • 01.08.15 16:29

tab[b][/b]le 'habbo.rooms' doesn't exist Empty teste 01.08.15 16:29

Olá amigo, tente o seguinte codigo.



Código:
ALTER tab[b][/b]le `users` ADD COLUMN `timestampend` int(10)



@Gamer
Tópico fechado motivo inativo.
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.