Valhalla Legends Archive

Programming => Web Development => Topic started by: shadypalm88 on May 27, 2005, 09:04 PM

Title: [PHP] Binary Data and Packets
Post by: 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)
Title: Re: [PHP] Binary Data and Packets
Post by: Warrior on May 27, 2005, 10:52 PM
Nice, Cloaked. Good job.
Title: Re: [PHP] Binary Data and Packets
Post by: AC_Drkan on May 28, 2005, 12:09 PM
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