vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

Bubble #5 05-22-2006 09:01 PM

Thank you for this Milad, and also thank you to vB.org for letting Milad post it here.

Now everyones happy :bunny:

Eric 05-23-2006 04:09 AM

Would it perhaps be cool if I took Milad's port..and _tried_ to bring it up to Vbulletin Coding Standards ? And perhaps in the process..fix a few bugs (no guarantees though)? :)

If anyone's interested, and I'm able, I may.

AndyP 05-23-2006 04:13 AM

Quote:

Originally Posted by SecondV
fix a few bugs (no guarantees though)? :)

I haven't installed it yet, but are there bugs in the port?

Eric 05-23-2006 05:30 AM

Quote:

Originally Posted by AndyP
I haven't installed it yet, but are there bugs in the port?

No, I'm not saying there is, but _could_ be. I'm just now digging into the code ;)
Quote:

Originally Posted by Milad
This is a mere port only and there are no new functions or bugs fixes.


ozmazdaclub 05-23-2006 08:09 AM

That would be appreciated...
I've made all the changes but can't see vbchat menu options in the admincp...

Snake 05-23-2006 11:06 AM

AWESOME! Thank you very much Milad! :D

louis_chypher 05-23-2006 12:26 PM

for now, in regards to the chat port to vB3.5.x, one may need to change the template modifications to reflect your current forum location such as:
Code:

<script type="text/javascript">
<!--

function OpenvBChat(){
vBChat = window.open('chat.php$session[sessionurl_q]','vBChat','directories=no,height='+window.screen.height+',width='+window.screen.width+',location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a></td>

changed to:
Code:

<script type="text/javascript">
<!--

function OpenvBChat(){
vBChat = window.open('http://www.YOURSITE.com/YOUR_FORUM_DIRECTORY/chat.php$session[sessionurl_q]','vBChat','directories=no,height='+window.screen.height+',width='+window.screen.width+',location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="http://www.YOURSITE.com/YOUR_FORUM_DIRECTORY/chat.php$session[sessionurl_q]" onclick="return OpenvBChat();">vBChat</a></td>

note the change/addition of: "http://www.YOURSITE.com/YOUR_FORUM_DIRECTORY/"

parabat 05-23-2006 03:02 PM

Quote:

Originally Posted by Milad
upon these two posts 1 & 2, I post this port of vBChat 2.3 for vB3.5

This hack had been ported to work with vB3.5.x by Milad
The Original creator is zero tolerance

Due to lack of time I provide no support.
This is a mere port only and there are no new functions or bugs fixes.
file vbchat.php was renamed into chat.php

read the text file to learn how to install

I hope you like it.

Regrads

Quick question Milad... I'm no coder, so I would like to know if your file is all I require to get the chat working or do I have to install ZT's latest version first then yours??

:confused:

Ramsesx 05-23-2006 03:14 PM

You only need to download the new files and dont forget:
Quote:

Originally Posted by Milad

read the text file to learn how to install


louis_chypher 05-23-2006 03:31 PM

Noticed there is no exit chat room button? Was wondering if the intended way to ext was to close the Window? If so does this leave open system resources?

Why I'm asking is that as time wore on in testing the port/mod the chat room responded slower and slower till finally is running very slowly.


All times are GMT. The time now is 04:35 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.02340 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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