Server rentals :: NFOservers.com

Forums

All times are UTC - 8 hours



Author Message
 Post subject: Stats Not Working
PostPosted: Fri Nov 18, 2011 1:56 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
On my server im geeting the message that physco stats isnt working the plugin isnt right or somthing? any help

i get the message "[PsychoStats] Error connecting database, plugin is not working."


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 2:14 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9238
Location: Seattle
If you use our autoinstaller, it should work out of the box. If you install it by hand, you'll need to edit addons/sourcemod/configs/databases.cfg and create a "psstats" section that has the correct information. Do you have that psstats section?


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 2:45 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
Edge100x wrote:
If you use our autoinstaller, it should work out of the box. If you install it by hand, you'll need to edit addons/sourcemod/configs/databases.cfg and create a "psstats" section that has the correct information. Do you have that psstats section?


Well i did use the autoinstaller... But no i do not have the psstats sections


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 2:47 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9238
Location: Seattle
If you replaced databases.cfg after the installer was run (such as by reinstalling Sourcemod), that would lose the section.

I recommend re-running the psstats autoinstaller. Don't use the upgrade version, and it will put back in the section for you.


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 2:55 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
Edge100x wrote:
If you replaced databases.cfg after the installer was run (such as by reinstalling Sourcemod), that would lose the section.

I recommend re-running the psstats autoinstaller. Don't use the upgrade version, and it will put back in the section for you.



ill be honest im bascially lost this is the first time ive ever delt with a server so lol t he 2 stat installers i have are "HLStatsX plugin for SourcMod" and "Physcostats Interface Plugin(rearmed)"
i also have a section that says "Stats manager"


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 3:21 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
If mani stats work then im fine will update this in a minute

MANI STATS dont work


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 3:43 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9238
Location: Seattle
The one you'd want to reinstall is the Psychostats plugin, if you are using PS3.


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 3:51 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
Edge100x wrote:
The one you'd want to reinstall is the Psychostats plugin, if you are using PS3.


k ive re-installed it but i havent noticed anything change... any idea?


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 3:52 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9238
Location: Seattle
Did the databases.cfg get changed as expected? Did you restart the server?


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 3:54 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
Edge100x wrote:
Did the databases.cfg get changed as expected? Did you restart the server?


im not seeing databases.cfg anywhere where would it be located through the ftp client?


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 4:01 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
i found databases.cfg but what shud i be looking for in side it?


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 5:44 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9238
Location: Seattle
In addons/sourcemod/configs/databases.cfg, look for a "psstats" section.


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 5:49 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
This is what i see

Code:
"psstats"
   {
      "driver"         "mysql"
      "host"            "unanim.stats-ps3.nfoservers.com"
      "database"         "unanim"
      "user"            "unanim"
      "pass"            "YOUCANNOTHAVEMYPASSWORD:)"
      //"timeout"         "0"
      "port"            "3306"
   }

   "psstats"
   {
      "driver"         "mysql"
      "host"            "unanim.stats-ps3.nfoservers.com"
      "database"         "unanim"
      "user"            "unanim"
      "pass"            "YOUCANNOTHAVEMYPASSWORD:)"
      //"timeout"         "0"
      "port"            "3306"
   }


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 6:04 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9238
Location: Seattle
You'll need to delete one of those sections -- it must have been in there after all (you must have missed it before). Otherwise it seems correct.


Top
 Profile  
 
 Post subject: Re: Stats Not Working
PostPosted: Fri Nov 18, 2011 6:07 pm 
Offline
A semi-regular
A semi-regular

Joined: Thu Nov 17, 2011 4:49 pm
Posts: 17
Edge100x wrote:
You'll need to delete one of those sections -- it must have been in there after all (you must have missed it before). Otherwise it seems correct.


Why does that link not work tho? Or will it not work until it updates the stats?
--btw i really appreciate how fast you came to the rescue with my issues :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
It is currently Wed May 22, 2013 7:54 pm
Powered by phpBB® Forum Software © phpBB Group