vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Who's In Chat for FlashChat (https://vborg.vbsupport.ru/showthread.php?t=89796)

matthepepe 12-11-2004 11:06 PM

Quote:

Originally Posted by oldfan
worked like a charm, thanks :D

no problem, the only other thing I was trying to do was figure out the colored usernames but I'm not sure how vb pulls that info.

oldfan 12-12-2004 04:56 AM

Quote:

Originally Posted by matthepepe
no problem, the only other thing I was trying to do was figure out the colored usernames but I'm not sure how vb pulls that info.

you got me :confused:

matthepepe 12-13-2004 04:49 AM

Quote:

Originally Posted by oldfan
you got me :confused:

I found a way to do it but it probably would have added a ton of queries everytime the page was loaded.

juanchi 12-30-2004 01:55 PM

Anyones knows how can this be added as a block in the index page of vbadvanced CMPS, thanks

amykhar 12-31-2004 12:29 AM

I am not sure why some of you had problems with the arcade. I never did, with either of the arcades that I used.

PixelFx 01-09-2005 10:14 PM

To get this working on vb3.0.5 I add to change the phpinclude_start to

Code:


ob_start();
include('./flashchat/info.php');
$your_code = ob_get_contents();
ob_end_clean();

Rather than use Require. I hope that helps.

Demo Link: http://www.orbsydia.org/index.php?id=chat
http://www.orbsydia.org/forum/index.php

Viks 01-09-2005 10:51 PM

nice hack.. installed.

imported_TCB 01-13-2005 07:11 AM

Quote:

Originally Posted by juanchi
Anyones knows how can this be added as a block in the index page of vbadvanced CMPS, thanks


Yes, that would be fantastic :D

TRR 01-22-2005 02:55 AM

Quote:

Originally Posted by charlesk
For anyone else who might run into this, I fixed it by changing config.sys to have an absolute path to appTime.txt rather than a relative one.

Charles


Did you mean the config.php file? I can't find a config.sys file, and I am having the same problem. I have also tried changing from "required" to "include", and that didn't work either. I have done a chmod with smartftp on my txt file (777), so I am out of ideas. :(

memobug 04-26-2005 09:09 AM

Quote:

Originally Posted by charlesk
For anyone else who might run into this, I fixed it by changing config.sys to have an absolute path to appTime.txt rather than a relative one.

Charles

For what it's worth the file that needs updated in Flashchat 4.0.1 to clear this problem is config.php now. You need absolute paths for both the
'appdata_path' ( for appTime.txt) and
'botsdata_path' (for bots.txt)

However, that isn't all of it. I am still getting an error in info.php. The line number probably differs from your installation but the error reads

Fatal error: Call to a member function on a non-object in /home/domain/public_html/chat/info.php on line 79

(This is line 79)

while($rec = $rs->next()) $list[] = $rec;

I don't get that error when I run info.php from the command line, only when I try to bring it in through vbulletin.

Regards,

Matt


All times are GMT. The time now is 04:00 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.01229 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_code_printable
  • (6)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