| | | | |
| .bb | EncodeURLValue() - Function used to encode the value parameter in a URL's query string. | By default the function encodes everything except 0 to 9, A to Z, a to z, and the characters: -_.~ and !'()* The last set will also be encoded if 'strict' is set to True. | Zethrax | 7 months ago |
| .bb | HTTP 1.1 GET - Download a File | A simple function to download any desired file from a website via a TCP connection and a HTTP 1.1 GET request | ozzi789 | 11 months ago |
| .bb | HTML WEB READER BMX | this reads html code from a website | warwulf | 1+ years ago |
| .bb | Using Membase (or Memcached) from Blitz+ (or Blitz3D) | Membase and Memcached interface | Mahan | 1+ years ago |
| .bb | IRCLib | Library for connecting to an IRC network | schilcote | 1+ years ago |
| .bb | BlitzUnixTime | Functions | ThePict | 1+ years ago |
| .bb | Snakes Client and Server | Run up to ten snake clients, will work on a LAN or even further if your more adventurous. Not very optimised - apologies for the indentation but I'm moving on from this now. | Blitzplotter | 1+ years ago |
| .bb | SimpleUDP2 | Network-Library, easy to use, very fast | ToeB | 1+ years ago |
| .bb | LAN Network Searching | Allows your program to find others over a LAN network. | Serpent | 1+ years ago |
| .bb | urlencode for string | parse a string and remove %code | vivaigiochi | 1+ years ago |
| .bb | Server and client example | Illustrates communication between server and multiple clients | PowerPC603 | 1+ years ago |
| .bb | chatroom | a program | mark1110 | 1+ years ago |
| .bb | UDP Scanner | Scan the entire LAN for active UDP server | semar | 1+ years ago |
| .bb | BlitzPlay Lite + eNet | The easiness of BlitzPlay with the functionality of eNet | GIB3D | 1+ years ago |
| .bb | Tracking multiplayer objects | Easy way to track objects over a network | RifRaf | 1+ years ago |
| .bb | Access Twitter Search API | Get data from the Twitter Search API | Loktar | 1+ years ago |
| .bb | What is my public IP? | How to get your public IP on the net | ZJP | 1+ years ago |
| .bb | Simple TCP/IP Network Library | TCP/IP Network Library with simple example. | Matty | 1+ years ago |
| .bb | InputTCP$ | Input for TCP streams! | schilcote | 1+ years ago |
| .bb | OSALib | OSAKit Communication Library | boomboom | 1+ years ago |
| .bb | Download file | Supports downloading files, php sites and redirected sites. (Fast) | Devils Child | 1+ years ago |
| .bb | Basic TCP Chat | A basic TCP chat program | Xyle | 1+ years ago |
| .bb | Basic UDP Chat | A simple client/ server chat program | Xyle | 1+ years ago |
| .bb | Online Game Code | For beginners-Online Game Code- | Xzider | 1+ years ago |
| .bb | TCP engine ULTRA FAST | TCP engine 2 show prof that BLitz TCP can work flawless. | Wings | 1+ years ago |
| .bb | TCP - Sending a File | Sending a File from Server to Client | XtremeCoder | 1+ years ago |
| .bb | Music Sync | Syncs Music Over Network | Arem | 1+ years ago |
| .bb | getSubnetMask() & getBroadcastAddress() | Useful for LAN searches ... | Jeremy Alessi | 1+ years ago |
| .bb | Random ip generator | Generates ip numbers (-1. flag) | Nebula | 1+ years ago |
| .bb | TCP/IP Network | Tired of always typing in IP addresses? try this! | Subirenihil | 1+ years ago |
| .bb | Remote File Engine | Easy way to download and read remote files via HTTP/FTP | Andres | 1+ years ago |
| .bb | Chat | A chatroom I created, but don't have anyone to chat with. | Ryudin | 1+ years ago |
| .bb | Wrong Client Stopper | Stops unregistered clients from logging into the server. | Ked | 1+ years ago |
| .bb | NetGraph | A small netgraph | zoom* | 1+ years ago |
| .bb | Nemesis Chat | A graphical chat | Andres | 1+ years ago |
| .bb | UDP Protocol Example | UDP Protocol Example | cermit | 1+ years ago |
| .bb | Web Browser | A webbrowser, without a HTML-View | Jan_ | 1+ years ago |
| .bb | Mailman | Any new email? | Andres | 1+ years ago |
| .bb | HTTP Poster | HTTP multi posting | Andres | 1+ years ago |
| .bb | TCP ENGINE | A easier cleaner TCP engine | Baystep Productions | 1+ years ago |
| .bb | Please delete me | ... | Yan | 1+ years ago |
| .bb | FTP Using WinInet Userlib Functions | A program that uses the Windows Internet (WinInet) userlib to access FTP sites and transfer files. | turtle1776 | 1+ years ago |
| .bb | smal TCP/IP Game engine. | This is a smal tcpip 8 players game engine. | Wings | 1+ years ago |
| .bb | Web compatible URL | Convert an URL to HTTP protocol compatible one | Andres | 1+ years ago |
| .bb | Application protocol | Execute an application from a webbrowser with certain parameter | Andres | 1+ years ago |
| .bb | HTTP Post | How to Post Data to a Webserver | jfk EO-11110 | 1+ years ago |
| .bb | Arem IM | Open Source IM Program | Arem | 1+ years ago |
| .bb | Mail Sender | A mail sender | oracle1124 | 1+ years ago |
| .bb | Get integer IP from any hostname EG | Allows you to retrieve the proper ip from a given hostname. Useful for udp games wanting to turn named address into usable ip address!! | skn3 | 1+ years ago |
| .bb | Short Dotted IP to Integer IP Converter | Just trying to get this as small as possible. | Chroma | 1+ years ago |
| .bb | FPSNetUpdate | An Updated NETWORKED FPS Example | Jeremy Alessi | 1+ years ago |
| .bb | Blitz Browse (update) | Simple web browser from samples folder updated | Beaker | 1+ years ago |
| .bb | Relay Hunter (Hacking) | This is a Proof of concept Code, for INFO use only. | Taiphoz | 1+ years ago |
| .bb | BlitzLobby example program | Register your multiplayer games and launch from MSN Messenger sessions. | skidracer | 1+ years ago |
| .bb | HttpGet(server,path,port,proxy,proxyport) | HttpGet with proxy servers. Returns a handle to a tcp stream | skn3 | 1+ years ago |
| .bb | MultiLibV1.2 Final | Free, open source network library | AntonyWells | 1+ years ago |
| .bb | UDP Client/Server Sample | UDP communications program (Client/Server) | Wayne | 1+ years ago |
| .bb | Dotted IP to Int Function | Converts an IP in the form xxx.xxx.xxx.xxx to an IP Integer | Perturbatio | 1+ years ago |
| .bb | Domain Check | If you want a domain check , here it is :) | GC-Martijn | 1+ years ago |
| .bb | Cubic Spline Interpolation 3d Update | 3d sampling of Chroma's Interpolation Code | Tyler | 1+ years ago |
| .bb | Query an DNS Server | you wanna know an ip from a domainname ... | Klaas | 1+ years ago |
| .bb | POP3 email retrieval | Retrieves emails from your POP3 account... | BlitzSupport | 1+ years ago |
| .bb | Dynamic IPs - how to workaround... | Useful for testing netgames | RGR | 1+ years ago |
| .bb | Web Page Exist? | Function to see if a web page exists | Prof | 1+ years ago |
| .bb | BlitzServe | A crude multi-stream HTTP server... | BlitzSupport | 1+ years ago |
| .bb | Basic multiple-connection server | How to handle multiple incoming streams... | BlitzSupport | 1+ years ago |
| .bb | BlitzPlus Irc Client 0.7 (Update) | This is a Irc-chat client for BlitzPlus | ShadowTurtle | 1+ years ago |
| .bb | Use any form of Address with UDP communication | Allows you to connect using UDP, using various types of Network Address's. EG localhost/xxx.xxx.xxx.xxx/www.address.com | skn3 | 1+ years ago |
| .bb | saving files on a remote system | saves files to a server | ckob | 1+ years ago |
| .bb | Server Operating System | Operating System for 'Server Tool Programmer' | ShadowTurtle | 1+ years ago |
| .bb | Cubic Spline Interpolation - Updated with Recursive Math | This is the recommended method to fight lag in multiplayer online games. | Chroma | 1+ years ago |
| .bb | [UPDATED 3/2/2003] UDP client / Server | working example of a UDP host/client model. | skn3 | 1+ years ago |
| .bb | IP Management | Game Host IP Management: Perl talks to BB | jfk EO-11110 | 1+ years ago |
| .bb | NetBlitz | The User Friendly UDP | starfox | 1+ years ago |
| .bb | FTP Funcs | A Collection of FTP Functions | Chevron | 1+ years ago |
| .bb | HTTP Server Example | HTTP Server | dendavid | 1+ years ago |
| .bb | Mail Functions | >10 Functions for sending (SMTP) and receiving (POP) mails. | Cpt. Sovok | 1+ years ago |
| .bb | UDP Communications | Sample UDP Chat program | Wayne | 1+ years ago |
| .bb | IPManager | Gets your IP, converts padded IP's into integer versions | Skully | 1+ years ago |
| .bb | IntToStr$ - StrToInt% | Integer conversion functions, shorter, faster. | SurreaL | 1+ years ago |
| .bb | FTP in a nutshell | A minimalistic FTP Proggy in 8 lines. | Cpt. Sovok | 1+ years ago |
| .bb | BlitzGet Deluxe | Downloads given HTTP (www) file to disk | BlitzSupport | 1+ years ago |
| .bb | LoadWebImage | Loads an image from the web, straight into your game! | BlitzSupport | 1+ years ago |
| .bb | TCP client server chat program | A full working internet chat program | semar | 1+ years ago |
| .bb | BlitzMail Deluxe | BlitzMail with error-checking | BlitzSupport | 1+ years ago |
| .bb | HTTPGet | Perform an HTTP Get | marksibly | 1+ years ago |
| .bb | BlitzMail | An example of sending email | marksibly | 1+ years ago |
| .bb | BlitzFTP | A simple FTP client | marksibly | 1+ years ago |