PDA

View Full Version : ADs on/off (change on time)


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!

masterross
11-22-2011, 02:13 PM
No one can help?