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 12-26-2002 03:13 PM

any advice about this half op thing ?

regards,
Schorsch

GoTTi 12-26-2002 10:07 PM

problem with script...

in the new versions of mirc, you can multi server connect, instead of opening multiple mIRC's to be on different servers...well i use this option...

when on 2 or more servers, but in the channel I use the script for, it records the data as 0 being no1 in the channel...

What would need to be added to the script or whatever, to make it look on 1 server and in that 1 channel? IN a multi load situation.

supreemball 12-26-2002 11:44 PM

ok by popular demand, i'll add the commas (without the trailing one on the last nick) in the next release, as well as the halfop support, and will probably even add 'most chat users' as well (and i can guarantee that the most chat users will work better than vb's). :)

Velocd 12-27-2002 01:56 AM

Awesome, sounds keen supreemball ;)

Davey 12-27-2002 12:25 PM

Quote:

Originally posted by Da_GoTTi
problem with script...

in the new versions of mirc, you can multi server connect, instead of opening multiple mIRC's to be on different servers...well i use this option...

when on 2 or more servers, but in the channel I use the script for, it records the data as 0 being no1 in the channel...

What would need to be added to the script or whatever, to make it look on 1 server and in that 1 channel? IN a multi load situation.

Yes, multiserver works like this: The first server you connect to, has the id '1', the second server has the id '2', etc.
The identifier to get the connection ID of the current active server is $cid. So you might use if ($cid == 1) { blah | blah }.

Dave.

PS: The above is for people with version 6.* of mIRC.

pugmy 12-27-2002 09:42 PM

Quote:

Originally posted by xiphoid
Did anybody find a solution for the problem where the login msg makes it error and not log in ?
I'm having the same problem---can't login because my ftp login messages are multiple lines and make a login error. Unfortunately I can't adjust ftp server messasges. How can I fix the problem, anyone?

about halfop, i added a line like this:
Code:

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

it works for me.

Schorsch 12-27-2002 09:57 PM

Quote:

Originally posted by pugmy
about halfop, i added a line like this:
Code:

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

it works for me.

thank you, that works great :)

TheVoidz 12-29-2002 04:50 PM

I have the same problem with the upload not working properly, after playing around with the ftp.mrc file I got it to work (might not be the most efficient way, but it works). Still throws some errors at the end after the file is uploaded but it gets nicks.php from point A to point B and thats all that really matters to me. Can't guarantee it will work, but it worked for me :)

-- Open ftp.mrc and find:
Code:

on *:SOCKREAD:FTPsock*:{
-- Right after that add:
Code:

:retry
-- Find (also in ftp.mrc):
Code:

if ($1 != 220) {
ftp.error $sockname $2-
return
}

-- Replace it with:
Code:

if ($1 != 220) {
goto retry
}

-- Find (also in ftp.mrc):
Code:

if ($1 != 331) {
ftp.error $sockname $2-
return
}

-- Replace it with:
Code:

if ($1 != 331) {
goto retry
}

-- Find (also in ftp.mrc):
Code:

if ($1 != 230) {
ftp.error $sockname $2-
return
}

-- Replace it with:
Code:

if ($1 != 230) {
goto retry
}


sebastien69 12-31-2002 03:29 AM

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?????????????

DaTeX 01-02-2003 08:34 AM

Did anyone make a "most ever online" for this chat system ?? That would be great.


All times are GMT. The time now is 08:41 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.01279 seconds
  • Memory Usage 1,744KB
  • 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
  • (10)bbcode_code_printable
  • (3)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