Raised This Month: $ Target: $400
 0% 

[TF2] Item Logger (With Web Panel)


Post New Thread Reply   
 
Thread Tools Display Modes
sir.moe
BANNED
Join Date: Dec 2010
Old 12-16-2010 , 06:19   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #91

Great plugin,

How can I add something like these guys uptop?

http://items.limetech.org/

Would be nice to filter by type.

Last edited by sir.moe; 12-16-2010 at 06:56.
sir.moe is offline
sir.moe
BANNED
Join Date: Dec 2010
Old 12-17-2010 , 02:41   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #92

Quote:
Originally Posted by bytethegroove View Post
ok so I set the new version up, and all the errors have gone away, however nothing seems to be logged... I checked sourcemod logs and server logs, and both show no errors... I did check sm plugins list and the plugin is listed... I checked my database, and its empty....
any ideas?

thanks
byte

ps the site is http://bytethegroove.com/drops
Seeing exactly the same, issue.
sir.moe is offline
Geit
Senior Member
Join Date: Oct 2009
Location: Home
Old 12-17-2010 , 15:23   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #93

1.11
  • Added a check to prevent the plugin from logging two sets of item notifications when using my Fast Item Hook plugin

Last edited by Geit; 12-17-2010 at 15:51.
Geit is offline
sir.moe
BANNED
Join Date: Dec 2010
Old 12-19-2010 , 05:30   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #94

Most items under the latest version are stored as type 6's aka unique. These should be type 0 and type 6 should be unique only.

Last edited by sir.moe; 12-19-2010 at 05:34.
sir.moe is offline
Invader Amoto
Member
Join Date: May 2009
Old 12-19-2010 , 18:24   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #95

Is there any simple way I can get some statistics from the data I've got in the database? Specifically to see what the drop rate is on these Festive Crates.
Invader Amoto is offline
Geit
Senior Member
Join Date: Oct 2009
Location: Home
Old 12-19-2010 , 19:24   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #96

Quote:
Originally Posted by Invader Amoto View Post
Is there any simple way I can get some statistics from the data I've got in the database? Specifically to see what the drop rate is on these Festive Crates.
Run this query on the database:

Code:
SELECT `item`, COUNT(*)/(SELECT COUNT(*) FROM `log` WHERE `method`=-1 AND `time`>1292047200)*100 as `percentage` FROM `log` WHERE `method`=-1 AND `time`>1292047200  GROUP BY `item` ORDER BY `percentage` DESC
Remove the 2 "AND `time`>1292047200"s if you want the all-time statisitics, rather than since 11th Dec (When Festive Crates started dropping)

Quote:
Originally Posted by sir.moe View Post
Most items under the latest version are stored as type 6's aka unique. These should be type 0 and type 6 should be unique only.
I have no idea what this means. >.>

Last edited by Geit; 12-19-2010 at 19:41.
Geit is offline
Invader Amoto
Member
Join Date: May 2009
Old 12-21-2010 , 14:57   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #97

Quote:
Originally Posted by sir.moe View Post
Most items under the latest version are stored as type 6's aka unique. These should be type 0 and type 6 should be unique only.
Normal items are unique. That was Valve's choice. Everything with the default yellow text is unique with quality 6. I don't even think items exist with quality 0.

And thanks Geit!
Invader Amoto is offline
resin
Member
Join Date: Dec 2008
Location: Valve's Underbelly
Old 12-28-2010 , 01:09   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #98

Try as i might, i can't get this to work. I've triple checked to make sure my databases.cfg and my config.php are set correctly and it still isn't logging anything.

EDIT: Still trying, and no luck. It seems the server just wont log to my database. My server and webhost are both seperate ips. I also ran the troubleshooting query at one point when i first installed because my webinterface was getting that message, now it works.

Here are my 2 config files.
Attached Files
File Type: cfg databases.cfg (642 Bytes, 91 views)
File Type: txt config.txt (949 Bytes, 102 views)

Last edited by resin; 12-29-2010 at 00:35.
resin is offline
Procyon
Junior Member
Join Date: Dec 2007
Old 01-05-2011 , 03:05   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #99

Very good. I added the meta tag below to let the browser render utf-8 characters.

HTML Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Procyon is offline
globeFrEak
Junior Member
Join Date: May 2008
Location: Germany
Old 03-01-2011 , 11:12   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #100

my modified BETA version!
http://www.cwclan.de/infusions/hlsta...el/itemlog.php

thx for this great plugin!!
__________________
globeFrEak 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 01:13.


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