Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.0 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Sky12
But roomforwarding worked allready for example in release 38. I know now its in C# and not in VB anymore but when it was coded Nillus should have coded it! Bad boy (Nillus) xD
It isn't like *Nillus codes everything in VB* *Nillus goes over to C#* *everything is directly in C#*.
He has to code it again :)
Sisija
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Still getting this message when I log in, I can't logout after that, so all the pages are giving this problem. I have deleted my old database and executed a new one. I've also putted a clean installation of HoloCMS online, the message:
Code:
Out of range value adjusted for column 'online' at row 1
Feel free to check this:
http://muble.servegame.com/HoloCMS/
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.0 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
sisija
It isn't like *Nillus codes everything in VB* *Nillus goes over to C#* *everything is directly in C#*.
He has to code it again :)
Sisija
I know --> unfortunatly ;( ^^ But you're a great coder with your cms ;)
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
hi this is my first post any where on this site........ and i wanted to ask something about the hc for holo is there a way to maybe set the clothe to be avalable with out buying hc membership
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
@sisija
i cant seem to change the welcome message well i change it but wen i enter hotel it hasnt changed
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
^^ Ya, or maybe sign up and get a free certain months of HC?
WOOT! 100 POSTS!
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
metru
hi this is my first post any where on this site........ and i wanted to ask something about the hc for holo is there a way to maybe set the clothe to be avalable with out buying hc membership
I am not sure but that should work:
Open account.php and scroll down.
When you see this:
Code:
swfobj.addVariable("showClubSelections", "1");
<?php if( $hc_member ){ ?>swfobj.addVariable("userHasClub", "1");<?php } ?>
replace it with this:
Code:
swfobj.addVariable("showClubSelections", "1");
<?php /*if( $hc_member ){*/ ?>swfobj.addVariable("userHasClub", "1");<?php /*}*/ ?>
Try it!
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Sky12
I am not sure but that should work:
Open account.php and scroll down.
When you see this:
Code:
swfobj.addVariable("showClubSelections", "1");
<?php if( $hc_member ){ ?>swfobj.addVariable("userHasClub", "1");<?php } ?>
replace it with this:
Code:
swfobj.addVariable("showClubSelections", "1");
<?php /*if( $hc_member ){*/ ?>swfobj.addVariable("userHasClub", "1");<?php /*}*/ ?>
Try it!
The only thing you added are the Do those matter?
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
also sisja i thnk uve done sumin rong wen u clik save badge wen uve edited it i get this
http://myip/cmssave_group_badge.php says page cannt be displayed
it was diffrent before
nice work tho hows minimail coming along ?
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
I want to know how to add own bg and stickers to a habbohome / group.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Can somebody please help me out? I keep getting this message when I go to my site, and I think it is in the page core.php since that is the page that is included in every page. The message is:
Code:
Out of range value adjusted for column 'online' at row 1
EDIT
Okay I guess I fixed it, in core.php I've changed:
Code:
if(session_is_registered(username)){
$blob = time();
mysql_query("UPDATE users SET online = '".$blob."', ipaddress_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
to:
Code:
if(session_is_registered(username)){
$blob = time();
mysql_query("UPDATE users SET lastvisit = '".$blob."', ipaddress_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
Because inserting the time into the online table that can only contain 0 or 1 is pretty strange :P
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
-- ----------------------------
-- Table structure for vouchers
-- ----------------------------
CREATE TABLE `vouchers` (
`voucher` varchar(20) collate latin1_general_ci NOT NULL default '',
`type` enum('item','credits') collate latin1_general_ci NOT NULL default 'credits',
`credits` int(5) default NULL,
PRIMARY KEY (`voucher`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
have any a FIX for Vouchers this dont work. ????
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
How to translate the HabboHome Catalogue? (Sections (General...))
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Still no working MUS? Or if it IS working, how can I get it working?