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)
-   -   Current IRC chatters on forumhome via mirc (no eggdrop) (https://vborg.vbsupport.ru/showthread.php?t=46949)

Schorsch 01-21-2003 02:35 PM

Quote:

Originally posted by Prince3
So i'm gonna take up my coding skills again and code you guys a .tcl for this... maybe even a whole new script..
yeahhh that's a good idea :bunny:

Athmo 01-29-2003 12:50 PM

I've send the maker of the ftp.mrc script an email yesterday. Now he's made a new script.
This script works ok, even with large welcome messages.

Athmo 01-29-2003 12:52 PM

I've send the maker of the ftp.mrc script an email yesterday. Now he's made a new script.
This script works ok, even with large welcome messages.

I've attached the new ftp.mrc script.
Just rename the script to ftp.mrc.

[edit]
File attached was the wrong one. Did attach the right one now (zipped)
[/edit]

w596 01-29-2003 08:06 PM

Athmo, your attached file is 0 bytes. :confused:

Athmo 01-30-2003 11:21 AM

Thanks for the warning.

Corrected the attachment in my previous post.

lifesourcerec 02-10-2003 06:56 PM

Going to try to install this tonight

lifesourcerec 02-11-2003 01:18 AM

Works like a charm. Thanks a million :)

Funkie 02-20-2003 08:01 AM

Woot Woot got it working:)

Thanx for all you guys that put the work into this lill mod:)

Beanyhead 02-21-2003 08:09 PM

Quote:

Originally posted by sebastien69
Nice hack but how make it to work

it wasn't clear for me here

/ftp.upload -dfl ftp.yourserver.com ftpusername ftppassword remote/path/to/forum/nicks.php c:\path\to\mirc\nicks.php


i do

/ftp.upload -dfl ftp://user:pass@ip:port
remote/path/to/nicks.php C:\Program Files\mirc\nicks.php

and i got this error /ftp.upload: invalid port

if i do

ftp.upload -dfl remote ftp://user:pass@ip:port
/path/to/nicks.php C:\Program Files\mirc\nicks.php

i got this error /ftp.upload: invalid file

could you explain me what i get this error please

The script seem working but how make it to work?????????????

Dunno if anyone answered your question, but Change Program Files to Program%20Files ;)

Zelda-King 03-09-2003 02:19 PM

Installation was a breeze. I like the result. I'll be finicky though and state that half Ops are shown in Bold Italics with Ops being in just Bold as opposed to the higher rank having bold italics like on the board.

Anyone wanting that, in mIRC > Tools > Aliases, change
Code:

if ($nick(#channel,%x) isop #channel) {
    write -a nicks.php <b>@ $+ $nick(#channel,%x) $+ </b> $+ , }
    elseif ($nick(#channel,%x) ishop #channel) {
    write -a nicks.php <b><i> $+ $chr(37) $+ $nick(#channel,%x) $+ </i></b> $+ , }

for
Code:

if ($nick(#channel,%x) isop #channel) {
    write -a nicks.php <b><i>@ $+ $nick(#channel,%x) $+ </i></b> $+ , }
    elseif ($nick(#channel,%x) ishop #channel) {
    write -a nicks.php <b> $+ $chr(37) $+ $nick(#channel,%x) $+ </b> $+ , }

I suppose for a more round-the-clock updating several Ops should have the mIRC scripting. It'd be good if you could just give a bot the information and they'd be on all the time. Is that possible?

Finally, for those with busy chats, some may prefer the 'Current Chatters' to be a click-on and the names would show on another page there, rather than seeing 50-100 names on the main page. Not a major concern to me personally.


All times are GMT. The time now is 01:06 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.01253 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (2)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