vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Ultimate Ventrilo Status (https://vborg.vbsupport.ru/showthread.php?t=242710)

Crimm 01-24-2011 11:11 AM

Sorry I guess I read it wrong.

PM me your site, please?

You made those changes in the style manager, right?

Mastar 01-24-2011 08:31 PM

I did! Did you get it?

Crimm 01-26-2011 05:09 PM

I sure did. I'll check it today/tomorrow and see what I can come up with.

rstan 01-27-2011 10:20 AM

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

Crimm 01-28-2011 06:54 PM

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 :)

Jeowan 01-29-2011 01:06 AM

Quote:

Originally Posted by Mastar (Post 2152759)
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.

Crimm 01-29-2011 11:59 AM

@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

Jeowan 01-29-2011 01:20 PM

Quote:

Originally Posted by Crimm (Post 2156036)
@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

Jeowan 01-29-2011 01:52 PM

Quote:

Originally Posted by rstan (Post 2155206)
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.

Crimm 01-29-2011 11:14 PM

The permissions should be 777

Check with your host if you can run it.


All times are GMT. The time now is 03:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01169 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete