hey mist, wanted to let you know that the code doesn't work unless you change this part:
PHP Code:
//output banner
$banner = "<img src=\"https://vborg.vbsupport.ru/images/banner$num\" border=\"0\" alt=\"\" />";
to:
PHP Code:
//output banner
$banner = "<img src=\"https://vborg.vbsupport.ru/images/$banner[$num]\" border=\"0\" alt=\"\" />";
notice the difference?
but then it works fine, thanks MIST!