Ciao a tutti, Oggi girando su kekomundo ho trovato questo server (non so che versione è)
-Caratteristiche:
• Avete le pareti opzione Kitaro
• Piastrelle Fixel
• Porte battaglia Fixel
• Più extavilidad
• Altri comandi:
♦: Pulizia (piastrelle Ripristina)
♦: Aha (l': semplicemente non viene fuori che EMBI) (già lo so, che la cura teinia Juampa, ho preso l'idea, ma ho tolto lascia il nome xD)
♦: Modoestatua (è rimanere bloccati senza poter asportare o spostare xDDDDDDDD)
♦: Bye (Chiude il server)
♦: Rank <utente> <Rank> (ad esempio, "Rank Darkenental 7 darebbe una vasta darkenental 7)
♦: Rispetto <User> <Respetos> (ad esempio, "1000 Aria Rispetto Darkenental che e riavviare quando dico rispettosamente a dare il 100 invece di 3)
♦: Pixel <utente> <Number (Esempio di Rank e rispetto, dando funzionare solo come pixel)
♦: Credits <User> <Cantidad> (come i pixel solo che invece di pixel dà crediti)
♦: bustest (Say in una stanza al di là di molte persone, si riderà che io cagais di risate )
♦: Portare <User> (ad esempio, "porterebbe darkenental Darkenental portano alla stanza dove questi) NOTA: Se non si è chi si vuole portare nella stanza che il pizzico Keko.
♦: Vai <User>) (ad esempio, "Irias Darkenental Andate nella stanza in cui questo Darkenental) NOTA: Se non sono l'utente che si vuole andare in qualsiasi stanza si cattura il Keko)
E più i comandi, ma non ho intenzione di dire a tutti
• Acqua Fixel
• Porter organizzato (la palla va xD)
• L'avviso viene impostato dal file di configurazione, e gira anche on e off, facilitando no? XD (lavvo COJO parte del codice, lo ammetto xP
• ETC!
download:
DB:
mysql connector:
per conciliare l'uso db è questo:
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:51:32
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fuserights_subs`
--
CREATE TABLE IF NOT EXISTS `fuserights_subs` (
`sub` varchar(120) NOT NULL,
`fuse` text NOT NULL,
KEY `sub` (`sub`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `fuserights_subs`
--
INSERT INTO `fuserights_subs` (`sub`, `fuse`) VALUES
('habbo_club', 'fuse_hide_room_walls');[/OT]
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:52:04
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wiredtrigger`
--
CREATE TABLE IF NOT EXISTS `wiredtrigger` (
`slotid` int(10) NOT NULL,
`roomid` int(10) NOT NULL,
`triggertype` varchar(10) NOT NULL,
`whattrigger` varchar(10) NOT NULL,
PRIMARY KEY (`slotid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `wiredtrigger`
--
INSERT INTO `wiredtrigger` (`slotid`, `roomid`, `triggertype`, `whattrigger`) VALUES
(1, 5520, 'walkon', '11');
[/OT]
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:52:23
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wiredaction`
--
CREATE TABLE IF NOT EXISTS `wiredaction` (
`slotid` int(11) NOT NULL,
`typeaction` varchar(10) NOT NULL,
`whataction` varchar(10) NOT NULL,
`itemid` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `wiredaction`
--
INSERT INTO `wiredaction` (`slotid`, `typeaction`, `whataction`, `itemid`) VALUES
(1, 'kick', '', 0),
(1, 'status', '1', 10),
(1, 'status', '0', 10);[/OT]
Con questo codice è necessario esportare gli utenti insertart cancellare questa e gli utenti di importazione
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:53:27
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(50) NOT NULL DEFAULT '-',
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` varchar(1250) NOT NULL DEFAULT '0',
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '0',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) NOT NULL,
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL DEFAULT '127.0.0.1',
`ip_reg` varchar(120) NOT NULL DEFAULT '127.0.0.1',
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`bb_ball` varchar(500) NOT NULL DEFAULT 'none',
`baldosas_pulsadas` int(255) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Volcar la base de datos para la tabla `users`
--[/OT]
Scarica questa furni,catalog-items e catalog-pages:
Descarga:
VT:
-Caratteristiche:
• Avete le pareti opzione Kitaro
• Piastrelle Fixel
• Porte battaglia Fixel
• Più extavilidad
• Altri comandi:
♦: Pulizia (piastrelle Ripristina)
♦: Aha (l': semplicemente non viene fuori che EMBI) (già lo so, che la cura teinia Juampa, ho preso l'idea, ma ho tolto lascia il nome xD)
♦: Modoestatua (è rimanere bloccati senza poter asportare o spostare xDDDDDDDD)
♦: Bye (Chiude il server)
♦: Rank <utente> <Rank> (ad esempio, "Rank Darkenental 7 darebbe una vasta darkenental 7)
♦: Rispetto <User> <Respetos> (ad esempio, "1000 Aria Rispetto Darkenental che e riavviare quando dico rispettosamente a dare il 100 invece di 3)
♦: Pixel <utente> <Number (Esempio di Rank e rispetto, dando funzionare solo come pixel)
♦: Credits <User> <Cantidad> (come i pixel solo che invece di pixel dà crediti)
♦: bustest (Say in una stanza al di là di molte persone, si riderà che io cagais di risate )
♦: Portare <User> (ad esempio, "porterebbe darkenental Darkenental portano alla stanza dove questi) NOTA: Se non si è chi si vuole portare nella stanza che il pizzico Keko.
♦: Vai <User>) (ad esempio, "Irias Darkenental Andate nella stanza in cui questo Darkenental) NOTA: Se non sono l'utente che si vuole andare in qualsiasi stanza si cattura il Keko)
E più i comandi, ma non ho intenzione di dire a tutti
• Acqua Fixel
• Porter organizzato (la palla va xD)
• L'avviso viene impostato dal file di configurazione, e gira anche on e off, facilitando no? XD (lavvo COJO parte del codice, lo ammetto xP
• ETC!
download:
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
DB:
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
mysql connector:
per conciliare l'uso db è questo:
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:51:32
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fuserights_subs`
--
CREATE TABLE IF NOT EXISTS `fuserights_subs` (
`sub` varchar(120) NOT NULL,
`fuse` text NOT NULL,
KEY `sub` (`sub`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `fuserights_subs`
--
INSERT INTO `fuserights_subs` (`sub`, `fuse`) VALUES
('habbo_club', 'fuse_hide_room_walls');[/OT]
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:52:04
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wiredtrigger`
--
CREATE TABLE IF NOT EXISTS `wiredtrigger` (
`slotid` int(10) NOT NULL,
`roomid` int(10) NOT NULL,
`triggertype` varchar(10) NOT NULL,
`whattrigger` varchar(10) NOT NULL,
PRIMARY KEY (`slotid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `wiredtrigger`
--
INSERT INTO `wiredtrigger` (`slotid`, `roomid`, `triggertype`, `whattrigger`) VALUES
(1, 5520, 'walkon', '11');
[/OT]
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:52:23
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wiredaction`
--
CREATE TABLE IF NOT EXISTS `wiredaction` (
`slotid` int(11) NOT NULL,
`typeaction` varchar(10) NOT NULL,
`whataction` varchar(10) NOT NULL,
`itemid` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `wiredaction`
--
INSERT INTO `wiredaction` (`slotid`, `typeaction`, `whataction`, `itemid`) VALUES
(1, 'kick', '', 0),
(1, 'status', '1', 10),
(1, 'status', '0', 10);[/OT]
Con questo codice è necessario esportare gli utenti insertart cancellare questa e gli utenti di importazione
[OT]-- phpMyAdmin SQL Dump
-- version 3.2.4
--
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
--
-- Servidor: localhost
-- Tiempo de generación: 11-10-2010 a las 11:53:27
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Base de datos: `testeo`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(50) NOT NULL DEFAULT '-',
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` varchar(1250) NOT NULL DEFAULT '0',
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '0',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) NOT NULL,
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL DEFAULT '127.0.0.1',
`ip_reg` varchar(120) NOT NULL DEFAULT '127.0.0.1',
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`bb_ball` varchar(500) NOT NULL DEFAULT 'none',
`baldosas_pulsadas` int(255) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Volcar la base de datos para la tabla `users`
--[/OT]
Scarica questa furni,catalog-items e catalog-pages:
Descarga:
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
VT:
Perfavore,
Entra
oppure
Registrati
per vedere i Link!