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

[CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)


Post New Thread Reply   
 
Thread Tools Display Modes
fkr
Junior Member
Join Date: Aug 2020
Location: Bucharest, Romania
Old 08-26-2020 , 17:55   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #821

Hello,

Is this compatible with MariaDB ? My server uses this as default.
I want to install this plugin but it is giving the following error in PUTTY.



Which is weird, because it already has privileges over this database.
And of course, because of this, no !rank, !top and other commands are working, as per below.



Thanks,
Cristian

Last edited by fkr; 08-26-2020 at 17:56.
fkr is offline
bongotrommler
Senior Member
Join Date: Feb 2013
Location: GG-Elite.Net
Old 08-26-2020 , 18:04   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #822

your DB Settings are wrong.. you have added *@ip or *@localhost?
maybe try % for wildcard access from any host to the db
bongotrommler is offline
fkr
Junior Member
Join Date: Aug 2020
Location: Bucharest, Romania
Old 08-26-2020 , 18:26   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #823

Quote:
Originally Posted by bongotrommler View Post
your DB Settings are wrong.. you have added *@ip or *@localhost?
maybe try % for wildcard access from any host to the db
My databases.cfg config file looks like so (excerpt):

PHP Code:
    "rankme" 
     
{        
      
"driver"      "default"        
      "host"           "localhost"        
      "database"      "db_name"
      "user"           "gofkr"        
      "pass"           "pass"        
      
//"timeout"   "0"
      
"port"           "3306" 
     

And in my plesk panel, I have full access:



Thanks,
Cristian

Last edited by fkr; 08-26-2020 at 18:28.
fkr is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 08-26-2020 , 21:18   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #824

Quote:
Originally Posted by fkr View Post
My databases.cfg config file looks like so (excerpt):

PHP Code:
    "rankme" 
     
{        
      
"driver"      "default"        
      "host"           "localhost"        
      "database"      "db_name"
      "user"           "gofkr"        
      "pass"           "pass"        
      
//"timeout"   "0"
      
"port"           "3306" 
     

And in my plesk panel, I have full access:



Thanks,
Cristian
Is your game server (CSGO) on the same web hosting? Put the hosting IP instead of localhost, see if it solves the problem.

Make sure you have correctly entered the username and password even the name of the database. This error means that you did something wrong when configuring the database in CSGO.

Last edited by paulo_crash; 08-26-2020 at 21:19.
paulo_crash is offline
fkr
Junior Member
Join Date: Aug 2020
Location: Bucharest, Romania
Old 08-27-2020 , 02:44   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #825

Hello paulo_crash,

Yes, the CS:GO server and the database are on the same IP.
I have tried with the localhost ip which is 127.0.0.1 and my server ip for the host field, but the results are the same

The user and database name are the same, gofkr

Thanks,
Cristian

Last edited by fkr; 08-27-2020 at 02:47.
fkr is offline
fkr
Junior Member
Join Date: Aug 2020
Location: Bucharest, Romania
Old 08-27-2020 , 03:04   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #826

To whoever will encounter this issue, the fix was to add the path to the mysql socket in the HOST field.

Something like so:
PHP Code:
    "rankme" 
     
{        
      
"driver"      "mysql"        
      "host"           "/var/run/mysqld/mysqld.sock"        
      "database"      "gofkr"
      "user"           "gofkr"        
      "pass"           "password_here"        
      
//"timeout"   "0"
      
"port"           "3306" 
     

The path can be found with the following CMD line:

PHP Code:
mysql_config --socket 
This fixed for me and I do not get connection errors anymore.

Thank you for your help,
Cristian
fkr is offline
dudekvegas
New Member
Join Date: Sep 2020
Old 09-24-2020 , 19:38   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #827

Hi everyone! I had a little problem with plugin... It’s works, but i don’t understand why i can not change points on start. The start points value is 1000 but i wanna change to 0... I was trying change this in script/include/cvars but its not working...

Last edited by dudekvegas; 09-24-2020 at 19:39.
dudekvegas is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 09-25-2020 , 18:43   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #828

Quote:
Originally Posted by dudekvegas View Post
Hi everyone! I had a little problem with plugin... It’s works, but i don’t understand why i can not change points on start. The start points value is 1000 but i wanna change to 0... I was trying change this in script/include/cvars but its not working...
Config generated by the plugin already has the option:
PHP Code:
rankme_points_start     "1000"    //Starting points 
paulo_crash is offline
Melktert15
New Member
Join Date: Aug 2020
Old 09-27-2020 , 12:00   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #829

I would like all points deducted/added on kill to be equal no matter how much points each of the player has. eg

[RankMe] Death Cookie (772) got 9 points for killing melktert (1471).
[RankMe] melktert (1473) got 2 points for killing Martian (1017).

to this

[RankMe] Death Cookie (772) got 3 points for killing melktert (1471).
[RankMe] melktert (1473) got 3 points for killing Martian (1017).
Melktert15 is offline
tavernos
New Member
Join Date: Oct 2020
Old 10-16-2020 , 14:33   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)
Reply With Quote #830



when using mysql, the server uses more than 20Mbps of download data
and the mysql server stays saturated, sending gigs of data per minute

my server is mariadb, and I tried with mysql and the data flow that the plugin generates using mysql, it is something huge
tavernos 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 23:38.


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