Posts: 14 Joined: Sun Jun 26 2011, 06:07PM Registered Member #6793
Hey all, I am back from my vacation...
For problems with too often refresh: that is really strange, I use ping command to pause for 118 seconds, if it refreshes more often than that it means that ping command behaves differently on Vista But it really shouldn't, it should behave the same no matter if you use Windows, Linux or mac. Anyhow, it is not too bad, if I understand how LGSL works it won't refresh the scores more often than it is set-up in configuration. And even if it does refresh the scores more often than every 2 minutes, it just means it will be more precise in calculating the scores
@GTrs: I can add support for Counterstrike, you just need to give me address of some counterstrike server so I can adjust my script. If anyone in future wants to have support for some other games, just drop a message in this thread (or drop me a PM), and give me address of some server with that game where I can test how it works.
Posts: 132 Joined: Thu Nov 18 2010, 08:18AM Registered Member #6411
Hi Fenix and thank for clarification. I have a lite request for your tracker. If possible to have a "online" status for players on scores viewer?, I attempt this but not the results I expected.
Thanks again, KIKOFF. Lo cortez, no quita lo valiente... ahhh... yes e107 Rock
Posts: 54 Joined: Fri Mar 04 2011, 08:41AM Registered Member #6619
KIKOFF wrote ...
Hi Fenix and thank for clarification. I have a lite request for your tracker. If possible to have a "online" status for players on scores viewer?, I attempt this but not the results I expected.
Thanks again, KIKOFF.
I join to this request for cs and css servers (Fenix, i did send you pm)
Posts: 14 Joined: Sun Jun 26 2011, 06:07PM Registered Member #6793
Uploaded new version 1.03 with:
- bold names for online players in lgsl_details_top50.php score list - Kikoff's fix for SQL Insert/Update problems with some servers - few other minor improvements/fixes - added additional support for: Counter Strike and Counter Strike Source (used as Half-Life Steam in LGSL engine)
Posts: 54 Joined: Fri Mar 04 2011, 08:41AM Registered Member #6619
Thanks for this KIKOFF!!!
If you want, add    before <span... this will make a little space after players name but before Online tag, for more better look Your design are beautiful!!!
Posts: 175 Joined: Sun Dec 12 2010, 09:16AM Registered Member #6457
yes I would think it is possible, will have to look the the files. Juat search document for 50 and you will find the right place. Not sure which file it is in though.
Posts: 54 Joined: Fri Mar 04 2011, 08:41AM Registered Member #6619
You can do this in lgsl_details_top50.php or in your lgsl_details.php.. just find the line:
$scores = GetScores( $lgsl_server_id, 0, 50 ); // Get top players from 0-50
and replace 50 with 100 or your number..
I use this script to show only top 15 on server details page, and on new page I show all players with pagination on 30 players per list and every player have his statistic (in my plan is to make player banner like gametracker's one)