Dude I was just about to ask you if there was away to do this without vbadvance yesterday..and then you release the product I want without even asking you....amazing...
BTW great job!:up:
Make sure to hide the block from non-admins when you have this option checked.
How would I do that?
and...
Just a quick note for you...
The absolute path with windows that the program debug returns "\" for seperators...
and it doesn't work if you use "\" you have to use "/". In order for me to get it to work I had to edit ventrilo.php
and looking for this:
$stat->m_cmdprog = $statusscriptpath;
changed to
$stat->m_cmdprog = "G:/Forums/includes/ventrilo/ventrilo_status";
But thats on my trial thread!
Btw..I cant seem to get this to work on the actually live site...gives me the
"Can't find or run ventrilo_status"
any tips...I think it has to do with exec permissions even though I chmod it to 775 and it saids "safe-mode" is off. So I have no clue! Has anyone got this to work with godaddy as their host?
Thanks
|