Author |
Message |
hue
Support Mod


Joined: Apr 18, 2003
Posts: 368
Location: Ohio
|
Posted:
Sun Mar 21, 2004 12:30 pm |
  |
Sorry , I must have not read your post correct
FYI .......the link you posted has been down now for 5 days ?
Atleast post working links bro! |
Last edited by hue on Wed Mar 24, 2004 3:59 am; edited 1 time in total |
|
    |
 |
Realchaos1
Corporal


Joined: Jun 06, 2003
Posts: 52
|
Posted:
Sun Mar 21, 2004 8:21 pm |
  |
im getting
CVentriloStatus->Request() failed. PHP Unable to start external status process.
I have a server on a computer in my house running, and the website server is trackpads.net put the ip: 4.65.229.74 in the block, doesnt work... anyone know how to get the ventrilo block to work with a server seperate from the webpage?
can someone just give me the zip file
so i can just:
Modify and point to server IP
Upload
Done...[/quote] |
|
|
   |
 |
Viper18
Nuke Cadet


Joined: Apr 16, 2003
Posts: 9
|
Posted:
Wed Mar 24, 2004 11:41 am |
  |
Hey Hue i was wondering if yuo were/ are going to post your ventrilo block for download? |
|
|
   |
 |
TheSwede
Nuke Cadet


Joined: Jun 18, 2003
Posts: 1
|
Posted:
Wed Mar 24, 2004 4:16 pm |
  |
can't wait for you Ventrilo block hue...looks great!!! |
|
|
   |
 |
blazerboy
Nuke Cadet


Joined: Mar 20, 2004
Posts: 4
|
Posted:
Wed Mar 24, 2004 4:34 pm |
  |
You need to update that information at the bottem of the block. I explained most of it in the help file.
That ip that i put in there is just a fake one. You need to put your ip in there and the port number. You will leave the cmdhost at the default 27.0.0.1 and make sure you remove the # from infront of this in the ventrilo server ini file.
I hope this answer your questions. If not feel free to email. I will do my best to help you.
Blazerboy@lanservers.com |
|
|
   |
 |
MerlinWZ
Nuke Soldier


Joined: Mar 07, 2004
Posts: 18
|
Posted:
Thu Mar 25, 2004 4:59 am |
  |
VCA clan has a vent block on their dev site that also shows the channel and who is in what channel. But its on the dev site which is not public as of yet, but the block works perfectly with nuke 6.9.
www.vca-clan.com |
|
|
   |
 |
hue
Support Mod


Joined: Apr 18, 2003
Posts: 368
Location: Ohio
|
Posted:
Thu Mar 25, 2004 11:25 am |
  |
Viper18 wrote: |
Hey Hue i was wondering if yuo were/ are going to post your ventrilo block for download? |
You will need to instant message me for the details please! |
|
|
    |
 |
LexLuther
Nuke Soldier


Joined: Feb 04, 2004
Posts: 24
|
Posted:
Thu Mar 25, 2004 4:01 pm |
  |
I don't have ICQ, is there any other way to conntact you Hue? |
|
|
    |
 |
Realchaos1
Corporal


Joined: Jun 06, 2003
Posts: 52
|
Posted:
Fri Mar 26, 2004 2:26 pm |
  |
I can't get my block to work for my off the website, ventrilo server!
Quote: |
CVentriloStatus->Request() failed. PHP Unable to start external status process. |
Code: |
###################################################################
# Stuff to change #
###################################################################
$stat = new CVentriloStatus;
$stat->m_cmdprog = "C:\Program Files\ventrilo server"; // Adjust accordingly.
$stat->m_cmdcode = "2"; // Detail mode.
$stat->m_cmdhost = "4.65.229.74"; // Assume ventrilo server on same machine.
$stat->m_cmdport = "3784"; // Port to be statused.
$stat->m_cmdpass = ""; // Status password if necessary. |
HELP |
_________________
 |
|
   |
 |
rick420
Nuke Cadet


Joined: Mar 27, 2004
Posts: 3
|
Posted:
Sat Mar 27, 2004 1:26 pm |
  |
Whats the deal on the block? Can it , or can it NOT be run on a ventrilo server that IS NOT on the same server as your phpnuke site is?
Now I know its configged right as shown here:
Code: |
$stat = new CVentriloStatus;
$stat->m_cmdprog = "ventrilo_status";
$stat->m_cmdcode = "2";
$stat->m_cmdhost = "207.218.248.77";
$stat->m_cmdport = "3863";
$stat->m_cmdpass = "********";
|
Thats definetly correct spot for that info - and the ventrilo_status is located on my WEB SERVER, not the Vent host.
Running this from the command line on my WEB SERVER works fine:
Code: |
ventrilo_status -c1 -t207.218.248.77:3863:********
NAME: ClanCNI
PHONETIC: Clan C N I
COMMENT: Welcome To Clan CNI
AUTH: 0
MAXCLIENTS: 50
VOICECODEC: 0,GSM 6.10
VOICEFORMAT: 1,11025 Hz%2C 16 bit
UPTIME: 54023
CLIENTCOUNT: 6
|
So obviously the server has status request working....
But on the phpnuke block no matter what I get this:
Code: |
CVentriloStatus->Request() failed. PHP Unable to start external status process.
|
This is on PHPNuke 6.9 BTW... Any ideas?
[/code] |
|
|
   |
 |
rick420
Nuke Cadet


Joined: Mar 27, 2004
Posts: 3
|
Posted:
Sat Mar 27, 2004 1:46 pm |
  |
Basically does ANYTHING else have to be altered on the VENT SERVER BOX other than enabling status requests? |
|
|
   |
 |
rick420
Nuke Cadet


Joined: Mar 27, 2004
Posts: 3
|
Posted:
Sat Mar 27, 2004 6:16 pm |
  |
fixed it. If you know the path is right to your ventrilo_status script, and youre still gettin the "unable to spawn external process" error , you need to edit your php.ini.
Change safe mode = on and then the safe mode exec dir = wherever you want and make sure ventrilo_status is in that dir.
www.clancni.com |
|
|
   |
 |
blazerboy
Nuke Cadet


Joined: Mar 20, 2004
Posts: 4
|
Posted:
Sat Mar 27, 2004 8:49 pm |
  |
Sorry I wasnt around to respond sooner. Ya I can see that was the problem. You need to tell it where on the server you have the ventrilo_status script. You can edit the code or just install it on your server when I have the program looking for it.
I saw your page and I am glad to see you got it working.
Let me know if you have any other problems with it.
Blazerboy |
|
|
   |
 |
Realchaos1
Corporal


Joined: Jun 06, 2003
Posts: 52
|
Posted:
Sun Mar 28, 2004 7:05 pm |
  |
I know what went wrong with me... The newest Ventrilo version doesn't allow you to change the inf thing to 0.0.0.0... Ventrilo programers disabled that feature in the latest version, and you have to purchase the Pro Server version... Money grubbers... |
_________________
 |
|
   |
 |
Krewl
Nuke Cadet


Joined: Apr 07, 2004
Posts: 1
|
Posted:
Tue Apr 06, 2004 10:05 pm |
  |
If I understand the server aspect... this is a dedicated server? Or, does my PC hosting the program, become a working "server" for these files and programs? Just to be clear.... If I host the Ventrilo Server on my home PC, people connect to my server; will it work the same? Thanks. |
|
|
   |
 |
|