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)
-   -   DigiChat Integration V3.03 (https://vborg.vbsupport.ru/showthread.php?t=83102)

Pseudomizer 07-07-2005 07:47 AM

Hi,

do you have any customer profile fields on your board? As it looks like it is looking for profile fields and kind find any entry in your database.

Cheers,

gblue 07-07-2005 12:41 PM

I installed the mod yesterday and I have a few problems,

1. how do I change the text, "this chat belongs to love" I looked in the chat.php but did not find it.. I got it installed but have some problems but I will work on that tomorrow.. I am at home on a slow dialup connection..

2. When I click on the start chat icon it never loads chat.
The link is http://itsajeep.org and click on the 1st chat icon on the left side if you wish to take a look at it..

Pseudomizer 07-07-2005 04:03 PM

Quote:

Originally Posted by gblue
I installed the mod yesterday and I have a few problems,

1. how do I change the text, "this chat belongs to love" I looked in the chat.php but did not find it.. I got it installed but have some problems but I will work on that tomorrow.. I am at home on a slow dialup connection..

2. When I click on the start chat icon it never loads chat.
The link is http://itsajeep.org and click on the 1st chat icon on the left side if you wish to take a look at it..

Hello gblue,

question 1: this is a phrase. Go to your phrasemanager and search for this text and replace it with whatever you want. Should be an easy task. Hint: There are serveral places where the domain is mentioned. Replace all of them in all phrases.

2. You seem to have several issues regarding your chat. Let's start by just telling you what is going wrong in bullet form:

- you are using DigiChat 4.0.3.1. This version is vulnerable and is no longer supported from DigiChat. Due to this I can not give any support for this version of DigiChat
- even if you want to use this version of DigiChat you have change some things in my hack. To give you a hint:

PHP Code:

document.writeln("CODE='com.diginet.digichat.client.DigiChatApplet' "); 

This line is causing the problems because this applet does not exist in DigiChat version 4. You have to look into your default script and change to code appropriately.
- the "Who is in Chat" page has been modified from me to cover DigiChat version 5.x.x. Since DigiChat 5 the commander output has been changed and due to this I had to change the source code completly. If you want to have this feature on your board then you have to go back and look for DigiChat Hack version 1 or 2 and take this chat_who.php file.

I hope you understand my concerns because this is like someone using DigiChat 5 would ask for an integration into VBulletin 2.2.6. I can't do that. So you either update your DigiChat to version 5 or you implement the required changes on your own. I tried to help you by giving you some hints.

Hope that helps.

Cheers,

gblue 07-07-2005 08:27 PM

Thanks for the info :) I purchased the digichat a few years ago (about 800$) so I will have to stick with it :) I will just have to use what I got ...

Thanks again..




Quote:

Originally Posted by Pseudomizer
Hello gblue,

question 1: this is a phrase. Go to your phrasemanager and search for this text and replace it with whatever you want. Should be an easy task. Hint: There are serveral places where the domain is mentioned. Replace all of them in all phrases.

2. You seem to have several issues regarding your chat. Let's start by just telling you what is going wrong in bullet form:

- you are using DigiChat 4.0.3.1. This version is vulnerable and is no longer supported from DigiChat. Due to this I can not give any support for this version of DigiChat
- even if you want to use this version of DigiChat you have change some things in my hack. To give you a hint:

PHP Code:

document.writeln("CODE='com.diginet.digichat.client.DigiChatApplet' "); 

This line is causing the problems because this applet does not exist in DigiChat version 4. You have to look into your default script and change to code appropriately.
- the "Who is in Chat" page has been modified from me to cover DigiChat version 5.x.x. Since DigiChat 5 the commander output has been changed and due to this I had to change the source code completly. If you want to have this feature on your board then you have to go back and look for DigiChat Hack version 1 or 2 and take this chat_who.php file.

I hope you understand my concerns because this is like someone using DigiChat 5 would ask for an integration into VBulletin 2.2.6. I can't do that. So you either update your DigiChat to version 5 or you implement the required changes on your own. I tried to help you by giving you some hints.

Hope that helps.

Cheers,


Pseudomizer 07-09-2005 10:39 PM

Quote:

Originally Posted by gblue
Thanks for the info :) I purchased the digichat a few years ago (about 800$) so I will have to stick with it :) I will just have to use what I got ...

Thanks again..

As I can see you removed the hack completly. Why don't you use the DigiChat Integration 1.0 or 2.0 ? They work perfectly with DigiChat 4 they just have a config file instead of the database administration via ACP. Just a hint. ;-)

Cheers,

Forumi Shqiptar 08-04-2005 09:34 PM

if u have an ircd or conference room server does this applet works on them or it doesnt? As at the moment im using a jirc java applet so can someone tell me if it can be configured to work with an ircd or conference room chat server?

thanks for ur replies and by the way i do like ur hacks pseudomizer they r great nice job mate.

Pseudomizer 08-05-2005 07:38 AM

Quote:

Originally Posted by HuMoRi.CoM
if u have an ircd or conference room server does this applet works on them or it doesnt? As at the moment im using a jirc java applet so can someone tell me if it can be configured to work with an ircd or conference room chat server?

thanks for ur replies and by the way i do like ur hacks pseudomizer they r great nice job mate.

Hello Humori.com,

if your question is to run 2 chats parallel on the same server then the answer is yes. DigiChat uses per default the port 8396 which can be changed to 25,110,443 or 8080. If you use Audio/Video in addition then you need one more specific port for the Macromedia Communication Server daemon as well. :nervous:

If you ask to run the applet IN your ircd chat, then the answer is no. This chat runs independant to any IRC channel. You can not combine any other chat with DigiChat. This would be like running Invisionboard and you want to install VBulletin into that board. :surprised:

Hope this helps.

Cheers,

Forumi Shqiptar 08-05-2005 09:38 PM

yep it was helpfull pseudomizer many thanks for the explenation unfortunately im running ircd and i got my own chat server so it wont help me alot anyway what it matters its that u doing a great job with the hacks thanks again and wish u good luck

safiel 08-10-2005 01:16 AM

Just wondering if you had plans to port this hack over to 3.5x?

Pseudomizer 08-10-2005 07:09 AM

Quote:

Originally Posted by safiel
Just wondering if you had plans to port this hack over to 3.5x?

Yes, but there is a list of new features which I have to include as well. So be patient.

Cheers,


All times are GMT. The time now is 08:43 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.01113 seconds
  • Memory Usage 1,752KB
  • 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
  • (5)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