CAseco (Coxcopi's Aseco) is a fork of the widely-used Trackmania Server Control Software XAseco rewritten in modern PHP. Countless issues and security concerns as well as compatability problems with PHP versions newer than 5.6 have led to the decission of starting this project. CAseco maintains the same set of plugins as the original, although some of them still need to be updated.
php
mysql-server
/mariadb-server
php-xml
php-mysql
php-mbstring
v5.6* | v7.x | v8.x | |
---|---|---|---|
CAseco | ❌ | ➖ | ✔️ |
XAseco | ✔️ | ❌ | ❌ |
✔️ Compatible, ➖ Not tested, ❌ Incompatible
- Update constructor syntax
- Fix array string index access changes
- Replace mysql_*() with PDOs
- update utf8 encoding/decoding
- (update MySQL defaults to comply with strict mode) (?)