 sourceserver.info »
 sourceserver.info » Main »
 Main » Source Mod »
 Source Mod » Hilfe »
 Hilfe »|   | Quellcode | 
| 1 2 3 4 | <Failed> "Say Sounds (including Hybrid Edition)" (3.1.8) by Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
           44 "RateChecker" (0.2) by pRED*
<Failed> "Menu Based Rules" (1.5.1) by XARiUS
<Failed> "Client Preferences" (1.2.3) by AlliedModders LLC | 
|   | Quellcode | 
| 1 | L 09/17/2009 - 14:30:18: [admin-sql-prefetch.smx] Could not connect to database "default": Configuration "default" not found | 
 )
 )|   | Quellcode | 
| 1 2 3 4 5 6 7 8 | L 09/17/2009 - 21:55:43: SourceMod error session started
L 09/17/2009 - 21:55:43: Info (map "de_dust2") (file "errors_20090917.log")
L 09/17/2009 - 21:55:43: [SM] Unable to load extension "clientprefs.ext": Could not find "clientprefs" or "default" database configs
L 09/17/2009 - 21:55:43: [SM] Unable to load plugin "showrules.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 09/17/2009 - 21:55:43: [knifetop.smx] [KnifeTop] Unable to connect to database (Configuration "storage-local" not found)
L 09/17/2009 - 21:55:43: [SM] Unable to load plugin "saysounds.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 09/17/2009 - 21:55:43: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 09/17/2009 - 21:55:44: [admin-sql-prefetch.smx] Could not connect to database "default": Configuration "default" not found  | 
|   | Quellcode | 
| 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 36 37 38 | "databases"
{
   "driver_default"      "mysql"
   
   "default"
   {
      "driver"         "mysql"
      "host"            "85.25.xxx.xxx"
      "database"         "Mysql DB Name"
      "user"            "Benutzer Name"
      "pass"            "xxxx"
      //"timeout"         "0"
      //"port"         "3306"
   }
   
   "storage-local"
   {
      "driver"         "sqlite"
      "database"         "sourcemod-local"
   }
   
   "admins"
   {
      "driver"         "sqlite"
      "database"         "admins-sqlite"
   }
   "clientprefs"
   {
      "driver"         "sqlite"
      "host"            "85.25.xxx.xxx"
      "database"         "clientprefs-sqlite"
      "user"            "Benutzer Name"
      "pass"            "xxxx"
      //"timeout"         "0"
      //"port"         "3306"
   }
} | 
|   | Quellcode | 
| 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 | "databases"
{
   "driver_default"      "mysql"
   
   "default"
   {
      "driver"         "mysql"
      "host"            "85.25.xxx.xxx"
      "database"         "Mysql DB Name"
      "user"            "Benutzer Name"
      "pass"            "xxxx"
      //"timeout"         "0"
      //"port"         "3306"
   }
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}
	"clientprefs"
	{
      "driver"         "mysql"
      "host"            "85.25.xxx.xxx"
      "database"         "Mysql DB Name"
      "user"            "Benutzer Name"
      "pass"            "xxxx"
      //"timeout"         "0"
      //"port"         "3306"
	}
} | 
|   | Quellcode | 
| 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 36 37 38 | "databases"
{
	"driver_default"		"mysql"
	
	"default"
	{
		"driver"			"mysql"
		"host"				"85.25.xxx.xxx"
		"database"			"Datenbank Name"
		"user"				"Benutzer Name"
		"pass"				"Passwort für Benutzer Name"
		//"timeout"			"0"
		//"port"			"3306"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}
	
	"admins"
	{
		"driver"			"sqlite"
		"database"			"admins-sqlite"
	}
	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"85.25.xxx.xxx"
		"database"			"clientprefs-sqlite"
		"user"				"Benutzer Name"
		"pass"				"Passwort für Benutzer Namen"
		//"timeout"			"0"
		//"port"			"3306"
	}
} | 
|   | Quellcode | 
| 1 2 | 14:02:15 [sql-admin-manager.smx] Could not connect to database: Configuration "default" not found 14:02:15 [SM] Could not connect to the database. | 

Zitat von »"HSFighter"«
Dann die databases.cfg!
Wir wollen alles (Admins, Clientprefs und den Rest!) in die MySQL Datenbank Speichern.

Quellcode
"databases" { "driver_default" "mysql" "default" { "driver" "mysql" "host" "85.25.xxx.xxx" "database" "Mysql DB Name" "user" "Benutzer Name" "pass" "xxxx" //"timeout" "0" //"port" "3306" } "storage-local" { "driver" "sqlite" "database" "sourcemod-local" } "clientprefs" { "driver" "mysql" "host" "85.25.xxx.xxx" "database" "Mysql DB Name" "user" "Benutzer Name" "pass" "xxxx" //"timeout" "0" //"port" "3306" } }
|   | Quellcode | 
| 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 | "databases"
{
	"driver_default"		"mysql"
	
	"default"
	{
		"driver"			"mysql"
		"host"				"85.25.xxx.xxx"
		"database"			"DB Name"
		"user"				"Benutzer Name "
		"pass"				"PW mit dem ich mich in Confixx anmelde"
		//"timeout"			"0"
		//"port"			"3306"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}
	
	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"85.25.xxx.xxx"
		"database"			"clientprefs-sqlite"
		"user"				"Benutzer Name mit dem Ich mich in Confixx anmelde"
		"pass"				"PW mit dem ich mich in Confixx anmelde"
		//"timeout"			"0"
		//"port"			"3306"
	}
} | 
|   | Quellcode | 
| 1 2 3 4 5 6 7 8 | L 09/18/2009 - 17:11:10: SourceMod error session started
L 09/18/2009 - 17:11:10: Info (map "de_dust2") (file "errors_20090918.log")
L 09/18/2009 - 17:11:10: [SM] Unable to load extension "clientprefs.ext": Could not find "clientprefs" or "default" database configs
L 09/18/2009 - 17:11:10: [SM] Unable to load plugin "showrules.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 09/18/2009 - 17:11:10: [knifetop.smx] [KnifeTop] Unable to connect to database (Configuration "storage-local" not found)
L 09/18/2009 - 17:11:10: [SM] Unable to load plugin "saysounds.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 09/18/2009 - 17:11:10: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 09/18/2009 - 17:11:10: [admin-sql-prefetch.smx] Could not connect to database "default": Configuration "default" not found  | 
|   | Quellcode | 
| 1 2 | 17:12:36 [sql-admin-manager.smx] Could not connect to database: Configuration "default" not found 17:12:36 [SM] Could not connect to the database. | 
 .. Natürlich nur wenn du noch Interesse hast
 .. Natürlich nur wenn du noch Interesse hast  ..
 ..|   | Quellcode | 
| 1 2 3 4 5 6 7 8 | L 09/18/2009 - 22:40:37: SourceMod error session started
L 09/18/2009 - 22:40:37: Info (map "de_dust2") (file "errors_20090918.log")
L 09/18/2009 - 22:40:37: [SM] Plugin encountered error 25: Call was aborted
L 09/18/2009 - 22:40:37: [SM] Native "SetFailState" reported: saysounds.cfg not parsed...file doesnt exist!
L 09/18/2009 - 22:40:37: [SM] Displaying call stack trace for plugin "saysounds.smx":
L 09/18/2009 - 22:40:37: [SM]   [0]  Line 1035, /home/groups/sourcemod/upload_tmp/phpEKjNtS.sp::Load_Sounds()
L 09/18/2009 - 22:40:56: [sql-admin-manager.smx] Query failed: Table 'sm_admins' already exists
L 09/18/2009 - 22:40:56: [sql-admin-manager.smx] Query dump: CREATE TABLE sm_admins (id int(10) unsigned NOT NULL auto_increment, authtype enum('steam','name','ip') NOT NULL, identity varchar(65) NOT NULL, password varchar(65), flags varchar(30) NOT NULL, name varchar(65) NOT NULL, immunity int(10) unsigned NOT NULL, PRIMARY KEY (id))  | 
|   | Quellcode | 
| 1 2 3 | 46 <Error> "Say Sounds (including Hybrid Edition)" (3.1.8) by Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
         Load Errors:
         Say Sounds (including Hybrid Edition): saysounds.cfg not parsed...file doesnt exist! | 
|   | Quellcode | 
| 1 2 3 4 5 6 | L 09/20/2009 - 18:50:45: SourceMod error session started L 09/20/2009 - 18:50:45: Info (map "de_dust2") (file "errors_20090920.log") L 09/20/2009 - 18:50:45: [SM] Plugin encountered error 25: Call was aborted L 09/20/2009 - 18:50:45: [SM] Native "SetFailState" reported: saysounds.cfg not parsed...file doesnt exist! L 09/20/2009 - 18:50:45: [SM] Displaying call stack trace for plugin "saysounds.smx": L 09/20/2009 - 18:50:45: [SM] [0] Line 1035, /home/groups/sourcemod/upload_tmp/phpEKjNtS.sp::Load_Sounds() | 
 Spoiler
				Spoiler
					
Zitat von »"sridga"«
..
also bei mir geht es um dieses plugin http://forums.alliedmods.net/showthread.php?p=729788
...
laut anleitung sollte ja dann automatisch eine saysounds.cfg in folgendem pfad erstellt werden: cfg/sourcemod/sm_saysounds.cfg....
|   | Quellcode | 
| 1 | addons/sourcemod/configs/ | 
|   | Quellcode | 
| 1 | cfg/sourcemod/ | 
 
					 
  
  
  
  
  
  
  
		