The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Current IRC chatters on forumhome via mirc (no eggdrop) Details »» | |||||||||||||||||||||||||||
Current IRC chatters on forumhome via mirc (no eggdrop)
Developer Last Online: Aug 2006
Current IRC Channel Chatters on Forumhome Hack
-written by eyeball (aka supreemball) of http://www.somethingleet.com (ftp mirc script coded by Rich@home.nl) NEW VERSION updated 01/02/03! - added support for halfops - added commas (no comma on last nick either ) - added 'total nicks ever on ' specified #channel to upgrade from the previous version, replace the code in mirc and the forumhome_loggedinusers template. you don't have to overwrite the ftp.mrc file or mess with global.php while upgrading, nothing's changed with those. This hack shows a specified IRC channel's current userlist, total # of users, and status of each user (opped, voiced, or normal, including bold/italics for each category), all on your vb forum's main page. This hack ONLY requires ftp access to the forum server, and <a href="http://www.mirc.com">mIRC</a> 5.91 or above (constantly connected to the channel). No bots or java irc crap needed! (mirc script code can be added to mirc-based bots though.) A live demo of this hack is shown @ http://www.somethingleet.com/forum/index.php (shown below the Current Online Forum Users list). Files modified: global.php access.ini (used in mirc) Templates modified: forumhome_loggedinusers Install.txt & needed files attached. For support, reply to this thread or email eye@somethingleet.com. (Hack only tested on vb2.2.6, but should work on all other 2.2.* versions) NOTE: This hack assumes the mirc user (yourself or someone else) has full access to your ftp server via ftp. I'm not held responsible if you accidentally give this hack to someone using mirc (which in turn you would have to give the mirc user your ftp login info). Enjoy Show Your Support
|
Comments |
#32
|
||||
|
||||
any advice about this half op thing ?
regards, Schorsch |
#33
|
|||
|
|||
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. |
#34
|
|||
|
|||
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).
|
#35
|
||||
|
||||
Awesome, sounds keen supreemball
|
#36
|
|||
|
|||
Quote:
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. |
#37
|
|||
|
|||
Quote:
about halfop, i added a line like this: Code:
elseif ($nick(#channel,%x) ishop #channel) { write -a nicks.php <b> % $+ $nick(#channel,%x) $+ </b> $+ } |
#38
|
||||
|
||||
Quote:
|
#39
|
|||
|
|||
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*:{ Code:
:retry Code:
if ($1 != 220) { ftp.error $sockname $2- return } Code:
if ($1 != 220) { goto retry } Code:
if ($1 != 331) { ftp.error $sockname $2- return } Code:
if ($1 != 331) { goto retry } Code:
if ($1 != 230) { ftp.error $sockname $2- return } Code:
if ($1 != 230) { goto retry } |
#40
|
|||
|
|||
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://userass@iport 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://userass@iport /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????????????? |
#41
|
|||
|
|||
Did anyone make a "most ever online" for this chat system ?? That would be great.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|