The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ultimate Ventrilo Status Details »» | |||||||||||||||||||||||||||||||||||
This is the version for vBulletin 3. The vBulletin 4 version is found here. * This is the initial release. It doesn't make any changes to your forums, but if you aren't comfortable with it, then please wait. * This is the combination and update of two of my Ventrilo mods. I will call this one the Ultimate Ventrilo Status, and will be updating this to vB4 very soon. First, the most up to date information on this mod will be located here: http://crimm.me/vbulletin/ventrilo This is the vBulletin 3 version. The vBulletin 4 version can be found here. Links of interest Support
Install, FAQ's, etc. Description This is the product page for the Ultimate vBulletin Ventrilo Status product made by Crimm. It is a combination of these two products with; along with tons of requests. Links [1] [2] This is the 3.1 release for vBulletin 3.8. Unlike it?s younger siblings, this Ultimate Ventrilo status mod ? Doesn?t require a certain host or host configuration! That?s right! You can host it on any type of server! See the Settings Explained section. This script mod will display the status of a ventrilo server on your vBulletin forumhome or vBadvanced page. It will show users connected, channels, etc. Includes some customization and there's more to come! If you would like to request a feature, please see the link above. Here's some screenshots of what it looks like working: It has multiple options from hosting it yourself where a script runs on your webserver and displays the status. This option gives the most flexibility. The next few options allow you to use external sources to display the same information, but you loose the flexibility of customization. More info on the settings can be found in the link above. Please leave the link back to Crimm for a little exposure. Thank you. If you need help tweaking it to make it smaller, color it, etc please let me know. EDIT: I'm going to leave all the Install instructions, etc on my own site so I only have to update one set I hope you all enjoy! Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
||||
|
||||
*reserved*
|
#3
|
||||
|
||||
I may possibly be interested in this mod, but could you elaborate a bit more on the requirements for this mod?
I always thought that a vent server it's self will not broadcast it's status to websites (or something that is not a vent client anyway) without some kind of add on running on the box that is running the vent server it's self. (a sort of mod for the vent server) I know the host I would like to use does not have this mod in question. I assume that's what your refering to what you list: "Host Yourself: requires a special host configuration and PHP Safe Mode to be off." on your website. I run a website that I would like to use something like this on, and somsone else pays for, and runs a vent server the users of my website also use (on a different host/box than my website runs on) . The vent server does not have this mod installed on it. So, am I correct in assuming I cannot use what you call the 'self hosted' option? Assuming I cannot, I went and chose the "game tracker dark" option after installation. I created myself a account over at the game tracker website and added the server as a 'favrote server' on my account. Now the game tracker website is able to show the status of my vent server just fine. but, how do I then get this onto my own site with this mod? I can't see anywhere to input my game tracker account into into this mod so it can pull the info from that website? If I try to activate it anyway, ofc it wont work and I just get this: |
#4
|
|||||
|
|||||
Let me try to answer your questions here.
Quote:
Quote:
Quote:
The requirements for hosting yourself option are so that the web server can run the shell script inside the includes folder. Quote:
GameTracker Dark Enter your server information Hit Save Done - It will display now. Quote:
Try setting the width (The value at the bottom when not utilizing vbadvanced) *EDIT* Hopefully that will answer all your questions or at least help |
#5
|
||||
|
||||
Ok, thanks for the prompt reply and your explanation.
I think the key here is that the mod does not need my game tracker account info, the vent server just needs to of been added there by me so they have a recold of it and your url in the iframe works. As for the width, issue: I am using vbadvanced, and I had a look at what is happening in firebug. It seems to be making an iframe that is 18% width for the iframe. My page column in which I'm trying to display the block is indeed 18% of the page. The mod is taking the vairable $vba_options[portal_rightcolwidth] and using that to display the iframe. But of course, because this is in a <td> tag, its 18% of the cell, not 18% of the page width. I opened up the ventrilo.php file and I see this: PHP Code:
PHP Code:
I suppose I could just change it by doing something like: PHP Code:
|
#6
|
||||
|
||||
OR you could cut it all out, by just doing this:
FIND: Code:
if ($vent_vbadvanced) { if ($vside == 0) { $width=$vba_style['portal_leftcolwidth']; } if ($vside == 1) { $width=$vba_style['portal_rightcolwidth']; } } else { $width=$vnoadvanced_width; } Code:
$width=$vnoadvanced_width; Leaving the variable in there makes it easier for you to adjust without having to re-edit to style out your width needs. |
#7
|
||||
|
||||
Oh, one small feaure request:
I notice you have some usergroup IDs hardcoded into your PHP at the moment. Not everyone's is the same, espcialy if they have been importing/exporting with impex etc. I would prefer if the admin control panel option to not show vent server info to guests were renamed to something like "restrict server info to selected user groups" yesno option, then having a 2nd option below called something like "user group IDs that can see the server info (IP port etc)" Then make those IDs into an array in your PHP. I could juste edit the PHP myself to achieve the same thing, but as a default option would be nice. Thanks again. |
#8
|
||||
|
||||
10-4. I'll add it.
In the next feature I could look into asking for those group ID's. Thanks. Added to my project tracker: http://debugge.com/project.php?issueid=1 |
#9
|
||||
|
||||
Quote:
http://debugge.com/project.php?issueid=2 Thank you for all of your help! |
#10
|
|||
|
|||
Why do you need to have a game tracker account? This doesn't work if your vent is hosted by someone else?
I use Typefrag for ventrilo service |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|