7
well i hate to bring this back up again, but...
i am still having some problems with this module and hope i can get some help fixing it.
I have contacted the hosting company and they said that the status file does belong on my local site. i think i finally read this somewhere else too.
Here are some errors that i currently am getting:
Quote:
Warning: main(ventrilostatus.php): failed to open stream: No such file or directory in /home/clanzite/public_html/modules/ventrilo/bin/ventrilotest.php on line 12
Warning: main(ventrilostatus.php): failed to open stream: No such file or directory in /home/clanzite/public_html/modules/ventrilo/bin/ventrilotest.php on line 12
Warning: main(): Failed opening 'ventrilostatus.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/clanzite/public_html/modules/ventrilo/bin/ventrilotest.php on line 12
Fatal error: Cannot instantiate non-existent class: cventrilostatus in /home/clanzite/public_html/modules/ventrilo/bin/ventrilotest.php on line 31
Here is what is on line 12 & 31 of my test file:
12: include "ventrilostatus.php";
31: $stat = new CVentriloStatus;
Also this is how i have my test file setup:
Quote:
$stat = new CVentriloStatus;
$stat->m_cmdprog = "/home/clanzite/public_html/modules/ventrilo/bin/ventrilo_status.php"; // Adjust accordingly.
$stat->m_cmdcode = "2"; // Detail mode.
$stat->m_cmdhost = "127.0.0.1"; // Assume ventrilo server on same machine.
$stat->m_cmdport = "3784"; // Port to be statused.
$stat->m_cmdpass = ""; // Status password if necessary.
I have tried numerous settings and tweaks but unfortunately i still cannot get this module to work correctly! Currently all i get is a blank page each time i click on the menu link. I am a noob to php so for all i know i could be just f'ing up the settings each time.
Please HELP!
-roujinz