Best Tutorials website
Latest tutorials

Advertisment

 Using PHP classes to navigate distributed whois databases

Using PHP classes to navigate distributed whois databases

Whois services changed radically this year with the introduction of competition at the registrar level in the .com/.net/.org namespace and with it...


Views: 782 | Rating star | by Nick
PHP - Networking

Creating a domain checker

Creating a domain checker

In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.


Views: 790 | Rating star | by Mathew
PHP - Networking

Check your server status - a basic ping

Check your server status - a basic ping

In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a...


Views: 777 | Rating star | by Sarah
PHP - Networking

Port Monitor Script

Port Monitor Script

This is a rather simple script to demonstrate an application that many server administrators could probably find useful -- an uptime notification...


Views: 831 | Rating star | by Marry
PHP - Networking

How to Write a PHP Script to Send a Trackback Ping

How to Write a PHP Script to Send a Trackback Ping

This tutorial will show you how to write a short PHP script to send a trackback ping to a blog. With this script, you can send trackbacks on behalf...


Views: 895 | Rating star | by Amy
PHP - Networking

Simple Network Monitoring Script

Simple Network Monitoring Script

I derived a nice PHP script for monitoring devices on the network. This is a very simple script that displays whether or not the host is responding...


Views: 768 | Rating star | by Isac
PHP - Networking

How to get the users IP Address

How to get the users IP Address

The simple version of code used to obtain the users IP address is used to output their IP in a browser. Very simple, but if you did not know how to...


Views: 807 | Rating star | by Amy
PHP - Networking

Automate telnet tasks with PHP Telnet

Automate telnet tasks with PHP Telnet

I have several tasks throughout the day that require entering repetitive commands through a telnet session. PHP Telnet is a PHP script that will...


Views: 840 | Rating star | by Tutorial
PHP - Networking

Setting up Apache server+Webmin on Ubuntu 7.10/Related Systems

Setting up Apache server+Webmin on Ubuntu 7.10/Related Systems

Apache server Installation on Ubuntu 7.10/Related Systems


Views: 892 | Rating star | by Tutorial
PHP - Networking