Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
I've tried everything, I can't get the HC login to work...
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Quote:
Originally Posted by
Mickster
I've tried everything, I can't get the HC login to work...
Maybe you can try the newer HoloCMS?! :) Released a few minutes ago? :P (No, not on SVN).
Sisija
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
for some reason with the new client log i canlt seem to ever got on the server? any idea why
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Ok fixed it now it wont give u 62 days when u do 1 month :busted_co
Code:
function GiveHC($user_id, $months){
$sql = mysql_query("SELECT * FROM users_club WHERE userid = '".$user_id."' LIMIT 1") or die(mysql_error());
$valid = mysql_num_rows($sql);
if($valid > 0){
mysql_query("UPDATE users SET rank = '2' WHERE rank = '1' AND id = '".$user_id."' LIMIT 1") or die(mysql_error());
mysql_query("UPDATE users_club SET months_left = months_left + ".$months." WHERE userid = '".$user_id."' LIMIT 1") or die(mysql_error());
$check = mysql_query("SELECT * FROM users_badges WHERE badgeid = 'HC1' AND userid = '".$user_id."' LIMIT 1") or die(mysql_error());
$found = mysql_num_rows($check);
if($found !== 1){ // No badge. Poor thing.
mysql_query("UPDATE users SET badge_status = '0' WHERE id = '".$user_id."' LIMIT 1") or die(mysql_error());
mysql_query("UPDATE users_badges SET iscurrent = '0' WHERE userid = '".$user_id."'") or die(mysql_error());
mysql_query("INSERT INTO users_badges (userid,badgeid,iscurrent) VALUES ('".$user_id."','HC1','1')") or die(mysql_error());
}
} else {
$m = date('m');
$d = date('d');
$Y = date('Y');
$date = date('d-m-Y', mktime($m,$d,$Y));
mysql_query("INSERT INTO users_club (userid,date_monthstarted,months_expired,months_left) VALUES ('".$user_id."','".$date."','0','0')") or die(mysql_error());
GiveHC($user_id, $months);
}
if(function_exists(SendMUSData) !== true){ include('includes/mus.php'); }
@SendMUSData('UPRS' . $user_id);
}
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Why dosn't Remote Ban work? And why dosnt ingame ban work? lol...
Also, how can I show groups in the client..
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Please I need help in the tables Users plis On the web I get "There is no table bhabbox_habbo.users"
Please answer me that someone .... Thank you for responding ...
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
yea in the new beta 3 it says when u buy hc and records it as 31 great improvements but log with it still doesnlt work
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Quote:
Maybe you can try the newer HoloCMS?! :) Released a few minutes ago? :P (No, not on SVN).
Maybe post the download link :)
And what fixes are there? I hope ban works on this one..
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
Quote:
Originally Posted by
ukmyles
Maybe post the download link :)
And what fixes are there? I hope ban works on this one..
Ban does work.. you're doing something wrong I think.
See the "Habbo Releases" section for the new HoloCMS thread.
Sisija
Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET
hmm. well its getting there well done ;)
tho i wonder lol. you make a clone of habbo... so why not make your own game something like habbo but better?
if you know how to design a hotel then.. like i said would be good idea!