AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D] Player Stats (Co-op) v1.1.1 (https://forums.alliedmods.net/showthread.php?t=84022)

IH_Jimbo 06-05-2009 10:37

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Judging from that error, either your login/password are wrong, or your mysql does not allow external connections

SanMan 06-05-2009 14:05

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Right but its all right the login/password and my website host dose allow external connections.

SanMan 06-05-2009 14:31

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Im going to tec-sopport it hope they can help better then they have in the past lol.. Thx for your help ; )

Ok they where no help at all lol

IH_Jimbo 06-05-2009 22:16

Re: [L4D] Player Stats (Co-op) v1.1.1
 
The error message from the log is only caused when the user cannot logon. Since it is returning that error message, we know the server and database name are set properly, so it can only be a couple of things. The user name and password are not correct, the user does not have access to the database. External connections are not allowed, or if they are allowed, they are not set to allow a connection from the ip address of the game server

SanMan 06-06-2009 07:13

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Ok , I just redid the username and password too the database. I have the game server IP adress set in remote mysql. restarted the server same error.

IH_Jimbo 06-06-2009 16:04

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Go to The MySQL site, download the remote mysql GUI management tools. They are free. Install them on your pc. See if you can connect to your mysql server. If you cannot, external connections are not enabled. You will need to get them enabled. Here is the link for the tools http://dev.mysql.com/downloads/gui-tools/5.0.html

SendoX 06-07-2009 11:57

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Ok..i have a Problem...

http://www.sendox.de/L4D Stats

This is my side...The template works..but i can see Online Players or Raks..

my Databases.cfg
Quote:

"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

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

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"l4dstats"
{
"driver" "mysql"
"host" "ftp.XXXXXXXXX.de"
"database" "XXXX"
"user" "XXXXX"
"pass" "XXXX"
}
}
my l4d_stats-cfg
Quote:

sm_l4dstats_announcemode "1"
sm_l4dstats_dbprefix "db_l4d"
sm_l4dstats_minhumans "1"
i can see only a message ingame RANK Disabel for min Humans..

Were is the error ??
Sorry my english..i am from Germany...

HLSW info:
sm plugins list

7:59:37 [SM] Listing 19 plugins:
01 "Anti-Flood" (1.2.0) by AlliedModders LLC
02 "Player Commands" (1.2.0) by AlliedModders LLC
03 "Basic Comm Control" (1.2.0) by AlliedModders LLC
04 "Basic Commands" (1.2.0) by AlliedModders LLC
05 "Reserved Slots" (1.2.0) by AlliedModders LLC
06 "Basic Info Triggers" (1.2.0) by AlliedModders LLC
07 "Basic Votes" (1.2.0) by AlliedModders LLC
08 "Sound Commands" (1.2.0) by AlliedModders LLC
09 "Admin Menu" (1.2.0) by AlliedModders LLC
10 "Admin Help" (1.2.0) by AlliedModders LLC
11 "L4D Bots" (0.1) by devicenull
12 "L4D Stats" (1.1.1) by msleeper
13 "Nextmap" (1.2.0) by AlliedModders LLC
14 "Basic Chat" (1.2.0) by AlliedModders LLC
15 "Fun Votes" (1.2.0) by AlliedModders LLC
16 "Admin File Reader" (1.2.0) by AlliedModders LLC
17 "Fun Commands" (1.2.0) by AlliedModders LLC
18 "Basic Ban Commands" (1.2.0) by AlliedModders LLC
19 "Client Preferences" (1.2.0) by AlliedModders LLC

IH_Jimbo 06-07-2009 18:03

Re: [L4D] Player Stats (Co-op) v1.1.1
 
If you see the ingame message that the stats are disabled for not having enough human players, it means that you need at least 2 human players in the game, so you will need to play with someone else besides to have it work. Also you cannot play on easy level or it will not work either

SanMan 06-07-2009 22:53

Re: [L4D] Player Stats (Co-op) v1.1.1
 
Quote:

Originally Posted by IH_Jimbo (Post 843222)
Go to The MySQL site, download the remote mysql GUI management tools. They are free. Install them on your pc. See if you can connect to your mysql server. If you cannot, external connections are not enabled. You will need to get them enabled. Here is the link for the tools http://dev.mysql.com/downloads/gui-tools/5.0.html


I downloaded it Jimbo, an I'm just at a lost when it comes to this...
If someone as it setup, maybe I could give them my info too check it..

IH_Jimbo 06-08-2009 00:23

Re: [L4D] Player Stats (Co-op) v1.1.1
 
I have several different mysql administration tools. I would be happy to connect to your database as a test. If you would like, you can create a read only access login for your L4D stats database and pm me the connection/login info, I would be happy to see if I can connect.


All times are GMT -4. The time now is 07:34.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.