Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- mothers day replica rolex watches today
- Free partition data recovery utilities
- MySQL & Best PHP Web Hosting + save 50%
Bookmark :
Links :
gambling sitesprogrammershelp
dvd information
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
scan a range of ports
this uses the Net_PortScan PEAR package to check a range of ports to see if a service is available
<?php
require_once "/home/beginne/php/Net/Portscan.php";
echo "Scanning localhost ports 1-21<br>";
$result = Net_Portscan::checkPortRange("localhost", 1, 21);
foreach ($result as $port => $element)
{
if ($element == NET_PORTSCAN_SERVICE_FOUND)
{
echo "Service found on port " . $port . "<br>";
}
else
{
echo "No service found on port " . $port . "<br>";
}
}
?>
Books :
Sponsors :
Random Code :
Random string(string)Random passwords(randomizing)
convert binary to decimal(math)
Random Article :
PHP Server to Client with No Refresha simple password function in PHP
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google