[REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

Page 126 of 126 FirstFirst ... 2676116118119120121122123124125126
Results 3,126 to 3,136 of 3136
  1. #3126
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    NEW TOPIC FOR HOLOCMS!!!!!
    http://forum.ragezone.com/showthread.php?t=418018

    Sisija

  2. #3127
    Proficient Member Mickster is offline
    MemberRank
    Mar 2008 Join Date
    UKLocation
    195Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    I've tried everything, I can't get the HC login to work...

  3. #3128
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by Mickster View Post
    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

  4. #3129
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    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

  5. #3130
    Apprentice mrdoubleb is offline
    MemberRank
    Jan 2008 Join Date
    5Posts

    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);
        
    }

  6. #3131
    Valued Member ukmyles is offline
    MemberRank
    Jun 2008 Join Date
    131Posts

    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..

  7. #3132
    Apprentice nikojavier is offline
    MemberRank
    Jun 2008 Join Date
    6Posts

    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 ...

  8. #3133
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    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

  9. #3134
    Valued Member ukmyles is offline
    MemberRank
    Jun 2008 Join Date
    131Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    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..

  10. #3135
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by ukmyles View Post
    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

  11. #3136
    Apprentice mkles1320 is offline
    MemberRank
    Oct 2007 Join Date
    15Posts

    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!



Advertisement