Jump to content

Murmur (mumble) with SuperAdmin working


dimitrifrom31

Recommended Posts

Hello

 

I got murmur 1.2.0 working on master server with 64 bit win 2008 web edit.

 

I will try follow up on my remote server an se what happening

 

 

 

Just to revive this as i dont seem to be having much luck!

Problem 1) When the server starts unfortuenttly Windows 2008 puts it as an interactive service, which then causes it to error "the operation requires an interactive service station"

When i run the .bat myself it opens the server correctly no issues.

Problem 2) Am i missing something or is it not possible to create virtual servers through tcadmin?

 

Thanks in advance!

- Sam

Edited by gamespeak
Link to comment
Share on other sites

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

We have just tried this to see how it matches to our current panel. I've followed the steps but it doesn't set the server details, nor does it set the superuser password.

 

I know people have got it working, so any ideas on what I'm doing wrong?

Link to comment
Share on other sites

  • 2 months later...

murmur can not get to work. Done by the wizard

 

it says that the code is wrong to superuser

 

My setup:

Windows Server 2008 Enterprise R2 (64bit)

tcadmin

murmur 1.2.2

 

---

 

Server.bat say the same as "Dan M"

Edited by fgs
Link to comment
Share on other sites

murmur can not get to work. Done by the wizard

 

it says that the code is wrong to superuser

 

My setup:

Windows Server 2008 Enterprise R2 (64bit)

tcadmin

murmur 1.2.2

 

---

 

Server.bat say the same as "Dan M"

 

run the bat manually adding a pause at the end and post a screenshot of possible errors.

Link to comment
Share on other sites

if I open the server manually as it works behind the tcadmin us

 

without manual start does not superuser

 

 

If I got you :

 

when you run the server.bat file manually it works fine

but when you run the server via TCA the superadmin password is not set

 

right?

 

 

 

 

If so :

 

- did you read the whole thread here to try different things we mentionned ?

- have you double checked your murmur TCA config ? Make sure the executable is server.bat and not murmur.exe

 

Can't help you much more than that, if you need me to do your setup it will ahve a cost but if your interested you can email me : admin[at]roxservers[dot]com

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...
  • 1 month later...

I'm not sure what is the cause or if anyone can even help but I'm having trouble. I can manually create the server in TCAdmin but I'm not sure how to set it up under WHMCS with the tcadmin_advanced module. All of my game servers are setup under this module and work flawlessly but when I try to setup Murmur it doesn't work. I have tried putting it under the Game ID as well as the Voice ID. If I force it in WHMCS admin to create the server it copies the game files and starts the service but creates no entry for the user or game/voice server. The only way I can tell it is running is to remote into the server and check the processes.

 

I haven't yet attempted to add Murmur to the existing game server products as I want to be sure it's working first. For now I just want to setup Murmur as a standalone product under WHMCS. I have made sure Murmur is allowed in the TCAdmin billing API. Any ideas?

Link to comment
Share on other sites

you just need to use a custom php file in advanced module like :

 

<?php

/*
   tcadmin_advanced version 1.05
   Copyright (c) 2009 Luis Alvarenga
   http://www.tcadmin.com

   Change Log
   v1.05 : Added TS3 upload and download quota attributes
   v1.04 : Values are no longet sent with HTML encoding
   v1.03 : Service password is updated when using a custom field for the TCAdmin password.
   v1.02 : Self signed certificates are supported.
   v1.01 : Added support for WHMCS 3.8.1.
           Service password is updated correctly.
   v1.0  : Initial release.

   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the
   "Software"), to deal in the Software without restriction, including
   without limitation the rights to use, copy, modify, merge, publish,
   distribute, sublicense, and/or sell copies of the Software, and to
   permit persons to whom the Software is furnished to do so, subject to
   the following conditions:

   The above copyright notice and this permission notice shall be included
   in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

if(count(get_included_files()) ==1) exit("Direct access not permitted.");

$billing_api_values = array();

/* *************** */
/* Advanced Values */
/* *************** */

$billing_api_values["skip_page"]="1";

$billing_api_values["game_additional_slots"]="0";
$billing_api_values["game_additional_arguments"]="";
$billing_api_values["game_level"]="";

$billing_api_values["voice_additional_slots"]="0";
$billing_api_values["voice_additional_arguments"]="";
$billing_api_values["voice_upload_quota"]="";
$billing_api_values["voice_download_quota"]="";
$billing_api_values["voice_level"]="";

/* ************** */
/* Game Switching */
/* ************** */

$billing_api_values["switch_at_once"]=1;
$billing_api_values["game_id_switch_1"]="";
$billing_api_values["game_slots_switch_1"]="";
$billing_api_values["game_id_switch_2"]="";
$billing_api_values["game_slots_switch_2"]="";
$billing_api_values["game_id_switch_3"]="";
$billing_api_values["game_slots_switch_3"]="";
$billing_api_values["game_id_switch_4"]="";
$billing_api_values["game_slots_switch_4"]="";
$billing_api_values["game_id_switch_5"]="";
$billing_api_values["game_slots_switch_5"]="";
$billing_api_values["game_id_switch_6"]="";
$billing_api_values["game_slots_switch_6"]="";
$billing_api_values["game_id_switch_7"]="";
$billing_api_values["game_slots_switch_7"]="";
$billing_api_values["game_id_switch_8"]="";
$billing_api_values["game_slots_switch_8"]="";
$billing_api_values["game_id_switch_9"]="";
$billing_api_values["game_slots_switch_9"]="";
$billing_api_values["game_id_switch_10"]="";
$billing_api_values["game_slots_switch_10"]="";
$billing_api_values["game_id_switch_11"]="";
$billing_api_values["game_slots_switch_11"]="";
$billing_api_values["game_id_switch_12"]="";
$billing_api_values["game_slots_switch_12"]="";
$billing_api_values["game_id_switch_13"]="";
$billing_api_values["game_slots_switch_13"]="";
$billing_api_values["game_id_switch_14"]="";
$billing_api_values["game_slots_switch_14"]="";
$billing_api_values["game_id_switch_15"]="";
$billing_api_values["game_slots_switch_15"]="";
$billing_api_values["game_id_switch_16"]="";
$billing_api_values["game_slots_switch_16"]="";
$billing_api_values["game_id_switch_17"]="";
$billing_api_values["game_slots_switch_17"]="";
$billing_api_values["game_id_switch_18"]="";
$billing_api_values["game_slots_switch_18"]="";
$billing_api_values["game_id_switch_19"]="";
$billing_api_values["game_slots_switch_19"]="";
$billing_api_values["game_id_switch_20"]="";
$billing_api_values["game_slots_switch_20"]="";
$billing_api_values["game_id_switch_21"]="";
$billing_api_values["game_slots_switch_21"]="";
$billing_api_values["game_id_switch_22"]="";
$billing_api_values["game_slots_switch_22"]="";
$billing_api_values["game_id_switch_23"]="";
$billing_api_values["game_slots_switch_23"]="";
$billing_api_values["game_id_switch_24"]="";
$billing_api_values["game_slots_switch_24"]="";
$billing_api_values["game_id_switch_25"]="";
$billing_api_values["game_slots_switch_25"]="";

/* ************************** */
/* Client UserId and Password */
/* ************************** */

$billing_api_values["user_name"] = $params["username"];
$billing_api_values["user_password"] = $params["password"];


/* *************************************************************************************** */
/*                              DON'T CHANGE BELLOW THIS LINE                              */
/* *************************************************************************************** */


/* **************************************** */
/* Values found in the module settings page */
/* **************************************** */

$billing_api_values["game_package_id"] = $params["serviceid"];
$billing_api_values["voice_package_id"] = $params["serviceid"];
$billing_api_values["client_package_id"] = $params["serviceid"];

$billing_api_values["game_id"] = $params["configoption3"];
$billing_api_values["game_slots"] = $params["configoption5"];
$billing_api_values["game_private"] = $params["configoption7"];
$billing_api_values["game_branded"] = $params["configoption9"];
$billing_api_values["game_datacenter"] = $params["configoption11"];
$billing_api_values["game_hostname"] = $params["configoption13"];
$billing_api_values["game_rcon_password"] = $params["configoption15"];
$billing_api_values["game_private_password"] = $params["configoption17"];

$billing_api_values["voice_id"] = $params["configoption4"];
$billing_api_values["voice_slots"] = $params["configoption6"];
$billing_api_values["voice_private"] = $params["configoption8"];
$billing_api_values["voice_branded"] = $params["configoption10"];
$billing_api_values["voice_datacenter"] = $params["configoption12"];
$billing_api_values["voice_hostname"] = $params["configoption14"];
$billing_api_values["voice_rcon_password"] = $params["configoption16"];
$billing_api_values["voice_private_password"] = $params["configoption18"];

/* ****************** */
/* Client Information */
/* ****************** */

$billing_api_values["client_id"] = $params["clientsdetails"]["userid"];
$billing_api_values["user_email"] = $params["clientsdetails"]["email"];
$billing_api_values["user_fname"] = $params["clientsdetails"]["firstname"];
$billing_api_values["user_lname"] = $params["clientsdetails"]["lastname"];
$billing_api_values["user_address1"] = $params["clientsdetails"]["address1"];
$billing_api_values["user_address2"] = $params["clientsdetails"]["address2"];
$billing_api_values["user_city"] = $params["clientsdetails"]["city"];
$billing_api_values["user_state"] = $params["clientsdetails"]["state"];
$billing_api_values["user_zip"] = $params["clientsdetails"]["postcode"];
$billing_api_values["user_country"] = $params["clientsdetails"]["country"];
$billing_api_values["user_phone1"] = $params["clientsdetails"]["phonenumber"];
$billing_api_values["user_phone2"] = "";

/* ****************************** */
/* Billing API Login and Password */
/* ****************************** */
$billing_api_values["response_type"] = "text";
$billing_api_values["tcadmin_username"] = $params["serverusername"];
$billing_api_values["tcadmin_password"] = $params["serverpassword"];

?>

 

then in WHMCS module settings fill the voice ID with the TCAXXXXXXXXX id and in the scroll lists set the voice slots, datacenter , hostname

Link to comment
Share on other sites


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use