Where I try to capture an empty planet, I get an error:
http://www.dracomiconia.com/games/aatrade/planet.php?planet_id=135&command=capture
Not Acceptable
An appropriate representation of the requested resource /games/aatrade/planet.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
We forgot to change a database prefix from a hardcoded name to the prefix variable in the sched_artifacts.inc file. This will prevent any artifacts from being created if you use a different table prefix than the default aatrade_ prefix.
Download this file and replace the old sched_artifacts.inc with this one.