Thanks for the mod, it?s just what I needed

But have a hard time running it (no shell access)
I currently have a scheduled task running from /includes/cron/sqlbackup.php whish is working fine... now I figured that I?d just modify the existing sqlbackup.php and add:
PHP Code:
exec ("./../../opentoggle.php?do=close");
to the very beginning, and:
PHP Code:
exec ("./../../opentoggle.php?do=open");
To the very end....
It just dosn?t work, and I can?t figure out why ? Any, and all help will be greatly appreciated.
BTW, when i enter
www.mydomain.com/opentoggle.php?do=close it closes the forum just fine - So your mod is working... it?s just me who don?t know how to use it.