socket
C Sockets Library 2.1.7
C Sockets Library 2.1.7 brings you a convenient tool wrapping the berkeley sockets C API and therefore works on most unixes and also win32. more>>
C Sockets Library 2.1.7 brings you a convenient tool wrapping the berkeley sockets C API and therefore works on most unixes and also win32. The library is in use in a number of real world applications, both commercial and open source.
Features include, but are not limited to, SSL support, IPv6 support, tcp and udp sockets, sctp sockets, http protocol, highly customizable error handling. Testing has been done on Linux and Windows 2000, and to some part on Solaris and Mac OS X.<<lessPosting Data throught a Socket 1.0.0
This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo. more>> This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo.<<less
SOHT (Socket over HTTP Tunneling) 0.6
SOHT (Socket over HTTP Tunneling) has the goal to provide an easy to use tool that enables all types of socket communication through an HTTP Proxy server. more>>
SOHT (Socket over HTTP Tunneling) 0.6 brings a way to enable types of socket communication through an HTTP Proxy server. It is useful for users who are behind a restrictive firewall and wish to access external servers that use protocols other than HTTP.
Possible uses are:
- Web Browsing (Bypass logging, access restricted sites)
- POP3/SMTP/IMAP Email clients
- Telnet/SSH clients
This tool consists of two separate components. A server, which must be deployed on a Java Servlet container (A .NET server is also planned), and a client, which is run on the local machine and connects to the server via HTTP. There are Java and .NET versions of the client, so the client can be run on nearly any platform.
A SOCKS 4 and 5 Proxy Server has been integrated into the most recent version of the Java Client. This provides an very easy way to bypass any local web proxy restrictions and logging.
If you would like to be able to SSH from anywhere using just your web browser, you should check out my SSHWebProxy project. This project provides a pure html SSH client that can be used from any web browser without installing any client software. It is limited to SSH and is not as flexible as SOHT, but it may be a good solution if you just want occasional SSH access.
Requirements: none
Palabre - Flash Xml Multiuser Socket Server 0.5
Palabre is a python socket server for flash multiuser applications. You can have a nickname, create rooms, sub rooms, games, chat applications, ... more>> Palabre is a python socket server for flash multiuser applications. You can have a nickname, create rooms, sub rooms, games, chat applications, ...<<less
Web Based FTP with PHP and Sockets 0.60
This tutorial takes you through the creating of a web based FTP program using PHP and raw sockets. We do not make use of the PHP FTP api. Instead we build our client from the ground up by implementing the functionality as described in the FTP RFC. more>> This tutorial takes you through the creating of a web based FTP program using PHP and raw sockets. We do not make use of the PHP FTP api. Instead we build our client from the ground up by implementing the functionality as described in the FTP RFC.<<less
Socket Timesheet :: Php Timesheet and Web Timesheet
SocketTimeSheet is one of the most practical, affordable and user friendly web-based time tracking software and expenses management system in the market today - its cheap, its good and it works! Based more>> SocketTimeSheet is one of the most practical, affordable and user friendly web-based time tracking software and expenses management system in the market today - its cheap, its good and it works! Based on the popular PHP language, backed with a blistering fast MySQL back-end database, SocketTimeSheet is definitely the ideal timesheet and expenses management solution that you have been waiting for. It?s completely free for a limited number of users. Once you have decided to increase the number of users, you will find that SocketTimesheet is competitively priced and is one of the cheapest project management, timesheet and expenses solution in its class. There?s only one single pricing for any number of users with the quality that is on par or exceeds the more expensive solutions. No hidden extra costs, no time limit and no hassle. Access the demo or download our free copy and youll see. Try first before you buy. Don?t take our word for it.<<less
HTTPSock 1.00
Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding. more>> Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding.<<less
ARSC Really Simple Chat 3.0.2-rc2
ARSC is an easy to install, simple to handle, cross-browser compatible chat system with its own socket server. If you have a modern browser with frame support and JavaScript enabled, ARSC makes use of these technologies. If you have an older browser, or more>> ARSC is an easy to install, simple to handle, cross-browser compatible chat system with its own socket server. If you have a modern browser with frame support and JavaScript enabled, ARSC makes use of these technologies. If you have an older browser, or you have JavaScript disabled, or even if you have a browser that doesnt support frames, you can still chat using ARSC. Unlike many other PHP/MySQL webchats, ARSC can be run using a non-forking socketserver to handle all message transport. The socketserver of ARSC works very ressource-friendly and can handle way more users.<<less
BalanceNG
BalanceNG is an IP load software balancing solution. more>> BalanceNG is designed as a useful IP load software balancing solution,which utilizes its own network stacks and functionality. It runs on Linux-x86 (2.4 and 2.6 kernels distribution independent) and Solaris (9/10).
Major Features:
- Layer 2 (Ethernet) "switching engine" based software load balancer.
- Running under Linux (Using the PF_PACKET socket API) and Solaris (STREAMS/DLPI API).
- Backup targets (hosts) specifiable in case of failure of all primary targets.
- "Alert" and "Upalert" notification script interface.
- Direct Server Return (DSR) operation support.
- Unchanged client addresses on IP-level.
- Small, very fast and reliable.
- Simple to implement and administer.
- Simple "init script style" arguments like "start", "stop" and "status" (and "control" for interactive configuration and control ).
- Interactive communications mode with command line editing.
- Pcap packet dumping with automated dumpfile rotation (e.g. to implement a "transparent forensic logging bridge").
- Multi-Node High Availability capability using standard VRRP (Virtual Router Redundancy Protocol).
- "All service load balancing" based on client IP address allows generic load balancing independent of specific ports.
- SNMP support integrating into Net-SNMP with the BalanceNG MIB.
- Up to 128 parallel instances (fully independent BalanceNG load balancers) on the same host machine.
- Up to 1024 load balancing target servers (hard limit) per instance.
- Up to 512 virtual servers (hard limit) per instance.
- NAT state replication between master and backup node.
- VRRP tracking supported to allow automatic resource tracking and failover.
WhoisDomainCheckup
This is a web-based application that can check the registration status of a domainname. This is a realy good solution for hosting providers, that wants to let its users to check if a domainname is sti more>> This is a web-based application that can check the registration status of a domainname. This is a realy good solution for hosting providers, that wants to let its users to check if a domainname is still free for registration or not. Ive made this for a view small hosting providers, and after some development (5 years) Ive now got the best domain checkup script ever! ;) (mrrff, smelly isnt it?) Its not using any system calls! Its opening a socket to the whois server. So it should run on any server with PHP4 or higher installed! Download, untar, upload to your server and point your browser to the whois.php, and youre ready for business! If every thing was that easy.<<less
Mr. ChaTTY
Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. Its a client/server based application, its written in ANSI C and uses BSD sockets for network communications. more>> Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. Its a client/server based application, its written in ANSI C and uses BSD sockets for network communications.<<less
PHP IRC Bot
This is just a simple IRC bot using PHP. Run from command line (CLI) and as the master you have the full control of the bot. Simply send command via private message. Its easy to customize and have an more>> This is just a simple IRC bot using PHP. Run from command line (CLI) and as the master you have the full control of the bot. Simply send command via private message. Its easy to customize and have an "auto join on kick" feature. Its NOT running under web environment. No need Apache nor MySQL. Just PHP with socket extention enabled.<<less
EasyWebFetch 1.0 1.0
This is a simple class for web fetching from your application. This class fetch a web page by opening socket connection to the remote host. The main benefit is it has no dependencies. This class is an alternative if your server doesnt have PHP with curl more>> This is a simple class for web fetching from your application. This class fetch a web page by opening socket connection to the remote host. The main benefit is it has no dependencies. This class is an alternative if your server doesnt have PHP with curl enabled, or the PHP configuration doesnt allow opening URLs with fopen(). Visit to see the demo.<<less
SimpleIrcBot v1.0.B 1.0.Beta
SimpleIrcBot - is free bot, based on PHP for irc networks. Its need hosting with PHP, sockets and access for set_time_limit(); Run from web environment and as the owner you have the full control of the bot. It has many cool features. more>> SimpleIrcBot - is free bot, based on PHP for irc networks. Its need hosting with PHP, sockets and access for set_time_limit(); Run from web environment and as the owner you have the full control of the bot. It has many cool features.<<less
Java/JavaScript Chat 1.01
Java/JavaScript Chat combines the advantages of persistent internet connection using Java applet with easily customizable HTML/CSS interface. Server-side script is written for PHP/MySQL (MySQL optional). Features: (1) Multiple chat rooms; (2) Private more>> Java/JavaScript Chat combines the advantages of persistent internet connection using Java applet with easily customizable HTML/CSS interface. Server-side script is written for PHP/MySQL (MySQL optional). Features: (1) Multiple chat rooms; (2) Private messages, Ignore list (with MySQL); (3) User info pages; (4) Bandwidth-saving socket technology (Java applet); (5) Completely HTML/CSS interface (you can change dimensions, menu images, etc by editing CSS file; add/remove menu buttons, etc by editing HTML and Javascript files).<<less