vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   jIRC Chat Integration (https://vborg.vbsupport.ru/showthread.php?t=53986)

M.C. 06-26-2003 09:34 PM

how make that hack work with other languages? spetialy with cyrilic languages? I mean if i type message in cyrilic in my mIRC sript everything OK, but if i type it in that hack - all goes like @#$%^^&%$%&^& insted of normal letters....

just incase, may be i need cahnge coding for win-1251 or koi8-r somewhere in script? with jPilot everything work fine

sajjid 06-29-2003 02:59 AM

i have updated the zip in the first post all those people who were having problems with java should be ok now

kushtiUK 07-03-2003 05:24 PM

Hey guys I need some help on this - I have followed all the instructions for this hack but for some reason when I try and save the Chat template my VB just stalls and then times out - I have narrowed the problem down to something to do with the "p-a-r-a-m name" part of the text - any idea what is wrong?

kushtiUK 07-03-2003 05:26 PM

I have just found I can't post this with out the dashes in the P-a-r-a-m!!!

Realworlds 07-03-2003 06:05 PM

Copied the new template and bam works like a charm

mitomcua 07-08-2003 11:57 PM

Hey guys,,,, this Mirc chat is pretty cool !!! however i want the non-registered at my forum cant not go to the chat room... how would i do that? becuase as now if you r not registered you can still be able to get in the chat with some kind of unregister / or guess.... Is there any thing can be edited in php.chat?

Thanks a lot for your help in advanced.
M

StandBy1 07-09-2003 12:23 PM

Hello
I have a Problem with the Hack he say me

[08:43] *** Failed to launch Ident server : cannot access 113
[08:43] Connecting...
[08:43] Unable to connect : Unable to check hostname "UH.US.DimensionNet.org".

have you a Idee wat that is ???

MfG
StandBy1
from Germeny

iggy123 07-09-2003 01:29 PM

this is covered in the post https://vborg.vbsupport.ru/showthrea...076#post406076 you need to turn off the security settings in your java control panel.

StandBy1 07-09-2003 04:24 PM

oh THX

sajjid 07-27-2003 08:36 PM

Quote:

07-09-03 at 01:57 AM mitomcua said this in Post #56
Hey guys,,,, this Mirc chat is pretty cool !!! however i want the non-registered at my forum cant not go to the chat room... how would i do that? becuase as now if you r not registered you can still be able to get in the chat with some kind of unregister / or guess.... Is there any thing can be edited in php.chat?

Thanks a lot for your help in advanced.
M


if you do not want none members to enter chatroom then use this chat.php instead of one in he zip.

or replace the whole code in the chat.php to
PHP Code:

<?php
//Include global variables.
include("global.php");
//Check to see if the user is registered, if they are not, show them the login screen.
if ($bbuserinfo[userid]==0) {
show_nopermission();
}
//If the user is registered, proceed to load the chat template.
else {
eval(
"dooutput(\"".gettemplate("chat")."\");");
}
?>



All times are GMT. The time now is 11:32 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.01038 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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