/* administrative configuration (use to delete images from the server) */
$admuser = 'admin'; // admin username
$admpass = "default"; // admin password
$cfg['max_filesize'] = 1048576;
/* thumbnail configuration */
$cfg['small_x'] = 200; // thumbnail width (pixel)
$cfg['small_y'] = 200; // thumbnail height (pixel)
$cfg['textsize'] = 2; // text size (point)
$cfg['bordersize'] = 2; // border size (pixel)
$cfg['background'][0] = 0; // background color Red
$cfg['background'][1] = 0; // background color Green
$cfg['background'][2] = 0; // background color Blue
$cfg['textcolor'][0] = 255; // text color Red
$cfg['textcolor'][1] = 255; // text color Green
$cfg['textcolor'][2] = 255; // text color Blue
/* base upload directory with trailing slash */
$cfg['basedir'] = '/home/httpd/vhosts/icez.net/subdomains/img/httpdocs/';
/* base URL of your site with trailing slash */
$cfg['baseurl'] = 'http://img.icez.net/';