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

[ANY]Watchlist


Post New Thread Reply   
 
Thread Tools Display Modes
dmustanger
Member
Join Date: Mar 2008
Old 07-22-2010 , 18:53   Re: Watchlist
Reply With Quote #11

Quote:
Originally Posted by TheBigD View Post
Getting this repeated.

L 07/22/2010 - 19:58:48: [watchlist.smx] Query Failed T_generic: no such column: CURDATEDEF
ahh ok I see whats wrong there, I should have a fix soon for this.
__________________

Last edited by dmustanger; 07-22-2010 at 19:06.
dmustanger is offline
dmustanger
Member
Join Date: Mar 2008
Old 07-24-2010 , 12:15   Re: Watchlist
Reply With Quote #12

I have uploaded a new version. I took the date out of the database for now. Will readd it once i add a convar to delete players out of the database after x amount of days.
__________________
dmustanger is offline
EvilLinux
Member
Join Date: Dec 2004
Location: San Diego, CA
Old 08-06-2010 , 17:31   Re: Watchlist
Reply With Quote #13

Hi, can you explain why I might be getting this error:
Code:
[Watchlist] Unable to add STEAM_0:1:19064409 to the Watchlist.
I tired enabling logging 1 and 2, and nothing logged so out of options in debugging on my side. Any help would be great, the database connects fine as far as I can see.

Thanks,
EvilLinux
N00bSalad
__________________
N00bSalad Gaming Community
www.n00bsalad.net
CERKSystems - IT Management/Consulting
http://www.cerksystems.com
EvilLinux is offline
Send a message via AIM to EvilLinux Send a message via MSN to EvilLinux Send a message via Yahoo to EvilLinux Send a message via Skype™ to EvilLinux
dmustanger
Member
Join Date: Mar 2008
Old 08-06-2010 , 22:30   Re: Watchlist
Reply With Quote #14

The only reason you would get that error is if there was a database error. But you should have gotten something in the logs even if it was set to 1, with at least the same message.

Is that the only steamid that its not taking or is it not accepting any?
Just to make sure, did you look in the right logfile? sourcemod/logs/watchlist.log
__________________

Last edited by dmustanger; 08-06-2010 at 22:47.
dmustanger is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 08-07-2010 , 05:08   Re: Watchlist
Reply With Quote #15

What if we only want it to notify admins when an admin joins and there is already someone on there so it notifies the joining admin only when they get into the game. Also, when a person on the watchlist joins and it notifies all of the admins on that server. I dont like the idea of spamming my admins...
__________________

DontWannaName is offline
dmustanger
Member
Join Date: Mar 2008
Old 08-07-2010 , 13:30   Re: Watchlist
Reply With Quote #16

Quote:
Originally Posted by DontWannaName View Post
What if we only want it to notify admins when an admin joins and there is already someone on there so it notifies the joining admin only when they get into the game. Also, when a person on the watchlist joins and it notifies all of the admins on that server. I dont like the idea of spamming my admins...
I can make this happen. It already announces when a watchlisted player joins. wouldn't be hard to make so it only annouces then or when an admin joins. Added it to my todo list.
__________________

Last edited by dmustanger; 08-07-2010 at 13:36.
dmustanger is offline
JasonGauthierDK
Member
Join Date: Jun 2010
Old 08-15-2010 , 13:33   Re: Watchlist
Reply With Quote #17

Why not do so admins can type !watchlist (or sm_printwatchlist maybe) to see a list with all the online players that are on the watch list?
JasonGauthierDK is offline
violentcrimes
Senior Member
Join Date: Nov 2006
Old 08-28-2010 , 17:49   Re: Watchlist
Reply With Quote #18

L 08/28/2010 - 17:58:40: [watchlist.smx] [Watchlist] Unable to add STEAM_0:1:524981 to the Watchlist.
L 08/28/2010 - 17:58:40: [watchlist.smx] Query Failed T_WatchlistAdd: Column count doesn't match value count at row 1
L 08/28/2010 - 17:58:59: [watchlist.smx] [Watchlist] Unable to add STEAM_0:1:524981 to the Watchlist.
__________________

Last edited by violentcrimes; 08-28-2010 at 17:59.
violentcrimes is offline
em-eukal
Member
Join Date: Sep 2009
Old 01-12-2011 , 18:58   Re: Watchlist
Reply With Quote #19

L 01/13/2011 - 00:56:40: [watchlist.smx] [Watchlist] Unable to add STEAM_0:1:43356 to the Watchlist.
L 01/13/2011 - 00:56:40: [watchlist.smx] Query Failed T_WatchlistAdd: 6 values for 7 columns
L 01/13/2011 - 00:57:02: [watchlist.smx] [Watchlist] Unable to add STEAM_0:1:29188796 to the Watchlist.
L 01/13/2011 - 00:57:02: [watchlist.smx] Query Failed T_WatchlistAdd: 6 values for 7 columns
L 01/13/2011 - 00:570: [watchlist.smx] [Watchlist] Unable to add STEAM_0:1:43356 to the Watchlist.
L 01/13/2011 - 00:570: [watchlist.smx] Query Failed T_WatchlistAdd: 6 values for 7 columns
em-eukal is offline
em-eukal
Member
Join Date: Sep 2009
Old 01-12-2011 , 19:09   Re: Watchlist
Reply With Quote #20

watchlist_add:
Fix line 692 and 697...
Code:
Format(query, sizeof(query), "INSERT INTO watchlist (ingame, steamid, serverip, serverport, reason, name, date) VALUES...
should be
Code:
Format(query, sizeof(query), "INSERT INTO watchlist (ingame, steamid, serverip, serverport, reason, name) VALUES...
watchlist_query
Fix line 926 to:
Code:
PrintToConsole(data, "%s, %s, %s", steamid, name, reason);
Announcing doesn't work at all, but I did not found the error yet :/
And I don't even get an error log entry...

Last edited by em-eukal; 01-12-2011 at 19:58.
em-eukal 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 17:37.


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