The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Eggdrop Irc Manager Details »» | ||||||||||||||||||||||||||
Informations
Port of Velocd hacks here : https://vborg.vbsupport.ru/showthrea...threadid=61570 I needed this hack on my forum and I decided to share it with you I didn't create any code, just modified it to suit vBulletin 3.5.x code, and added phrases to allow quick translation . Description A script which report your channel activity on you forum homepage. It give informations about ops, halfops, voice, normal users, topic, channel activity. It will put theses infos under whosonline row in forumhome. You can see on the demo (bottom of this post), that the informations are under navbar (will put it in next version). All you need is an eggdrop : http://www.egghelp.org/ and a channel to scan . Installation 1 : Upload all files in forum root folder to your ftp (follow the folder hierarchy) 2 : Import the product in vBulletin (product-eggdrop_irc_manager.xml) 3 : Go to admincp > vBulletin Options > Eggdrop irc manager options and edit irckey. 4 : Edit ircrefresh.tcl, set the irckey (same as above), path of irconline.php, channel 5 : Upload ircrefresh.tcl to your eggdropt script forlder For Eggdrop, usually "/home/{username}/eggdrop/scripts" For Windrop, usually "c:\windrop\scripts" 6 : Modify your eggdrop conf, add "sources scripts/ircrefresh.tcl" at the bottom of the file 7 : Rehash your eggdrop (.rehash in dcc window in mirc) 8 : First things to do after installation : First refresh your admincp , then go to irc channels menu and set a new channel. Quote:
Demos http://forum.vbulletin-fr.org/ Support Don't ask how to set up an irc channel (it's not the purpose of this topic) Don't ask how to set up an eggdrop : http://www.egghelp.org/ Changelog =============== 1.0.0.1 =============== Adding of two options (Admincp > vBulletin Options > Eggdrop irc manager)
Supporters / CoAuthors Show Your Support
|
Comments |
#32
|
||||
|
||||
yes, they are all set and everything matches
|
#33
|
||||
|
||||
[feature request]
Add an irc channel setting to ignore a set of usernames. |
#34
|
|||
|
|||
Quote:
Quote:
I was thinking about it , as I don't want my eggdrop username to be displayed. |
#35
|
||||
|
||||
eggdrop v1.6.17: I havent thought to look to make sure the http module isnt loaded, ill look thru the config and check.
Edit: i dont have the http module, do you have a link to one to use? |
#36
|
|||
|
|||
eggdrop v1.6.17, http is loaded with the eggdrop, so it's not the problem .
In irconline.php under PHP Code:
Code:
$tmp = fopen("ircdebug.txt", "a"); fwrite($tmp, $_POST['activity']); fclose($tmp); Then write !startact, and live your channel. This action will make the eggdrop call the irconline.php. Then look at ircdebug.txt on your ftp and see if it exists and something written in it . |
#37
|
||||
|
||||
are we sure it loads with eggdrop? any other ideas?
|
#38
|
|||
|
|||
Try the file modification I put above and say me if something is created (it should take some minutes to refresh and write in the file).
|
#39
|
||||
|
||||
i dont see that it created a debug file anywhere. I have the irconline.php file in my forum root dir and the ircrefresh.tcl in my bot scripts dir just to give you an idea of where im at
|
#40
|
|||
|
|||
It seems ircrefresh.tcl can't call irconline.php . Can't do anything about that.
|
#41
|
||||
|
||||
hmm, i dont see any reason it cant. its a dedicated server with the bot runing from my /home and the www running from apache on same machine, there isnt any blocking that im aware of.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|