The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ventrilo Status Block for vBulletin and vBadvanced Details »» | |||||||||||||||||||||||||||||||||
Ventrilo Status Block for vBulletin and vBadvanced
Developer Last Online: Feb 2016
This mod has been replaced! https://vborg.vbsupport.ru/showthread.php?t=240495
Author: Crimm - Included because I have been finding my mods all over the internet taken via RSS :P Description: This will place a Ventrilo status block in a column of your vbadvanced installation. It uses some of the files found on Ventrilo.com's download section plus things I have learned to integrate them into vBulletin. I just thought I would share, because I couldn't find anything like this when I was looking 5 or 6 months ago. I have done searching all day today and haven't found anything similar. If someone has already released this mod, then please let me know via link. NOTE: Debug option may display server information. Hide the block to non-admins when debugging the block or else malicious individuals could get their hands on your server information. Difficulty: 5/10 - It's mainly normal installs, but it's difficult to debug this ventrilo status script. Requirements:
Safe mode being off is very important and will be the biggest problem people have with this script. To test and see if you pass this requirement follow these steps: 1. Create a file called info.php 2. Put this line inside it: Code:
<?php phpinfo(); ?> 4. Visit the new page by going to: http://yoursite.com/info.php or wherever you uploaded it. 5. Look for a line that says: "safe_mode" 6. If that says - On next to it... then contact your host, because you can't go any further. **I was going to try and implement a check, but can't seem to figure out how to do that.** Support: Here or my site: mmo-mods.com I spend the majority of my online time at my site so feel free to stop by and ask for help. FAQ's: Q: Yes I have seen this mod: https://vborg.vbsupport.ru/showthrea...age=5&t=113432 Isn't this the same mod? A: No, it isn't like that. It adds a block using the code from ventrilo.com and modules from vbadvanced. - See screenshots. Q: I'm getting this: CVentriloStatus->Request() failed. PHP Unable to start external status process. Or this error: (Since friendly errors were turned on in version .2) "Can't find or run ventrilo_status" A: Please post and I will try to help, best bet is to visit my site where this information is being culminated as a community and where I spend most of my time. http://mmo-mods.com. Experience tells me it has to be one of these three things: 1. Permissions: Make sure to chmod your ventrilo_status to 755 if you are on linux. If you are on Windows, make sure that whatever is running your IIS process can execute ventrilo_status.exe 2. You are in PHP safe mode. This won't work in PHP Safe mode. 3. It's a path problem - I made everything relative. I have included some testing scripts, please use them as directed below. 4. Make sure that you have chosen the correct environment set in your settings. Q: I'm getting this error: "No response." A: Check your Server information. You can obtain this from your ventrilo host. Q: I'm getting this error: "Unknown Error." A: Copy/Paste the exact error and post it here with your domain so that I can take a look Q: Whats the best way to debug an issue? A: I included a debug option in the Ventrilo Status Block Options in vBulletin options, but note be very careful as it displays server information that could be useful to hackers. Make sure to hide the block from non-admins when you have this option checked. Installation:
Crimm notation on block: Please leave the notation back to me in the block to help spread the word. I left it small, so it wouldn't bother your site. Us freelancers have to get some fame somehow Mark as installed: Please mark as installed if you use this script, and I will assist you with a higher priority than everyone else. Revisions: Version 1: Beta Version 2: Fixed issue with Comments from ventrilo files showing in blocks Version 3: Attempt to fix error when installing product. Version 4: Fixed an error where some people get a message about global.php being redeclared. https://vborg.vbsupport.ru/showpost....4&postcount=28 Download Now
Screenshots
Show Your Support
|
Comments |
#42
|
|||
|
|||
Hi,
I have installed the mod but I am getting this error: Quote:
error meassage in module on the forum is "Can't find or run ventrilo_status Please check your permissions on ventrilo_status " Any ideas? |
#43
|
|||
|
|||
Wonderfully made and designed. Works like a charm!
|
#44
|
||||
|
||||
man vb.org's subscription to thread's doesn't always work, does it?
I didn't know you guys needed help. @cfodder and DangerousDale: You both have the same problem. It's a path issue, because your vba homepage is outside your forums. We gotta fix that, but we don't need to display your server path's here publicly. PM me your site, please. Let's see if we can get it taken care of. |
#45
|
||||
|
||||
If you guys think you might have a path issue.
Do this. Add includes/ventrilo/ventrilo.php to the end of your URL. If you see some output then your path is okay. If you have to change anything... then you have an issue. I wonder if there is a way for me to make the path dynamic. I'm gonna check on a few things and see what I can come up with. |
#46
|
|||
|
|||
Ummmm, n00b here, how do I do that?
|
#47
|
||||
|
||||
So if your website is:
http://mmo-mods.com Add /includes/ventrilo/ventrilo.php to it to make: http://mmo-mods.com/includes/ventrilo/ventrilo.php If it says 404 error, then you know it's a path issue. Add that to your dev site cfodder and you'll see what I see. Lots of files missing. |
#48
|
|||
|
|||
OK, I put that address in, and yup sure did come up with a lot of errors - no 404 one though luckily.
Question is tho how can I fix it? Can I fix it? |
#49
|
||||
|
||||
I PM'd you.
|
#50
|
||||
|
||||
Quote:
Open the includes/ventrilo/ventrilo.php file and do this: find: Code:
include "./includes/config.php"; include "./global.php"; Code:
//include "./includes/config.php"; //include "./global.php"; |
#51
|
|||
|
|||
Thanks for this Mod, got it up and running just fine on my vbAdvanced site .
Just a couple of suggestions for the future.. - Option to turn off displaying of channels that are empty - Option to turn off comments of channels from displaying If you could put those two things in, that'd be awesome |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|