General (3)
General InterWave postings.
Just Purchase any Half-Life 2 game, and you will have everything you need to play Distant Hope and Stargate : The Last Stand!
Purchase any of these games:
*Note you must have Purchased one of these games and not recieved it free through a special offer.
Yes, we are working close with Valve in order to make sure everything is as up to date as possible and both Stargate: The Last Stand and Distant Hope will be based on the latest Source engine.
When it's done but we are aiming for a Q4-2008 release for Stargate TLS.
IRCRelay (1)
IRCRelay related postings.
SourceBans (5)
SourceBans related postings.
- Why is the "Ban player" option missing in SourceMod's admin menu?
- Why does the game plugin error log tell me "Database failure: [1045]: Access denied for user 'username'@'ip' (using password: YES)" or a similar error?
- Why does the game plugin error log tell me "Database failure: Could not find database conf "sourcebans""?
- Why is the webpanel showing "Error Connecting (ip:port)" for my server, when it's actually online?
- Why is the webpanel showing me a blank white page? - Why is only half of the page shown?
Most likely SourceMod's basebans.smx was still loaded when you installed SourceBans' game plugin. The game plugin automatically disables basebans.smx, but your server needs to be restarted for the "Ban player" option to come available.
Your MySQL server does not allow incoming connections from your gameserver. To fix this, you can do either of the following:
- Go into your webserver's control panel and check if there's a section called MySQL Access Hosts or something named similar. There you can add the IP address mentioned in the error. This is usually the IP of your gameserver, but it can also be slightly different, so make sure you copy and paste it exactly from the error.
- The other option is to run the following query on your SourceBans database (for example using phpMyAdmin):
GRANT ALL ON database.* TO 'username'@'ip';You will have to replace "database" with your SourceBans database name, and "username" and "ip" with those mentioned in the error.
You forgot to add the "sourcebans" section to SourceMod's databases.cfg, as instructed in the installation. Please go to http://your.sourcebans.install/index.php?p=admin&c=servers&o=dbsetup (replace your.sourcebans.install with your own URL) and add the "sourcebans" section to your databases.cfg.
Most likely your webhost's firewall is blocking incoming connections. Contact your webhost and ask them to allow incoming UDP connections from your server's port (usually 27015).
This is because PHP has encountered a fatal error and cannot show any more of the page.
To show the error message that PHP produced, you need to add the debug parameter to your URL. For example, if your current URL is http://www.sourcebans.net/index.php then you can add the debug parameter by changing the URL to http://www.sourcebans.net/index.php?debug=1
If your URL already has parameters, then add debug on the end, like this: http://www.sourcebans.net/index.php?p=home&debug=1
In most cases, the error message will be self explanatory, but if you need help, then post on our forums.