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

[ANY] CallAdmin - Extended Report Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Bl4ckFire
Junior Member
Join Date: Jan 2014
Old 03-23-2014 , 12:55   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #561

OK, so I just realized that my Webserver is set up on a different server than my gameservers - changed that. Now there's a new error in the client "API Error: DB_CONNECT_FAILURE".
So it seems it still can't connect?
Bl4ckFire is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 03-23-2014 , 14:52   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #562

Are you sure you can access the database from your website? Do you use localhost for both, webserver and gameserver? If so, do you have an IP-Address of the Database you can use instead?

You could try this little PHP script.

PHP Code:
<?php
$link 
mysql_connect('db_host''db_username''db_password');
if (!
$link)
{
    die(
'Could not connect: ' mysql_error());
}
echo 
'Connected successfully';
mysql_close($link);
?>
Just replace db_host, db_username, db_password with your data and put it in a PHP file and open the site.
__________________
dordnung is offline
Bl4ckFire
Junior Member
Join Date: Jan 2014
Old 03-23-2014 , 15:51   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #563

It creates this error:
"Could not connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 111"
Bl4ckFire is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 03-23-2014 , 16:08   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #564

Do you host the mysql Server? If yes, try this fix:

Quote:
Open /etc/mysql/my.cnf
Find bind-address
If it is localhost or 127.0.0.1, set it to:
bind-address = 0.0.0.0
Otherwise it means you don't have access to the database through your webserver
__________________

Last edited by dordnung; 03-23-2014 at 16:09.
dordnung is offline
Bl4ckFire
Junior Member
Join Date: Jan 2014
Old 03-23-2014 , 16:47   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #565

hmm it's still not working :/
Bl4ckFire is offline
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 03-23-2014 , 16:55   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #566

Did you restart the mysql daemon?
__________________
Impact123 is offline
Bl4ckFire
Junior Member
Join Date: Jan 2014
Old 03-23-2014 , 17:50   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #567

Yes, that didn't help but a complete Server restart did - but now theres a new problem
"Could not connect: Access denied for user 'XX'@'XX' (using password: YES)
Although all rights should be set correctly.

Last edited by Bl4ckFire; 03-24-2014 at 10:33.
Bl4ckFire is offline
IceCucumber
Member
Join Date: Dec 2011
Old 03-24-2014 , 15:33   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #568

The plugin is working (Steam reports, SQL, etc), but my server will crash if calladmin.smx is running when someone disconnects from the server or the map changes. Neotokyo server (Source SDK Base 2006 engine), Windows. No error logs as far as I can tell.

edit: False alert, my SourceMod installation was borked.

Last edited by IceCucumber; 03-25-2014 at 08:19. Reason: solved
IceCucumber is offline
GoldTreeServers
Senior Member
Join Date: Dec 2012
Old 03-25-2014 , 02:55   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #569

Quote:
Originally Posted by IceCucumber View Post
The plugin is working (Steam reports, SQL, etc), but my server will crash if calladmin.smx is running when someone disconnects from the server or the map changes. Neotokyo server (Source SDK Base 2006 engine), Windows. No error logs as far as I can tell.
No-Steam -> No support

Rules
__________________

Last edited by GoldTreeServers; 03-25-2014 at 02:58. Reason: typo
GoldTreeServers is offline
IceCucumber
Member
Join Date: Dec 2011
Old 03-25-2014 , 05:42   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #570

Quote:
Originally Posted by GoldTreeServers View Post
No-Steam -> No support

Rules
But I'm running a perfectly normal Steam-enabled (and VAC, for that matter) server : |

Last edited by IceCucumber; 03-25-2014 at 05:42.
IceCucumber 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 10:33.


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