Raised This Month: $7 Target: $400
 1% 

Fix SteamIDs for the new update


Post New Thread Reply   
 
Thread Tools Display Modes
red4911
Senior Member
Join Date: Sep 2010
Location: Russia
Old 11-13-2015 , 05:52   Re: Fix SteamIDs for the new update
Reply With Quote #101

How to fix it ? Game csgo



Last edited by red4911; 11-13-2015 at 05:53.
red4911 is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 11-13-2015 , 12:27   Re: Fix SteamIDs for the new update
Reply With Quote #102

What is the problem? It should work fine on CSGO.
__________________
Spirit_12 is offline
kills
AlliedModders Donor
Join Date: Sep 2008
Location: ROU
Old 11-14-2015 , 05:46   Re: Fix SteamIDs for the new update
Reply With Quote #103

Thank you !
but my css server, still does not display correctly.
I erased all the database to register the new steam-id but not working.
show all steam3 format.
I will need to disable CSS server.
Thanks for the help !!

Last edited by kills; 11-14-2015 at 05:46.
kills is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 11-14-2015 , 10:26   Re: Fix SteamIDs for the new update
Reply With Quote #104

Link me your hlxstats and game server. I can take a look on your specific files and see if there is any problem.
__________________
Spirit_12 is offline
red4911
Senior Member
Join Date: Sep 2010
Location: Russia
Old 11-14-2015 , 17:50   Re: Fix SteamIDs for the new update
Reply With Quote #105

Quote:
Originally Posted by Spirit_12 View Post
What is the problem? It should work fine on CSGO.
I have updated the statistics from the author laam4 - "Link"
red4911 is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 03-02-2016 , 05:33   Re: Fix SteamIDs for the new update
Reply With Quote #106

Quote:
Originally Posted by Nikkii View Post
This will convert the new value to the old, allowing all of your current stats to be saved.

In scripts/HLstats_EventHandlers.plib, find
Code:
$owner =~ /.+?<STEAM_[0-9]+:([0-9]+:[0-9]+)>.*/;
Add this before it:
Code:
$owner =~ s!\[U:1:(\d+)\]!'STEAM_0:'.($1 % 2).':'.int($1 / 2)!eg;
In scripts/hlstats.pl, find
Code:
$uniqueid =~ s/^STEAM_[0-9]+?\://;
Add this before it:
Code:
$uniqueid =~ s!\[U:1:(\d+)\]!'STEAM_0:'.($1 % 2).':'.int($1 / 2)!eg;
In scripts/TRcon.pm, find
Code:
$uniqueid =~ s/^STEAM_[0-9]+?\://i;
Add this before or after it:
Code:
$uniqueid =~ s!\[U:1:(\d+)\]!($1 % 2).':'.int($1 / 2)!eg;
Will this help be cource when you look at my site http://venskabsklanerne.dk/hlxce/hls...ayer&q=jumpman it log both steamid, so if i make this change above then it only log the old steamid. My problem is that in-game rank and top10 show 2 different results when i write rank it show ex. rank 1 but when i write top10 it show rank 3 ?
__________________
[+35]Jumpman

Last edited by Jumpman; 03-02-2016 at 05:35.
Jumpman is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-02-2016 , 14:41   Re: Fix SteamIDs for the new update
Reply With Quote #107

Hi,

After applying the fix, you can change your HLStatsX settings to hide players who haven't played for like 2 days (instead of 28 by default), so that you'll keep only old Steam profiles, cuz those will be the ones logged.

Hope it's clear enough, anyway that's what I did. Otherwise, you can apply the fix and then reset your stats.

Regards,

St00ne

PS: Question: do we also have to comment out the original lines, when we modify the 3 files mentionned in 1st post? (Or do we only have to add the new lines ?) Thx in advance (some admin made it for me 1st time so I don't remember). Thx
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 03-03-2016 at 12:20.
St00ne is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 03-03-2016 , 06:56   Re: Fix SteamIDs for the new update
Reply With Quote #108

Thanks St00ne and thanks to Nikkii for the fix, it seems working now, i make the fix and reset all stats

Another problem my actions not log any thing above Mega Kill (6 kills)

So Ownage (7 kills), Ultra Kill (8 kills) and so on is not log, i use superlogs-css.smx can someone tell me why ?
__________________
[+35]Jumpman
Jumpman is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-03-2016 , 12:21   Re: Fix SteamIDs for the new update
Reply With Quote #109

Quote:
Originally Posted by Jumpman View Post
Thanks St00ne and thanks to Nikkii for the fix, it seems working now, i make the fix and reset all stats

Another problem my actions not log any thing above Mega Kill (6 kills)

So Ownage (7 kills), Ultra Kill (8 kills) and so on is not log, i use superlogs-css.smx can someone tell me why ?
I've never tried to fix this but you are right, I remember that the number of kills in a row has never been correct (displaying 3 or 4, for instance, though I made like 5 or 6 the previous day).
Idk how to fix this sry.
__________________

*** *** ***
-My plugins-
St00ne is offline
xes66
New Member
Join Date: Jan 2018
Old 01-08-2018 , 07:48   Re: Fix SteamIDs for the new update
Reply With Quote #110

good day!
I have HLstatsX Community Edition 1.6.19
I have changed the page here on this article https://forums.alliedmods.net/showthread.php?t=246712 .
Now everything is working correctly,
but the clans do not work in the player's profile. There is always empty.
The clans tab is also empty.
Tell me how to fix it.
here is my website http://tamboff-wolf.ru/stats/hlstats...clans&game=css
xes66 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 04:32.


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