Debian Lenny and Squeeze
2x Realtek 8169
1x Reaktek 8169, 1x nForce
Fisher-Price My First Managed Switch
Testing:
iptraf
cat /proc/net/bonding/bond0
Debian Lenny and Squeeze
2x Realtek 8169
1x Reaktek 8169, 1x nForce
Fisher-Price My First Managed Switch
Testing:
iptraf
cat /proc/net/bonding/bond0
Status update of the web engine migration.
All items are pending further testing.
Tech.kulish.com
Fully functional (including links to other/outside domains)
Index: irc.php
===================================================================
--- irc.php (revision 2317)
+++ irc.php (working copy)
@@ -1,10 +1,6 @@
#!/usr/bin/env php
-# status
-# reboot
-# log
-# help
-# down
+# port_info is broken. always reports same values no matter host selected
@@ -23,14 +19,33 @@
# Redirect to /dev/null if you aren't using screen to keep tabs
echo "Observer Bot Starting ...\n";
echo "\n";
-echo "COMMAND\t\tHOST\t\t\tDEVICE\n";
-echo "-------\t\t----\t\t\t------\n";
+echo "Timestamp Command\n";
+echo "----------------- ------- \n";
class observiumbot
{
Index: irc.php
===================================================================
--- irc.php (revision 2317)
+++ irc.php (working copy)
@@ -1,11 +1,5 @@
#!/usr/bin/env php
-# status # Disable annoying messages... well... all messages actually :) class observiumbot {
-# reboot
-# log
-# help
-# down
-
@@ -23,14 +17,33 @@
# Redirect to /dev/null if you aren't using screen to keep tabs
echo "Observer Bot Starting ...\n";
echo "\n";
-echo "COMMAND\t\tHOST\t\t\tDEVICE\n";
-echo "-------\t\t----\t\t\t------\n";
+echo "Timestamp Command\n";
+echo "----------------- ------- \n";
-include("includes/defaults.inc.php"); +include_once("includes/defaults.inc.php");
Index: irc.php
===================================================================
--- irc.php (revision 2284)
+++ irc.php (working copy)
@@ -1,37 +1,122 @@
#!/usr/bin/env php
+
+# status
+# reboot
+# log
+# help
+# down
+
-include("config.php");
-include("includes/functions.php");
-include("includes/discovery/functions.inc.php");
+# Disable annoying messages... well... all messages actually :)
+error_reporting(0);
+include_once("config.php");
+include_once("includes/functions.php");
+include_once("includes/discovery/functions.inc.php");
+
include_once('Net/SmartIRC.php');