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

[TF2 Stats] With Web Ranking and Item Logger [v9.1.0]


Post New Thread Reply   
 
Thread Tools Display Modes
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 08-06-2011 , 17:32   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1821

Quote:
Originally Posted by clad View Post
hey DarthNinja , i had someone ask me if i could get you to change 1 of the icons on the webpage.
the mini-sg icon looks the same as a standard lvl1 sg. Could you possibly add the small light on top of the mini-sg like in game, or perhaps make it a little different ?
You'd want to address that to the author of the site that you use.
I only develop the plugin at the moment.
__________________
DarthNinja is offline
Obsidian
Senior Member
Join Date: Jun 2011
Old 08-06-2011 , 20:00   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1822

clad, if you haven't noticed, the kill icons used are the same as the ones on the official TF2 wiki. If the mini-sentry kill icon is indeed different, you can get the one used in-game here:
http://wiki.teamfortress.com/wiki/Mi...ini-Sentry_Gun

(also, I know that my stats page currently uses the correct mini-sentry kill-icon)
__________________
TF2 Stats plugin alternative web interface - profile @ Github
(tf2stats-webui latest release: 1.1.1)


"If you're not willing to do it right, don't get involved with security or Explosive Ordinance Disposal."

Last edited by Obsidian; 08-06-2011 at 21:34.
Obsidian is offline
Obsidian
Senior Member
Join Date: Jun 2011
Old 08-07-2011 , 00:39   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1823

Added a more thorough debug mode to 1.1.0-dev of my web interface, if site.debug is enabled you'll be able to see where the application's taking up time (can help troubleshooting, if say your database server's slow to respond or some such).

example screenshots from local dev:
http://i53.tinypic.com/2e6bwq9.jpg
http://i56.tinypic.com/2mrb241.jpg

I hope it'll come in handy for anyone, when the release hits.
__________________
TF2 Stats plugin alternative web interface - profile @ Github
(tf2stats-webui latest release: 1.1.1)


"If you're not willing to do it right, don't get involved with security or Explosive Ordinance Disposal."
Obsidian is offline
clad
Senior Member
Join Date: Oct 2006
Old 08-07-2011 , 03:13   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1824

Well i had taken pics of the icons and was about to post them, then decided to view the demo version first.
Seems i am running an older version of the website.

thanks anyway.
__________________
clad is offline
jafem
Junior Member
Join Date: Jul 2011
Old 08-07-2011 , 17:09   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1825

Quote:
Originally Posted by Obsidian View Post
Added a more thorough debug mode to 1.1.0-dev of my web interface, if site.debug is enabled you'll be able to see where the application's taking up time (can help troubleshooting, if say your database server's slow to respond or some such).

example screenshots from local dev:
http://i53.tinypic.com/2e6bwq9.jpg
http://i56.tinypic.com/2mrb241.jpg

I hope it'll come in handy for anyone, when the release hits.
Really awesome^^

can you add like a mapranking system to your interface`?
so you can see what map you have played most.
also you can maybe add so you can view your old steam names too(aliases).
like you press a button then you see that persons aliases
jafem is offline
Obsidian
Senior Member
Join Date: Jun 2011
Old 08-07-2011 , 17:44   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1826

Quote:
Originally Posted by jafem View Post
Really awesome^^

can you add like a mapranking system to your interface`?
so you can see what map you have played most.
Don't think so, I don't think the plugin tracks that data, so I can't display it.


Quote:
Originally Posted by jafem View Post
also you can maybe add so you can view your old steam names too(aliases).
like you press a button then you see that persons aliases
No, no use. Steam Community already provides this functionality.
Click "Steam Profile" link on the stats page, click the down arrow beside the player's current steam name, click "more".

I can only fetch the current steam name through the Steam Web API. Previous steam names are not exposed, thus I can't do anything with it without scraping the steam profile page (which is a no-no).
__________________
TF2 Stats plugin alternative web interface - profile @ Github
(tf2stats-webui latest release: 1.1.1)


"If you're not willing to do it right, don't get involved with security or Explosive Ordinance Disposal."

Last edited by Obsidian; 08-07-2011 at 17:50.
Obsidian is offline
Obsidian
Senior Member
Join Date: Jun 2011
Old 08-07-2011 , 18:19   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1827

DarthNinja, is there any way to designate a player row as being "immune" to the purge query?

I'd like to be able to set a column to 1 or something to indicate that it shouldn't be purged at all from the stats database (and the purge query could be modified so that it just checks "purge_immune <> 1" or something as an extra WHERE condition).

If it's not there, can you add it in the next version?
__________________
TF2 Stats plugin alternative web interface - profile @ Github
(tf2stats-webui latest release: 1.1.1)


"If you're not willing to do it right, don't get involved with security or Explosive Ordinance Disposal."
Obsidian is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 08-09-2011 , 13:50   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1828

You mean immunity for database pruning?
__________________
DarthNinja is offline
Obsidian
Senior Member
Join Date: Jun 2011
Old 08-09-2011 , 15:43   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1829

Quote:
Originally Posted by DarthNinja View Post
You mean immunity for database pruning?
Aye.
__________________
TF2 Stats plugin alternative web interface - profile @ Github
(tf2stats-webui latest release: 1.1.1)


"If you're not willing to do it right, don't get involved with security or Explosive Ordinance Disposal."
Obsidian is offline
j0k4w1ld
Member
Join Date: Jul 2010
Old 08-09-2011 , 16:47   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.4.2/v7.3.0]
Reply With Quote #1830

any demo?
__________________
------------------------------------------------
j0k4w1ld 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 15:31.


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