Version: 1.00, by feldon23
Developer Last Online: Jan 2023
Version: 2.2.x
Rating:
Released: 02-08-2003
Last Update: Never
Installs: 30
Is in Beta Stage
No support by the author.
I looked at the "IRCUsers" hack written by eyeball (aka supreemball) using the ftp mirc script coded by Rich@home.nl and I thought wow this is cool. Then I looked at what's involved.
*It modifies global.php, meaning that EVERY PAGE of your forum loads this information even though only index.php uses it.
*It adds 1,150 lines of code to your mIRC.
*Requires 24/7 FTP access
So I thought, why not have vBulletin AND mIRC interface with a PHP file?
Thank you eyeball and Rich for the inspiration to write this!
I don't have a photo/snapshot because the PHP script runs "silent" and how the output looks all depends on your vB template.
The PHP script provides the # of total chatters, the highest # of chatters ever, and a formatted (customizable in the PHP script) comma-delimited list of users in the chat which you can insert anywhere in your templates (an example template under forumhome is provided).
The mIRC script opens a socket to your web server (HTTP) and does an "HTTP GET" to request the ircbrowse.php script. The secret is, it puts all the data in the Query line after the URL and then just ignores the page it gets back from the web server and closes the socket. This is all password-protected.
This is my first hack posted here so please be gentle.
If one were so inclined, the PHP script could also, using global.php and the authentication stuff (a bit over my head still) write the results directly into your MySQL database to be retrieved later by index.php.
I wonder which is faster, querying MySQL or querying a PHP script.
Ok my instructions are wrong, they say to CHMOD ircbrowse.txt to 644. It needs to be 666.
Your ircbrowse.php file is in the right place (I tested it). Make sure the key in your mIRC script matches the key in ircbrowse.php and make sure that you have CHMODded ircbrowse.txt to 666.
I have since updated the ZIP file without changing the version number since no code is affected.
looks very very nice. I have the similar hack at the bottom of my forums, pokecommunity.com but like yours better. Will it work with 2.2.9. Also how do it upload the list and keep it up to date without eggdrop or ftp mirc? 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. THanks again!
Originally posted by feldon23 Ok my instructions are wrong, they say to CHMOD ircbrowse.txt to 644. It needs to be 666.
Your ircbrowse.php file is in the right place (I tested it). Make sure the key in your mIRC script matches the key in ircbrowse.php and make sure that you have CHMODded ircbrowse.txt to 666.
I have since updated the ZIP file without changing the version number since no code is affected.
Ah, I was wondering about why you mentioned it to be "644" in the original directions, when that is usually set by default.
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?