AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   Fix SteamIDs for the new update (https://forums.alliedmods.net/showthread.php?t=246712)

red4911 11-13-2015 05:52

Re: Fix SteamIDs for the new update
 
How to fix it ? Game csgo

http://storage3.static.itmages.ru/i/...0d2ea96f8.jpeg
http://itmages.ru/image/view/3190700/c0d2ea96

Spirit_12 11-13-2015 12:27

Re: Fix SteamIDs for the new update
 
What is the problem? It should work fine on CSGO.

kills 11-14-2015 05:46

Re: Fix SteamIDs for the new update
 
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 !!

Spirit_12 11-14-2015 10:26

Re: Fix SteamIDs for the new update
 
Link me your hlxstats and game server. I can take a look on your specific files and see if there is any problem.

red4911 11-14-2015 17:50

Re: Fix SteamIDs for the new update
 
Quote:

Originally Posted by Spirit_12 (Post 2362699)
What is the problem? It should work fine on CSGO.

I have updated the statistics from the author laam4 - "Link"

Jumpman 03-02-2016 05:33

Re: Fix SteamIDs for the new update
 
Quote:

Originally Posted by Nikkii (Post 2187346)
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 ?

St00ne 03-02-2016 14:41

Re: Fix SteamIDs for the new update
 
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

Jumpman 03-03-2016 06:56

Re: Fix SteamIDs for the new update
 
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 ?

St00ne 03-03-2016 12:21

Re: Fix SteamIDs for the new update
 
Quote:

Originally Posted by Jumpman (Post 2398908)
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.

xes66 01-08-2018 07:48

Re: Fix SteamIDs for the new update
 
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


All times are GMT -4. The time now is 17:52.

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