You are not logged in.

Lennox1058

Trainee

  • "Lennox1058" started this thread

Posts: 50

wcf.user.option.userOption53: Nein

  • Send private message

21

Thursday, February 9th 2012, 9:11pm

Naja jetzt hab ichs richtig eingestellt schon macht das Webinterface ein Problem

Beim Server steht :
Querying Server Data...

Woran liegt das ?

Lennox1058

Trainee

  • "Lennox1058" started this thread

Posts: 50

wcf.user.option.userOption53: Nein

  • Send private message

22

Friday, February 10th 2012, 1:22pm

Also wenn ich über SourceBans banne werde ich vom Server Gebannt.
Banne ich im ich Via Admin Menü (SM) werde ich zwar gebannt steht aber nicht bei Sourcebans.
Hat das es eventuell ein zusammenhang mit dem "Querying Server Data..."


Gruß Lennox

General_V

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

23

Friday, February 10th 2012, 1:31pm

Add mich mal in Steam und Installiere dir Teamviewer

GeNeRaLbEaM

Professional

Posts: 1,537

Location: Krefeld

Occupation: Student

wcf.user.option.userOption53: Nein

  • Send private message

24

Friday, February 10th 2012, 1:42pm

Wenn DU immer so Schnipselweise Informationen in den Raum wirst, wird Dir keiner helfen können.

Link zu Sourcebans ! Rcon PW richtig gesetzt ? Error Logs ? Ist das Sourcebans PLugins überhupt geladen und das basebans.smx in den Disaled Ordner erschoben worden?
LG
GeNeRaLbEaM

Wer Rechtschreibfehler findet, darf sie behalten.

Lennox1058

Trainee

  • "Lennox1058" started this thread

Posts: 50

wcf.user.option.userOption53: Nein

  • Send private message

25

Friday, February 10th 2012, 6:36pm

Quoted

Wenn DU immer so Schnipselweise Informationen in den Raum wirst, wird Dir keiner helfen können.
Sourcebans ist für mich eben Neuland.
Wenn keiner genau fragt kann ich auch nicht das Posten was ihr wollt bzw. was Benötigt wird.

Der letze Error Log ist :
L 02/07/2012 - 23:03:58: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/08/2012 - 15:50:11: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/09/2012 - 18:39:59: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/09/2012 - 21:07:46: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/09/2012 - 22:50:16: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/09/2012 - 22:56:25: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/09/2012 - 23:02:28: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 00:13:22: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 00:27:34: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 13:11:33: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 15:54:37: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 15:59:24: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 16:45:22: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19
L 02/10/2012 - 18:23:49: [sourcebans.smx] Database failure: Could not find Database conf "sourcebans". See FAQ: http://sourcebans.net/node/19

Ich versuch jetzt mal das umzusetzen was da steht.

RCON Passwort ist Richtig.
Plugin ist Geladen
Die Basebans.smx ist in cstrike/addons/sourcemod/plugins

Tony

Trainee

Posts: 120

Location: Rosenheim

Occupation: Abgeschlossene Ausbildung als Schreiner/Tischler Derzeitiger Arbeitergeber Die Deutsche Bahn

wcf.user.option.userOption53: Ja

  • Send private message

26

Friday, February 10th 2012, 6:51pm

du hast ihn der databases.cfg nicht die richtigen MYSql daten eingetragen!

Die Cfg findest du ihn css/cstrike/addons/sourcemod/configs


MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

27

Friday, February 10th 2012, 8:07pm

So :


Spoiler Spoiler

"Databases"
{
"driver_default" "mysql"

// When specifying "host", you may use an IP address, a hostname, or a socket file path

"sourcebans"
{
"driver" "default"
"host" "localhost"
"database" "--------"
"user" "-------"
"pass" "-------"
//"timeout" "0"
//"port" "3306"



"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"a
}



Jop erlaubt er allerdings hab ich da nichts zum Thema Sourceban

da fehlt 2x }

und bitte die code tags benutzen.

das mache ich jetzt nur einmal:

Spoiler Spoiler

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
"Databases"
{
	"driver_default" "mysql"

	// When specifying "host", you may use an IP address, a hostname, or a socket file path

	"sourcebans"
	{
		"driver" "default"
		"host" "localhost"
		"database" "--------"
		"user" "-------"
		"pass" "-------"
		//"timeout" "0"
		//"port" "3306"
	} // Fehlte


	"storage-local"
	{
		"driver" "sqlite"
		"database" "sourcemod-local"
	}

	"clientprefs"
	{
		"driver" "sqlite"
		"host" "localhost"
		"database" "clientprefs-sqlite"
		"user" "root"
		"pass" ""
		//"timeout" "0"
		//"port" "0"a
	}
}// Fehlte

This post has been edited 1 times, last edit by "MadMakz" (Feb 10th 2012, 8:14pm)


Lennox1058

Trainee

  • "Lennox1058" started this thread

Posts: 50

wcf.user.option.userOption53: Nein

  • Send private message

28

Friday, February 10th 2012, 8:26pm

Dank GeNeRaLbEaM ist das mit der MYSQL gelöst allerdings wird der Server einfach nicht mehr Angezeigt.
Siehe : http://www.schwarzerregen-clan.de/sourceban/index.php


Das Witzige an der Geschichte ist auf meinem Tablett PC wird ALLES angezeigt.
Server Name & Co.

MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

29

Friday, February 10th 2012, 8:35pm

Source code

1
Error: the XML response that was returned from the server is invalid. Received: 0/18]]>]]>cs_italy$('mapimg_1').setProperty('src', 'images/maps/cs_italy.jpg').setProperty('alt', 'cs_italy').setProperty('title', 'cs_italy');$('sinfo_1').setStyle('display', 'none');$('noplayer_1').setStyle('display', 'block');$('serverwindow_1').setStyle('height', '64px');$('dialog-control').setStyle('display', 'block');$('dialog-placement').setStyle('display', 'none');

http://forums.interwavestudios.com/topic…ax-call-failed/
http://tracker.hlxce.com/issues/1038

edit: welcher browser läuft auf dem tablett?

This post has been edited 1 times, last edit by "MadMakz" (Feb 10th 2012, 8:48pm)


Lennox1058

Trainee

  • "Lennox1058" started this thread

Posts: 50

wcf.user.option.userOption53: Nein

  • Send private message

30

Friday, February 10th 2012, 8:52pm

Kann ich nicht genau sagen.
Auf jeden fall kein FireFox und Internet Explorere.
Das ist der Vorinstallierte von Androide.

This post has been edited 2 times, last edit by "Lennox1058" (Feb 10th 2012, 9:04pm)


MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

31

Friday, February 10th 2012, 9:04pm

Webkit, Chrome. jup, scheint etwas tolleranter zu sein.

das problem bei dir ist übrigens der buchstabe Ä im servernamen.

Lennox1058

Trainee

  • "Lennox1058" started this thread

Posts: 50

wcf.user.option.userOption53: Nein

  • Send private message

32

Friday, February 10th 2012, 9:10pm

Tatsächlich big-lol

Naja nur kann ich immer noch keine Banns eintragen Lassen.

Okay kann Gelöst werden
Klappt nun.

This post has been edited 1 times, last edit by "Lennox1058" (Feb 10th 2012, 9:17pm)


Similar threads