You can also visit our Digi-Mall Shopping Directory here
SmartHome
SmartHome - World's Largest Distributor For Home Automation! Free catalog for X10, home security, video surveillance, audio video, phones, automatic controls, pet care, and much more.
You searched for something related to:
home,wireless,remote,x10,video,control,security,automation,cable,tv,camera,speakers,switch,door systems,
ir,phone,system,wall,motion,speaker,caller,id,voice,sensor,digital,pet,automatic,keyboard,detector,
intercom,wiring,light,antenna,converter,audio,surveillance,outdoor,computer,vga,alarm,rack,smart,software,cat,clock
Some common misspellings of related search terms:
$theLocation="http://www.digi-mall.com/cgi-bin/FMsearch/fmsearch.cgi?keywords=automation%20home%20security%20cable";
$baseURL="http://www.digi-mall.com";
preg_match("/^(https?:\/\/)?([^\/]*)(.*)/i", "$theLocation", $matches);
$theDomain = "http://" . $matches[2];
$page = $matches[3];
$fd = fopen($theDomain.$page, "r");
$value = "";
while(!feof($fd)){
$value .= fread($fd, 4096);
}
fclose($fd);
$start= strpos($value, "
");
$finish= strpos($value, "");
$length= $finish-$start;
$value=substr($value, $start, $length);
$value = eregi_replace( "

]*>", "", $value );
$value = eregi_replace( "
]*>", "", $value );
$FinalOutput = preg_replace("/(href=\"?)(\/[^\"\/]+)/", "\\1" . $theDomain . "\\2", $value);
echo "
";
echo $FinalOutput;
flush ();
?>