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

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
[-NM-] cal70d
Member
Join Date: Mar 2009
Old 07-10-2010 , 04:36   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #911

Quote:
Originally Posted by ragnasin View Post
Attention pls....valve updated something cause the add-on unable to run...
New version of sourcemod needded!!
but unfortunately the developer went to vacation~ any other solution?

Check this thread:
http://forums.alliedmods.net/showthread.php?t=131893

That will fix sourcemod not working.

I'm having a problem with this plugin since MySQL was updated to 5.1 on my database server.
At first if I had this plugin on the server it would get stuck in a loop.
Since the update today and the above fix for sourcemod, I get this error:
[SM] Unable to load plugin "l4d_stats.smx": Native "SQL_CheckConfig" was not found

I'm able to remotely connect to the database using MySQL Workbench, so I know the database is set up for remote access. I have given the gameserver ip access to the database.
Any ideas?

_______________
[Edit]:
Seems to be a SourceMod problem, as all plugins that use MySQL are not loading since the last update to SM in response to Valve's last update.

_______________
[Edit]:
SourceMod update at the post linked above now fixes the SQL_CheckConfig error.

I'm back to having the plugin timeout accessing the database and causing the server to reset.
This started occuring when the webhost that the database is on updated MySQL from 4.4 to 5.1.
Using all the same info that I used before.
Web stats page connects with no problem, but it is a local connection. http://www.thenomercyclan.clanservers.com/L4D2Stats/
Can connect remotely to the database with MySQL Workbench, so I know that it will accept remote connections.

Anyone with any ideas on what the problem might be?

Last edited by [-NM-] cal70d; 07-10-2010 at 16:48. Reason: SourceMod update!
[-NM-] cal70d is offline
ragnasin
Junior Member
Join Date: May 2010
Old 07-11-2010 , 23:46   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #912

Quote:
Originally Posted by [-NM-] cal70d View Post
Check this thread:
http://forums.alliedmods.net/showthread.php?t=131893

That will fix sourcemod not working.

I'm having a problem with this plugin since MySQL was updated to 5.1 on my database server.
At first if I had this plugin on the server it would get stuck in a loop.
Since the update today and the above fix for sourcemod, I get this error:
[SM] Unable to load plugin "l4d_stats.smx": Native "SQL_CheckConfig" was not found

I'm able to remotely connect to the database using MySQL Workbench, so I know the database is set up for remote access. I have given the gameserver ip access to the database.
Any ideas?

_______________
[Edit]:
Seems to be a SourceMod problem, as all plugins that use MySQL are not loading since the last update to SM in response to Valve's last update.

_______________
[Edit]:
SourceMod update at the post linked above now fixes the SQL_CheckConfig error.

I'm back to having the plugin timeout accessing the database and causing the server to reset.
This started occuring when the webhost that the database is on updated MySQL from 4.4 to 5.1.
Using all the same info that I used before.
Web stats page connects with no problem, but it is a local connection. http://www.thenomercyclan.clanservers.com/L4D2Stats/
Can connect remotely to the database with MySQL Workbench, so I know that it will accept remote connections.

Anyone with any ideas on what the problem might be?

ok,my problem solve. Just follow the step.
Does u enable access privilege at your Mysql?
ragnasin is offline
siangc
Senior Member
Join Date: Mar 2010
Old 07-12-2010 , 06:02   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #913

I'm about to lose my fucking mind...
I had it working for a couple of days, then suddenly it didn't count points or new players anymore. I thought it might be the mysql host, so i bought a website, with mysql. Still same problem... I tried wiping out my (l4d2)server, re-installing everything.

I really have no clue at all... Its not the mysql db, cos i got perkmod connected to it fine, and my logs are empty... I tried renaming the plugin, deleting its .cfg, but same problem. When I try to vote shuffle the teams, I get a message saying the plugin is not loaded.

Using latest snapshots of dev sm and mm. Any ideas are highly appreciated..
__________________
siangc is offline
.=QUACK=.Major.pain
Senior Member
Join Date: Jan 2010
Old 07-12-2010 , 07:49   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #914

Quote:
Originally Posted by siangc View Post
I'm about to lose my fucking mind...
I had it working for a couple of days, then suddenly it didn't count points or new players anymore. I thought it might be the mysql host, so i bought a website, with mysql. Still same problem... I tried wiping out my (l4d2)server, re-installing everything.

I really have no clue at all... Its not the mysql db, cos i got perkmod connected to it fine, and my logs are empty... I tried renaming the plugin, deleting its .cfg, but same problem. When I try to vote shuffle the teams, I get a message saying the plugin is not loaded.

Using latest snapshots of dev sm and mm. Any ideas are highly appreciated..
You don't mention adding a newly created .vdf file.
Did you create one and upload it?
It not, go here: http://www.sourcemm.net/vdf
.=QUACK=.Major.pain is offline
siangc
Senior Member
Join Date: Mar 2010
Old 07-12-2010 , 07:51   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #915

Quote:
Originally Posted by .=QUACK=.Major.pain View Post
You don't mention adding a newly created .vdf file.
Did you create one and upload it?
It not, go here: http://www.sourcemm.net/vdf
Yea I got that, got everything working except this one plugin, which did work for a few days tho.
__________________
siangc is offline
.=QUACK=.Major.pain
Senior Member
Join Date: Jan 2010
Old 07-12-2010 , 07:58   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #916

Guessing you set up remote sql also since you said other plugin was connecting.
Just a suggestion, I think you are trying to connect to a old db.
Try creating a new database to test, and see if it connects to it and creates tables.
Not sure if the plugin has changed, but with our bfbc2 server and stats, it was the only way for use to get it working. We later found out that one of the tables spelling had been changed causing no connection.

Just a long shot. lol
.=QUACK=.Major.pain is offline
siangc
Senior Member
Join Date: Mar 2010
Old 07-12-2010 , 08:18   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #917

Quote:
Originally Posted by .=QUACK=.Major.pain View Post
Guessing you set up remote sql also since you said other plugin was connecting.
Just a suggestion, I think you are trying to connect to a old db.
Try creating a new database to test, and see if it connects to it and creates tables.
Not sure if the plugin has changed, but with our bfbc2 server and stats, it was the only way for use to get it working. We later found out that one of the tables spelling had been changed causing no connection.

Just a long shot. lol
But it wont create tables itself will it? I created them with the install.php webpage. I also tried importing the mysql dump. I'm totally out of ideas, perkmod is using the exact same database, and working fine.
__________________
siangc is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 07-12-2010 , 17:59   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #918

Hello Muukis,

I have checked the DB and it this is the count "129,763" so strange that it doesnt show up :/


but if I want to have the google working do I need to put in my DB?
  1. ip2country_blocks;
  2. ip2country_locations;
becasue my website is limited with 100mb gameservers... how big is the ip2country_blocks when you extact it to the DB?

Danny
__________________
Danny_l4d is offline
Mentol
New Member
Join Date: Jul 2010
Old 07-13-2010 , 02:34   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #919

I was confused after download latest GeoIPCountryCSV.zip, GeoLiteCity_YYYYMMDD.zip latest, latest GeoLiteCity_YYYYMMDD.zip and where would be placed all ? because I do not know where updatetabel.php there?

I tried to put in "D:\WAMP\ www", but the results
Quote:
No database selected
No database selected
No database selected
No database selected
No database selected
No database selected
No database selected
Mentol is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 07-13-2010 , 05:37   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #920

Quote:
Originally Posted by siangc View Post
I'm about to lose my fucking mind...
I had it working for a couple of days, then suddenly it didn't count points or new players anymore. I thought it might be the mysql host, so i bought a website, with mysql. Still same problem... I tried wiping out my (l4d2)server, re-installing everything.

I really have no clue at all... Its not the mysql db, cos i got perkmod connected to it fine, and my logs are empty... I tried renaming the plugin, deleting its .cfg, but same problem. When I try to vote shuffle the teams, I get a message saying the plugin is not loaded.

Using latest snapshots of dev sm and mm. Any ideas are highly appreciated..
List your plugins using the server console: sm plugins list
If custom player stats is listed, unload it: sm plugins unload l4d_stats
Load the custom player stats: sm plugins load l4d_stats
Do you get any errors to the console? What does the plugins list say now?

Quote:
Originally Posted by Danny_l4d View Post
Hello Muukis,

I have checked the DB and it this is the count "129,763" so strange that it doesnt show up :/


but if I want to have the google working do I need to put in my DB?
  1. ip2country_blocks;
  2. ip2country_locations;
becasue my website is limited with 100mb gameservers... how big is the ip2country_blocks when you extact it to the DB?

Danny
You can't fit in the location info, which takes more than 100MB, by far, if I remember correctly.

Quote:
Originally Posted by Mentol View Post
I was confused after download latest GeoIPCountryCSV.zip, GeoLiteCity_YYYYMMDD.zip latest, latest GeoLiteCity_YYYYMMDD.zip and where would be placed all ? because I do not know where updatetabel.php there?

I tried to put in "D:\WAMP\ www", but the results
Check that your config.php is set up correctly. Particularly the database configurations.

The updatetables.php was removed some time ago, and was replaced with install.php. Put the unzipped CSV files to the folder of install.php file and try again.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis 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 04:29.


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