The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
IRCBrowse - no Eggdrop + no FTP!! Details »» | |||||||||||||||||||||||||
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. This hack is operating on: SereneScreen Aquarium Forum Anime System Show Your Support
|
Comments |
#32
|
|||||
|
|||||
Quote:
Quote:
Quote:
Quote:
Quote:
|
#33
|
|||||
|
|||||
Quote:
Then again, your PHP script does not query a file when called. The next version of my script will possibly be completely integrated with vBulletin and write the info straight into the database. I'm still pondering this. Quote:
Number of lines added to vBulletin: IRCBrowse 6 IRCUsers 2 Total number of lines added to mIRC: IRCBrowse 51 IRCUsers 930 (900 by mIRC FTP client, 30 by IRCUsers) Quote:
Quote:
In an unscientific test, I shut off all my internet apps except mIRC and CuteFTP and made a comparison. Connect to FTP, upload a file, disconnect 58 packets sent 51 packets received IRCBrowse update 6 packets sent 5 packets received I wrote this because I felt there was a better mousetrap. I didn't write it to rain on your or anyone else's parade. Work begins on 1.1 tonight. |
#34
|
||||
|
||||
Quote:
|
#35
|
|||
|
|||
Feldon, this is a great hack. I've had it installed for about a week now, and it works wonderfully. No problems whatsoever.
|
#36
|
||||
|
||||
Ok, I'm finally working on the next version of this.
It will remove the # of nicks limitation, support half-ops, add the ability to pass the topic, and let you pick which chat network you want it to respond to. For instance if you are on #help on efnet and on dalnet, you can "marry" ircbrowse to efnet's #help. Is there a big demand to run 2 copies of ircbrowse in the same mIRC? |
#37
|
||||
|
||||
I'm sure you've heard it before. The dog ate my homework, etc.
IRCBrowse 2 was *finished*. I did a final test which broke up the message into sections since mIRC craps out at over 999 chars in 1 string. BLUE SCREEN OF ******* DEATH Had to pull the plug to shut down. Came back and aliases.ini is EMPTY. Stuff I have been writing for years which I have never gotten around to backing up or anything. I have IRCBrowse 1 backed up of course, but 2 is gone like a fart in the wind. I'll possibly re-create it, but not if it takes another 10 hours. Anyone else seen a PC that craps out when large quantities of text are being passed around? I have uptimes of 45 days on this PC (windows 2000, SP2, Asus A7V133 w/ latest VIA 4-in-1, 1.4 GHz Athlon, 640MB RAM, plenty of HD space, GeForce 2 MX400 w/ 41.09). I run Photoshop like a dog all the time, opening and closing huge documents constantly. Then I go to telnet in a DOS window and paste an instruction that's 120 chars long and the computer BSODs. I know my computer used to BSOD when sending large or complex e-mails out of Eudora. This turned out to be a driver prob with my Linksys ethernet card. And I'm sure a forum moderator will be along to tell me this is off-topic. I'm a bit pissed so plz gimme some space just this once. This IS my first hack you know. |
#38
|
|||
|
|||
it dont works.. there is nothing showing up.. i edited all variables.. correctly and tested it muuch times..
go to www.spieleplanet.org/forum |
#39
|
|||
|
|||
Feldon, if you *do* get around to re-creating version 2 (bummer, by the way), can you have the option to remove the IRCBrowse user out of the "in chat' list? I use "FORTbot" as my user, and obviously, it sits in the chatroom all day, reporting itself as being in chat.
|
#40
|
||||
|
||||
Quote:
In your index.php, I'd change... PHP Code:
PHP Code:
|
#41
|
||||
|
||||
Quote:
$_GET and replace it with $HTTP_GET_VARS IRCBrowse 2 fixes(d) this. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|