ActiveIRC 1.0 Made By: jedi -- http://jedi.postboks.org Files Needed For Editing: sources/boards.php lang/en/lang_boards.php 1. Download and backup these files before editing! 2. Upload the following files into their correct directory with correct CHMOD permissions. File/Folder Destination CHMOD activeirc_install.php Root Dir. (where index.php is) 755 sources sources/ 777 3. Go to your forums and run activeirc_install.php. 4. You may delete activeirc_install.php from your server. 5. Do The Following Edits Below. Open up sources/boards.php Find: $stats_html .= $this->statfunc->active_users(); Add Below: //----------------------------------------- // Add in show online irc users //----------------------------------------- require ROOT_PATH.'sources/mods/activeirc/activeirc.php'; $activeirc = new activeirc(); $activeirc->register_class( $this ); $stats_html .= $activeirc->active_users(); Save & Close sources/boards.php Open up lang/en/lang_boards.php Find: no_new => "No New Posts", Add Below: 'activeirc_users' => "user(s) currently on the irc channel", 'activeirc_ops' => "ops", 'activeirc_regulars' => "other users", 'activeirc_lastupdate' => "Last updated on", Save & Close lang/en/lang_boards.php 6. Open up Admin CP: System Settings: View All General Settings: CPU Saving & Optimization There you have to edit the settings in Active IRC Users at the bottom. 6. You now have to set up the eggdrop bot which will update the database. Look in the activeirc.tcl file on how to set it up. You are complete! Upload all files over the old ones. Back To Top
ActiveIRC 1.0 Made By: jedi -- http://jedi.postboks.org
Files Needed For Editing:
sources/boards.php lang/en/lang_boards.php
1. Download and backup these files before editing! 2. Upload the following files into their correct directory with correct CHMOD permissions. File/Folder Destination CHMOD activeirc_install.php Root Dir. (where index.php is) 755 sources sources/ 777
2. Upload the following files into their correct directory with correct CHMOD permissions.
3. Go to your forums and run activeirc_install.php.
4. You may delete activeirc_install.php from your server.
5. Do The Following Edits Below.
Open up sources/boards.php Find: $stats_html .= $this->statfunc->active_users(); Add Below: //----------------------------------------- // Add in show online irc users //----------------------------------------- require ROOT_PATH.'sources/mods/activeirc/activeirc.php'; $activeirc = new activeirc(); $activeirc->register_class( $this ); $stats_html .= $activeirc->active_users(); Save & Close sources/boards.php
Open up lang/en/lang_boards.php Find: no_new => "No New Posts", Add Below: 'activeirc_users' => "user(s) currently on the irc channel", 'activeirc_ops' => "ops", 'activeirc_regulars' => "other users", 'activeirc_lastupdate' => "Last updated on", Save & Close lang/en/lang_boards.php
6. Open up Admin CP: System Settings: View All General Settings: CPU Saving & Optimization
There you have to edit the settings in Active IRC Users at the bottom.
6. You now have to set up the eggdrop bot which will update the database. Look in the activeirc.tcl file on how to set it up. You are complete! Upload all files over the old ones. Back To Top