Hi Does the webserver where the ASP is hosted need port 29900 open? Because my gameservers are able to send stats to the webserver, but when someone connects the gameserver will not give the rank or unlocks.
Does the webserver need to be configured to run aspx in order for BF2statistics to work? Do I need to install mod_mono to support ASPX in a WHM/cPanel server?
you dont need mono to send stats to asp, if when someone connect to your server, they dont see ranks meen that you didnt set hosts values so your server trys to get stats from "original" place
I have already set /etc/hosts to point to the webserver. yet it still won't get the stats. Could it be that I'm using a virtual host? (I'm using WHM/cPanel)
This is the only error I get > Checking Gamespy (.aspx) File Basic Response... - Gamespy (.aspx) Basic Response: Fail > Checking Gamespy (.aspx) File Advanced Responses... - Gamespy (.aspx) Advanced (1) Response: Fail - Gamespy (.aspx) Advanced (2) Response: Fail - Gamespy (.aspx) Advanced (3) Response: Fail
.aspx fix apatche\conf\httpd.conf or apache\mime.types add Code: AddType application/x-httpd-php .aspx or http://bf2statistics.com/e107_plugins/forum/forum_viewtopic.php?7205.post
Did that already, and I even installed mod_mono. I'm using WHM/cPanel I even put the domain on a dedicated ip and changed the rDNS. Not working at all. I can record the stats, but the gameserver cant get the stats.
If the basic response is failing, then the only cause for that is the php inside the file isnt processing (the file is being used as an aspx rather then a php file)