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)
-   -   IRC Manager for MIRC (https://vborg.vbsupport.ru/showthread.php?t=60365)

*arie 01-17-2004 10:54 PM

Quote:

Originally Posted by Velocd

Thanks :)

Luciolle 01-18-2004 04:31 AM

Sorry I"m very newbie in irc, I try to make this hack work, but :( !

Everything it' work and show on homepage, but no data ?
Non nick, no mostuser, nothing and I go to look the link you put, but I don't understand more sorry :( !

Thanks!
@+

Osmosis 01-18-2004 05:30 AM

I installed this hack, very nice and confusing with no FTP script, but it seems to be working for the most part. The one thing that isnt working: the topic is not being displayed on forumhome. Can you think of why this might be?

CHeeKY 01-18-2004 07:23 AM

ok I am looged into my channel and loaded the scripts.

In the alias config is below right?

%ircserver = irc.freenode.net
%ircfilepath = /forums/irconline.php
%irckey = xxxxxx
%ircchan = #channelname
%ircwait = 120

then in my irc manager in admincp I have

Handle #channelname
Server #irc.freenode.net

I am not getting any listings in the forum with the current config :(

Regards

FreeTerran 01-18-2004 08:04 AM

Quote:

Originally Posted by Velocd
If you can figure out a way to make an eggdrop for this sort of hack, which is an IRC bot. I don't have a linux nor shell accounts to test out eggdrops.

velcod if you could code it i could test it for you ;)

empreur76 01-18-2004 11:07 AM

very nice !! work on v2.2.9 !?? thx

MindTrix 01-18-2004 11:09 AM

Its a hack in the vB3 section so im guessing it wont mate ;)

Velocd 01-18-2004 03:26 PM

Let me explain how exactly it updates. It uses mIRC remote events to update the DB table through sockets.

There are two primary commands, /ircrefresh and /refreshtopic

If you type /ircrefresh and hit enter, it will update the irc_channel table in your DB with the latest users in your channel.

/refreshtopic will update your topic.

Here are the remote events used (by default):
Quote:

on 1:CONNECT:/timer 1 4 /begintime
on 1:TOPIC:%ircchan: /topicrefresh
on 1:TEXT:*:%ircchan: inc %irclines 1
on 1:KICK:%ircchan: /ircrefresh
on 1:JOIN:%ircchan: /timer 1 4 /ircrefresh
on 1:PART:%ircchan: /timer 1 4 /ircrefresh
on 1:QUIT: /timer 1 4 /ircrefresh
on 1:NICK: /timer 1 4 /ircrefresh
If a user is kicked, quits, changes his nick, or joins your channel, the command /ircrefresh will be triggered.

If your topic is changed inside the channel (while you are connected to your channel!), then the topic will update. The drawback on this is that, if it is changed when you are not in your channel, you will manually have to update it using /refreshtopic. You can fix this by using the following line:
Quote:

on 1:CONNECT:/timer 1 4 /begintime | /timer 1 4 /topicrefresh
Instead of the current on:CONNECT event.

The problem that exists is sometimes a "socket-in-user" error can develop if you run /topicrefresh or /ircrefresh too quickly.

Quote:

ok I am looged into my channel and loaded the scripts.

In the alias config is below right?

%ircserver = irc.freenode.net
%ircfilepath = /forums/irconline.php
%irckey = xxxxxx
%ircchan = #channelname
%ircwait = 120

then in my irc manager in admincp I have

Handle #channelname
Server #irc.freenode.net

I am not getting any listings in the forum with the current config

Regards
This is my fault for I named the variables somewhat ambiguous, but %ircserver is not your irc server! It's suppose to be your webdomain server that irconline.php is on.

Think of it as that, %ircserver and %ircfilepath are connected.

Thus, www.yourserver.com/forums/irconline.php would be the full path.

Also ensure that:

%ircchan = #channelname

Is pointing to your channel name! I think in this case you are hiding your channel name, but everyone make sure that config area is filled out properly.

Quote:

Sorry I"m very newbie in irc, I try to make this hack work, but !

Everything it' work and show on homepage, but no data ?
Non nick, no mostuser, nothing and I go to look the link you put, but I don't understand more sorry !

Thanks!
@+c
Recheck your alias script, to ensure the values are set correctly as mentioned above.

Then, try manually typing /ircbrowse and see if it updates your DB. Also check the status window of your IRC server, which is the first window on the channel-bar in mIRC. If any errors appear, they'll be at the bottom.

Quote:

I installed this hack, very nice and confusing with no FTP script, but it seems to be working for the most part. The one thing that isnt working: the topic is not being displayed on forumhome. Can you think of why this might be?
Try manually typing /topicrefresh .

My guess is you haven't changed the topic, and therefore the remote event is not triggering.

Quote:

velcod if you could code it i could test it for you
I'll look into it, to see if I even have the time to code one. ;)

KISS 01-18-2004 03:46 PM

I tried this on a test board, and everything installed properly, except for after intall the index.php page shows the area for it but the topic is blank and shows no one online in the room. Seems information is not getting to it. I am 100% sure I installed everything right so Im taking it that some will not be able to use this depending on whether there server will allow it?

Thats the problem Ive had in the past with this type of hack is server wont allow it so Im taking same problem? Any clues?

Velocd 01-18-2004 04:39 PM

Quote:

Thats the problem Ive had in the past with this type of hack is server wont allow it so Im taking same problem? Any clues?
Post in vB code tag what you have in your aliases page, so I can verify it.

Remember, typing manually /ircrefresh and /topicrefresh is good for troubleshooting. Make sure no socket-in-use or other errors show up in your IRC server status window.

Just about any server should be able to receive the socket request, that is, if PORT 80 is open. Most servers have port 80 open for requests, but if all else fails, contact your host to make sure it is.


All times are GMT. The time now is 06:54 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.01290 seconds
  • Memory Usage 1,751KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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