Raised This Month: $32 Target: $400
 8% 

Psychostats Interface Plugin Rearmed


Post New Thread Reply   
 
Thread Tools Display Modes
axon_pl
Member
Join Date: Jan 2009
Old 10-10-2009 , 18:16   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #11

@Sleeper_LT

i manage to recreate your problem, and it clearly shows that table indeed doesn't exists

'stats_vip.ps_config' means that table ps_config is in stats_vip database (should be)

make sure your db table prefix is correct, and also i you have access to database check if tables aren't names like 'psconfig', soon i will post another bugfix that will include full table prefix configuration (currently underscore is added automaticly so even when your tables are named 'yyxxxx' with this plugin you can only achive 'yy_xxxx' )
__________________
Razer DeathAdder
Razer Lycosa
Razer Destructor
Razer Megalodon - soon

My clan website
axon_pl is offline
Sleeper_LT
Junior Member
Join Date: Feb 2007
Old 10-11-2009 , 03:43   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #12

Quote:
Originally Posted by axon_pl View Post
@Sleeper_LT

i manage to recreate your problem, and it clearly shows that table indeed doesn't exists

'stats_vip.ps_config' means that table ps_config is in stats_vip database (should be)

make sure your db table prefix is correct, and also i you have access to database check if tables aren't names like 'psconfig', soon i will post another bugfix that will include full table prefix configuration (currently underscore is added automaticly so even when your tables are named 'yyxxxx' with this plugin you can only achive 'yy_xxxx' )
Jes, I cheked ower phpMyAdmin tables, they are with ps prefix ant all exist. Before in server works this https://forums.alliedmods.net/showthread.php?t=69102 plugin, and no problem was..
Attached Thumbnails
Click image for larger version

Name:	db.jpg
Views:	419
Size:	91.8 KB
ID:	51436  

Last edited by Sleeper_LT; 10-11-2009 at 03:51.
Sleeper_LT is offline
axon_pl
Member
Join Date: Jan 2009
Old 10-11-2009 , 06:37   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #13

Quote:
Originally Posted by Sleeper_LT View Post
Jes, I cheked ower phpMyAdmin tables, they are with ps prefix ant all exist. Before in server works this https://forums.alliedmods.net/showthread.php?t=69102 plugin, and no problem was..
screenshot clearly shows that your database name is 'ps_stats' not 'stats_vip' so in cstrike/addons/sourcemod/configs/database.cfg you should have something like this:

Code:
 "psstats" 
 {        
       "driver"    "mysql"        
         "host"     "ip_adress_my_db"        
         "database"    "ps_stats"        
         "user"     "ps_stats"        
         "pass"     "password" 
}
__________________
Razer DeathAdder
Razer Lycosa
Razer Destructor
Razer Megalodon - soon

My clan website
axon_pl is offline
Sleeper_LT
Junior Member
Join Date: Feb 2007
Old 10-11-2009 , 07:46   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #14

Quote:
Originally Posted by axon_pl View Post
screenshot clearly shows that your database name is 'ps_stats' not 'stats_vip' so in cstrike/addons/sourcemod/configs/database.cfg you should have something like this:

Code:
 "psstats" 
 {        
       "driver"    "mysql"        
         "host"     "ip_adress_my_db"        
         "database"    "ps_stats"        
         "user"     "ps_stats"        
         "pass"     "password" 
}
Yes yes yes faund it , this user (ps_stats) has more then one DB, and I look in wrong DB, then prefix is not ps, is ps3

Thenk You for help, now all works !
Sleeper_LT is offline
Pfsm999
Senior Member
Join Date: Sep 2009
Old 10-11-2009 , 12:48   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #15

Hi !

I have a small problem with your plugin :

Code:
L 10/11/2009 - 18:43:41: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/11/2009 - 18:43:41: [SM] Native "Format" reported: Language phrase "OnlineTime" not found
L 10/11/2009 - 18:43:41: [SM] Displaying call stack trace for plugin "psychostats_threaded_uni.smx":
L 10/11/2009 - 18:43:41: [SM]   [0]  Line 524, /home/groups/sourcemod/upload_tmp/phpw3TyeC.sp::ProcessSayRequestCallback3()
And i have this convar :
psychstats_mode 3
psychstats_command_prefix "/"
psychstats_chat_details 1

Could you help me ?
__________________
Pfsm999 is offline
t3rm1nal_s(0ut
Junior Member
Join Date: Apr 2009
Location: Italy
Old 10-12-2009 , 11:29   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #16

excellent works
__________________

t3rm1nal_s(0ut is offline
PStar
Veteran Member
Join Date: Mar 2008
Old 10-12-2009 , 12:34   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #17

Could you add a cvar to enable or disable the rank output to everyone if somebodey types in rank.
PStar is offline
axon_pl
Member
Join Date: Jan 2009
Old 10-12-2009 , 18:08   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #18

to Pfsm99: make sure you have letest translation file

to PStar: place command does that, but sure i can do that, excect new version in few days, i have a lot of work in current job
__________________
Razer DeathAdder
Razer Lycosa
Razer Destructor
Razer Megalodon - soon

My clan website
axon_pl is offline
t3rm1nal_s(0ut
Junior Member
Join Date: Apr 2009
Location: Italy
Old 10-15-2009 , 06:04   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #19

i've translated in italian
Attached Files
File Type: txt plugin.psychostats.txt (9.4 KB, 154 views)
__________________


Last edited by t3rm1nal_s(0ut; 10-15-2009 at 06:17.
t3rm1nal_s(0ut is offline
iicecube
Junior Member
Join Date: Oct 2009
Old 10-15-2009 , 12:35   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #20

I wonder is this stats work with L4D game and how about the laug in english?
iicecube is offline
Reply


Thread Tools
Display Modes

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 07:56.


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