You are not logged in.

NovoLine

Trainee

  • "NovoLine" started this thread

Posts: 107

wcf.user.option.userOption53: Nein

  • Send private message

1

Tuesday, June 17th 2014, 7:24pm

Calladmin Teamspeak Modul problem

Hallo das Teamspeak Modul will bei mir nach Stundenlangen rumprobieren nicht funktioniern!
Error log: [CallAdmin: Ts3 module] Socket Error: 3, 1

MfG Novo

Impact

Super Moderator

Posts: 1,276

wcf.user.option.userOption53: Nein

  • Send private message

2

Tuesday, June 17th 2014, 8:28pm

Du hast diesen Post auch auf Alliedmods geschrieben (Crossposting ist unhöflich), da du ihn dort ebenfalls auf Deutsch geschrieben hast werde ich dort aber nicht darauf antworten.
Der Code steht für ein Problem bei der Verbindung und dient nur als Anhaltspunkt. Ein einstelliger Code ist keine exakte Problembeschreibung mit welcher man dir helfen kann.
Ohne mehr Informationen kann ich dir leider nicht wirklich mehr dazu sagen, du solltest wenigstens deine Config posten.

This post has been edited 1 times, last edit by "Impact" (Jun 17th 2014, 8:35pm)


NovoLine

Trainee

  • "NovoLine" started this thread

Posts: 107

wcf.user.option.userOption53: Nein

  • Send private message

3

Wednesday, June 18th 2014, 12:44am

Also..
Server Config:


mysql module plugin:
// Server key to identify this server (Max. 64 allowed!)
// -
// Default: ""
sm_calladmin_server_key "CSS_Server"

// Name of the CallAdmin table
// -
// Default: "CallAdmin"
sm_calladmin_table_name "CallAdmin"


steam module plugin:
// Your steam password
// -
// Default: ""
sm_calladmin_steam_password "xxx"

// Your steam username
// -
// Default: ""
sm_calladmin_steam_username "xxx"

// 1 = Use Opensteamworks to send message, 0 = Use Steam Web API to send message
// -
// Default: "1"
sm_calladmin_steam_method "0"


ts3 module plugin:
// Key of your ts3script
// -
// Default: "SomeSecureKeyNobodyKnows"
sm_calladmin_ts3_key "CSS_Server"

// Url to the ts3script path
// -
// Default: "http://calladmin.yourclan.eu/subfolder"
sm_calladmin_ts3_url "http://ax-gaming.de/web/ts3"


webscripts:

ts3 config:
$access_keys = array
(
'CSS_Server' => array
(
'die eindeutige ID', //NovoLine
),
);


web config:
$access_keys = array
(
'xxx' => array
(
'CSS_Server',
),
);



Die xxx als verschlüsselt denken :)

Impact

Super Moderator

Posts: 1,276

wcf.user.option.userOption53: Nein

  • Send private message

4

Wednesday, June 18th 2014, 8:40am

Configs und Code gehören zwar in Code bzw. Php Tags, abgesehen davon sehe ich da jetzt aber kein Problem, die URL ist definitiv erreichbar.
Tritt das Problem nur ab und zu oder bei jedem Report auf?

NovoLine

Trainee

  • "NovoLine" started this thread

Posts: 107

wcf.user.option.userOption53: Nein

  • Send private message

5

Wednesday, June 18th 2014, 1:34pm

Bei jedem Report und in der error log steht bei jedem Serverrestart erneut:
[CallAdmin: Ts3 module] Socket Error: 3, 1

Similar threads