README 2005-10-18 iServer MicroServer model iTHX-M http://www.newportus.com The iTHX-M-1.4 PHP script does not require netcat as previous shell scripted versions did. It uses fsockopen and fclose. INSTRUCTIONS 1. Save the iTHX-M-1.4-php as iTHX-M-1.4.php 2. Make the file executable. $ chmod +x iTHX-M-1.4.php 3. Edit for your environment. 4. Run the file to test. $ ./iTHX-M-1.4.php OR $ /path/to/file/iTHX-M-1.4.php 5. Make a cron job out of it for automation crontab -e */10 * * * * /path/to/file/iTHX-M-1.4.php > /dev/null This will run the job every 10 minutes and send STDOUT to trash