Category: PHP

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 →