maybe a hint??

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
TheGreatOne
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Jul 06, 2004 8:07 pm
Location: Texas
Contact:

maybe a hint??

Post by TheGreatOne »

Ok guys,
At the end of my physical mental capacity on this ps installation onto my server. I followed the instructions to a T. looked around in their forums for hints and couldnt find any. What I have done so far is such:


First, from your PsychoStats installation directory copy the file: pstats/plugins/ps.amx to the directory that contains all of your amx plugins, for example: /usr/steam/hlds_l/cstrike/addons/amx/plugins/
Next, copy the ps.cfg file from your PsychoStats directory into your amx directory, ie: /usr/steam/hlds_l/cstrike/addons/amx/
Edit your amx plugins.ini and add a line for ps.amx anywhere in the file:
; Psychostats Interface Plugin
ps.amx
Edit the ps.cfg. The database settings in this config should point to the database of where your stats are located.

The only thing that I was a little shakey on was adding the plugin.ini file, was a little confused. I put in ps.amx ;Psychostats Interface Plugin
looked like the right thing to put. and yes I have restarted my server im not that retarded. I know its not working right because when I check the pausecfgmenu, the plugin comes up as unknown and has an error listed where the on/off usually is. If anyone could gimme a little hint, I would appreciate it. Also saw something preaty cool today, its on like gamespy ranks or something like that where they rate all the cs servers and such. if anyone wants I can give you the site so you can look up your server and see what its ranked. mine is currently 283 outa 5000. Just a thought. Thanks guys.

Sincerely,
TheGreatOne
Fight by my side, or the last thing you will see will be the flash from my barrel.
User avatar
Edge100x
Founder
Founder
Posts: 13108
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Did you download the PS 2.x distribution and copy the ps.cfg onto your server, then edit it with your database info?
TheGreatOne
New to forums
New to forums
Posts: 4
Joined: Tue Jul 06, 2004 8:07 pm
Location: Texas
Contact:

ps.cfg file

Post by TheGreatOne »

This is what I edited and copied into the location you said.


PsychoStats Integration Plugin (PIP) Configuration
//
// AMXMOD config location: $moddir/addons/amx/ps.cfg
// AMXMODX config location: $moddir/addons/amxx/configs/ps.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// Users might have to add "127.0.0.1" as an allowed IP to connect to their MYSQL server.
// Also, you will most likely have to remove 'skip-networking' from your mysql my.cnf config.
ps_db_host "127.0.0.1"
ps_db_user "ps2"
ps_db_pass "ps2"
ps_db_name "ps_stats"
ps_db_plrtable "pstats_plr"
ps_stats_url "http://greatone.stats.nuclearfallout.net"
ps_admin_password ""


there is a password, but I took it out of this text for obvious reasons. Thanks egde for tryin to help
Fight by my side, or the last thing you will see will be the flash from my barrel.
User avatar
Edge100x
Founder
Founder
Posts: 13108
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

You need to edit that information to match what is in the stats.cfg file in the Stats manager. The host and database name look incorrect, for instance.
TheGreatOne
New to forums
New to forums
Posts: 4
Joined: Tue Jul 06, 2004 8:07 pm
Location: Texas
Contact:

udnerstand.... but confused

Post by TheGreatOne »

ok for the host I would put my server ip address. Got that, but for the others Im confused on what to put in there. Sorry for being half retarded on these things but at least I try hehehe. Thanks agian :wink:
Fight by my side, or the last thing you will see will be the flash from my barrel.
Supernuker
This is my homepage
This is my homepage
Posts: 314
Joined: Thu Jan 08, 2004 8:28 pm

Post by Supernuker »

alright, I'll try some here, heres my settings and it works right , with a few values hidden. I'll just post what I did and where I got my settings from to make it work right. The ps_db_host should be stats.nuclearfallout.net. The ps_db_user should be whatever your identider is, I know the ps_dp_pass should be whatever your ftp password is (Thats why I hid mine). The ps_db_name should be the same thing as user. There is no need to change the ps_db_plrtable. The ps_stats_url should be the same as your stat page link. At last, the ps_admin_password should be whatever you want to the password to be for admin on the stats page.

Hope I could help.

ps_db_host "stats.nuclearfallout.net"
ps_db_user "supernuker"
ps_db_pass "*************"
ps_db_name "supernuker"
ps_db_plrtable "pstats_plr"
ps_stats_url "http://supernuker.stats.nuclearfallout.net/
ps_admin_password "**********"
Post Reply