function template() { ?> Channel & Bot stats for nookBot
 
 
content(); ?>
  Copyright 2005, rehash. ALL rights reserved. (This page updates every minute.)
 
} ?> $p = $_GET['schan']; switch ($p) { case '1': schan_1(); break; case 'logs': schan_logs(); break; default: home(); } function home() { function content() { echo '(03:30) === nookBot: 1 channel(s), 1 user(s).
'; echo '(03:30) Online Since: Thu Dec 31 14:41:08 2009
'; echo '(03:30) Bot Nick: nookBot
'; echo '(03:30) Bot Name: nookBot!n=
'; echo '(03:30) Version: 1.6.19+ctcpfix 1061801 ctcpfix
'; echo '(03:30) Connected to server: niven.freenode.net:6667
'; echo '(03:30) Server DNS: irc.freenode.net:6667
'; } template(); } function schan_1() { function content() { if (!isset($_GET['logs'])) { echo ''; echo ''; echo ''; echo ''; echo ''; echo '
I`m currently in this channel.
Channel #nookdevs has 54 users (6 operator(s))
Channel Modes: +ctn
Channel Ban List:
'; echo '

*!*@*ip68-98-50-81.ph.ph.cox.net robbiet480!n= 567388 : [Sticky: no]

'; echo '
'; echo '
 
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
Total Ops: 6. Total Voice: 0. Total Normal: 48. Total Users: 54.
'; echo '
 
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
nookBot (-) [i/9456]
ius (-) [i/7907]
fryguy (-) [i/9456]
khaoohs_ (-) [i/4931]
derrick (-) [i/9456]
keith (-) [i/9456]
theshadow (@) [i/9456]
photonic (-) [i/9456]
Exstatica (-) [i/3840]
marcan (-) [i/1254]
obra (-) [i/4790]
Aji-Dahaka (-) [i/4931]
grayeul (-) [i/4057]
perfinion (@) [i/9456]
aschmitz (@) [i/4932]
vlcn (-) [i/4938]
JesusFreke (@) [i/940]
TehLaser (-) [i/277]
MuscleNerd (-) [i/6439]
RobotCaleb (-) [i/413]
mjg59 (-) [i/2263]
c1de0x (-) [i/5568]
bugout (-) [i/4201]
skout (-) [i/3980]
iz (-) [i/3722]
debiant1 (-) [i/250]
posixninja (@) [i/3190]
pwrcycle- (-) [i/2413]
alanp (-) [i/2264]
pcutler (-) [i/1286]
JalenJade (-) [i/2036]
therealpoutine (-) [i/357]
khaoohs__ (-) [i/1679]
ztidwell (-) [i/1599]
Speedy (-) [i/1524]
DarkHelmut (-) [i/341]
stangri (@) [i/507]
diplomatic (-) [i/1091]
roxfan (-) [i/909]
bushing (-) [i/909]
zmjjmz (-) [i/236]
cpg (-) [i/366]
zankchank (-) [i/748]
oyotat (-) [i/397]
Pyromancer (-) [i/422]
zmjdroid (-) [i/326]
Mike_Kub (-) [i/256]
lst (-) [i/236]
n00b750 (-) [i/223]
pantala (-) [i/221]
Galaxy| (-) [i/179]
jumoit (-) [i/95]
Leeds (-) [i/49]
pytey (-) [i/15]
'; } } template(); } function schan_logs() { function content() { echo ''; echo '
'; $dir = "logs"; if (is_dir($dir)) { if ($dh = opendir($dir)) { echo ''; } closedir($dh); } else { echo '

Could not chdir to $dir!

'; } echo '
'; if (isset($_POST['log'])) { $file = "logs/".$_POST['log'].""; $fd = fopen($file, 'r'); if (!$fd) { echo 'Error: while reading file '.$file.'...!
'; } echo ''; echo '
'; while (!feof($fd)) { $sp = fread($fd, 1024*1024); $text = nl2br($sp); echo ''.$text.''; } echo '
'; } } template(); } ?>