TLD Check allows you to check the availability of .com, .net, and .org domain names with a simple script which loads results in under 5 seconds. The script provides in-depth error checking and uses the whois.networksolutions.com script to grab results. You can easily connect this script to an order form, and provide domain name registration services for your visitors.
Pcom is a PHP-driven webtelnet, that is a web interface to execute shell commands/external programs on a server without telnet access. It's useful when you need to perform shell actions nut you don't have access to a shell on the server. It can handle non-interactive sessions and interactive programs in background.
Network Query Tool (NQT) is an one-stop solution for getting information about a domain or IP address. Instead of manually using different unix commands or visiting numerous websites to "investigate" a host, just load Network Query Tool and enter the hostname or IP.NQT will do the following: reverse lookup, DNS query (dig), whois (domain owner), whois (IP owner), check port, ping, and traceroute.
IPplan is a web based, multilingual, IP address management and tracking tool based on php 4, simplifying the administration of your IP address space. IPplan can handle a single network or cater for multiple networks with overlapping address space. Updates: Latest adodb database wrapper should provide better support for mssql. Added quick menu to ease navigation. Added more DNS capability - complete IP info from DNS.First pass at limiting visibility of customers to certain users only. Lots of little bug fixes and features added - see change log for more.
Free php bandwidth test script at youxs.com, requires php and NO database. Provide free Internet Bandwidth Speed Test service on your website. Provide your web visitors with a useful service.
The functions are used to upload and download files over HTTP. It opens socket connection to the remote host and make HTTP request. Use these functions to easily upload and download files within your PHP code.
FuZZY is a network analyzer that is designed to act as an Acceptable Use Policy Infraction Detector (AUPID). It is a tool that will allow Network or System Administrators to monitor and manage their user's activies over the network. It currently includes filtering of web pages, images, email (including username/password), and instant message conversations. Future releases will include P2P, SMTP, IRC, and much 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 and make HTTP request. The main advantage is it doesn't have any dependencies so you can easily use it with your code. It's an alternative if your server doesn't have PHP with Curl enabled, or your PHP configuration doesn't allow opening URLs with fopen(). Visit to see the demo.
Some web sites (like IMDb) prevent external scripts from parsing their contents by denying request without a user-agent string. You open a socket connection and send the headers, or you can just use be_fopen and be_file, which wrap the fsockopen calls and return a file handle usable with any PHP function. Features: may also be used to circumvent allow_url_fopen; completely transparent wrapper for fsockopen; PHP-like interfaces: BE::fopen (corresponds to fopen) and BE::file (file()); usable with all PHP file handling methods (fgets etc.); can send GET or POST requests; custom header lines can be sent; POST data can be sent; HTTP authentication; custom destination port.