vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   IRCBrowse - no Eggdrop + no FTP!! (https://vborg.vbsupport.ru/showthread.php?t=48734)

S1R1US 02-10-2003 12:52 AM

btw will this display half-op status also? how bout voiced? i've seen one with hop before but not voiced

feldon23 02-10-2003 12:59 AM

Quote:

S1R1US said:
looks very very nice. I have the similar hack at the bottom of my forums, pokecommunity.com but like yours better.
Looks good there. Lots of chatters, wow!

Quote:

S1R1US said:
Will it work with 2.2.9.
I'm using it on 2.2.9.

Quote:

S1R1US said:
Also how do it upload the list and keep it up to date without eggdrop or ftp mirc?
That is the magic.

I looked at mIRC's ability to open any socket and then looked up the HTTP 1.0 spec to see what the bare minimum communication necessary for mIRC to invisibly "open a website" long enough for the PHP script to grab the information being passed to it. Turns out it didn't take much. I tell you. Khaled needs to scrap mIRC's scripting and put PHP. NOT having a space in one spot kept me hamstrung for 45 minutes. :(

Quote:

S1R1US said:
Also i've been looking for a java chat to use on my forums and ur script will go perfectly with using it since it links the channel name with the java applet. Can u tell me info to get the chat applet ur using as well.
I am using the freebie at webmaster.com. As a result, I am locked into their chat network. They just updated the Java and it is a bear now. Before, maybe it was feature-light, but it loaded fast and worked reliably. Now it's bloatware that loads 60% of the time. And all the new users who come into my chat butt into the fact that this chat network has like 20,000 registered nicknames. :(

Wonder what's involved in running my own IRCd.

EDIT: I am now using jPilot jIRC Java Chat. Best $50 I've spent.

feldon23 02-10-2003 01:00 AM

Quote:

S1R1US said:
btw will this display half-op status also? how bout voiced? i've seen one with hop before but not voiced
The mIRC script passes ops, half-ops, voiced, and regular users to the PHP script. In the PHP script, you have complete control over how each of the 4 groups' names are styled and prefixed.

feldon23 02-10-2003 01:08 AM

Quote:

VeloCD said:
It works perfectly now, great hack!

I had requested this in Eyeball's last hack, and that is is there a way to grab the topic from the channel in the chat, then I could display that variable?
Looking good!

The topic thing has some challenges to it. I'd have to emulate stripslashes in mIRC somehow, deal with spaces, etc. I'll look into this.

Is this something that should be in the full release, or a special version? What other things do people want added?

Velocd 02-10-2003 01:36 AM

Displaying the channel topic is about the only other addition for this hack I can think of that would be useful, if I can think of some other ideas I'll let you know :D

feldon23 02-10-2003 01:45 AM

Another point I must raise is that there are very real limits on the number of users this script can handle.

Because the list of users is being sent through a URL, you may slam into URL length problems if you have 60+ users in your chatroom.

I am paraphrasing here...
Although the RFC referring to URLs does not indicate a fixed length, Internet Explorer cannot handle more than 2083 characters in a URL and some proxy servers limit the # of characters to 255.

I am 99% sure that the PHP script will simply truncate a lengthy URL and provide an incomplete nick list, even if a nick boundary falls on a + character. I am not sure, however, what mIRC will do. It might fail to send any part of the URL.

I suppose some kind of buffering system could be created with "action=write" followed by a series of "action=append". Heaven help us if the appends arrive out of sequence.

Still, I'm pretty darn happy with how this hack is working.

VeloCD, you can imagine that adding the topic would be a huge stumbling block for URL length. A topic like this (from "A Fish Called Wanda"):
"It's k-k-k-Ken and he's c-c-c-coming to k-k-k-kill me!"

would expand to something like:
%26It's%20k-k-k-Ken%20and%20he%25s%20c-c-c-coming%20to%20k-k-k-kill%20me!%26

Again, I can forsee this being handled with "action=topic&topic=...", etc.

feldon23 02-10-2003 01:55 AM

Why do I get the feeling I'm going to be up all night writing 1.1. ? :(

The appends would have to be tagged so they can be reassembled in the right order at the other end. Ugh this is going to get messy. :)

Or I could take a crash course in MySQL and just append to the database, making sure that each of my append URLs finishes on a complete nickname.

JulianD 02-10-2003 02:07 AM

Thanks! I have to take a look at this hack! :)

S1R1US 02-10-2003 10:44 AM

thanks for all your replies feldon!

So the chat u use can only be used for their network? cause i wanna be able to use it for Aniverse and have forum users click the chan name and it connect with the java applet u have. I've seen them before but I like the way yours looks the best.

S1R1US 02-10-2003 10:45 AM

hey whats it mean when someone says run the file from AdminCP to install?

That was in the instructions of one of the hacks i'm trying to install and i have no clue how to do that.

Also what is Query's and how do i do them. Will need step by step on this one cause have not a single clue what it is, what it does, how to do it, or where to do it at^_^

Thanks


All times are GMT. The time now is 07:59 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.01708 seconds
  • Memory Usage 1,741KB
  • 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
  • (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