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)

Trip3151 10-20-2010 05:14 AM

like the mod though signing up to your site seeking questions to the mod is not going to cut it nice work by the way, but the mod does not show on the forum any where I am using 4.0.7.

Crimm 10-20-2010 10:14 AM

Be more specific about it not showing up.

Are you using vbadvanced?

Have you followed the post above this one?

Did you follow all the instructions?

Crimm 10-20-2010 10:29 AM

My links need to be updated. Will do that later this morning.

Prohibit 10-20-2010 11:17 PM

Cant view any of the links on your forum.....

Quote:

My links need to be updated. Will do that later this morning.
And have no idea how to set this up as a vBulletin module lol.

Crimm 10-21-2010 04:00 PM

Documentation links updated to reflect debugge's updated site:

http://debugge.com/showwiki.php?titl...entrilo+Status

Mastar 01-20-2011 01:43 AM

I need assistance, I checked my installation many times over and I know I didn't mess up.

Can you tell me why its not displaying on the forum right side?

Crimm 01-20-2011 02:21 PM

Can you give me more information please?

Is there an error of any sort?

Are you using vbadvanced?

Where are you trying to place it?

Mastar 01-22-2011 07:25 AM

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


Crimm 01-23-2011 02:01 PM

I haven't had time to write the code for widgets yet.

A few people have asked.

I'll try to work on it. I have a LOT going on :)

Mastar 01-24-2011 03:00 AM

That's not for the widget its for the forum home side block.

I got from your site!

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.

Jeowan 01-30-2011 04:18 PM

I've tried both 755 and 777, I'm on a linux host and talking with my host for an hour in chat they've assured me i can run the script. however it is still not working.

Jeowan 01-30-2011 04:48 PM

Alright after some extensive work with the host it was determined that the correct file was not uploaded in binary mode. After uploading the files in binary mode everything is working now.

Mastar 01-30-2011 07:35 PM

Hey Jeowan, can you send me the files you use, the template code, the plugin code, I'm having trouble with mine.

I'm having trouble with mine too!

Thanks!!

Crotan 03-10-2011 08:19 PM

For me
Code:

Vbadvanced module not showing up
Use solution in post 40

Code:

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

Meant my file permissions were incorrect

Current problem is

Code:

No response.
Please check your Ventrilo Settings.

Boy is this mod making me work :P I'm getting there, just trying to get the dang thing to show me what it wants for the vBulletin Path

Crimm 03-11-2011 01:31 PM

It wants your full server path.

Let's say you are running apache on linux, and you have your vB board installed in:

/var/www/YOURSITE/

That's what it's looking for. Since paths can be a security issue, PM me if you need some more help.

Crotan 03-11-2011 01:46 PM

Quote:

Originally Posted by Crimm (Post 2172251)
It wants your full server path.

Let's say you are running apache on linux, and you have your vB board installed in:

/var/www/YOURSITE/

That's what it's looking for. Since paths can be a security issue, PM me if you need some more help.

Actually got past that, was having a problem using the debugging mode because my primary usergroup isn't administrator and it wasn't showing me the debug info. Switched my usergroup and copied what it told me, I made a thread with more info on your forums.

Right now it's just not picking up on the server :(

Kenjiwing 03-21-2011 04:38 PM

Have you had any luck setting up the widget?

Crotan 06-02-2011 05:23 AM

Quote:

Originally Posted by Kenjiwing (Post 2175862)
Have you had any luck setting up the widget?

I would like to know too, as I've moved away from vbadvanced and back to the default CMS

ghutch 09-07-2011 05:18 AM

Forgive me, but where on earth are instructions for installing this? All the links in the original post up top give 404 errors, this page has moved to http://blahblah and those links are bad as well. In the file downloaded the install.txt leads to a url that is not any help either. http://crimm.me/vbulletin/ventrilo.... dead... In fact the only working link(s) is to your tweet, which of course is no help, and the package download link.

Using most current vb4 with CMS.

Nevermind, lost interest...

Linue_DarkStar 01-06-2012 12:15 PM

1 Attachment(s)
It'll make the Module box....but nothing inside...and FULL PATH? like www.clanpf.com/forums ?

Crazer 07-16-2013 04:50 PM

The links in the readme's are no longer valid for help with the install.

Crimm 07-17-2013 12:40 PM

Quote:

Originally Posted by Crazer (Post 2433987)
The links in the readme's are no longer valid for help with the install.

My apologies, the last year I've just let everything I maintained go downhill.

I'll try to work on it this afternoon, tonight, or tomorrow. Thanks for taking the time to tell me.


All times are GMT. The time now is 07:45 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.01188 seconds
  • Memory Usage 1,825KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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