To create an ACP module yourself, you can start with the following template file.
Within the class defined in the file, you can define as much methods as needed. The objects of functions and admin_functions are accessible by globalising $functions and $admin_functions. Every method defined in these classes can be used freely.
If you have created a new module, feel free to upload it.
_______________

