PHP Networking Tool
Free and open source PHP Networking Tools Scripts. Scripts about Networking Tools such as HTTP, DNS, Whois, Traceroute in this category.-
PHP RPC Lite implements a lightweight remote procedure call server and client for calling functions in a distinct server also running a PHP script. PHP RPC Lite can be used for invoking distributed services running on different Web servers running PHP. The PHP RPC client takes function call arguments and marshalls to a PHP RPC server using HTTP POST method. ...
-
Firewall can look at the current user IP address and decide to accept or deny the request depending on rules defined in a separate file. IP addresses behind proxies can also be detected. The rules define whether to accept or deny requests from individual IP addresses or whole ranges. When the current user IP address is denied, it can either ...
-
Proxy goes through a list of remote sites and retrieve pages that contain lists of proxy servers. The retrieved pages are parsed to extract the proxy addresses and a PHP script with their details is generated. Requirements: PHP 5.0 or higher
-
Secure SMTP client can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method. A message with a given subject can be sent from one address to a specified recipient. Requirements: PHP 5.0 or higher
-
Socket Server can be created to listen to connection to a specified IP address and port. It accepts connections and sends an optional welcome message to the client. Socket Server can also register a handler function that will be called when it receives data from a client. The return value of the handler function is sent as response to the ...
-
Cisco Config is a connection to a Cisco router with a specified IP is established and the device configuration can be restored from files, NVRAM or other network machines. Requirements: PHP 4.0 or higher
-
The list of GET or POST request variables is traversed and PHP code for assigning variables with the request values is generated with HTTP2PHP.The generated code statements may be returned as a single string.Requirements: PHP 3.0 or higher
-
FTP Sync connects to a given FTP server and compares the list of files of a remote directory with the files of a given local directory.The FTP Sync transfers the files to the remote host that are outdated and downloads the files from the remote host that were updated more recently. Specified files or directories can be excluded, despite the ...
-
Google Keyword Position takes the URL of a site and a list of keywords and performs a search on Google.The results are parsed to find the first that contains an URL of the specified domain.Requirements: PHP 3.0 or higher
-
In order to establish a connection to a FTP server and authenticate as a specified user, the PHP FTP extension is used.Simple Ftp can upload a local file to a given directory in the FTP server.Requirements: PHP 3.0 or higher
-
Check Active Comm-Ports Class uses the mode command to retrieve the list of active communication ports. An array is used to return the list of active ports and their names. Requirements: PHP 3.0 or higher
-
XXXpROH4x0r, a connection to an IRC server can be established and authentication can be performed on behalf of a specified user. Separate scripts can send other IRC commands via the connection opened to the server. Requirements: PHP 5.0 or higher
-
This class can be used to generate proxy auto-configuration files from XML definitions.It takes a XML file with proxy definitions and generates Javascript for a proxy auto-configuration file that instructs the user browser to access the Internet using one or more listed proxy servers. Requirements: PHP 5.1 or higher
-
Joker the IRC bot connects to an IRC server and is able to send commands and retrieve the server responses. The script can also detect several types of events and dispatch external plug-in classes that were previously registered to handle those events. Requirements: PHP 5.0 or higher
-
LDAP configuration authenticates against a LDAP sever using a predefined username and password. The LDAP configuration can perform several operations with information records stored in the LDAP server like searching for records that match a given filter condition, add records and delete records. Requirements: PHP 5.0 or higher


