2) create a php file (either inside thumbsgen folder or another one) that contains this code
```php
$ThumbsGen = 'ThumbsGen';
Yii::setPathOfAlias($ThumbsGen, dirname(__FILE__)); //if you hadve created this file into another folder change this line accordingly
Yii::import($ThumbsGen . '.ThumbsGen');