$w = str_replace("/home/100000freecliparts/www/results/", "", "$q");
$x = str_replace(".html", "", "$w");
if ($x == $w){;
$w = ("$w.html");
};
$key = str_replace(" ", "+", "$x");
$w = str_replace(" ", "+", "$w");
$data = "
100000FreeCliparts Free $key, $key directory, $key sites include (\"http://www.searchpixie.com/search.php?keywords=$key&username=$username\"); ?>";
$file = "$w";
if (!$file_handle = fopen($file,"w+")) { echo "Cannot open file"; }
if (!fwrite($file_handle, $data)) { echo "Cannot write to file"; }
fclose($file_handle);
?>