Floris |
11-22-2009 04:52 PM |
I sort of have it working.
If anybody on vbirc network has a channel and wants to beta test this, contact me and I will set up a bot for your room and give you the product with your channel name.
1- eggdrop that sits in your room, with a .tcl script that populates a mysql database with the usernames, and updates it upon join/part/quit/leave
2- a web site with .php script that spits out the results from the database.
3- a product for vbulletin that has a plugin that remote gets the content of that php file and puts it into $vbirc_users
4- edit the forumhome template to your liking to echo out <div>$vbirc_users</div>
That's what I have done so far, hibees and my own site are using this, to beta test.
I could add more users - all you have to do is update your template with the var, after importing the .xml product. The php/tcl/eggdrop is done on our end.
|