Problema risolto ALTRO - Info e aiuto retro habbo IIS

damyx92

Nuovo utente
Autore del topic
15 Luglio 2008
29
41
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Info e aiuto retro habbo IIS
Tipologia del tuo problema/richiesta
ALTRO
CMS/Server/DB/Client Utilizzato
RevCMS 4
Qual è il tuo errore?
Errore 404 IIS
Screenshot
Buongiorno a tutti, chiedo scusa per l'ignoranza ma ho bisogno di chirimenti per capirci meglio qualcosa

Io non sono nuovissimo dell'argomento Retro, finalmente mi sono deciso a chiedere un aiuto per capire meglio il tutto.

Allora da quello che ho letto e studiato su internet il miglior sistema (più o meno) per creare il retro è con IIS e navicat.
Le guide in rete sono svariate, chi dice di usare xampp chi no, non si capisce molto.

La domanda è: i CMS che ho trovato sono tutti vecchi del 2012 e 2013. Sembra ci sia un CMS buono chiamato REVCMS ma come funziona?
Esiste qualche pacchetto che comprenda CMS EMU e DB?

Il retro che vorrei creare è solo per un gruppo di amici ma vorrei farlo senza hamachi e ho utilizzato NOIP, posso mettere tutto in locale e utilizzare NOIP o mi serve comunque un VPS?

Spero col vostro aiuto di riuscire a mettere su un retro carino, non ne posso più di client con schermo bianco e errori di ogni tipo xD

Grazie a tutti per le risposte
Ulteriori informazioni
-
 
Allora cominciamo col dire che il vps ti serve solo se devi mantenere il retro aperto 24/24h, quindi una tua scelta. Dove puoi comprare un vps?
Perfavore, Entra oppure Registrati per vedere i Link!

Ti linko inoltre un pack fix ( cms, db, dcr ), eccolo ;).
Poi per la scelta tra IIS e Xampp, io ti consiglio nettamente IIS, in quanto Xampp è nato solamente per ''testare'' template e quant'altro in locale. Mentre IIS è molto più potente e sicuro :emoji_slight_smile:
Postami uno screen dell'errore che riscontri ;)
 
Puoi sempre usare no-ip se vuoi creare un retro con degli amici.. Se vuoi un retro aperto 24/24 devi per forza utilizzare un vps.
Mentre per la scelta tra i due programmi ti consiglio IIS perchè al suo interno contiene anche un piccolo anti-dos
 
Buonasera a tutti, grazie mille per le vostre risposte.

Sto seguendo la guida e sto utilizzando il pack che mi avete consigliato.
Allo stato attuale ho IIS aperto e navicat, che purtroppo col db mi da 300 errori e non lo carica, di seguito posto l'errore.
[Err] 2006 - MySQL server has gone away
[Err] -- phpMyAdmin SQL Dump
-- version 3.1.3.1
--
Perfavore, Entra oppure Registrati per vedere i Link!

--
-- Host: localhost
-- Generato il: 17 apr, 2014 at 09:48 AM
-- Versione MySQL: 5.1.33
-- Versione PHP: 5.2.9

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

--
-- Database: `new`
--

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

--
-- Struttura della tabella `achievements`
--

CREATE TABLE IF NOT EXISTS `achievements` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(100) NOT NULL DEFAULT '',
`levels` int(11) NOT NULL DEFAULT '1',
`dynamic_badgelevel` enum('0','1') NOT NULL DEFAULT '1',
`badge` varchar(100) NOT NULL,
`pixels_base` int(5) NOT NULL DEFAULT '50',
`score_base` int(5) NOT NULL DEFAULT '10',
`pixels_multiplier` double NOT NULL DEFAULT '1.25',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251 AUTO_INCREMENT=39 ;

--
-- Dump dei dati per la tabella `achievements`
--

INSERT INTO `achievements` (`id`, `type`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `score_base`, `pixels_multiplier`) VALUES
(1, 'identity', 1, '0', 'ACH_AvatarLooks1', 0, 250, 0.5),
(2, 'identity', 1, '0', 'ACH_EmailVerification1', 0, 250, 0.5),
(3, 'identity', 1, '0', 'ACH_Graduate1', 0, 250, 0.5),
(4, 'identity', 1, '0', 'ACH_HappyHour1', 0, 250, 0.5),
(5, 'identity', 1, '0', 'ACH_Motto1', 0, 250, 0.5),
(6, 'identity', 1, '0', 'ACH_Student1', 0, 250, 0.5),
(7, 'identity', 1, '0', 'ACH_AvatarTags1', 0, 250, 0.5),
(8, 'social', 1, '0', 'ACH_RespectGiven1', 0, 250, 0.5),
(9, 'identity', 1, '0', 'ACH_Name1', 0, 250, 0.5),
(10, 'identity', 10, '1', 'ACH_RegistrationDuration', 0, 250, 0.5),
(11, 'identity', 10, '1', 'ACH_Login', 0, 250, 0.5),
(13, 'explore', 10, '1', 'ACH_RoomEntry', 0, 250, 0.5),
(14, 'social', 10, '1', 'ACH_RespectEarned', 0, 250, 0.5),
(15, 'social', 10, '1', 'ACH_MGM', 0, 250, 0.5),
(16, 'identity', 10, '1', 'ACH_AllTimeHotelPresence', 0, 250, 0.5),
(17, 'identity', 1, '0', 'ACH_TraderPass', 0, 250, 0.5),
(18, 'identity', 1, '0', 'ACH_AIPerformanceVote', 0, 250, 0.5),
(19, 'pets', 10, '1', 'ACH_PetFeeding', 0, 250, 0.5),
(20, 'pets', 10, '1', 'ACH_PetLevelUp', 0, 250, 0.5),
(21, 'pets', 10, '1', 'ACH_PetLover', 0, 250, 0.5),
(22, 'pets', 10, '1', 'ACH_PetRespectGiver', 0, 250, 0.5),
(23, 'pets', 10, '1', 'ACH_PetRespectReceiver', 0, 250, 0.5),
(24, 'social', 10, '1', 'ACH_GiftGiver', 0, 250, 0.5),
(25, 'social', 10, '1', 'ACH_GiftReceiver', 0, 250, 0.5),
(26, 'identity', 5, '1', 'ACH_BasicClub', 0, 250, 0.5),
(27, 'identity', 5, '1', 'ACH_VipClub', 0, 250, 0.5),
(28, 'games', 20, '1', 'ACH_BattleBallTilesLocked', 0, 250, 0.5),
(29, 'games', 20, '1', 'ACH_GamePlayerExperience', 0, 250, 0.5),
(30, 'games', 20, '1', 'ACH_GameAuthorExperience', 0, 250, 0.5),
(31, 'identity', 1, '0', 'Z64', 0, 250, 0.5),
(32, 'identity', 1, '0', 'XXX', 0, 250, 0.5),
(33, 'identity', 1, '0', 'RLX01', 0, 250, 0.5),
(34, 'identity', 1, '0', 'AC5', 0, 250, 0.5),
(35, 'identity', 1, '0', 'IT5', 0, 250, 0.5),
(36, 'identity', 1, '0', 'ACH_Forum1', 0, 250, 0.5),
(37, 'identity', 1, '0', 'RU3', 0, 250, 0.5),
(38, 'identity', 1, '0', 'VA2', 0, 250, 0.5);

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

--
-- Struttura della tabella `achievements_owed`
--

CREATE TABLE IF NOT EXISTS `achievements_owed` (
`user` int(6) unsigned NOT NULL,
`achievement` int(3) unsigned NOT NULL,
`achlevel` int(3) NOT NULL DEFAULT '1',
KEY `user` (`user`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `achievements_owed`
--


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

--
-- Struttura della tabella `badges`
--

CREATE TABLE IF NOT EXISTS `badges` (
`id` int(5) unsigned NOT NULL AUTO_INCREMENT,
`badge` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3741 ;

--
-- Dump dei dati per la tabella `badges`

[Err] 2006 - MySQL server has gone away
[Err] --
-- Dump dei dati per la tabella `cms_recrutements`
--

INSERT INTO `cms_recrutements` (`Nome`, `skype`, `poste`, `age`, `cv`) VALUES
('Simy', 'Maroc.pol<', 'Administrateur', 'un mese', 'io ho preso come promozione di Moderatore per un mese\r\n'),
('ninolo4321', 'gf', 'Modérateur', '', ''),
('sami2001', '', 'Administrateur', '', ''),
('Colvanix', 'Joas Quaranta', 'Administrateur', 'O Comprato Promo ma Ancora devono Rankarmi', ' MOderatore 7 giorni'),
('luigi1561', 'we.we@alice.it', 'Modérateur', '100000000000', '1000000000000000000000000000000000000000000000000000000000000000000000000000000000000');

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

--
-- Struttura della tabella `cms_registration_figures`
--

CREATE TABLE IF NOT EXISTS `cms_registration_figures` (
`figure` varchar(70) NOT NULL,
`gender` varchar(1) NOT NULL,
PRIMARY KEY (`figure`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `cms_registration_figures`
--

INSERT INTO `cms_registration_figures` (`figure`, `gender`) VALUES
('hr-515-45.hd-600-8.ch-884-76.lg-696-76.sh-740-76.ea-1401-76.ca-1815-62', 'f'),
('hr-545-42.hd-600-28.ch-884-68.lg-700-68.sh-905-71.he-1601.ea-1406.fa-1', 'f'),
('hd-600-3.ch-630-62.lg-695-62.sh-730-62.ca-1801-62', 'f'),
('hr-515-48.hd-625-22.ch-660-79.lg-700-64.ea-1406', 'f'),
('hr-890-42.hd-629-1.ch-685-74.lg-710-74.sh-907-74.he-1608.ca-1815-74.wa', 'f'),
('hr-125-45.hd-180-4.ch-225-88.lg-285-89.sh-300-64.ha-1023-88', 'm'),
('hr-115-42.hd-180-3.ch-210-62.lg-285-64.sh-290-62', 'm'),
('hr-155-39.hd-180-1.ch-267-64.lg-281-64', 'm'),
('hr-165-40.hd-206-2.ch-255-77.lg-275-76.sh-305-78.ha-1010-65.ea-1404-78', 'm'),
('hr-110-45.hd-180-30.ch-215-66.lg-270-64.sh-300-64.ea-1404-64.wa-2007.c', 'm'),
('hr-115-45.hd-180-7.ch-255-82.lg-280-64.sh-290-62', 'm'),
('hr-115-45.hd-180-1.ch-255-64.lg-285-82.sh-300-62.cp-3121-64', 'm'),
('hr-165-36.hd-180-1.ch-235-64.lg-285-64.sh-305-64.ea-1404-62.wa-2009-62', 'm'),
('hr-893-39.hd-180-7.ch-245-64.lg-281-64.sh-906-64.ea-1404-64', 'm'),
('hr-115-37.hd-180-1.ch-220-64.lg-285-64.sh-300-64', 'm'),
('hr-165-45.hd-207-9.ch-255-64.lg-275-64.sh-305-64', 'm'),
('hr-125-45.hd-190-4.ch-215-79.lg-285-73.sh-290-62', 'm'),
('hr-515-42.hd-600-1.ch-655-83.lg-710-64.sh-730-64', 'f'),
('hr-545-39.hd-600-8.ch-655-62.lg-710-73.sh-730-62.he-1602-73.ca-1812', 'f'),
('hr-515-36.hd-605-7.ch-660-71.lg-700-71', 'f'),
('hr-892-45.hd-600-1.ch-645-83.lg-720-83.sh-907-83.fa-1212.ca-1819', 'f'),
('hr-545-33.hd-600-1.ch-665-78.lg-715-89.sh-907-62', 'f'),
('hr-890-31.hd-600-2.ch-660-62.lg-700-79.sh-906-62.he-1602-80.ca-1805-78', 'f'),
('hr-540-34.hd-600-9.ch-640-62.lg-700-64.sh-907-70.he-1602-62.ca-1804-73', 'f'),
('hd-620-10.ch-660-64.lg-710-64.sh-906-70.wa-2009-72.hr-890-38', 'f'),
('hr-890-47.hd-629-1.ch-685-78.lg-715-85.sh-735-72.he-1606-85.ca-1804-84', 'f'),
('hd-180-8.ch-255-83.lg-270-83.sh-905-83.ha-1020.fa-1202-83', 'm'),
('hr-165-32.hd-209-17.ch-878-1315-81.lg-3116-72-1315.ea-1401-62.fa-1212.', 'm'),
('hd-180-10.ch-215-62.lg-270-62', 'm'),
('hr-145-31.hd-185-10.ch-255-62.lg-270-62.he-1601', 'm'),
('hr-893-33.hd-209-1.ch-3110-81-76.lg-270-80.fa-1202-80', 'm'),
('hr-165-45.hd-180-3.ch-215-62.lg-3116-64-73.sh-300-62', 'm'),
('hr-893-37.hd-180-1.ch-3111-68-67.lg-270-64.sh-906-62', 'm'),
('hr-115-31.hd-180-7.ch-877-64-62.lg-270-64.sh-305-62.wa-2009-62', 'm'),
('hr-115-31.hd-190-7.ch-255-73.lg-285-82.sh-300-64.fa-1201', 'm'),
('hr-145-42.hd-208-2.ch-225-73.lg-285-64.sh-300-64.wa-2001', 'm'),
('hr-165-42.hd-180-1.ch-255-62.lg-280-64.sh-906-62.ea-1404-62.wa-2011', 'm');

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

--
-- Struttura della tabella `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;

--
-- Dump dei dati per la tabella `cms_settings`
--

INSERT INTO `cms_settings` (`variable`, `value`, `description`, `example`) VALUES
('cms_url', 'http://Pixelitalia.com/', 'The url to your websites r
[Err] 2006 - MySQL server has gone away
[Err] INSERT INTO `messenger_friendships` (`user_one_id`, `user_two_id`) VALUES
(2239, 595),
(595, 2239),
(1654, 595),
(595, 1654),
(167, 595),
(595, 167),
(2219, 167),
(167, 2219),
(2546, 3065),
(3065, 2546),
(3225, 2546),
(2546, 3225),
(2135, 152),
(152, 2135),
(3334, 2780),
(2780, 3334),
(3065, 2601),
(2601, 3065),
(827, 2229),
(2229, 827),
(3206, 595),
(595, 3206),
(539, 1654),
(1654, 539),
(2059, 2586),
(2586, 2059),
(27, 595),
(595, 27),
(307, 3225),
(3225, 307),
(1472, 27),
(27, 1472),
(827, 3066),
(3066, 827),
(595, 3276),
(3276, 595),
(44, 2880),
(2880, 44),
(12, 2791),
(2791, 12),
(4106, 270),
(270, 4106),
(3206, 2662),
(2662, 3206),
(3225, 3066),
(3066, 3225),
(2229, 2977),
(2977, 2229),
(3066, 3236),
(3236, 3066),
(3061, 3236),
(3236, 3061),
(3061, 2464),
(2464, 3061),
(2239, 3236),
(3236, 2239),
(3066, 2464),
(2464, 3066),
(279, 3278),
(3278, 279),
(401, 3280),
(3280, 401),
(2977, 3278),
(3278, 2977),
(3907, 4190),
(4190, 3907),
(346, 152),
(152, 346),
(346, 2877),
(2877, 346),
(346, 2407),
(2407, 346),
(346, 2770),
(2770, 346),
(346, 3185),
(3185, 346),
(346, 3149),
(3149, 346),
(346, 2485),
(2485, 346),
(346, 53),
(53, 346),
(346, 3266),
(3266, 346),
(346, 3240),
(3240, 346),
(2178, 16),
(16, 2178),
(2977, 2770),
(2770, 2977),
(2802, 4048),
(4048, 2802),
(159, 3066),
(3066, 159),
(3236, 167),
(167, 3236),
(2985, 3286),
(3286, 2985),
(279, 3225),
(3225, 279),
(3066, 2770),
(2770, 3066),
(3225, 2059),
(2059, 3225),
(307, 3067),
(3067, 307),
(793, 2877),
(2877, 793),
(159, 2107),
(2107, 159),
(109, 3134),
(3134, 109),
(2601, 2107),
(2107, 2601),
(983, 3067),
(3067, 983),
(109, 3067),
(3067, 109),
(2985, 2261),
(2261, 2985),
(2407, 2178),
(2178, 2407),
(1944, 2780),
(2780, 1944),
(12, 2396),
(2396, 12),
(2107, 3065),
(3065, 2107),
(2499, 2977),
(2977, 2499),
(12, 2485),
(2485, 12),
(3282, 159),
(159, 3282),
(3282, 3065),
(3065, 3282),
(793, 2274),
(2274, 793),
(2107, 3067),
(3067, 2107),
(3513, 905),
(905, 3513),
(2485, 3067),
(3067, 2485),
(2059, 3067),
(3067, 2059),
(3065, 2815),
(2815, 3065),
(45, 2977),
(2977, 45),
(2107, 2059),
(2059, 2107),
(2985, 3067),
(3067, 2985),
(279, 3067),
(3067, 279),
(1944, 3067),
(3067, 1944),
(3066, 2815),
(2815, 3066),
(3210, 3134),
(3134, 3210),
(109, 2815),
(2815, 109),
(2107, 307),
(307, 2107),
(45, 2815),
(2815, 45),
(827, 1525),
(1525, 827),
(2985, 2815),
(2815, 2985),
(1800, 2815),
(2815, 1800),
(2178, 2815),
(2815, 2178),
(3061, 2133),
(2133, 3061),
(1800, 2107),
(2107, 1800),
(1944, 2133),
(2133, 1944),
(2407, 3067),
(3067, 2407),
(3210, 3066),
(3066, 3210),
(1944, 167),
(167, 1944),
(279, 2407),
(2407, 279),
(342, 3067),
(3067, 342),
(1944, 2407),
(2407, 1944),
(3225, 3061),
(3061, 3225),
(1944, 3061),
(3061, 1944),
(1800, 3061),
(3061, 1800),
(2815, 3061),
(3061, 2815),
(140, 2108),
(2108, 140),
(2107, 2815),
(2815, 2107),
(307, 2815),
(2815, 307),
(4107, 2852),
(2852, 4107),
(793, 3274),
(3274, 793),
(2985, 3274),
(3274, 2985),
(2977, 2815),
(2815, 2977),
(2407, 2977),
(2977, 2407),
(140, 3065),
(3065, 140),
(140, 2601),
(2601, 140),
(3225, 2815),
(2815, 3225),
(2178, 140),
(140, 2178),
(3134, 2815),
(2815, 3134),
(1800, 3274),
(3274, 1800),
(1236, 2396),
(2396, 1236),
(307, 3274),
(3274, 307),
(1236, 3240),
(3240, 1236),
(793, 140),
(140, 793),
(3284, 167),
(167, 3284),
(1236, 2799),
(2799, 1236),
(2464, 2133),
(2133, 2464),
(279, 3274),
(3274, 279),
(827, 2239),
(2239, 827),
(2671, 3067),
(3067, 2671),
(2985, 65),
(65, 2985),
(3274, 2671),
(2671, 3274),
(2799, 167),
(167, 2799),
(65, 2261),
(2261, 65),
(279, 3034),
(3034, 279),
(109, 2407),
(2407, 109),
(2822, 65),
(65, 2822),
(2671, 2464),
(2464, 2671),
(1236, 2464),
(2464, 1236),
(3284, 2464),
(2464, 3284),
(2407, 2464),
(2464, 2407),
(109, 2464),
(2464, 109),
(2162, 2464),
(2464, 2162),
(2791, 2770),
(2770, 2791),
(279, 2464),
(2464, 279),
(2985, 2464),
(2464, 2985),
(2274, 2464),
(2464, 2274),
(2239, 3067),
(3067, 2239),
(793, 2464),
(2464, 793),
(2850, 159),
(159, 2850),
(279, 3288),
(3288, 279),
(3065, 2850),
(2850, 3065),
(3034, 3067),
(3067, 3034),
(2178, 2850),
(2850, 2178),
(2985, 140),
(140, 2985),
(3
[Msg] Finished - Unsuccessfully
 
Grazie mille del consiglio adesso funziona!

Allora allo stato attuale ho fatto avviare il retro in locale (client avviato sena problemi abbastanza funzionale).
Ho cambiato tutte le impostazioni col sito di NOIP e l'emu mi da un errore
View attachment 7099
Come risolvo? Premetto che ho sbloccato le porte: 90, 80, 3306, 20

Altra domanda, ho visto che nel retro non ci sono le stanze dei giochi e alcuni furni non sono visibili, problema del CMS?
Se vado nel catalogo cuccioli qualsiasi cosa scelgo va in crash e torna nella pagina iniziale, come mai?
 
Allora per quanto riguarda l'emulatore, devi configurare inserendo il tuo ip, e non il link del sito, altrimenti non funzionerà mai :emoji_relieved:.
Per quanto riguarda i furni che non si vedono, e per i crash, probabilmente non ci sono gli swf dei vari furni, quindi a questo punto ti consiglio o di cambiare pack oppure inserire un db e dcr compatibili fra loro ;)
 
Vorrei sfatare un mito: è meglio xampp che iis.


Inviato dal mio iPhone utilizzando Tapatalk
 
...Vatti a informare cos'è xampp, e poi iis. Quanto mi fanno incazzare le persone come te. Ah, anche nginx è meglio di IIS =)
 
Conosco anche nginx però non mi ci sono trovato bene, comunque Xampp è molto più vulnerabile ai ddos. EX: se crei un retro con xampp e riesci a beccare l'ip la porta 3306 la offi in qualche secondo, con IIS se crei un retro con il MYSQL la 3306 la butti giù con molta più difficoltà. Siamo in Forum e ognuno può esprimere liberamente il proprio pensiero. :vecchio: @Mr.Hyde
 
Buongiorno, scusate l'assenza ho avuto problemi con internet.
Vi vorrei ringraziare tutti per l'aiuto, sono riuscito a risolvere i miei problemi per il momento :emoji_slight_smile:
Ho aperto il retro in locale ed è partito anche con noip.
Provvederò a breve a fare un abbonamento annuale con un vps.

Ho una ultima info e poi potete chiudere, se volessi fare il retro con il new crypto con il seasons emulator, potrebbe essere un idea o meglio lasciare l'old crypto?

Grazie ancora a tutti e buona giornata
 
Si potrebbe fare dato che una versione di Seasons è stata rilasciata new crypto. Ma ti consiglio di rimanere il retro old crypto.
 
Buongiorno a tutti scusatemi per il post rimasto aperto troppo tempo. Pensavo fosse già chiuso.
Un grazie a tutti ho risolto per quanto riguarda l'old crypto :emoji_slight_smile:
Vi disturberò nuovamente quando avrò qualche problema.
Potete chiudere.

Buona giornata