vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Ventrilo Status Block for vBulletin and vBadvanced (https://vborg.vbsupport.ru/showthread.php?t=204471)

mstu 02-07-2009 05:16 PM

I received the same error as above

I have vb 3.8.1 - vba 3.1.0 installed

Crimm 02-07-2009 05:38 PM

Well, crap.

Okay let me download and try one more time.

Ill be back.

Grrrr

mstu 02-08-2009 01:28 AM

I should let you know that I finished going through the installation and the module displayed but with a server offline message.

I just havent had time to troubleshoot the server offline problem to see if maybe the mod will work anyway.

Crimm 02-08-2009 01:32 AM

Version 3 released.

I believe it was the code I was trying to use to check for Safe mode.

It shouldn't give an error message anymore, but I was still unable to replicate :(

Quote:

I should let you know that I finished going through the installation and the module displayed but with a server offline message.

I just havent had time to troubleshoot the server offline problem to see if maybe the mod will work anyway.
Do you mind PM'ing me your site and I'll be happy to check the error being displayed?

mstu 02-08-2009 01:58 AM

pm sent

thanks crimm

MasterofWorlds 02-10-2009 05:21 PM

can you make a version of this that integrates into the bottom of your forum so that ppl that don't have/use vBadvanced can still use this mod?

Thanks

Crimm 02-10-2009 06:33 PM

Quote:

Originally Posted by MasterofWorlds (Post 1740011)
can you make a version of this that integrates into the bottom of your forum so that ppl that don't have/use vBadvanced can still use this mod?

Thanks

If you want it at the bottom of your forum:

https://vborg.vbsupport.ru/showthrea...age=5&t=113432

It looks like it's not working for 3.8


hmmmm

Since that Developer has that mod ... I will attempt to contact him and give it a shot, but I can't promise anything... as it's his script.

MasterofWorlds 02-10-2009 07:39 PM

thanks for the information, i'm trying to get it working my self but not sure if it the code of the ventrilo_status file that is not working right.

Crimm 02-10-2009 08:03 PM

There's a good way to test it.

Go here: http://ventrilo.com/download.php

Download the Status stuff and call the test page directly using your information.

If the author gives me permission I can help you more.

gmerin 02-10-2009 10:13 PM

btw, this should work to check for safe mode:

if( ini_get('safe_mode') ){
// safe mode
}else{
// unsafe mode
}

but safe mode is removed in php 6 because it's largely useless. isps who provide php safe mode usually also provide perl and other utilities that do not have a safe mode so if they can't get to the necessary functions to hack the system via php, they'll use perl or another similar utility that does nto have a safe mode. the protections afforded by safe mode should be provided by apache instead...


All times are GMT. The time now is 03:02 PM.

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.01172 seconds
  • Memory Usage 1,734KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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