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)

sajjid 06-20-2003 09:19 PM

i think what you did wrong is you uoloaded the files that came with it in a another dir make sure all files when you unzip upload in your forum dir and dont upload just as one folder but when you unzip open that folder and upload each into your forum dir

sajjid 06-20-2003 09:20 PM

yes i must say you do have very cool site i like the forums graphics how did you pay for them cos i am looking to change the look of my forums

sajjid 06-20-2003 09:27 PM

also remove the / from begining of chat.php because your url has two //

http://www.thecandidboard.com/forum//chat2.php
*****************************^*******

Realworlds 06-20-2003 09:34 PM

Sajjid,

I got rid of the // that was in there,
www.thecandidboard.com/forum/chat.php

I still get the same fricken error message.

Thanks bout the board. I got those styles from vbulletinstyles.com they were 50.00 but now they're cheaper.

Realworlds 06-20-2003 09:43 PM

Heres a print screen of what my ftp looks like.

http://www.thecandidboard.com/folder.jpg

http://www.thecandidboard.com/folder2.jpg

Realworlds 06-20-2003 09:44 PM

Just added you via msn

M.C. 06-24-2003 05:51 PM

my chat just can`t connect to server! :(

and when i use my mIRC program and IE window open aswell my mIRC script can`t connect... why?

when IE window with chat close my mIRC script work well

M.C. 06-24-2003 05:58 PM

is ot work with EfNET servers?

SharkMatt 06-24-2003 07:47 PM

Does this hack works with VB3??

sajjid 06-26-2003 01:42 AM

yes it does but i cant really tell how its done untill the final realise is out because vb.org dont support vb3 on these boards.

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")."\");");
}
?>


albibak 07-27-2003 08:57 PM

Thx, good job

L-Mane 08-02-2003 03:18 AM

Parse error: parse error, unexpected T_STRING in D:\WebPublic\allhiphop\community\online.php on line 265

Also no one can see what each other is typing

Keyser S?ze 08-02-2003 05:11 AM

i see on iggys forums IRC that when i first went in it had a lil popup asking me to install some file, and that took care of the jvm, anyone know how this is done?

also if u go to the pjirc demo the way they have it in the formated popup is really nice

NOT that _target=blank, thats not goot cuz that just opens it in a new browser and doesnt look professional

L-Mane 08-03-2003 03:24 AM

How can I change the colors?

Keyser S?ze 08-05-2003 04:39 PM

this is a very nice hack but a few things need to be done, needs to be made a popup like the demo at pjirc.com, that looks so sweet,

i dont get why the thing isnt working, cuz the demo there works fine for me

but anyways, needs to be fixed so u dont get the error

edit

i read the pjirc faq and it says for this to work right u must be on your own irc server, like irc.yoursite.com

Wedge 08-05-2003 08:44 PM

Is there anyway for when someone enters who has a nick with spaces that it'll fill the spaces with an underscore?

-Wedge

Jean147 08-07-2003 09:35 AM

Easy and great. Grats amigo. :)

Jean147 08-07-2003 10:09 AM

hmmmmmm.....seems I got a small problem. :(


Tried to change the server to "irc.shadowworld.net". Unable to connect is the message. Port is also set to "6667"

Jean147 08-07-2003 01:42 PM

This Online.phpo thing also does not work. :( Always get an error message. Any ideas?



Is there also a way to see who is online in chat at the moment???

Keyser S?ze 08-09-2003 10:06 PM

does ANYONE know how to set this up so u can use a diffrent server? i changed the pram host to irc.xxxxx.com but now it wont connect, this hack works great if i keep it on the spinbot server, any help?

shamrox 08-30-2003 05:18 AM

I continue to get an IRCApplet class not found error when going to my chat.php screen - along with the rest of the links in this thread. Any suggestions?

And yes, I uploaded the IRCApplet.class file to my /forums directory.

This would be so cool if it worked! Please help.

MaDCaT75 08-30-2003 05:35 AM

Is this stable enough for me to install or should I wait?

insanctus 08-30-2003 06:40 AM

Mad if you want irc let me know I will give you a channel, also I have a better java client then jirc.

lasto 08-30-2003 07:01 AM

this dont work

well not for me anyway and i done everything

and its not as if its that hard to install either

lasto 08-30-2003 07:10 AM

removed Error Lines i posted Java errors here but was to many so removed em

insanctus 08-30-2003 07:11 AM

It worked fine for me when I used it, I just do not like jirc, the free one is no good, and I found something better for free with nothing in it for adds.

Also redid it so it was only one template and less lines of php.

lasto 08-30-2003 07:12 AM

u sharing it m8 as im interested in it

insanctus 08-30-2003 07:15 AM

Well since it is already a hack here I do not think I can release it (pretty sure not allowed release same hacks, that are close in code.

Also I forget name of the chat (the person who made the irc applet) But I will dl it off my site later and rezip.

You can see it at http://sanguinox.com/forums/chat.php

You can change the bg and everything, sort neet applet.

MaDCaT75 08-30-2003 07:26 AM

Quote:

Today at 08:40 AM insanctus said this in Post #73
Mad if you want irc let me know I will give you a channel, also I have a better java client then jirc.
Thank you very much. It would be way cool to have a channel and perhaps maybe you could setup an irc thing on my forum or at least tell me how to? :ermm:

insanctus 08-30-2003 07:27 AM

Ya I am changing it over for lasto anyhow so I will just code it on your forum. Then send him a copy.


All times are GMT. The time now is 12:58 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.01240 seconds
  • Memory Usage 1,809KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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