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

Psychostats Interface Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
narutoramen
Junior Member
Join Date: Jan 2009
Location: UK
Old 03-01-2009 , 09:01   Re: Psychostats Interface Plugin
Reply With Quote #171

if your MySQL DB is hosted seperate from you Game Server, just make sure your gameserver IP is listed to be able to remotely access the MySQL DB.
You can do this easily using CPanel if your webhosting provider uses it.

Quote:
Originally Posted by axon_pl View Post
Hi, since i'm great fan of PsychoStats here is my modyfied version of urus's Psychostats Interface Plugin
I installed this, but its not showing up in English? It's being shown in another language, how do i make it read in english?

Last edited by narutoramen; 03-01-2009 at 11:15.
narutoramen is offline
axon_pl
Member
Join Date: Jan 2009
Old 03-01-2009 , 19:06   Re: Psychostats Interface Plugin
Reply With Quote #172

Quote:
Originally Posted by narutoramen View Post
I installed this, but its not showing up in English? It's being shown in another language, how do i make it read in english?
yes, my version has some hardcoded language phrases, just find them in source code and change to you language, i'm sure you figure it out
__________________
Razer DeathAdder
Razer Lycosa
Razer Destructor
Razer Megalodon - soon

My clan website
axon_pl is offline
narutoramen
Junior Member
Join Date: Jan 2009
Location: UK
Old 03-03-2009 , 11:35   Re: Psychostats Interface Plugin
Reply With Quote #173

Quote:
Originally Posted by axon_pl View Post
yes, my version has some hardcoded language phrases, just find them in source code and change to you language, i'm sure you figure it out
lol yea... i figured it out in the end.

Just wondering, how come in this plugin, when you type /top10 some names with funny characters appear as square boxes, but the actual psychostats page shows them correctly.
narutoramen is offline
noclue
New Member
Join Date: Mar 2009
Old 03-04-2009 , 01:53   Re: Psychostats Interface Plugin
Reply With Quote #174

Nifty tool, hopefully a good platform for future expansion of in-game capabilities for Pyschostats. Could use some love, no?

1. next command isn't working. I thought this was added in an earlier "release".

2. rank command is showing my rank as 0.

Thanks in advance.
noclue is offline
Packhead
Member
Join Date: Dec 2007
Old 03-07-2009 , 14:57   Re: Psychostats Interface Plugin
Reply With Quote #175

Quote:
Originally Posted by narutoramen View Post
lol yea... i figured it out in the end.

Just wondering, how come in this plugin, when you type /top10 some names with funny characters appear as square boxes, but the actual psychostats page shows them correctly.
If you look a few posts before yours I released version .5 and .6, which have the code corrected to support translations. I don't have any language besides english, though...
Packhead is offline
personaljihad
Junior Member
Join Date: May 2006
Old 03-08-2009 , 09:06   Re: Psychostats Interface Plugin
Reply With Quote #176

In the log I'm getting these errors:
Code:
L 03/08/2009 - 08:56:17: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:56:17: [SM] Displaying call stack trace for plugin "ps_live.smx":
L 03/08/2009 - 08:56:17: [SM]   [0]  Line 272, /usr/steam/cstrike/addons/sourcemod/scripting/include/dbi.inc::SQL_QuoteString()
L 03/08/2009 - 08:56:17: [SM]   [1]  Line 939, ps/ps_live.sp::startMap()
L 03/08/2009 - 08:56:17: [SM]   [2]  Line 200, ps/ps_live.sp::OnMapStart()
L 03/08/2009 - 08:56:22: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:56:22: [SM] Displaying call stack trace for plugin "ps_live.smx":
L 03/08/2009 - 08:56:22: [SM]   [0]  Line 272, /usr/steam/cstrike/addons/sourcemod/scripting/include/dbi.inc::SQL_QuoteString()
L 03/08/2009 - 08:56:22: [SM]   [1]  Line 247, ps/ps_live.sp::OnClientPutInServer()
L 03/08/2009 - 08:58:23: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:58:23: [SM] Displaying call stack trace for plugin "ps_skillannounce.smx":
L 03/08/2009 - 08:58:23: [SM]   [0]  Line 85, ps/ps_skillannounce.sp::GetSkill()
L 03/08/2009 - 08:58:23: [SM]   [1]  Line 77, ps/ps_skillannounce.sp::Event_PlayerConnect()
L 03/08/2009 - 08:59:46: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:59:46: [SM] Displaying call stack trace for plugin "ps_live.smx":
L 03/08/2009 - 08:59:46: [SM]   [0]  Line 272, /usr/steam/cstrike/addons/sourcemod/scripting/include/dbi.inc::SQL_QuoteString()
L 03/08/2009 - 08:59:46: [SM]   [1]  Line 247, ps/ps_live.sp::OnClientPutInServer()
This was with .2, I'm going to try the above version. It was working but giving these errors.

Last edited by personaljihad; 03-08-2009 at 09:10.
personaljihad is offline
Packhead
Member
Join Date: Dec 2007
Old 03-08-2009 , 16:37   Re: Psychostats Interface Plugin
Reply With Quote #177

Quote:
Originally Posted by personaljihad View Post
In the log I'm getting these errors:
Code:
 
L 03/08/2009 - 08:56:17: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:56:17: [SM] Displaying call stack trace for plugin "ps_live.smx":
L 03/08/2009 - 08:56:17: [SM]   [0]  Line 272, /usr/steam/cstrike/addons/sourcemod/scripting/include/dbi.inc::SQL_QuoteString()
L 03/08/2009 - 08:56:17: [SM]   [1]  Line 939, ps/ps_live.sp::startMap()
L 03/08/2009 - 08:56:17: [SM]   [2]  Line 200, ps/ps_live.sp::OnMapStart()
L 03/08/2009 - 08:56:22: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:56:22: [SM] Displaying call stack trace for plugin "ps_live.smx":
L 03/08/2009 - 08:56:22: [SM]   [0]  Line 272, /usr/steam/cstrike/addons/sourcemod/scripting/include/dbi.inc::SQL_QuoteString()
L 03/08/2009 - 08:56:22: [SM]   [1]  Line 247, ps/ps_live.sp::OnClientPutInServer()
L 03/08/2009 - 08:58:23: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:58:23: [SM] Displaying call stack trace for plugin "ps_skillannounce.smx":
L 03/08/2009 - 08:58:23: [SM]   [0]  Line 85, ps/ps_skillannounce.sp::GetSkill()
L 03/08/2009 - 08:58:23: [SM]   [1]  Line 77, ps/ps_skillannounce.sp::Event_PlayerConnect()
L 03/08/2009 - 08:59:46: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 03/08/2009 - 08:59:46: [SM] Displaying call stack trace for plugin "ps_live.smx":
L 03/08/2009 - 08:59:46: [SM]   [0]  Line 272, /usr/steam/cstrike/addons/sourcemod/scripting/include/dbi.inc::SQL_QuoteString()
L 03/08/2009 - 08:59:46: [SM]   [1]  Line 247, ps/ps_live.sp::OnClientPutInServer()
This was with .2, I'm going to try the above version. It was working but giving these errors.
That looks like errors with ps_live, not this plugin. It looks like maybe you just uploaded database.cfg from this plugin ontop of what you've got? That probably broke with PS_Live needed for a DB connection.
Packhead is offline
ScubaSteve3465
Senior Member
Join Date: Dec 2004
Old 03-08-2009 , 18:41   Re: Psychostats Interface Plugin
Reply With Quote #178

I cannot get this plugin working on my server. I have everything setup and install correctly but ingame when i type /rank the say command doesnt even show up so the plugin is having some what of an affect because when i type .rank the say command would come up if it wasnt working but when i do type it nothing shows up. No stats no window no nothing. I have the website stats all setup and they seem to work fine but when i try to set the server side up i just cant figure out whats wrong here. BTW im using TF2
__________________
ScubaSteve3465 is offline
ScubaSteve3465
Senior Member
Join Date: Dec 2004
Old 03-08-2009 , 18:46   Re: Psychostats Interface Plugin
Reply With Quote #179

I also do not know where the log files are to check to see if im getting an error if someone tells me where to look il check them.
__________________
ScubaSteve3465 is offline
narutoramen
Junior Member
Join Date: Jan 2009
Location: UK
Old 03-09-2009 , 08:37   Re: Psychostats Interface Plugin
Reply With Quote #180

Quote:
Originally Posted by Packhead View Post
If you look a few posts before yours I released version .5 and .6, which have the code corrected to support translations. I don't have any language besides english, though...
cool installed your modified version, but "next" doesn't work...

L 03/09/2009 - 121:10: SourceMod error session started
L 03/09/2009 - 121:10: Info (map "de_dust2") (file "errors_20090309.log")
L 03/09/2009 - 121:10: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 03/09/2009 - 121:10: [SM] Native "Format" reported: Language phrase "NextMenuTitle" not found
L 03/09/2009 - 121:10: [SM] Displaying call stack trace for plugin "psychostats_threaded_uni.smx":
L 03/09/2009 - 121:10: [SM] [0] Line 536, /home/groups/alliedmodders/forums/files/3/3/2/9/0/37952.attach::NextThreeCallback()

Edit: Ok I've added "NextMenuTitle" into the translations file, and that sorted it.

Last edited by narutoramen; 03-09-2009 at 08:55.
narutoramen 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 15:24.


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