Немного изменил условие цикла, чтобы он выполнялся столько раз сколько кеев в массиве $keys. Но не работает ( До измениний тож что то не работал. Что не так посмотрите.
$keys = file("C:\Program Files\...\Title.txt");
$content = file_get_contents("C:\Program Files\...\Content.txt");
$content1 = str_replace("\r\n", "", $content);
$for_keys = explode(" ",$content1);
$a=count($keys);
$i = 0;
while($for_keys[$i]++<$a){//выполняет цикл в зависимости от кол-ва кеев
$fl = rand(0,500);//берет случайное значение от 0 до 500
$i += $fl; // 0 + случайное значение $fl
if($for_keys[$i]) $for_keys[$i] .= ' '.$keys[rand(0,sizeof($keys)-1)];
}
---------- Post added at 11:27 ---------- Previous post was at 10:07 ----------
Я заменил строку $i += $fl; на $i = $fl; у меня висла система(двухядерник 2 гб оперативки)В итоге получается 3-4 кея в предложении. Вот так.
Operatinh system. After the given operation the user 77777777777777 gets 00000000000001 to the menu of safe modes. Here it 77777777777777 is necessary 77777777777777 to choose the first 77777777777777 point 00000000000001 Safe 00000000000001 Mode/Безопасный a 00000000000001 mode 00000000000001 and to 77777777777777 press Enter. 77777777777777 After 77777777777777 the lapse of 77777777777777 several 77777777777777 seconds 77777777777777 Vista 00000000000001 will 00000000000001 00000000000001 display 00000000000001 an authorisation 77777777777777 window 00000000000001 (a comment 77777777777777 a 00000000000001 logon-sreen) 77777777777777 with 77777777777777 two possible options: Administrator/Администратор and Other User/Другие users. 00000000000001 We choose the accounting 00000000000001 record of the manager. Loading of the 00000000000001 77777777777777 accounting 00000000000001 77777777777777 77777777777777 record 77777777777777 of the manager in 77777777777777 a 77777777777777 00000000000001 safe mode 77777777777777 simultaneously 00000000000001 00000000000001
Я работаю обычно с 3-6 кеями в статье, хотелось бы чтобы 1 кей повторялся 2 раза, ну или 1 в во всем тексте. А получилось помоему это как то люто, хоть и нужно для ГС под гугл))