Quote:
my ircrefresh.tcl
Quote:
set irc_chan "#mychannel"
# Set activity_wait to the number of
# seconds between updates
set activity_wait 180
set vb_script "http://www.mysite/irconline.php"
set vb_key "test"
my irconline:
Quote:
error_reporting(E_ALL & ~E_NOTICE);
require_once('./global.php');
$irckey = 'test';
if ($_POST['do'] == 'refresh' && $_POST['key'] == $irckey)
|
uomoragno you are missing the ".com" in your vb_script value.
Make sure your configuration is set exactly as to what values need be. (I'm assuming you didn't actually use "mysite" as your domain

)
Quote:
Any way I can pull any of the data (such as total # of chatters, topic, or activity level) into the vBadvanced homepage template? I'd like to be able to call this data from there too.
|
Very easily. Just grab the edits made in index.php of this hack, and place them into your home page index.php. Remember to require the forum global.php (if not done so already). You'll have to do some template edits as well.