Php AMX project is a Web management interface for Half-life game servers.
It uses MySQL and AMX plugins to communicate with any number of servers.
Php AMX is a project that enables HLDS control via php but without rcon control or sockets etc.
It uses MySQL server connection for main data store and exchange.
What's New in This Release:
· add/remove/suspend admins
· define the same mapcycle on all servers
· change map, set nextmap
· change server host names
· set server specific configs
· set server common configs
· control users ban, kick, voteban, votekick
· control amx plugins loaded on all serevrs
· set common cvars
· execute complicated rcon commands to use more advanced AMX plugins like amx_bury :D
· see all said messages on servers
· control war matches with reports
· check status of servers like currently playing gamers
Requirements:
· MySQL
· PHP
What's New in This Release:
· total php rewrite - prepare for more bugs :D
· server.php is no longer used - instead introduced mysql_hostname plugin with its control php page
· a bit more modular and a bit more complex now
· ability to add easier php plugins
· more skinnable now - see the any files containig 'main' - like main.php, main.vtp
· new plugin amx_war
· new plugin mysql_hostname
· updated some plugins so that server specific cfg files are loaded by PORT number
· included docs as a php plugin :D
· getting ready for AMX Mod X port (last known version was 0.16 ), reparing aso for database independent system
· php returns sql error messages - this can save ou some time when dinning in the sh..
Product's homepage