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

[CS:S] RankMe (Version 2.8.3 - 19 Jul 12)


Post New Thread Reply   
 
Thread Tools Display Modes
krispx
Senior Member
Join Date: Jul 2010
Old 02-01-2012 , 04:11   Re: [CS:S] RankMe (Version 2.7.5 - 13 Jan 12)
Reply With Quote #691

Hi loki,

when i typ: sm_rankme_remove_duplicate

Code:
L 02/01/2012 - 10:07:24: [rankme.smx] [RankMe] Query Fail: You can't specify target table 'rankme' for update in FROM clause
How fix this please?
krispx is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 02-02-2012 , 18:20   Re: [CS:S] RankMe (Version 2.7.5 - 13 Jan 12)
Reply With Quote #692

Are you running in MySQL or SQLite?
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international
lokizito is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 02-02-2012 , 18:42   Re: [CS:S] RankMe (Version 2.7.6 - 02 Feb 12)
Reply With Quote #693

@krispx
No need to answer, already got the problem.

@All
New version posted.
Changelog:
Code:
= V.2.7.6 (02/02/12):
     => Fix:
          = Fixed remove duplicate queries not working on MySQL. (thanks krispx)
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international
lokizito is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 02-03-2012 , 10:26   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #694

New version posted.
Changelog:
Code:
= V.2.7.7 (02/03/12):
     => Fix:
          = Fixed misformatted queries in MySQL. (thanks krispx)
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international
lokizito is offline
sajmon83
Junior Member
Join Date: Sep 2010
Old 02-10-2012 , 13:04   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #695

Polish Translation Update
- Polish letters have been added in the missing part of the translation
- Added missing translation MVP
Attached Files
File Type: txt rankme.phrases.txt (5.0 KB, 110 views)
sajmon83 is offline
NUdH3
Member
Join Date: Jul 2011
Old 02-11-2012 , 08:44   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #696

I have seen that players only rank by KD or points. Proposal: Rank my Kills?
NUdH3 is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 02-11-2012 , 17:32   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #697

Quote:
Originally Posted by sajmon83 View Post
Polish Translation Update
- Polish letters have been added in the missing part of the translation
- Added missing translation MVP
Thank you, gonna updated it when i release a new version.

Quote:
Originally Posted by NUdH3 View Post
I have seen that players only rank by KD or points. Proposal: Rank my Kills?
For ranking by kills minus deaths, just set points given by kills to 1, no bonus points by difference of points or objectives or headshot. For ranking by kills only, set also, to no points lose mode.
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international
lokizito is offline
GunSpeed
Member
Join Date: Oct 2010
Old 02-13-2012 , 00:33   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #698

HI,

Thanks for the support!

My server has sourcebans and running perfectly, just without any need for ftp! So I was thinking if there is any chance or away to bypass the ftp requirement for the web part?

Both my gaming server and the web are one (local).


And regarding the mysql tables, are they generated automatically via ftp? (using phpmyadmin).

Again, thank you!!

Last edited by GunSpeed; 02-13-2012 at 02:34.
GunSpeed is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 02-13-2012 , 09:49   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #699

Quote:
Originally Posted by GunSpeed View Post
HI,

Thanks for the support!

My server has sourcebans and running perfectly, just without any need for ftp! So I was thinking if there is any chance or away to bypass the ftp requirement for the web part?

Both my gaming server and the web are one (local).


And regarding the mysql tables, are they generated automatically via ftp? (using phpmyadmin).

Again, thank you!!
If you dont have a ftp account to use, then you need to run the plugin in MySQL. For that, look at the first post, there is explained how to do that.
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international
lokizito is offline
lokizito
Veteran Member
Join Date: Dec 2010
Location: Brazil
Old 02-14-2012 , 14:53   Re: [CS:S] RankMe (Version 2.7.7 - 03 Feb 12)
Reply With Quote #700

Quote:
Originally Posted by GunSpeed View Post
Thank you! Don't know how have I miss it! Checking again with 2nd eye opened.

rankme_dump_db -> Dump the Database to SQL file? (required to be 1 if using the web interface and SQLite, case MySQL, it won't be dumped) 1 = true 0 = false. Default 0.

So, what if I am using web interface and Mysql ?

[Tue Feb 14 097:20 2012] [error] [client xx.xx.xx.xx] PHP Parse error: syntax error, unexpected T_VARIABLE in /var/www/rankme/config.php on line 24

line 24 : is the ftp info...
Set rankme_mysql to 1 like said in the main post. When running in MySQL, the dump file is ignored as it isn't needed.

About the error, this line is missing a semicolon in the config.php file:
Code:
$bd_table = "rankme" // DATABASE TABLE BEING USED AT THE PLUGIN. (rankme_sql_table cvar). Default: rankme.
Should be:
Code:
$bd_table = "rankme"; // DATABASE TABLE BEING USED AT THE PLUGIN. (rankme_sql_table cvar). Default: rankme.
__________________
[CS:S] RankMe - Why pay for a rank plugin if you can have one for free?
[CS:S] RankMe Connect Announcer - Announce when a player connect
Translation Project - Let's make the plugins to be international

Last edited by lokizito; 02-14-2012 at 14:53.
lokizito 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 13:19.


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