Quote:
Originally Posted by lukescotty
kh99, yo! just tried this, but unfortunately its not working, just wondering is it possible to copy this cron file, rename it, edit a part of the code, just to run rssposter?? or is it not fesible.
|
That's what I was trying to do - well, sort of. I guess it still needed a parameter. You could use this code (follow same instructions above)
Code:
($hook = vBulletinHook::fetch_hook('cron_start')) ? eval($hook) : false;
exec_cron(17);
$db->close();
Sorry, I have no way to test this so I'm just kind of guessing right now.