| TOTAL: 119 Page: 1 of 6 |
|
Qserv - jonathan
This class can be used as a based to create TCP socked based networking servers. It can handle connection requests and calls event handling functions that maybe overridden by subclasses to implement server application specific behavior. The class provides the event handling functions: onincomming, onaccept, onclose, onstart, onshutdown and onstartlisten. Alternatively, it can also call application defined callback functions to handle server events


| Hits: | 202 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Quake3 - Henrik S
A utilityclass (PHP4 only) to do serverstatus-queries against Quake3Arena servers


| Hits: | 154 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Samba Web Client - Victor M
This class is meant to provide a Web interface to access shared resources in networks that use the Windows Samba protocol. The class can browse shared directories, browse printer queues, retrieve files, print files, cancel print jobs, delete files and directories. The class can detect the listed file types from their file name extensions and present the appropriate icon images. The images binary data is defined built in the class. You may configure the Samba root domain, server, share a


| Hits: | 175 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
San Andreas Server Query - Bogdan Z
This is a simple class that can query San Andreas: Multi Theft Auto game servers to retrieve publically available information. The class returns an array that contains the information provided by the server: host name, mods, version, players, pings, etc..


| Hits: | 162 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Send messages via SMTP - Nic Stev
This package can be used to send e-mail messages via SMTP connections. There is one class that takes care of establishing a TCP socket connection to send and retrieve data through that socket. There is another class that establishes a connection with an SMTP server using the socket class. It can send a message an SMTP server from a given sender address to one or more recipient addresses. If necessary, the class can authenticate with a server that supports the LOGIN authentication mec


| Hits: | 206 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
serial relay board control class - Raphael
use this to control the serial 8-fold relay board from www.conrad.ch (Order nr 967720). With this board you can turn any devices' power on and off from your web browser see class file for more info.


| Hits: | 241 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Server Status - Paul Ait
Server status class can connect to a server given its IP address and port to determine if it is running and accepting connect.


| Hits: | 144 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Simple Authentication and Security Layer - Manuel L
This package provides a single interface for implementing multiple standard authentication mechanisms commonly used by Internet protocols such as SMTP, POP3, IMAP, HTTP, etc.. Currently it implements following mechanisms: - PLAIN - LOGIN - CRAM-MD5 - NTLM (used by Windows or Linux/Unix with Samba) - Basic (used in HTTP Basic authentication) - Digest (used in HTTP Digest authentication) See the "Packages that need this class" for examples of usage.


| Hits: | 161 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Simple Mail Class - nathan z
This is a very simple class that can be used to send e-mail messages by relaying to a given SMTP server. It takes parameters defined as class variables for specifying the message sender, recipient, subject, body text and additional header. The mail server address and the SMTP port are also configurable using class variables. This class is to s€nd simpl€ €-mails, it allows to use From, To, Subject and custom h€aders.


| Hits: | 171 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Simple MSN Class - hessian
This class is meant to connect to a MSN Messenger server, login as a given user and handle chat requests with other users. The package comes with a separate class that acts as robot that interacts with other connected users. The output and the comments in this class are written in Chinese.


| Hits: | 147 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Simple Scan - Michal C
Simple TCP port scanner class that can scan given port and store results in object variables.


| Hits: | 135 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Simple Server - Florian
This class provides an interface for implementing TCP socket servers by handling the connections, sending and retrieving data to the clients that connect to the server. The class has the ability buffer the data received from the clients. The data may be returned to the calling script in smaller chunks split by a given divider character sequence. This is convinient for line oriented protocols with which the line break and line feed character sequence is used to delimit the protocol commands. B


| Hits: | 44 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Simple TCP Daemon - sunson
This class lets you write Simple daemons. The features of this class are: * Support running as inetd/standalone app * Validate commands and handle commands through callbacks


| Hits: | 155 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Site Check - Colin Eb
PHP has already has a number of frameworks which provide unit testing functionality, however system testing is often forgotten. This package provides a framework for testing a Web site It can attempt to connect to a Web site server an retrieve given list of site pages to verify whether those are returned as expected. It can also scan the verified pages to determine contain typical PHP error or warning messages. The messages that are found are included in the test report.


| Hits: | 69 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
Smart IRC - Mirco "M
SmartIRC is a PHP class for communication with IRC networks, which conforms to the RFC 2812 (IRC). It provides an API that handles all IRC protocol messages. This class is designed for creating IRC bots, chats and show IRC information on Web pages.


| Hits: | 105 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
SMPP Class - Rene Klu
This class works as a networking client that implements a part of the SMPP protocol. It can be used to connect to a real SMS Service center or gateway and send SMS messages


| Hits: | 135 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
SMTP Class - Richard
A class to enable you to send email direct through an smtp server. Currently supports all basic commands; HELO, EHLO, MAIL, RCPT, DATA. Also supports AUTH LOGIN (basic authentication).


| Hits: | 116 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
SMTP E-mail sending class - Manuel L
Class that connects to a SMTP mail server to send messages. It features: - Relaying message delivery to a programmer defined SMTP server. - Programmer defined server address, server port, connection timeout, origin host address. - Support for authentication methods PLAIN and LOGIN. - Support for POP3 based authentication before delivery. - Direct delivery to one or more recipients with e-mail addresses with the same domain, so you do not need to relay on a own or your ISP SMTP server. - S


| Hits: | 116 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
smtpStatus - Pierre M
This class checks and outputs a quick report on the status of multiple e-mail servers via SMTP.


| Hits: | 112 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |
sockclass - Alexey A
Allow send POST headers to any sites, icq, boards, and other...


| Hits: | 69 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-04-30 |