[PLUSEMU] Purchasing Habbo club does not work?

Results 1 to 4 of 4
  1. #1
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    [PLUSEMU] Purchasing Habbo club does not work?

    Hey, I fixed one problem with Habbo Club on PlusEMU but now I have another one. When I click to purchase one of the three Habbo Club available deals I get a message in client saying

    "Message From Habbo Hotel! Something went wrong! The item type could not be processed. Please do not try to buy this item anymore, instead inform support as soon as possible"

    Everything is set right in the database for it to work, so I'm not too sure on why it won't let me purchase it. No errors log anywhere.
    Last edited by FatalLulz; 12-08-13 at 09:53 AM.


  2. #2
    hi JackHoll is offline
    MemberRank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: [PLUSEMU] Purchasing Habbo club does not work?

    I have the same issue, I'm trying to give all users 18 years by adding this to the users_class (Illumina) but it isn't working

    The code is: (Note: It doesn't work)

    public function addUserSub($user_id) { global $db, $core;
    if($this->stmt = $db->prepare("INSERT INTO user_subscriptions (user_id,subscription_id,timestamp_activated,timestamp_expire) VALUES ('" . $user_id . "', '" . $user_id . "', '" . time() . "', "1944287141"))) {
    $this->stmt->execute();
    $this->stmt->close();
    }
    else {
    $db->databaseError($db->error);
    }
    }

  3. #3
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [PLUSEMU] Purchasing Habbo club does not work?

    Quote Originally Posted by JackHoll View Post
    I have the same issue, I'm trying to give all users 18 years by adding this to the users_class (Illumina) but it isn't working

    The code is: (Note: It doesn't work)
    I'm using Uber2. I think it might have something to do with the the Emulator it's self. Also wondering do you know where to edit permissions per rank? I did a quick search and can't seem to find it o.o

  4. #4
    hi JackHoll is offline
    MemberRank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: [PLUSEMU] Purchasing Habbo club does not work?

    Quote Originally Posted by FatalLulz View Post
    I'm using Uber2. I think it might have something to do with the the Emulator it's self. Also wondering do you know where to edit permissions per rank? I did a quick search and can't seem to find it o.o
    It's under server_fuserights



Advertisement