Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 980 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 980 Bytes

CAseco

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.

Requirements

  • php
  • mysql-server / mariadb-server
  • php-xml
  • php-mysql
  • php-mbstring

PHP Version Compatability

v5.6* v7.x v8.x
CAseco ✔️
XAseco ✔️

✔️ Compatible, ➖ Not tested, ❌ Incompatible

TODO

  • 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) (?)