1) I agree with Diji... Check mine I use a slightly different (still php s still similar) way of displaying the image, thus I am the original OWNER of that. (But srs I do, GPL).
2) You can add error handling in the config file... (Allow blank fields) Or require() error.php and then have 'if statements'...
e.g.
if($advert_img==null && $advert_link==null){$advert="<!--No Advertisement, WINz0r-->";}
else {
$advert = $name_in_config.php;
}
(Ripped from my site).
You must login or register to view this content.