Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Ultimate Ventrilo Status Details »»
Ultimate Ventrilo Status
Version: 1.00, by Crimm Crimm is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.3 Rating:
Released: 05-16-2010 Last Update: Never Installs: 38
Uses Plugins Template Edits
Additional Files Translations Is in Beta Stage  
No support by the author.

If you are having an issue with the vBadvanced mod being blank go here.


* This is an initial release. No automatic changes are made to your site, but if you aren't comfortable trying it, then please wait *

This is the vBulletin 4 version. The vBulletin 3 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 4.1 release for vBulletin 4.X. 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 http://crimm.me for a little exposure. Thank you. If you need help tweaking it to make it smaller, color it, etc please let me know.

Click Install if you like it

If you are having an issue with the vBadvanced mod being blank go here.

Download Now

File Type: zip Ultimate Ventrilo Mod - 4.1.zip (449.2 KB, 555 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 01-24-2011, 11:11 AM
Crimm's Avatar
Crimm Crimm is offline
 
Join Date: Feb 2007
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry I guess I read it wrong.

PM me your site, please?

You made those changes in the style manager, right?
Reply With Quote
  #53  
Old 01-24-2011, 08:31 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did! Did you get it?
Reply With Quote
  #54  
Old 01-26-2011, 05:09 PM
Crimm's Avatar
Crimm Crimm is offline
 
Join Date: Feb 2007
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sure did. I'll check it today/tomorrow and see what I can come up with.
Reply With Quote
  #55  
Old 01-27-2011, 10:20 AM
rstan rstan is offline
 
Join Date: Mar 2004
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't find or run ventrilo_status
Please check your permissions on ventrilo_status

path and permissions are correct, tried 777 also. using vbadvanced.

also when click the connect link vent gives the error no servername specified. connect link does not contain the password either.

should be; ventrilo://www.myserver.com:3784/servername=Name&serverpassword=Pass

mod makes url as so, ventrilo://www.myserver.com:3784
Reply With Quote
  #56  
Old 01-28-2011, 06:54 PM
Crimm's Avatar
Crimm Crimm is offline
 
Join Date: Feb 2007
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay one thing at a time.

Can't find or run status:

1) Try doing a chmod +x on it
2) Contact your webhost, and tell them that you are wanting a script to run that will query another server. Tell them the original can be downloaded from ventrlo.com, and is included in the server package.

As for the link, let's make sure we can get this working first
Reply With Quote
  #57  
Old 01-29-2011, 01:06 AM
Jeowan Jeowan is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mastar View Post
No error, it just wouldn't show!
No vba!
Here are my settings:

Title: Ventrilo
Content Type: HTML
Content: Ventrilo
Template to Use: ultimate_ventrilo_status_widget

Contents of ultimate_ventrilo_status_widget templates:
PHP Code:
<div class="cms_widget">
    <
div class="block">
        <
div class="cms_widget_header">
        <
h3>{vb:raw widget_title}</h3>
        </
div>
        <
div class="cms_widget_content">
         {
vb:raw ventrilo_include}
         {
vb:raw display2}
        </
div>
    </
div>
</
div
Plugin:

Product: Ultimate Ventrilo Status
Hook Location: global_start
Title: Ultimate Ventrilo Status Display Forum Block
Plugin PHP Code:

PHP Code:
$display2 "<center><font size=-2>Ventrilo Status by <a href=http://crimm.me>Crimm</a></font></center>";
ob_start();
  require_once(
'./includes/ventrilo/ventrilo.php');
  
$ventrilo_include ob_get_contents();
ob_end_clean();
vB_Template::preRegister('ultimate_ventrilo_status  _widget',array('display2' => $display2));
vB_Template::preRegister('ultimate_ventrilo_status  _widget',array('ventrilo_include' => $ventrilo_include)); 


I'm having the same issue.
Reply With Quote
  #58  
Old 01-29-2011, 11:59 AM
Crimm's Avatar
Crimm Crimm is offline
 
Join Date: Feb 2007
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Jeowan:

Look in the plugin code. There maybe some spaces where there shouldn't be.

See what you quoted. See the last 2 lines of the plugin code? Remove the spaces in ultimate_ventrilo_status_widget
Reply With Quote
  #59  
Old 01-29-2011, 01:20 PM
Jeowan Jeowan is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Crimm View Post
@Jeowan:

Look in the plugin code. There maybe some spaces where there shouldn't be.

See what you quoted. See the last 2 lines of the plugin code? Remove the spaces in ultimate_ventrilo_status_widget
That fixed it from showing up, now I can see it, thanks!

I just copied and pasted the code directly from your site and it has the spaces in it there so I assumed they were needed: http://debugge.com/showwiki.php?titl...MBLOCK+Install



just need to figure out now why it says "Can't find or run ventrilo_status
Please check your permissions on ventrilo_status" it's on a linux server and permissions are set to 755

I'm sure i'm missing something somewhere
Reply With Quote
  #60  
Old 01-29-2011, 01:52 PM
Jeowan Jeowan is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rstan View Post
Can't find or run ventrilo_status
Please check your permissions on ventrilo_status

path and permissions are correct, tried 777 also. using vbadvanced.

also when click the connect link vent gives the error no servername specified. connect link does not contain the password either.

should be; ventrilo://www.myserver.com:3784/servername=Name&serverpassword=Pass

mod makes url as so, ventrilo://www.myserver.com:3784
I guess it's the same issue as this one.
Reply With Quote
  #61  
Old 01-29-2011, 11:14 PM
Crimm's Avatar
Crimm Crimm is offline
 
Join Date: Feb 2007
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The permissions should be 777

Check with your host if you can run it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07705 seconds
  • Memory Usage 2,346KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete