Ventrilo Status Module

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Ventrilo Status Module
TheSwede
CZ Super Newbie
TheSwede has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Aug 27, 2003
0.01 posts per day
Posts: 44
Points: 5,756
   
I downloaded the ventrilostatus_php from Ventrilo's site and was wondering if some "codewiz" could make it into a module for PHPNuke?

Have not seen any around icon_sad.gif



Attached Files
ventrilostatus_php.zip (9.5 KB, Downloaded: 5243 Time(s))


Back to top Reply with quote
#2   re: Ventrilo Status Module
BornAgainst
CZ Newbie
BornAgainst has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Oct 22, 2003
0.00 posts per day
Posts: 14
Points: 587
   
oh man that will be great if can be done for phpnuke as module



Back to top Reply with quote
#3   re: Ventrilo Status Module
Recoil
CZ Addict
Recoil has been a member for over 20 year's 20 Year Member
usa.gif louisiana.gif
Occupation: Manager
Gender: Male
Fav. Sports Team: New Orleans
Website:
Status: Offline
Joined: Jan 17, 2004
0.06 posts per day
Posts: 427
Points: 8,650
   ICQ Number
I would give up Christmas for this 1, however, I think a block would suffice. Especially if it shows who is in the server and what channel they are in. I am running a ventrilo block (written by Hue1MD) that works but no bells r whistles.
<?php

if (eregi("block-Ventrilo.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  =  "<center><a href=\"ventrilo://6x.xx.16x.19:3784/yourservernamehere=overlord&serverpassword= \"><img src=\"images/Ventriloblack.gif\" border=\"0\"></a><br><br>";
$content  .= "Click to Connect!</font></td></center>";
?>


I am running 6.8 and it works fine. You can try it out on our site [ Register or login to view links on this board.] . If you do come into our ventrilo server please understand that we don't tolerate any vulgarities or profanity. Please show some respect.


Back to top Reply with quote
#4   re: Ventrilo Status Module
BornAgainst
CZ Newbie
BornAgainst has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Oct 22, 2003
0.00 posts per day
Posts: 14
Points: 587
   
thats very nice but whan i install on my test web page IE crashing whan i click thet link on block

u know why?



Back to top Reply with quote
#5   re: Ventrilo Status Module
Recoil
CZ Addict
Recoil has been a member for over 20 year's 20 Year Member
usa.gif louisiana.gif
Occupation: Manager
Gender: Male
Fav. Sports Team: New Orleans
Website:
Status: Offline
Joined: Jan 17, 2004
0.06 posts per day
Posts: 427
Points: 8,650
   ICQ Number
Sorry try this:

<?php
######################################
#   Hue@1stmarinedivision.com        #
#                                    #
######################################
if (eregi("block-Ventrilo.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  =  "<center><a href=\"ventrilo://YOURVENTRILOIPADRESS/servername=YOURSERVERNAME&serverpassword=YOURPASSWORD \"><img src=\"images/Ventriloblack.gif\" border=\"0\"></a><br><br>";
$content  .= "Click to Connect!</font></td></center>";
?>


Where i changed info to:
YOURVENTRILOIPADDRESS u need to put in your ven svr ip # an port numer like this 127.0.0.1:1234 where 1234=port#

YOURSERVERNAME you need to put in the name of your sever (this needs to be exactly the way it is named on your host)

Put this graphic in your root/images folder



Ventriloblack.gif
 Description:
N/A
 Filesize:  667 Bytes
 Viewed:  10193 Time(s)

Ventriloblack.gif




Back to top Reply with quote
#6   re: Ventrilo Status Module
BornAgainst
CZ Newbie
BornAgainst has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Oct 22, 2003
0.00 posts per day
Posts: 14
Points: 587
   
hmmm, i think me IE is broken

when i true use on your site or mine its automatically closing browser icon_sad.gif

maybe i need to setup this when i reinstall my windows next we

the site where i setup that block is on [ Register or login to view links on this board. ]



Back to top Reply with quote
#7   
TheSwede
CZ Super Newbie
TheSwede has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Aug 27, 2003
0.01 posts per day
Posts: 44
Points: 5,756
   
That is a Click to Connect block which is not really the point of my idea.
The status module would be there to show who is online on the server and in which cahnnel. I know that to use the one supplied by Ventrilo.com requires you yourself to have the Vetn server hosted, but being able to have this as a module with remote (IP) status would rock.



Back to top Reply with quote
#8   re: Ventrilo Status Module
Recoil
CZ Addict
Recoil has been a member for over 20 year's 20 Year Member
usa.gif louisiana.gif
Occupation: Manager
Gender: Male
Fav. Sports Team: New Orleans
Website:
Status: Offline
Joined: Jan 17, 2004
0.06 posts per day
Posts: 427
Points: 8,650
   ICQ Number
Yeah, I use it for a dedicated 50 user server that is hosted remotely. Sorry.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum