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 09-07-2013 , 20:47   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #301

Unloading and loading the plugin is sufficient.

Yours sincerely
Impact
__________________
Impact123 is offline
dv9unknown
Senior Member
Join Date: Aug 2009
Old 09-09-2013 , 18:41   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #302

I got it fixed. Just a quick suggestion, is it possible to have the program open when the computer starts up?
dv9unknown is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 09-09-2013 , 19:38   Re: Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #303

Quote:
Originally Posted by dv9unknown View Post
I got it fixed. Just a quick suggestion, is it possible to have the program open when the computer starts up?
Add a short cut to your start menu startup folder
Doc-Holiday is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 09-09-2013 , 19:41   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #304

@dv9unknown

If you mean the Client:

Just right click on the icon on the taskbar and choose: Start With Windows
__________________
dordnung is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 09-15-2013 , 05:36   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #305

Im having issues with this. Im trying to use the Steam Module but the bot wont come online. And i get
Code:
API Error: DB_DELETE_FAILURE
on the Windows Client. Any help with my issue?

[EDIT] The bot cannot come online since steam is sending me the auth key to my email. How i can get that bot running without it?

Last edited by Automicbomb; 09-15-2013 at 05:40.
Automicbomb is offline
_david_
SourceMod Donor
Join Date: Apr 2013
Old 09-15-2013 , 06:02   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #306

Quote:
Originally Posted by Automicbomb View Post
[EDIT] The bot cannot come online since steam is sending me the auth key to my email. How i can get that bot running without it?
Disable steam guard
_david_ is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 09-15-2013 , 06:03   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #307

Quote:
Originally Posted by _david_ View Post
Disable steam guard
OK Done. Now what about that MySQL?
Automicbomb is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 09-15-2013 , 08:57   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #308

We need to see your configfiles, in this case these are the following files.
  • Config from calladmin "../cfg/plugin.calladmin_mysql.cfg"
  • Config from webscript "../include/app.config.php"
Please also check if there is are any errors in the logs.
The current stable version logs to the calladmin.log file and to the log directory of sourcemod (the dev version logs only to calladmin.log).
You should also take a look at our wiki.
__________________

Last edited by Impact123; 09-15-2013 at 08:59.
Impact123 is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 09-15-2013 , 09:41   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #309

Here is:
plug.calladmin_mysql.cfg
PHP Code:
// This file was auto-generated by SourceMod (v1.6.0-dev+4049)
// ConVars for plugin "calladmin_mysql.smx"


// Entries older than given minutes will be deleted, 0 deactivates the feature
// -
// Default: "25"
// Minimum: "0.000000"
sm_calladmin_entrypruning "25"

// Entries older than given minutes will be recognized as orphaned and will be deleted globally (serverIP and serverPort won't be checked)
// -
// Default: "4320"
// Minimum: "0.000000"
// Maximum: "0.000000"
sm_calladmin_entrypruning_ohphaned "4320"

// Server key to identify this server (Max. 64 allowed!)
// -
// Default: ""
sm_calladmin_server_key "MYKEY"

// Name of the CallAdmin table
// -
// Default: "CallAdmin"
sm_calladmin_table_name "CallAdmin" 
and here is app.config.php
PHP Code:
<?php
/*
 *---------------------------------------------------------------
 * ACCESS SETTINGS
 *---------------------------------------------------------------
*/


/*
Define for each key the server keys to assign to.
You can have a maximum of 64 different ServerKeys
Just use like this:

$access_keys = array
(
    'KEY1' => array
    (
        'CSS_Server',
        'TF2_Server',
    ),
    
    'KEY2' => array
    (
        'CSGO_Server_1',
    ),
    
    'KEY3' => array
    (
        'CSGO_Server_2',
    )
);
*/

$access_keys = array
(
    
'MYKEY' => array
    (
        
'TF2_Server',
    ),
);




/*
 *---------------------------------------------------------------
 * DATA SETTINGS
 *---------------------------------------------------------------
*/

// Upper limit of entries we can fetch from the database
$data_limit 50;

// By default we only fetch the entries of the last hour, set to 0 to disable
$data_from  = (time() - 3600);




/*
 *---------------------------------------------------------------
 * DATABASE SETTINGS
 *---------------------------------------------------------------
*/
$host              'localhost';
$username          'user';
$password          'pass';
$database          'calladmin';
$table             'CallAdmin';
$dbport            '3306';
// End of file
Automicbomb is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 09-15-2013 , 14:01   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #310

The config seems to be okay, any errors in the logs?.
__________________
Impact123 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 02:51.


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