Quote:
Originally Posted by DJ29Joesph
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
|
Thank you. I'll update ventrilo.php to change paths on options set.
As for "Can't find or run ventrilo_status".
I have a godaddy account. I'll test for you later today.