OTC Module - Debug UI

When you create new module, you always got problems with OTUI design. Why X element is on that position? What am I clicking? I can't solve all these problems, but my module can help you debug your UI...

Read more →

PHP TibiaCam file reader

Simple reader for uncompressed TibiaCam files (binary files, up to 60MB). It's also example of fast reading binary data from file and handling it as stream.

Read more →

Simple PHP router

Apache .htaccess (redirect all requests to not existing files/directories to index.php): PHP router file. Check if route is on list of available routes and include file by name of route. Some parts...

Read more →