From what I can tell, it would generate pages saying something like "you found a pet/item/coin" and a link to continue exploring but I don't see how it would actually give people anything.
Also, in the blank.php I don't see anything to do with "START SCRIPT" and "OUTPUT PAGE"
Only:
	Code:
	<?php
class BlankController extends AppController{
    public function __construct(){
        parent::__construct();	
    }
	
	public function index(){
	}
}
?>