C'è un commento per ogni riga che ti spiega a cosa serve, devi decidere tu come vuoi che si comporti.

Per quanto riguarda

// Directory settings. These are required. Without trailing slash. (required)
'images_dir' => '/var/www/imgbrowz0r/images',
'cache_dir' => '/var/www/imgbrowz0r/cache',

// Url settings. These are required. Without trailing slash. (required)
// %PATH% is replaced with the directory location and page number
'main_url' => 'http://example.com/imgbrowz0r/index.php?q=%PATH%',
'images_url' => 'http://example.com/imgbrowz0r/images',
'cache_url' => 'http://example.com/imgbrowz0r/cache',

Devi mettreci i percorsi alle rispettive cartelle che hai sul tuo sito.
Probabilmente le cartelle images e cache esistono già dentro alla cartella imgbrowz0r, quindi non devi creare enanche niente, solo linkarle correttamente secondo la posizione in cui si trovano sul tuo sito.