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

Showing results 1 to 25 of 80
Search took 0.01 seconds.
Search: Posts Made By: Pickles47
Forum: Plugins 04-13-2015, 17:27
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

Probably because you removed a header cell, <TH> tag, for auth, it is required to build the table but will remain hidden since { "data": "auth", "visible" : false }. Auth is the steamid and is...
Forum: Plugins 04-12-2015, 17:53
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

That line is required since datatables is pulling all data from the ajax call. The steamid, represented by auth, is not visible in the table and does not have any affect on the table width, only on...
Forum: Unapproved Plugins 01-31-2015, 17:24
Replies: 43
Views: 13,221
Posted By Pickles47
Re: [TF2] Ranking and Item Logger (REDUX)

Probably because this plugin suffers from the same issues as the other one. New weapons have to be manually added to the plugin and webpanel, new items must be added to the database as well. I...
Forum: Plugins 01-13-2015, 10:39
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I'll look into the command not working.

Yes, I accept donations if there is something you wanted added/done that isn't currently on my radar.
Forum: Plugins 01-10-2015, 16:29
Replies: 73
Views: 30,200
Posted By Pickles47
Forum: Plugins 12-30-2014, 03:49
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

Updated plugin to fix invalid client errors, improve stats tracked, and added convars to delete old entries after a set amount of time.
Forum: Plugins 12-25-2014, 13:05
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I have fixed some pretty big bugs in the panel (weapons page not throwing errors when selecting slot/class, buggy bootstrap, added small changes to maps page, will now show class stats for capture...
Forum: Plugins 12-23-2014, 00:21
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

This is not compatible at all with any other stats plugins due to the way it handle weapon tracking.
Forum: Plugins 11-27-2014, 17:49
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I've updated the plugin to resolve some errors with OnRowUpdated. I also vastly improved the items panel. Updates are in github.

DEMO HERE (http://thepit.servegame.com/stats/items.php)
Forum: Plugins 11-01-2014, 22:08
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I don't know why it is doing this, you can try editing inc/nav.php and modifying to this:


<?php header('Content-type: text/html; charset=utf-8'); ?>
<!doctype html>
<html lang="en">
<head>...
Forum: Plugins 11-01-2014, 21:30
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

Should be fixed now.

Added Necro-Smasher and Nostromo Napalmer killicons and info in weapons.sql
Forum: Plugins 10-31-2014, 19:18
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I've added spells to the actions page and then new halloween items to git, run the sql in ITEMS_Pages/sql.


L 10/29/2014 - 20:03:06: [SM] Native "GetClientTeam" reported: Client index 0 is...
Forum: Plugins 10-19-2014, 06:53
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

You can't. Currently there is no way to do that since TF2_Stats saves everything in a single row, this creates entries per weapon for each player, removing the need for weapons to be manually added...
Forum: Unapproved Plugins 10-19-2014, 00:50
Replies: 43
Views: 13,221
Posted By Pickles47
Re: [TF2] Ranking and Item Logger (REDUX)

Be advised I have recently created a plugin that fixes many issues and improves greatly on the stats tracking in this and the previous versions of TF2_Stats. The web panel for TF2_Stats is no longer...
Forum: Plugins 10-09-2014, 18:34
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

Check playerlog table in your database and see if the plugin is correctly adding unicode chars.
Forum: Plugins 09-28-2014, 12:50
Replies: 375
Views: 177,310
Posted By Pickles47
Re: [ANY] Player Analytics

I could but that would require a separate plugin, I will look into it tomorrow when I have a day off.
Forum: Plugins 09-27-2014, 16:54
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

The tables not provided in sql are created and populated by the plugin so if the plugin was not able to connect to your database, those tables won't exist. With this error all I can say is to make...
Forum: Plugins 09-27-2014, 16:18
Replies: 375
Views: 177,310
Posted By Pickles47
Re: [ANY] Player Analytics

Premium or F2P and HTML MOTD Enabled/Disabled. They can be changed in getconnections.php.



Its easy enough to make them, index on connect_time, connect_date, country_code, and auth would...
Forum: Plugins 09-14-2014, 20:41
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I've made some major changes to the items page, images are no longer required, instead they are pulled from the steamcommunity. Also added every weapon. Old `items` table needs to be truncated or...
Forum: Plugins 09-12-2014, 17:01
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

Missing images, images should be in your image folder like FOLDER/images/items/weapon_name.png. It's possible that when you extracted them they ended up like items/items/weapon.png. You only import...
Forum: Plugins 09-12-2014, 16:43
Replies: 6
Views: 7,625
Posted By Pickles47
Re: [TF2] My SteamID (v1.0 2014/09/12)

TF2 now uses the new steam3 id (U:1:111111), sourcemod devs changed GetClientAuthString to return the old one (STEAM_0:1:1111111) in 1.6.2 as a quick patch. That's why your steamid is different,...
Forum: Plugins 09-12-2014, 16:01
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

`weapons` is the correct tablename. I'm not certain what is causing that issue but the included weapons.sql is correct and the corresponding queries are also correct, pointing to `weapons`. You can...
Forum: Plugins 09-11-2014, 19:48
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

The web panel has been updated. New version fixes css issues, scaling issues, adds new tabs to player profile and provides daily/weekly/monthly top 10 players.
Forum: Plugins 09-11-2014, 18:36
Replies: 375
Views: 177,310
Posted By Pickles47
Re: [ANY] Player Analytics

I have redone the web panel and it is available at https://github.com/Sinclair47/player_analytics

DEMO HERE (http://162.244.25.122:8005/)

The demo has semi-random data.

This should be much...
Forum: Plugins 09-03-2014, 02:31
Replies: 73
Views: 30,200
Posted By Pickles47
Re: [TF2] Kill log and Web Panel

I added updater support and fixed an issue with the say commands.
Showing results 1 to 25 of 80

 
Forum Jump

All times are GMT -4. The time now is 07:24.


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