Raised This Month: $51 Target: $400
 12% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
IH_Jimbo
Junior Member
Join Date: Jan 2009
Old 06-05-2009 , 10:37   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #501

Judging from that error, either your login/password are wrong, or your mysql does not allow external connections
IH_Jimbo is offline
SanMan
AlliedModders Donor
Join Date: Feb 2007
Location: Ohio
Old 06-05-2009 , 14:05   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #502

Right but its all right the login/password and my website host dose allow external connections.
__________________

Last edited by SanMan; 06-05-2009 at 14:31. Reason: Update
SanMan is offline
SanMan
AlliedModders Donor
Join Date: Feb 2007
Location: Ohio
Old 06-05-2009 , 14:31   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #503

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
__________________

Last edited by SanMan; 06-05-2009 at 15:03. Reason: Update
SanMan is offline
IH_Jimbo
Junior Member
Join Date: Jan 2009
Old 06-05-2009 , 22:16   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #504

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
IH_Jimbo is offline
SanMan
AlliedModders Donor
Join Date: Feb 2007
Location: Ohio
Old 06-06-2009 , 07:13   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #505

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.
__________________
SanMan is offline
IH_Jimbo
Junior Member
Join Date: Jan 2009
Old 06-06-2009 , 16:04   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #506

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
IH_Jimbo is offline
SendoX
Junior Member
Join Date: Jun 2009
Old 06-07-2009 , 11:57   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #507

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:597 [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

Last edited by SendoX; 06-07-2009 at 12:00.
SendoX is offline
IH_Jimbo
Junior Member
Join Date: Jan 2009
Old 06-07-2009 , 18:03   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #508

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
IH_Jimbo is offline
SanMan
AlliedModders Donor
Join Date: Feb 2007
Location: Ohio
Old 06-07-2009 , 22:53   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #509

Quote:
Originally Posted by IH_Jimbo View Post
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..
__________________

Last edited by SanMan; 06-08-2009 at 05:32.
SanMan is offline
IH_Jimbo
Junior Member
Join Date: Jan 2009
Old 06-08-2009 , 00:23   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #510

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.
IH_Jimbo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:35.


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