- <?php
- // Wake on LAN
- // Author: TorrentialStorm
- $mac = "00-01-6c-6d-88-c3";
- $mac = hex2bin($mac);
- $data = "";
- for ($i = 0; $i < 6; $i++)
- $data .= "\xFF";
- for ($i = 0; $i < 16; $i++)
- $data .= $mac;
PHP WoL
Posted by Anonymous on Sun 21st Nov 2010 23:14
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.