I've recently been working on a script that exchanges binary data with a separate, persistent server. To do this more easily, I whipped up a packet buffer class. With the occasional talk on here of a PHP bot, I thought I'd might as well post it in case someone else finds it useful.
packet.lib.php (http://misc.ionws.com/packet.lib.phps)
binary.lib.php (http://misc.ionws.com/binary.lib.phps) (Required by packet.lib.php)
(As ZIP) (http://misc.ionws.com/packets.zip)
Nice, Cloaked. Good job.
Quote from: shadypalm88 on May 27, 2005, 09:04 PM
I've recently been working on a script that exchanges binary data with a separate, persistent server. To do this more easily, I whipped up a packet buffer class. With the occasional talk on here of a PHP bot, I thought I'd might as well post it in case someone else finds it useful.
packet.lib.php (http://misc.ionws.com/packet.lib.phps)
binary.lib.php (http://misc.ionws.com/binary.lib.phps) (Required by packet.lib.php)
(As ZIP) (http://misc.ionws.com/packets.zip)
Your Awesome :D