Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Edit:Sry, accidently double posted. lag
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Quote:
Originally Posted by
Kenny990
The HC login was fixed a long time ago. Search before you post please. And I can't load guest rooms or buy anything.
Where the ive been looking on each page and saw nothing? mine helping me
edit: yea i saw that but how do u do it? is it threw msyql or what?
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Okay, I will fix the HC bug with the fix (A)
Further Habbo Club was missing some fuse rights.
Dump your table "rank_fuserights" and than you do this query in your sql database:
Code:
-- phpMyAdmin SQL Dump
-- version 2.11.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generatie Tijd: 22 Jun 2008 om 17:32
-- Server versie: 5.0.51
-- PHP Versie: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Tabel structuur voor tabel `rank_fuserights`
--
CREATE TABLE IF NOT EXISTS `rank_fuserights` (
`id` int(3) NOT NULL auto_increment,
`minrank` int(1) NOT NULL,
`fuseright` varchar(100) collate latin1_general_ci NOT NULL,
PRIMARY KEY (`id`,`fuseright`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=40 ;
--
-- Gegevens worden uitgevoerd voor tabel `rank_fuserights`
--
INSERT INTO `rank_fuserights` (`id`, `minrank`, `fuseright`) VALUES
(1, 1, 'pockethabbo_content_download_allowed'),
(2, 1, 'default'),
(3, 1, 'fuse_login'),
(4, 1, 'fuse_buy_credits'),
(5, 1, 'fuse_trade'),
(6, 1, 'fuse_room_queue_default'),
(7, 1, 'pockethabbo_messenger_allowed'),
(8, 2, 'fuse_use_club_outfits'),
(9, 2, 'fuse_use_club_badge'),
(10, 2, 'fuse_use_special_room_layouts'),
(11, 2, 'fuse_room_queue_club'),
(12, 2, 'fuse_extended_buddylist'),
(13, 2, 'fuse_furni_chooser'),
(14, 2, 'fuse_habbo_chooser'),
(15, 2, 'fuse_priority_access'),
(16, 3, 'fuse_enter_full_rooms'),
(17, 4, 'fuse_enter_locked_rooms'),
(18, 4, 'fuse_kick'),
(19, 4, 'fuse_mute'),
(20, 5, 'fuse_ban'),
(21, 5, 'fuse_room_mute'),
(22, 5, 'fuse_room_kick'),
(23, 5, 'fuse_receive_calls_for_help'),
(24, 5, 'fuse_remove_stickies'),
(25, 6, 'fuse_mod'),
(26, 6, 'fuse_superban'),
(27, 6, 'fuse_pick_up_any_furni'),
(28, 6, 'fuse_ignore_room_owner'),
(29, 6, 'fuse_any_room_controller'),
(30, 3, 'fuse_room_alert'),
(31, 6, 'fuse_moderator_access'),
(32, 7, 'fuse_administrator_access'),
(33, 7, 'fuse_see_flat_ids'),
(34, 5, 'fuse_chat_log'),
(35, 6, 'fuse_performance_panel'),
(36, 4, 'fuse_alert'),
(37, 5, 'fuse_see_all_roomowners'),
(38, 6, 'fuse_hotelalert'),
(39, 6, 'fuse_teleport');
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
sisija can you make mass credit ??
And thanks for HC fix!
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Quote:
Originally Posted by
sisija
Okay, I will fix the HC bug with the fix (A)
Further Habbo Club was missing some fuse rights.
Dump your table "rank_fuserights" and than you do this query in your sql database:
Code:
-- phpMyAdmin SQL Dump
-- version 2.11.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generatie Tijd: 22 Jun 2008 om 17:32
-- Server versie: 5.0.51
-- PHP Versie: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Tabel structuur voor tabel `rank_fuserights`
--
CREATE TABLE IF NOT EXISTS `rank_fuserights` (
`id` int(3) NOT NULL auto_increment,
`minrank` int(1) NOT NULL,
`fuseright` varchar(100) collate latin1_general_ci NOT NULL,
PRIMARY KEY (`id`,`fuseright`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=40 ;
--
-- Gegevens worden uitgevoerd voor tabel `rank_fuserights`
--
INSERT INTO `rank_fuserights` (`id`, `minrank`, `fuseright`) VALUES
(1, 1, 'pockethabbo_content_download_allowed'),
(2, 1, 'default'),
(3, 1, 'fuse_login'),
(4, 1, 'fuse_buy_credits'),
(5, 1, 'fuse_trade'),
(6, 1, 'fuse_room_queue_default'),
(7, 1, 'pockethabbo_messenger_allowed'),
(8, 2, 'fuse_use_club_outfits'),
(9, 2, 'fuse_use_club_badge'),
(10, 2, 'fuse_use_special_room_layouts'),
(11, 2, 'fuse_room_queue_club'),
(12, 2, 'fuse_extended_buddylist'),
(13, 2, 'fuse_furni_chooser'),
(14, 2, 'fuse_habbo_chooser'),
(15, 2, 'fuse_priority_access'),
(16, 3, 'fuse_enter_full_rooms'),
(17, 4, 'fuse_enter_locked_rooms'),
(18, 4, 'fuse_kick'),
(19, 4, 'fuse_mute'),
(20, 5, 'fuse_ban'),
(21, 5, 'fuse_room_mute'),
(22, 5, 'fuse_room_kick'),
(23, 5, 'fuse_receive_calls_for_help'),
(24, 5, 'fuse_remove_stickies'),
(25, 6, 'fuse_mod'),
(26, 6, 'fuse_superban'),
(27, 6, 'fuse_pick_up_any_furni'),
(28, 6, 'fuse_ignore_room_owner'),
(29, 6, 'fuse_any_room_controller'),
(30, 3, 'fuse_room_alert'),
(31, 6, 'fuse_moderator_access'),
(32, 7, 'fuse_administrator_access'),
(33, 7, 'fuse_see_flat_ids'),
(34, 5, 'fuse_chat_log'),
(35, 6, 'fuse_performance_panel'),
(36, 4, 'fuse_alert'),
(37, 5, 'fuse_see_all_roomowners'),
(38, 6, 'fuse_hotelalert'),
(39, 6, 'fuse_teleport');
Or I made bad or not work :S
I make HC and the HC Badge dont appears, and I can't choose the HC type of the guestrooms. Please help me!
Sorry for my bad english I speak spanish.
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
is there a way to remove the HC? cuz i made my admin use the hc before the fix and now i wanna take it off to see if it;ll work after the query update
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Girls are topless when on Lido (guess the same happens when on Rooftop Rumble).
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
the fix still didint work
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Please Sisija help me, I can add images from the official Habbo Hotel to my Habbo Home, but How I can add my own images? PLEASE HELP ME! PLEASE!
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Quote:
About updating in hotel. Check your settings for the MUS in housekeeping.
My MUS Host is my real IP adress.
Should I have it as the default 1? 127.0.0.1 ?
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Haha :D
The HC fix didnt work :S
Its something with the server...
like the formats of the startdate or something
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
For all those who keep saying they have problems, check this out;
http://true-habbo.co.uk
It all works fine, Group badges works, even the MUS is working fine, groups works, and homes.
Try to fix things before instantly nagging at other people to get it working for you.
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Ehm scuse but the group badge fix?
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
mus connection doesnt work :S can someone tell me how to set the setting for mus connections
@ kreechin sorry we are asking for help but not everyone is so smart as you are :S better help us with explaining how to fix al that
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
how did you get urs to work so well
p.s: ur site is slow as fuck
edit:try mine out i canlt buy hc and log in http://deceptionteam.no-ip.biz/