masterross
11-16-2011, 10:42 AM
Hi,
I'm trying to show different ADs via vb Manage Ads but I stuck.
I use this script in Scheduled Task Manager:
$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "ad SET `active` = NOT `active` WHERE adid = 5
"); But I realized that templates should be rendered too.
I checked in admincp/ad.php but cant handle myself.
So if you can give a hand will be glad!
Regards!
I'm trying to show different ADs via vb Manage Ads but I stuck.
I use this script in Scheduled Task Manager:
$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "ad SET `active` = NOT `active` WHERE adid = 5
"); But I realized that templates should be rendered too.
I checked in admincp/ad.php but cant handle myself.
So if you can give a hand will be glad!
Regards!