Worked like a charm, thanks

Is it possible to have a output page for the sponsers too see?
Quote:
Originally Posted by edyonline
not really... if you have multiple banner it will update ALL banners
edit gotobanner.php
find:
$DB_site->query("UPDATE " . TABLE_PREFIX . "banners SET visits = visits+1");
change to:
$DB_site->query("UPDATE " . TABLE_PREFIX . "banners SET visits = visits+1 WHERE adid='$id'");
|