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

[ANY] CallAdmin - Extended Report Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 08-16-2013 , 05:24   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #271

Well, like i said, as long as there are no failures you won't find any logs.
To really help you, i need you to give me some more information.
  • Was someone reported?
  • Was an admin on the server while someone was reported?
  • Did you receive the message in steam?
  • Which version of calladmin do you use?
  • Can you post the cvars you have altered?
  • Can you post a list of your extensions?
  • Can you post a list of your plugins?

Yours sincerely
Impact
__________________

Last edited by Impact123; 08-16-2013 at 05:24.
Impact123 is offline
ReLaX
SourceMod Donor
Join Date: Nov 2005
Location: Denamrk
Old 08-16-2013 , 11:38   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #272

Feature Request
You do make it possible to save the log to mysql.

Why not make it possible to list the admins who sould receive the messages in a mysql database, also with the possiblity to select for which servers the admins should receive calls from, either by server ip(s) or some server id(s)/ident(s)?

That could be pretty use full for bigger communities that have different admins teams, by the "type" of serveres.
__________________
//ReLaX - Get free help for your Counter-Strike: Source server in Danish!
Microsoft Certified IT Professional
ReLaX is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 08-16-2013 , 12:29   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #273

I don't think we'll implement a sql logging mechanism, it's out of scope and imo nothing a plugin like this needs.
If you really need it, it should be no problem to add a forward when calladmin is about to log something, which can be listened to by another plugin.

We have so called serverkeys to "bind" admins to servers, you can read more about these here.

Before you ask, here are some of the reasons i can remember of why we did it that way, there are probably more
  • The configuration is simple because it's a plain text file, you don't need a mysql client
  • We didn't want to write an webinterface to manage serverkeys, we're no web-developers
  • The configuration works the same way for the ts3module, it's easier to have a unified config
  • You can't generalize that, but it was easier to write, thus it should be easier to maintain it in the long term

Yours sincerely
Impact
__________________

Last edited by Impact123; 08-16-2013 at 12:46.
Impact123 is offline
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 08-18-2013 , 19:54   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #274

For a while now we've not been getting any reports, it kind of just seemed to stop. All that shows in the error logs is
PHP Code:
[calladmin_steam.smxFailed to send messageresult was: (1330695152
The 2nd number seems to change slightly in each error.

PHP Code:
SourceMod Version Information:
             
SourceMod Version1.5.0-dev+3890
             SourcePawn Engine
SourcePawn 1.1jit-x86 (build 1.5.0-dev+3890)
             
SourcePawn APIv1 4v2 4
             Compiled on
Aug 16 2013 09:33:34
             Build ID
3890:fcf43c2589a2
             http
://www.sourcemod.net/ 
Snaggle is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 08-18-2013 , 20:28   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #275

This error means that the exension is having problems to login into your account.
The second error code is currently pretty much useless, i'll send popo a note about this.

Some things you should check.
  • What did you change before this happened?
  • Is steamguard disabled?
  • Is the username/password still correct?
  • Do you have any typo somewhere?

If all of these don't work, or you already checked that, i suggest you to try this.
  • Login into the bot account by yourself
  • Logout again
  • See if the error is still appearing
On how many servers do you run this?

Yours sincerely
Impact
__________________

Last edited by Impact123; 08-19-2013 at 03:03.
Impact123 is offline
Wolfman
Member
Join Date: Apr 2009
Location: Australia
Old 08-19-2013 , 02:20   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #276

hello i just installed your scripts for this call admin but something not working right

ok i have MetaMod:Source v1.10.0-devV, SourceMod v1.6.0-dev+3968 installed on my server

i installed your scripts on server side they work fine.
Code:
[SM] Listing 33 plugins:
           02 "CallAdmin" (0.1.3) by Impact, Popoklopsi
           03 "Anti-Flood" (1.6.0-dev+3968) by AlliedModders LLC
           05 "Basic Commands" (1.6.0-dev+3968) by AlliedModders LLC
           09 "Sound Commands" (1.6.0-dev+3968) by AlliedModders LLC
           10 "IP Chat Block" (1.4) by SuperRaWR
           11 "Fun Commands" (1.6.0-dev+3968) by AlliedModders LLC
           12 "CallAdmin: Ts3 module" (0.1.3) by Impact, Popoklopsi
           13 "SourceBans" (1.4.10) by SourceBans Development Team
           14 "Basic Votes" (1.6.0-dev+3968) by AlliedModders LLC
           15 "Reserved Slots" (1.6.0-dev+3968) by AlliedModders LLC
           16 "CallAdmin UserManager" (0.1.3) by Popoklopsi, Impact
           17 "Basic Info Triggers" (1.6.0-dev+3968) by AlliedModders LLC
           18 "CallAdmin: Mysql module" (0.1.3) by Impact, Popoklopsi
           19 "Fun Votes" (1.6.0-dev+3968) by AlliedModders LLC
           20 "Basic Chat" (1.6.0-dev+3968) by AlliedModders LLC
           21 "Client Preferences" (1.6.0-dev+3968) by AlliedModders LLC
           23 "Admin Help" (1.6.0-dev+3968) by AlliedModders LLC
           24 "Admin File Reader" (1.6.0-dev+3968) by AlliedModders LLC
           26 "Admin Menu" (1.6.0-dev+3968) by AlliedModders LLC
           27 "Updater" (1.1.5) by GoD-Tony
           28 "Player Commands" (1.6.0-dev+3968) by AlliedModders LLC
           31 "SM File/Folder Downloader and Precacher" (1.4) by SWAT_88
           32 "Basic Comm Control" (1.6.0-dev+3968) by AlliedModders LLC
           33 "Radio Spam Block" (1.0.0) by exvel
no errors in log and after i restart server it put the table into the mysql database.

i have web site installed

after i use
Code:
http://myaddress.com/test1/notice.php?key=test
which test is the key for the server.
it gives me this code
PHP Code:
<CallAdmin><foundRows>0</foundRows></CallAdmin
which from what i can tell is right now when i go ingame and use !call and select a member to report i do random reason then go back to that link it doesnt move from 0 code at all

with Teamspeak3 i have it setup right coz it run localhost also used 127.0.0.1 address and in the error logs i get this

Code:
L 08/19/2013 - 16:09:13: [CallAdmin: Ts3 module] Socket Error: 3, 1
in the website script under the apps.config.php file i have put the right info of username and password.

its like the script on the server isnt write anything to the database which is localhost

everything i running is local on the same box.

ext i using are below.
Code:
[SM] Displaying 15 extensions:
         [01] Automatic Updater (1.6.0-dev+3968): Updates SourceMod gamedata files
         [02] Webternet (1.6.0-dev+3968): Extension for interacting with URLs
         [03] CS Tools (1.6.0-dev+3968): CS extended functionality
         [04] BinTools (1.6.0-dev+3968): Low-level C/C++ Calling API
         [05] SDK Tools (1.6.0-dev+3968): Source SDK Tools
         [06] GeoIP (1.6.0-dev+3968): Geographical IP information
         [07] Regex (1.6.0-dev+3968): Provides regex natives for plugins
         [08] Top Menus (1.6.0-dev+3968): Creates sorted nested menus
         [09] Client Preferences (1.6.0-dev+3968): Saves client preference settings
         [10] SQLite (1.6.0-dev+3968): SQLite Driver
         [11] SteamTools (0.8.3): SteamWorks for SourceMod.
         [12] SDK Hooks (1.6.0-dev+3968): Source SDK Hooks
         [13] Socket (3.0.1): Socket extension for SourceMod
         [14] cURL Extension (1.3.0.0): cURL Extension
         [15] MySQL-DBI (1.6.0-dev+3968): MySQL driver implementation for DBI
meta list
Code:
Listing 5 plugins:
           [01] SourceMod (1.6.0-dev+3968) by AlliedModders LLC
           [02] CS Tools (1.6.0-dev+3968) by AlliedModders LLC
           [03] SDK Tools (1.6.0-dev+3968) by AlliedModders LLC
           [04] SteamTools (0.8.3) by Asher Baker (asherkin)
           [05] SDK Hooks (1.6.0-dev+3968) by AlliedModders LLC
i really want to use this plugin as i run my own big community and wish to use this for my admins.

can anyone help me i have steam and voice. just pm if you think you can help.
Wolfman is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 08-19-2013 , 02:56   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #277

That sounds like a configuration problem, but i can't tell for sure yet.
The plugin and it's modules create configs in the cfg folder, you have to edit those, our wiki might be useful, but i assume you've already read it.

I need the following configs in order to help you
  • Calladmin config (gameserver)
  • Ts3module config (gameserver & webserver)
  • Mysqlmodule config (gameserver & webserver)
Also, what exactly does the message say when you report someone?


Yours sincerely
Impact
__________________

Last edited by Impact123; 08-19-2013 at 02:58.
Impact123 is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 08-25-2013 , 19:34   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #278

For some reason, the bot will sometimes come online and not send a report using steam and then just go offline. But the reports are logging in the MySql database. Any way to fix this?

BTW: The bot is only sending this message to 12 people in an admin group I set up.
jpwanabe is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 08-26-2013 , 02:49   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #279

Can you post me your "calladmin_steam_groupidlist.cfg" file?

Yours sincerely
Impact
__________________

Last edited by Impact123; 08-26-2013 at 02:49.
Impact123 is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 08-26-2013 , 06:23   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #280

Quote:
Originally Posted by Impact123 View Post
Can you post me your "calladmin_steam_groupidlist.cfg" file?

Yours sincerely
Impact
Code:
// List of group names, seperated by a new line
APP Admins
This is the group.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe 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 11:07.


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