Re: A somewhat new BBtool -- bbweb

2002-06-07 Thread Mike
You could look at urlencode() from php, should be fairly small and easy enough to rip. --- static unsigned char hexchars[] = 0123456789ABCDEF; /* {{{ php_url_encode */ PHPAPI char *php_url_encode(char *s, int len, int *new_length) { register int x, y; unsigned char *str; str =

Re: A somewhat new BBtool -- bbweb

2002-06-06 Thread Mr . X
On 06 Jun 2002 12:00:55 -0400 Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: On Thu, 2002-06-06 at 11:19, Scott Furt wrote: Good morning everyone: I couldnt get any sleep last night so i decided to hack up bbrun and modify it to bbweb. Now, instead of typing in a binary to run,

Re: A somewhat new BBtool -- bbweb

2002-06-06 Thread Derek Cunningham
On Thu, Jun06,02 12:53, Mr.X wrote: On 06 Jun 2002 12:00:55 -0400 Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: On Thu, 2002-06-06 at 11:19, Scott Furt wrote: Good morning everyone: I couldnt get any sleep last night so i decided to hack up bbrun and modify it to bbweb.