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

[TF2] Item Logger (With Web Panel)


Post New Thread Reply   
 
Thread Tools Display Modes
imoda
Member
Join Date: Apr 2010
Old 07-10-2011 , 15:06   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #111

Quote:
Originally Posted by almantsas View Post
Can you upload it here or sell for me?
Sure.

I don't really have an install/update package set up, but you can have this for now.

Download: http://www.tf2items.711clan.net/tf2_item_logger.zip

Download the zip, extract, edit the webupload/includes/config.php to your MySQL server settings, put your API key in webupload/update/config.php, upload everything in webupload.

Then for now, you have to manually run the sql statementa in sql/install.sql (via phpMyAdmin or some other source).
** Makes sure you edit in your server's IP and Name at the bottom first or edit/add to it later in your mysql data manager **

If you need to update it, just go to http://www.yoursite.com/update/sql.php and copypasta the sql stuff. It doesn't update the image stuff yet. Still figuring that out. Eventually I'll get the install/update process working better. Just haven't had the time.

If someone else wants to do it for me, that would be dandy too
imoda is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 07-24-2011 , 14:30   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #112

Sorry, If i bury out this Thread, but the Item Logger doesn't work anymore.

It happens since the 21/07/2011 Update, the Server isn't reporting Item Drops anymore.
So the Plugin just doesn't show up any Item Drops in the Web Panel.

Anyway to fix this?
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-24-2011 , 14:30   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #113

Quote:
Originally Posted by pcmaster View Post
Anyway to fix this?
No.
__________________
asherkin is offline
ltgenkd
AlliedModders Donor
Join Date: Sep 2008
Old 08-31-2011 , 16:11   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #114

Working again, displaying found items as bat, even after running update.php.
__________________
ltgenkd is offline
imoda
Member
Join Date: Apr 2010
Old 09-01-2011 , 00:55   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #115

Items aren't getting logged correctly. The `item` field is blank for new entries.

Quote:
Format(query, sizeof(query), "INSERT INTO `log` SET `name`='%s', `steam_id`='%s', `time`=UNIX_TIMESTAMP(), `players`=%i, `item`='%s', `server`='%s', `method`=%i, `quality`=%i;", client_name_esc, client_auth_esc, GetClientCount(true), item_esc, g_ServerIP, method, quality);
"item_esc" isn't getting the item value. Please advice on the correct variable.

In the mean time you can run this query

Code:
DELETE FROM log WHERE item = ''
To get rid of the bad records.

Last edited by imoda; 09-01-2011 at 01:20.
imoda is offline
Geit
Senior Member
Join Date: Oct 2009
Location: Home
Old 09-01-2011 , 10:06   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #116

Valve have changed the values that are output by the item_found event, rather than output the the item's textual ID they now output it's definition index. - This is going to require some fairly big changes in the plugin and web panel.

I'm aiming to have an update out for the next couple of hours, but that could bit slip back slightly.

EDIT:

Okay, so I missed that deadline - I've gone a bit overboard and have started rewriting the whole thing from scratch - With any luck it'll be done tonight, however don't be surprised if it gets pushed back to sometime this weekend.

Last edited by Geit; 09-01-2011 at 13:10.
Geit is offline
ltgenkd
AlliedModders Donor
Join Date: Sep 2008
Old 09-01-2011 , 18:53   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #117

Thanks Geit. Appreciate your time. Since your re-writing this from scratch, Can you add the search options that Asherkin added to the top of his web panel?
http://items.limetech.org/
__________________
ltgenkd is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-01-2011 , 18:56   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #118

Quote:
Originally Posted by ltgenkd View Post
Thanks Geit. Appreciate your time. Since your re-writing this from scratch, Can you add the search options that Asherkin added to the top of his web panel?
http://items.limetech.org/
I no longer run a server so lost interest in finishing my web ui a looooong time ago, if anyone else wants to work on it, all the code is at http://hg.limetech.org/droplog/.
Everything is under the GPL, same as normal.
__________________
asherkin is offline
Geit
Senior Member
Join Date: Oct 2009
Location: Home
Old 09-02-2011 , 10:29   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #119

Quote:
Originally Posted by ltgenkd View Post
Thanks Geit. Appreciate your time. Since your re-writing this from scratch, Can you add the search options that Asherkin added to the top of his web panel?
http://items.limetech.org/
Yeah, I'll be doing that along with a bunch of other stuff... - So far what is planned:

  • New database schema (Done! - 49% space improvement on my sample table)
  • Converter for new database schema (Done!)
  • New, simplified/faster updater (Done!)
  • Images from Steam, as opposed to storing them locally. (Done!)
  • New method for fetching steam avatars.
  • Redesigning the plugin to work with the new schema (Done!)
  • Entirely new web panel, with a bunch of different sections - I.e. Individual server statistics, individual player statistics etc. - I've been granted permission to reuse the design from feedback.tf2maps.net for the purpose. (Working on this now)
  • Some other stuff I'm probably forgetting.

Last edited by Geit; 09-02-2011 at 13:14.
Geit is offline
imoda
Member
Join Date: Apr 2010
Old 09-02-2011 , 17:23   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #120

Could you release the plugin (or a modified old version of the plugin) so we can keep tracking data in th mean time?
imoda 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 09:31.


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