<?php
/*
name:php 生成文件
author:MRT
*/
$a = 91;
$b = 17;
for($i = 0; $i<39; $i++){
$content = ‘document.writeln("<p align=\"center\"><a href=\"http://swt.zjhm.com/466yy/shwt.htm\" target=\"_blank\" title=\"*****\" alt=\"*****\"><img src=\"http://swt.zjhm.com/466yy/images/8198/‘.$b.‘.gif\" title=\"*****\"></a></p>");‘;
$of = fopen(‘js/466yy_mrt_img‘.$a.‘.js‘,‘w‘);//创建(文件夹需是已有文件夹)
if($of){
fwrite($of,$content);//把执行文件的结果写入文件
}
fclose($of);
$a++;$b++;
}
echo "已生成";
?>
/*/*/*/*/*/*/*/*/*/*/*/*/*/
<?php
/*
name:php 修改文件名
author:MRT
*/
$a = 91;
for($i = 0; $i<39; $i++){
rename(‘js/test‘.$a.‘.js‘,‘js/mrt_img‘.$a.‘.js‘);
$a++;
}
echo "重命名成功";
?>
时间: 2024-10-07 07:37:03