нашел готовый скрипт, просто поменял исходный путь, но почему-то не работает.
<?
$patch = 'http://'.$_SERVER['SERVER_NAME'].'/images/fotoset1/newimg/';
$handle = opendir($patch);
while(($file = readdir($handle))) {
if ( is_file ($patch."/".$file) ) /*.переименовываем файл.*/
{
echo $patch . "/" . $file;
echo rename ( $patch . "/" . $file, $patch . "/renamed_" . $file );
}
}
?>
Warning: opendir(http://test.ru/images/fotoset1/newimg) [function.opendir]: failed to open dir: not implemented in Z:\home\test.ru\www\watermark\test2.php on line 3